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

}

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

@media screen and (max-width: 1480px) {
    .single-product-descrp-wrp {
        font-size: 14px;
    }
}

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


}

@media screen and (max-width: 1280px) {
    .sticky_top_counter_preorder {
        left: 40%;
    }

}

@media screen and (max-width: 1199px) {
    .sticky_donations {
        display: none;
    }


}

@media screen and (max-width: 1100px) {
    .sticky_top_counter_preorder {
        left: 36%;
    }
}


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


    .home-headliner-right {
        max-width: 100%;
    }


    .about-acc.ac-text-body {
        max-width: 100%;
    }

    .about-acc.accordion-content {
        grid-template-columns: 1fr;
        gap: revert;
    }

    .ac-text-img {
        margin-top: 20px;
    }

    .home-headliner-left img {
        height: revert;
    }
}

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

    .sticky_top_counter_preorder {
        position: revert;
        max-width: revert;
        transform: revert;

        border-radius: 10px;
        height: 60px;
        margin-bottom: 14px;
    }

    .header_sticky_top_counter_preorder {
        font-family: 'Helvetica700', serif;
        font-size: 22px;
        height: 80%;
        margin-right: 2px;
        border: 2px solid white;
        border-radius: 5px;
    }

    .sticky_top_counter_preorder .sticky_donations-info {
        text-align: center;
    }

    .sticky_top_counter_preorder .sticky_donations-title {
        font-size: 18px;
    }

    .single-product-bestsellers-wrp {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-report-counter-wrp, .report-end-link a {
        font-size: 32px;
    }

    .bestsellers-report-title {
        font-size: 20px;
    }

    .woocommerce-shop .products, .single-product-related-wrp, .page-blank .products {
        grid-template-columns: 1fr 1fr !important;
    }

    .product-woocommerce-thumbnails-mb {
        height: 68vw;
    }

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

    .single-product #wpgs-gallery {
        width: 100% !important;
    }

    #wpgs-gallery {
        position: revert !important;
    }

    .summary.entry-summary {
        width: 100% !important;
        max-width: initial !important;
    }


    /****************CHECKOUT*/
    .checkout-main-block-wrp {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout section {
        padding: 0
    }

    .checkout.woocommerce-checkout {
        margin-top: 44px;
    }

    .woocommerce-billing-fields__field-wrapper {
        margin-top: 14px;
    }

    .checkout-form-info-wrp {
        padding: 0;
        margin-top: 12px;
    }

    .checkout-form-quantity-price {
        margin-top: 12px;
    }

    #place_order {
        display: none;
    }

    .custom-submit-button button {
        width: 100%;
        height: 70px;
        background-color: black;
        border-radius: 10px;
        color: white;
        margin-top: 50px;
        cursor: pointer;
        text-transform: uppercase;
        display: block;
        font-family: Helvetica700, serif;
        font-size: 14px;
    }

    #order_review {
        margin: auto;
        width: 100%;
    }


    /***SINGLE PROD PAGE*/
    .prod-top-block {
        flex-direction: column;
        max-height: revert;
        gap: 46px;
        margin-top: revert;
    }

    .prod-top-block .swiper {
        width: revert;
    }

    .prod-top-info {
        max-width: revert;
        width: revert;
    }

    .prod-top-info a {
        max-width: revert;
    }

    .prod-imgs-block {
        grid-template-columns: revert;
        margin-top: 40px;
    }

    .productions-bottom-info {
        grid-template-columns: 1fr;
    }

    .productions-bottom-img img {
        max-width: revert;
        object-fit: cover;
        width: 100%;
    }

    .productions-top-info p {
        font-size: 22px;
        line-height: 23px;
    }


    .productions-wrapper {
        margin-top: 70px;
    }


    .productions-left-form p {
        font-size: 24px;
    }

    .productions-left-about-wrp p, .productions-left-about-wrp a {
        font-size: 20px;
    }

    .home-headliner-left {
        max-height: revert;
    }

    .home-headliner-wrp {
        flex-direction: column;
    }

}


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

    .report-information-wrp {
        flex-direction: column;
        gap: 32px;
    }


    .productions-wrapper {
        grid-template-columns: 1fr;
    }

    .production-name {
        margin-top: 16px;
    }

    .productions-bottom-left {
        order: 2;
    }

    .productions-bottom-img {
        order: 0;
    }

    .woocommerce-shop .woocommerce-no-products-found {
        font-size: 40px;
        margin-top: 50%;
        border: 2px solid;
    }

}

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

    body {
        margin-top: 50px;
    }

    /***HEADER*/
    header {
        background-color: white;
    }

    .header-burger-icon {
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: flex;
    }

    .header-container {
        height: 36px;
    }

    .logo-container {
        padding: 0;
    }

    .right-wrapper {
        padding: 0;
        gap: 8px;
    }

    .header-container {
        background-color: white;
    }

    .container {
        padding: 0 14px !important;
    }

    .header-burger-icon {
        margin-left: 10px;
    }

    .logo-container img {
        width: 136px;
    }

    .sticky_donations {
        display: none;
    }

    .woocommerce-ordering-shop-name {
        display: none;
    }

    .woocommerce-ordering {
        width: 100%;
    }

    .bapf_body select {
        max-width: revert;
    }

    .orderby {
        width: 100%;
        background-color: white;
        border: 1px solid #f3f5f9;
        padding: 12px;
        border-radius: 5px;
    }

    #menu-header-menu li:nth-child(1),
    #menu-header-menu li:nth-child(2),
    #menu-header-menu li:nth-child(3),
    #menu-header-menu li:nth-child(4),
    #menu-header-menu li:nth-child(5) {
        display: none;
    }

    .multilingual-right-wrapper {
        display: none;
    }

    .multilingual-right-wrapper a {
        text-decoration: none;
    }

    .header-mobile-menu-wrp {
        justify-content: space-between;
    }

    .header-mobile-menu-wrp.header-mobile-menu-wrp .menu-item-has-children:nth-child(1) > a:first-of-type {
        display: none;
    }

    .header-mobile-menu-wrp #menu-footer-menu {
        flex-direction: column;
    }

    .header-mobile-menu-wrp .multilingual-right-wrapper {
        display: flex;
    }

    #menu-footer-menu {
        padding: 0;
        display: flex;
        gap: 100px;
        list-style: none;
    }

    #menu-footer-menu a {
        text-decoration: none;
        color: black;
        text-align: start;
    }

    #menu-footer-menu li {
        text-align: start;
        font-size: 14px;
        font-family: Helvetica400, serif;
        list-style: none;
    }

    #menu-footer-menu li:hover {
        opacity: 80%;
    }

    .header-mobile-menu-wrp {
        flex-direction: column;
    }

    .header-mobile-menu-wrp .multilingual-right-wrapper {
        font-family: Helvetica400, serif !important;
        font-size: 14px !important;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header-mobile-menu-wrp .multilingual-right-wrapper span {
        color: black !important;
    }

    .header-mobile-footer-bottom-wrp {
        font-family: Helvetica400, serif;
        font-size: 10px;
        text-align: center;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    #menu-mobile-burger-menue {
        padding: 0;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        gap: 20px;


    }

    #menu-mobile-burger-menue li a {
        text-decoration: none;
        color: black;
    }

    #menu-mobile-burger-menue li a:hover {
        opacity: 70%;
    }

    #menu-mobile-burger-menue li {
        list-style: none;
    }

    #menu-mobile-burger-menue .menu-item-has-children > a {
        font-family: Helvetica700, serif;
        font-size: 16px;
    }

    #menu-mobile-burger-menue .menu-item-has-children .sub-menu {
        font-family: Helvetica400, serif;
        font-size: 14px;

        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 14px;
    }

    #menu-mobile-burger-menue > li:nth-child(1), #menu-mobile-burger-menue > li:nth-child(2), #menu-mobile-burger-menue > li:nth-child(3),
    #menu-mobile-burger-menue > li:nth-child(4), #menu-mobile-burger-menue > li:nth-child(5) {
        text-transform: uppercase;
        font-family: Ermilov, serif;
        font-size: 24px;
        line-height: 1;
    }

    #menu-mobile-burger-menue .current-menu-item {
        text-decoration: underline !important;
        text-underline-offset: 3px !important;
        text-decoration-thickness: 2px !important;
    }

    .header-navbar-menu li {
        text-align: start !important;
    }

    .header-mobile-menu-wrp .menu-item-has-children {
        margin-top: 70px;
    }

    .header-mobile-footer-top-wrp {
        display: flex;
        justify-content: space-between;
    }


    /*********SHOP PAGE************/
    .woocommerce-shop .product, .page-blank .product {
        height: 380px;
        display: flex;
        flex-direction: column;
        max-height: 720px;
        border: 1px solid #f3f5f9;
        border-radius: 10px;
    }

    .woocommerce-shop .product:hover, .page-blank .product:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: revert;
        transition: 0.2s;
    }

    .woocommerce-shop .product-woocommerce-static-img:nth-child(1), .page-blank .product-woocommerce-static-img:nth-child(1) {
        opacity: 100%;
    }

    .woocommerce-shop .product-woocommerce-static-img, .page-blank .product-woocommerce-static-img {
        display: none;
    }

    .woocommerce-shop .product-woocommerce-thumbnails-mobile, .page-blank .product-woocommerce-thumbnails-mobile {
        display: revert;
    }

    .woocommerce-shop .product-woocommerce-thumbnails-mobile, .page-blank .product-woocommerce-thumbnails-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .product-woocommerce-thumbnails-mb img {
        width: 90%;
        margin: auto;
    }

    .woocommerce-shop .vi_wpvs_loop_variation_form, .page-blank .vi_wpvs_loop_variation_form {
        margin-top: -30px !important;
    }

    .woocommerce-shop .products-donations-info-wrapper, .page-blank .products-donations-info-wrapper {
        font-size: 12px;
    }


    .woocommerce-shop .products, .page-blank .products {
        grid-template-columns: 1fr 1fr !important;
        padding: 0;
    }

    .woocommerce-shop .product-custom-img-wrp, .page-blank .product-custom-img-wrp {
        display: none;
    }


    .woocommerce-shop .product-custom-img-wrp img, .page-blank .product-custom-img-wrp img {
        display: none;
    }


    .product-woocommerce-thumbnails-mb {
        height: 100%;
    }

    /*.product-img-img {*/
    /*    display: none;*/
    /*}*/

    .product-woocommerce-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .woocommerce-shop .add_to_cart_button, .page-blank .add_to_cart_button {
        opacity: 100%;
        align-self: center;
        width: 150px;

        font-size: 12px;
        height: 64px;
        line-height: 1;
    }

    .product-report {
        border-radius: 10px !important;
        display: none;
    }

    .product-report-bottom-info-wrp {
        display: flex;
        gap: 18px;
    }

    .report-end-link a {
        height: revert;
        margin-top: revert;
        font-size: 24px;
    }

    .product-report-title {
        width: 100%;
    }

    .product-report-question {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .product-report-bottom-info-wrp {
        margin-top: 8px;
    }

    .product-report-info-wrp {
        margin-top: 0;
    }

    .woocommerce-shop .product-report. .page-blank .product-report {
        padding: 18px 20px;
        /*opacity: 100%;*/
        display: none;
    }

    .product-report-title-wrp img {
        width: 23px;
        height: 23px;
    }

    .woocommerce-shop .products, .page-blank .products {
        gap: 14px;
    }

    .clockdiv {
        font-size: 24px !important;
    }

    .product-report-counter-wrp {
        margin-top: 0;
        height: 100%;
    }

    .orderby {
        color: black !important;
    }

    .variations select {
        color: black !important;
    }

    .vi_wpvs_loop_variation_form, .variations {
        height: 30px;
    }

    .woocommerce-shop .content-area, .page-blank .content-area {
        padding: 0 14px;
    }


    .custom-filtering {
        flex-direction: column;
        gap: 10px;
    }

    .bapf_body select {
        width: 100%;
    }

    .custom-filtering {
        margin-top: 0;
    }


    /*********SINGLE PAGE************/
    .single-product .product {
        flex-direction: column;
        margin-top: 10px;
    }

    .single-product #wpgs-gallery {
        position: relative !important;
        top: revert;
        width: 100% !important;
        max-height: 440px !important;
    }

    .slick-dots {
        padding: 0;
    }


    .product-ard-wrp {
        margin-top: 60px;
    }

    .single-product-content-wrp {
        margin-top: 44px;
    }

    .single-product-reports-block-wrp {
        grid-template-columns: 1fr;
    }

    .single-product-reports-decr {
        font-size: 14px;
    }

    .single-product-counter-wrp {
        margin-top: 18px;
    }

    .single-product-reports-link {
        font-size: 16px;
    }

    .single-product-gif-info-wrp {
        max-width: 118px;
    }

    .single-product-gif-donation {
        font-size: 24px;
    }

    .single-product-gif-donation {
        margin-top: 8px;
    }

    .single-product-gif-wrp {
        min-height: 426px;
    }

    .single-product-wide-txt-wrp {
        font-size: 22px;
        margin-top: 50px;
    }

    .single-product-just-donat-wrp a {
        font-size: 20px;
    }

    .single-product-just-donat-wrp {
        margin-top: 40px;
    }

    .product-related-title {
        margin-top: 60px;
    }

    .single-product-related-wrp, .single-product-bestsellers-wrp {
        overflow: scroll;
        gap: 12px;
    }


    .related-woocommerce-product, .bestsellers-woocommerce-product {
        width: 60vw;
        max-width: 630px;
        border: 1px solid #f3f5f9;
        border-radius: 10px;
        min-height: 560px;
    }

    .bestsellers-woocommerce-thumbnails-mb {
        min-height: 448px;
    }

    .related-woocommerce-thumbnails-mb img {
        width: 100%;
    }

    .related-buy-btn a {
        opacity: 100%;
    }

    .related-woocommerce-product:hover, .bestsellers-woocommerce-product:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .single-product .product-report {
        /*opacity: 100%;*/
    }

    .wcgs-lightbox {
        display: revert;
    }

    .slick-track {
        max-height: 440px !important;
    }

    #wpgs-gallery img {
        max-height: 440px !important;
        object-fit: contain !important;
    }

    #wpgs-gallery.woocommerce-product-gallery {
        min-height: 440px;
    }

    #wpgs-gallery .sp_wgs-icon-left-open.slick-arrow, #wpgs-gallery .sp_wgs-icon-right-open.slick-arrow {
        background-color: rgb(255 255 255 / 0%);
    }

    .slick-arrow {
        display: none !important;
    }

    #wpgs-gallery .sp_wgs-icon-left-open.slick-arrow:hover, #wpgs-gallery .sp_wgs-icon-right-open.slick-arrow:hover {
        background-color: rgb(255 255 255 / 0%);

    }

    .summary.entry-summary {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single_add_to_cart_button, .opt-button {
        max-width: 100%;
    }

    .home .product-report, .single .product-report {
        display: none;
    }

    .product-woocommerce-thumbnails-mb {
        max-height: 100%;
    }

    .single-product .product-woocommerce-static-img {
        position: relative;
    }

    .single-product #primary {
        padding: 0 14px;
    }

    /****************FOOTER*/
    footer .footer-top {
        flex-direction: column;
    }

    footer .footer-top-icons-wrp {
        order: 2;
        margin-top: 120px;
    }

    footer .footer-top-links-wrp {
        order: 1;
    }

    footer .footer-top-icons-wrp a {
        width: 26px;
        height: 26px;
    }

    footer .footer-bottom {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    footer .footer-bottom-center img {
        margin: 0;
        margin-left: auto !important;
    }

    footer .footer-bottom-right {
        grid-column: 1/-1;
        margin: 16px 0 0;
        text-align: start;
    }

    .footer-bottom-right {
        font-size: 8px;
        text-align: center !important;

    }


    /*********HOME PAGE*/
    .single-product-bestsellers-wrp {
        grid-template-columns: repeat(4, 1fr);

    }

    .swiper {
        height: 135vw;
    }

    .swiper.swiper-desktop {
        display: none;
    }

    .swiper.swiper-mobile {
        display: revert;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0 !important;
    }

    .home-bestsellers-about-text {
        margin-top: 76px;
    }

    .home-bestsellers-about-text p {
        font-size: 22px;
    }

    .home-about-us-btn a {
        font-size: 22px;
    }

    .home-about-us-btn {
        margin-top: 22px;
    }

    .home-headliner-left {
        max-height: revert;
    }

    .home-bestsellers-block-wrp.blank-block, .home-bestsellers-block-wrp.prod-block {
        margin-top: 90px;
    }

    .home-production-wrp {
        flex-direction: column;
    }

    .home .productions-bottom-info {
        margin-top: 90px;
    }

    .home-bestsellers-block-wrp.prod-block {
        margin-top: 130px;
    }

    .home-headliner-left img {
        max-height: 364px;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .home-headliner-right {
        padding: 0;
    }

    .home-headliner-right-bottom {
        margin-top: 40px;
    }

    .home-headliner-title-wrp {
        margin-top: 20px;
    }

    .home-headliner-text {
        margin-top: 20px;
    }

    .home-headliner-right-bottom-btns a:nth-child(2) {
        display: none;
    }

    .home-headliner-right-bottom-btns a {
        width: 100%;
        text-align: center;
    }

    .home .product-ard-wrp {
        margin-top: 60px;
    }

    .about-acc.accordion-content {
        grid-template-columns:1fr;
    }

    .about-acc.ac-text-body {
        font-size: 16px;
    }

    .about-acc.accordion-content img {
        max-height: revert;
        height: revert;
        aspect-ratio: 1/1;
    }

    .ac-text-img {
        margin-top: 50px;
    }

    .accordion-header {
        padding-right: 40px !important;
    }

    .home-headliner-right {
        min-width: revert;
    }

    /****************ABOUT*/
    .about-main-img {
        height: auto;
        aspect-ratio: 1/1;

    }

    .about-info-wrp {
        flex-direction: column;
        gap: 28px;
    }

    .about-info-wrp {
        margin-top: 25px;
    }

    /****************REPORTS*/
    .report-right {
        display: none;
    }

    .report-information-block-wrp {
        padding: 30px 0;
    }

    .reports-lists-block-title {
        margin-top: 30px;
    }

    .reports-title-wrp {
        margin-top: 40px;
    }

    .about-info-wrp {
        order: 0;
    }

    .home-headliner-wrp {
        order: 2;
    }

    .donation-reports-wrapper {
        order: 3;
        margin-top: 40px;
    }

    .reports-section {
        display: flex;
        flex-direction: column;
    }

    .about-current-donations {
        display: none;
    }


    /*********THANK PAGE*/
    .thnks-page-order-value {
        font-size: 48px;
        text-align: center;
    }

    .single-product-related-wrp {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .thnks-page-order-btn a {
        width: 100%;
    }

    /**PRODUCTION*/
    .swiper-prod img {
        max-height: 400px;
    }

}


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


@media screen and (max-width: 546px) {
    .single-product-report-title-wrp div:nth-child(2) {
        font-size: 36px;
    }
}

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


}

@media screen and (max-width: 434px) {
    .woocommerce-shop .donations-fixed-question {
        display: none;
    }

}

@media screen and (max-width: 400px) {
    .woocommerce-shop .products-donations-info-wrapper, .page-blank .products-donations-info-wrapper {
        font-size: 10px;
    }
}

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



