@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1620px) {

}

@media screen and (max-width: 1380px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 991px) {

    .vd-main-archive-section {
        grid-template-columns: 1fr 1fr;

    }

    .home-photo-container {
        grid-column-start: 1;
        grid-column-end: span 2;
    }

    /****** CART PAGE ******/
    .woocommerce-cart .woocommerce {
        grid-template-columns: 1fr;

    }

    .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals {
        max-width: 645px;
        margin: 0 auto;
    }

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

    .woocommerce-cart .quantity button {
        padding: 0;
    }

    /****** SINGLE PAGE ******/
    .single-product .quantity {
        padding: 2px 4px;
    }

    .single-product .pop-up-wrapper {
        margin: 0 12px;
    }

    .single-product .vd-main-product-info h1 {
        font-size: 34px;
        line-height: 40px;
    }

    /****** CHECKOUT PAGE ******/
    .woocommerce-checkout .col2-set {
        gap: 30px;
    }

    /****** HOME PAGE ******/
    .desktop-delivery-notice-wrapper {
        justify-content: start;
    }

    /* Instruction Page */
    .instruction-wrap {
        margin-right: 0;
    }
    .instruction-top {
        margin: 34px 0 60px 0;
    }
}

@media screen and (max-width: 768px) {

    .vd-container {
        padding: 0 12px;
    }

    /****** HEADER ******/
    .vd-site-logo {
        /* width: 58px;
        height: 22px; */
    }

    /*.header_btn_wrapper .lang-switcher {*/
    /*    display: none;*/
    /*}*/

    .lang-switcher {
        padding-right: 22px;
    }
    .lang-switcher ul li a {
        font-size: 12px;
    }
    .lang-switcher li:first-child::after {
        font-size: 14px;
    }

    .current-lang a {
        text-decoration-thickness: 2px !important;
    }

    .menu_btn_wrapper .menu_button {
        margin-left: 22px;
    }

    .vd-header {
        padding: 16px 20px;
        height: 60px;
    }

    .cart-head a,
    .menu_btn_wrapper span {
        font-size: 12px !important;
    }


    .bubble-cart {
        width: 16px;
        height: 16px;
        right: -16px;
        top: -10px;
        font-size: 8px;

        font-family: "NeueMontreal Book;
    }

    .container {
        padding: 0 10px;
    }

    .menu_wrapper {
        padding: 125px 0px 125px;
    }

    .menu_wrapper .lang-switcher a {
        font-size: 40px;
        line-height: 48px;
    }

    /****** HOME PAGE ******/
    .vd-main-archive-section {
        margin-top: 40px;
        padding: 0 12px 30px 12px;
    }
    /*[data-lang="uk"] .hero-section {*/
    /*    display: none;*/
    /*}*/
    /*[data-lang="uk"] video{*/
    /*    display: block;*/
    /*}*/
    /*[data-lang="uk"] .vd-video-button {*/
    /*    display: flex;*/
    /*}*/
    /*[data-lang="en_GB"] .vd-video-button,*/
    /*[data-lang="en_GB"] video {*/
    /*    display: none;*/
    /*}*/
    /*[data-lang="pl_PL"] .vd-video-button,*/
    /*[data-lang="pl_PL"] video {*/
    /*    display: none;*/
    /*}*/
    .banner-two-blocks {
        flex-direction: column-reverse;
        padding: 10px 30px 37px;
    }
    .banner-left-block {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .vd-banner-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
        max-width: unset;
    }
    .vd-banner-block {
        width: 100%;
        margin-bottom: 45px;
    }
    /*.vd-main-banner-section {*/
    /*    display: none;*/
    /*}*/
    .vd-video-mob {
        display: block;
    }

    /*.hero-section .swiper {*/
    /*    height: 70vh;*/
    /*}*/

    .swiper-button-home {
        margin: 0 5px;
    }

    .vd-product-filter {
        color: black;
    }

    .page-template-tmpl-home .filter-container {
        margin: 30px 0;
        /*margin: 85px 0 30px;*/
    }

    /*[data-lang="en_GB"]  .filter-container {*/
    /*    margin: 30px 0;*/
    /*}*/
    /*[data-lang="pl_PL"]  .filter-container {*/
    /*    margin: 30px 0;*/
    /*}*/

    .page-template-tmpl-home .filter-container .vd-product-filter {
        width: 200px;
        height: 40px;
        font-size: 14px;

        background-size: 12px 12px;
    }

    .woocommerce .woocommerce-cart-form__cart-item {
        /* background-color: #c8ccd1; */
        background-color: var(--menu-bg);
    }

    /*.page-template-tmpl-home .vd-candle-related-title {*/
    /*    margin-top: 10px;*/
    /*}*/
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: inherit !important;
    }

    .woocommerce .product-thumbnail {
        display: block !important;
    }

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


    .woocommerce .cart-subtotal td::before {
        max-width: 100%;
    }

    .woocommerce .cart-subtotal td {
        width: 100%;
    }

    .woocommerce .cart-subtotal .woocommerce-Price-amount {
        display: flex;
        justify-content: end;
    }

    .woocommerce .product-price {
        /*margin-right: 20px;*/
        text-align: end;
    }


    .woocommerce-cart-form__cart-item td::before {
        display: none;
    }

    /*.mob-lang {*/
    /*    display: block;*/
    /*}*/

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        /* background-color: #c8ccd1; */
        background-color: var(--menu-bg);
    }

    .woocommerce .product-thumbnail {
        display: flex !important;
        justify-content: center;
    }

    .desktop-delivery-notice-wrapper {
        display: none;
    }

    .mobile-delivery-notice-wrapper {
        display: flex;
        justify-content: center;
    }
    /*.vd-archive-section {*/
    /*    margin-top: -30px;*/
    /*}*/

    /****** SINGLE PRODUCT ******/
    .single-product .vd-single-product-img {
        width: 100%;
    }


    .single-product .vd-main-product-info h1 {
        font-size: 24px;
        max-width: 240px;
        line-height: 28px;
    }

    .single-product .woocommerce-product-details__short-description h4 {
        width: 75%;
    }

    .single-product .vd-category-name {
        margin-top: 0;
        align-self: start;
    }

    .single-product .type-product {
        flex-direction: column;
    }

    .single-product .vd-main-product-info h1 {
        margin-top: 0;
    }

    .single-product .product_cat-twelve-candles {
        display: block;
    }

    .single-product .vd_candles-box-swiper {
        width: calc(100% + 24px);
        /*margin-top: 24px;*/

        position: relative;
        left: -12px;
    }

    .vd_candles-box-swiper.vd-one-slide-slider {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .single-product .hero-section-img-wrapper {
        height: 100%;
        max-height: 90vh;
    }

    .single-product .hero-section-img-wrapper img {
        /*height: 562px;*/
        /*max-height: 100%;*/

        height: 78vh;
        max-height: 562px;
    }

    .woocommerce .single-product div.product {
        margin-top: 0;
    }


    .single-product .swiper-button-next, .single-product .swiper-button-prev {
        top: 40%;
    }

    .single-product .swiper-button-next, .swiper-button-
    .single-product .summary {
        max-width: 800px;
    }

    .single-product .swiper-pagination-bullet {
        width: 15%;
    }

    .input-text {
        color: black;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: 0;
        float: none;
    }

    .single-product .vd_description-box {
        margin-top: 30px;
    }

    .single-product .summary {
        max-width: 800px;
    }

    .single-product .big-size-product-text p {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .xoo-wl-btn-container {
        text-align: center;
    }

    /* | pop-up*/
    .single-product .pop-up-addition-product-top-line {
        top: 0;
        height: 50px;
        padding: 0 20px;
        background-color: #a4a7ab;
        border-radius: 20px 20px 0 0;
    }


    .simplebar-content {
        border-radius: 20px !important;
    }

    .single-product .pop-up-addition-product-main-column {
        max-width: 100%;
        border-radius: 20px;
    }

    .single-product .pop-up-addition-product-main-info {
        grid-template-columns: 1fr;
        padding: 5px 10px 0 10px;
    }

    .single-product .buying-box-pop-up .candlestick-para {
        font-size: 24px;
    }

    .single-product .pop-up-wrapper {
        margin: 0 10px;
    }

    .single-product .buying-box-pop-up {
        padding: 0;
        background-color: #a4a7ab;
    }

    .simplebar-mask {
        border-radius: 20px;
    }


    .single-product .pop-up-addition-product-main-img {
        padding: 10px;
    }

    .single-product .additional-product-buying-box,
    .single-product .addition-product-description {
        padding: 20px;
    }

    .single-product .buying-box-pop-up {
        height: 80vh;
    }

    .single-product .pop-up-addition-product-main-column {
        gap: 10px;
    }

    .single-product .wc-forward {
        margin-left: 20px !important;
    }

    .single-product footer {
        margin-top: 60px;
    }


    /****** CART PAGE ******/
    .woocommerce-cart .woocommerce-cart-form {
        margin-top: 34px;
    }

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

    .woocommerce-cart-form .product-name {
        margin-right: 30px;
    }

    .woocommerce-cart-form .product-remove {
        margin-left: 20px;
    }

    .woocommerce-cart-form .product-price {
        max-width: 30%;
    }

    /*.woocommerce-cart .btn-minus,*/
    /*.woocommerce-cart .btn-plus {*/
    /*    display: none;*/
    /*}*/
    .woocommerce-cart .product-quantity {
        margin-right: 0;
    }


    .text-field-container {
        width: 100%;
    }

    .woocommerce-cart .cart-subtotal {
        font-family: "NeueMontreal Bold";
        font-size: 20px;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        padding: 0;
        margin: 24px 0;
    }

    .woocommerce-cart .order-total {
        display: none !important;
    }


    /****** CHECKOUT PAGE ******/
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr;
        margin: 46px 0;
        gap: 65px;
    }

    .woocommerce-checkout .final-order-inform {
        max-width: none;
        width: 100%;
    }

    .woocommerce-checkout .vd_product-full-price,
    .woocommerce-checkout .product-total {
        margin-left: auto;
    }

    .woocommerce-checkout .woocommerce .product-name {
        width: inherit;
        font-size: 14px;
        font-family: "NeueMontreal Book";
    }

    .woocommerce-checkout .woocommerce-form__label {
        font-size: 12px;
    }

    .woocommerce-checkout #privacy_policy {
        margin: 0;
    }

    .woocommerce-form__label::before {
        top: 6px;
        left: 14px;
    }


    .woocommerce-checkout .woocommerce tbody {
        gap: 20px;
    }

    .woocommerce-checkout .woocommerce-checkout-payment .form-row  .button {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }

    .woocommerce-checkout .woocommerce-checkout-payment {
        padding-top: 18px;
    }


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

    .woocommerce-checkout .wcus-checkout-fields > div {
        max-width: calc(100vw - 12px);
    }

    .woocommerce-checkout .zen-ui-select__value-text {
        white-space: nowrap;
    }
    .woocommerce-checkout .woocommerce-error {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .woocommerce-checkout .woocommerce-error  li:not(:last-child) {
        margin-bottom: 10px;
    }
    


    /****** FOOTER ******/
    footer {
        margin-top: 0;
    }

    .footer {
        display: block;
        line-height: 19px;
    }

    .footer_poster {
        padding-bottom: 12px;
    }

    footer #mc_embed_signup {
        width: 93%;
        margin: 60px auto 0;
    }


    footer #mc_embed_signup .mc-field-group input {
        font-size: 16px !important;
    }

    .menu-wrapper-left li,
    .menu-wrapper-right li {
        margin-top: 10px;
    }

    .menu-footer-menu-right-en {
        margin: 0 !important;
    }

    #menu-footer-menu-left-ua,
    #menu-footer-menu-right-ua {
        margin: 0 !important;
    }

    .row {
        padding-left: 0;
    }

    #menu-footer-menu-left-en {
        margin-bottom: 0 !important;
    }

    #menu-footer-menu-right-en {
        margin-bottom: 0 !important;
    }

    .col-copyright-wrapper {
        flex-direction: column;
    }

    .copyright-wrapper {
        text-align: center;
        margin-top: 30px;
    }

    .social-icon-list {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .social-icon-list a img {
        margin: 0;
    }
    .button-bottom {
        margin-top: 20px;
    }

    /****** ABOUT US ******/
    /****** PRIVACY ******/
    /****** RETURNS ******/
    .vd-about-text p,
    .vd-contact-text p,
    .vd-privacy-text p,
    .entry-content p {
        font-size: 20px;
    }

    .vd-delivery-text,
    .vd-about-text,
    .vd-privacy-text,
    .vd-returns-text {
        margin-bottom: 50px;
    }

    .vd-delivery-title,
    .vd-about-title,
    .vd-privacy-title,
    .vd-returns-title,
    .vd-contact-title {
        margin-bottom: 31px;
    }

    .vd-delivery-section,
    .vd-about-section,
    .vd-privacy-section,
    .vd-returns-section,
    .vd-contact-section {
        margin: 45px 12px 60px 12px;
    }


    /****** ORDER PAY ******/
    .woocommerce-order-pay .woocommerce ul {
        flex-direction: column;
    }

    /* MENU */
    .home_menu_wrapper a {
        font-size: 35px;
    }
    /* Instruction page */
    .instruction-top {
        flex-direction: column-reverse;
        justify-content: center;
        margin: 30px 0 30px 0;
    }
    .vd-instruction-title {
        font-size: 16px;
    }
    .vd-instruction-description p {
        font-size: 24px;
        line-height: 28px;
        max-width: none;
    }
    /* Constructor styles */
    .constructorWrapper {
        min-height: unset;
        flex-direction: column;
        gap: unset;
    }
    .vd_constructor_product_side {
        padding: 0;
    }
    .vd_constructor_product_wrapper {
        max-width: unset;
        order: 2;
    }
    .vd_constructor_product_details {
        /*margin-bottom: 25px;*/
        border-radius: 20px 20px 0 0;
    }
    .colorsPalette {
        order: 1;
    }
    .vd_constructor_product_main {
        justify-content: flex-end;
    }
    .vd_constructor_product_main h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .colorsPaletteWrapper {
        max-width: unset;
    }
    .aboutSetWrapper {
        padding: 0;
        width: 100%;
    }
    .aboutSet {
        max-width: unset;
        border-radius: 20px 20px 0 0;
    }
    .constructorWrapperCanvas {
        height: 100vw!important;
    }
    .constructorPreviewWrapperCanvasArea {
        width: 100%;
    }
    .colorsPalette.notOpened {
        min-height: 150px;
        background: rgba(255, 255, 255, 0.2);
        padding: 45px;
    }
    .constructorPreviewWrapperCanvas {
        height: 100vw!important;
    }
    .constructorSelectSet {
        flex-direction: column;
        padding: 0 15px;
    }
    /*.vd_constructor_product_details {*/
    /*    display: none;*/
    /*}*/
    .constructorSetItem {
        max-width: unset;
    }
    .horizontalColors {
        flex-wrap: unset;
    }
    #candle-root .woocommerce-message {
        margin-left: 12px;
        margin-right: 12px;
        transition: ease-ot;
    }
}

@media screen and (max-width: 576px) {

    /****** CART PAGE ******/
    .woocommerce {
        width: 100%;
    }

    .woocommerce .woocommerce-cart-form .product-name {
        width: 25%;
    }


    .woocommerce .product-price {
        width: 30%;
        min-width: 10%;
        margin-right: 5px;
    }

    .woocommerce-cart .product-name {
        margin-right: 10px;
    }

    .woocommerce .product-quantity {
        margin-right: 10px;
    }

    .woocommerce .quantity {
        margin-right: 10px;
        padding: 1% 1%;
    }

    .woocommerce .btn-minus,
    .woocommerce .btn-plus {
        width: 16px;
        height: 16px;
    }


    .woocommerce .product-thumbnail {
        margin-right: 10px;
    }

    .woocommerce .woocommerce-cart-form__cart-item .product-remove img {
        width: 15px !important;
    }

    .woocommerce-cart .btn-minus,
    .woocommerce-cart .btn-plus {
        display: none;
    }

    .woocommerce-cart .quantity {
        margin-right: 20px;
        width: 60px;
    }

    .woocommerce .product-name {
        width: 25%;
        font-size: 12px;
        font-family: "NeueMontreal Book";
    }


    .woocommerce .product-quantity {
        margin-left: auto;
        margin-right: 0;
    }

    .woocommerce .quantity {
        margin-right: 0;
    }

    .woocommerce .product-price {
        width: 15%;
        font-family: "NeueMontreal Bold !important";
        min-width: 15%;
        font-size: 12px;
    }

    .woocommerce .woocommerce-Price-amount {
        font-family: "NeueMontreal Bold";
    }

    .woocommerce del .woocommerce-Price-amount {
        font-family: "NeueMontreal Book";
    }

    .woocommerce-cart .vd_extra-product .product-price ins {
        margin: 0;
    }

    .woocommerce-cart .product-price {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-cart .cart_item .product-quantity {
        width: 44px;
        height: 44px;
    }

    .woocommerce-cart .woocommerce .quantity .qty {
        width: 38px;
    }

    .single-product .hero-section-img-wrapper {
        max-height: 75vh;
    }


    /****** SINGLE PRODUCT ******/
    .single-product .buying-box-pop-up {
        max-width: 100%;
    }

    .single-product .buying-box-pop-up {
        width: 100%;
    }

    .single-product .pop-up-addition-product {
        flex: 1;
    }

    .single-product .pop-up-candle-info {
        margin-right: 20px;
    }

    /****** OTHER ******/
    .vd-returns-text p {
        font-size: 18px;
        line-height: 24px;
    }

    /****** HOME PAGE ******/
    .delivery-notice {
        font-size: 12px;
    }

    /****** CHECKOUT PAGE ******/
    /*Coupon*/
    .woocommerce-checkout #coupon-btn {
        font-size: 80%;
    }
    /* Instruction page  */
    .vd-instruction-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .vd-instruction-list .vd-instruction-list-wrap {
        max-width: none;
        margin-bottom: 25px;
    }
    .instruction-bottom {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 480px) {

    /****** HEADER ******/
    .current-lang a {
        text-decoration-thickness: 2px !important;
    }

    /****** CART PAGE ******/
    .woocommerce-cart-form .product-price {
        margin-left: 25px;
    }
    /*MENU*/
    .home_menu_wrapper a {
        font-size: 24px;
        line-height: 28.8px;
    }

    .menu_wrapper .lang-switcher a {
        font-size: 14px;
        line-height: 16.8px;
    }

    .lang-switcher li:first-child::after {
        font-size: 14px;
    }

    .current-lang {
        text-decoration-thickness: 2px !important;
    }

    .mob-lang {
        margin-top: 250px;
    }

    .single-product .vd_product-making-swiper .swiper-wrapper {
        height: 420px;
    }

    .vd-about-text p, .vd-privacy-text p, .entry-content p, .vd-delivery-text p {
        font-size: 20px;
        line-height: 24px;
    }

    /* Single product */
    .some-text {
        margin: 0 auto;
        max-width: 300px;
    }
    /*.vd-main-banner-section .hero-section-img-wrapper img {*/
    /*    margin-top: 60px;*/
    /*}*/
    .product_cat-pidsvichnyk  .vd-main-product-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: unset;
    }
    .woobt-title {
        margin-left: 13px;
    }
    /*Cookie pop-up */
    .cn-text-container {
        margin: 0 0 20px 0 !important;
    }
    /* Candle constructor*/
    .colorsPalette {
        padding-top: 0;
        margin-top: -40px;
    }
    .colorsPaletteWrapper {
        gap: 16px;
        padding: 18px;
    }
}

@media screen and (max-width: 400px) {
    .single-product .swiper-pagination {
        bottom: 30px;
    }
    .woobt-title {
        margin: 0;
    }
    .woobt-price {
        margin: 0;
    }
}

@media screen and (max-width: 360px) {

}

@media screen and (min-width: 1200px) {

}


