@font-face {
    font-family: 'Helvetica700';
    src: url('../fonts/HelveticaNeueCyr-Bold.ttf');
}

@font-face {
    font-family: 'Helvetica400';
    src: url('../fonts/HelveticaNeueCyr-Light.ttf');
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/HelveticaNeueCyr-Bold.ttf');
    /*src: url('../fonts/DIN-Alternate-Bold.ttf'),*/
}

@font-face {
    font-family: 'Ermilov';
    src: url('../fonts/Ermilov-bold.otf');
}

main {
    max-width: 1600px;
    margin: 0 auto;
}

html body.xoo-wsc-cart-active, html.xoo-wsc-cart-active {
    overflow: revert !important;
}

body {
    margin-top: 60px;
    overflow-x: hidden;
}

body.admin-bar {
    margin-top: 93px;
}

.admin-bar header {
    top: 32px;
}

.admin-bar .sticky_donations, .admin-bar .sticky_top_counter_preorder {
    top: 38px;
}

/** * * * * HEADER * * * * **/

.container {
    margin: 0 auto;
    padding: 0 24px;
}

main {
    position: relative;
}

/*MOBILE MENU*/

.header-burger-icon {
    display: none;
}

.footer-center-logo-pr img {
    width: 40px;
}

.header-mobile-menu-wrp {
    transform: translate(110%, 0);
    transition: 0.2s;
    display: none;
    left: 0;
}

.header-mobile-menu-wrp {
    position: absolute;
    width: 100%;
    height: calc(100vh - 36px);
    background: white;
    z-index: 5;
}

.close-burger {
    display: none;
}

.h1seo {
    transform: scale(0) !important;
    position: absolute;
}


/*!!!!!*/
/*.payment_method_mono_gateway {*/
/*    display: none;*/
/*}*/

/*.admin-admin .payment_method_mono_gateway {*/
/*    display: revert;*/
/*}*/


/*!MOBILE MENU*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 50px;
}

.right-wrapper {
    display: flex;
    align-items: center;
    padding: 6px 17px;
    background-color: #fff;
    border-radius: 24px;
    gap: 24px;
}

#menu-header-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 24px;
}


.multilingual-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.right-wrapper li {
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: flex;
}

.right-wrapper a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;

    font-family: Helvetica700, serif;
    font-size: 10px;
    line-height: 11px;
}

.xoo-wsc-sc-count {
    font-family: Helvetica700, serif;
    font-size: 10px;
}

.xoo-wsc-sc-count {
    position: revert !important;
    margin-left: 5px;
    line-height: 20px !important;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin: 0;
}

.translatepress-uk .multilingual-right-wrapper ul li:nth-child(1) {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.translatepress-en_US .multilingual-right-wrapper ul li:nth-child(2) {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.xoo-wsc-sc-bki {
    font-size: 18px;
}

.xoo-wsc-sc-bkcont {
    display: flex;
}

span.xoo-wsc-sc-count {
    right: -20px !important;
    top: 0 !important;
}

.xoo-wsc-sc-count {
    color: #000 !important;
    background-color: white !important;
}

header .current-menu-item > a {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 2px !important;
}

.logo-container {
    display: flex;
    align-items: center;
    padding: 9px 17px;
    background-color: #fff;
    border-radius: 24px;
    max-width: 240px;
    height: 36px;
}

.logo-container a {
    width: 100%;
}

.logo-container img {
    max-height: 30px;
}

/*Sticky Counter*/
.sticky_donations, .sticky_top_counter_preorder {
    display: flex;
    position: fixed;
    top: 6px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    max-width: 380px;
    height: 40px;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.sticky_donations-link {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none !important;
}

.sticky_donations-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: center;
    margin: 5px 0 5px 10px;
}

.sticky_donations-counter {
    display: flex;
    flex: 1;
    height: 100%;
    margin: 2px 0;
    align-items: center;
}

.sticky_donations-pre-title {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Helvetica400', serif;
}

.sticky_donations-title {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Helvetica700', serif;
    text-transform: uppercase;
    margin-top: 4px;
    color: white;
    text-decoration: none;
}

.sticky_donations, .sticky_top_counter_preorder {
    background-color: #0057FF;
    color: white;
    border-radius: 5px;
    padding: 2px 3px;
}

.sticky_top_counter_preorder {
    background-color: #000000;
}

.header-counter, .header_sticky_top_counter_preorder {
    border: 1px solid white;
    border-radius: 3px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
    height: 100%;
    align-items: center;
    font-family: 'Helvetica400', serif;
    min-width: 150px;
}

.sticky_top_counter_preorder-link-wrp {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header_sticky_top_counter_preorder {
    height: 85%;
}


/***SHOP PAGE*/

.woocommerce-shop .woocommerce-no-products-found {
    font-family: Ermilov, serif;
    text-align: center;
    font-size: 60px;
    height: 100px;
    border: 3px solid;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10%;
}


.woocommerce-shop .woocommerce-LoopProduct-link {
    text-decoration: none;
    color: black;
    /*text-transform: uppercase;*/

    display: flex;
    flex-direction: column;
}

.woocommerce-shop .product, .page-blank .product {
    padding: 20px 0;
    transition: 0.2s;
}

.woocommerce-shop .content-area {
    margin: 20px auto 0;
    padding: 0 24px;
}

.woocommerce-shop li, .page-blank li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.woocommerce-shop .woocommerce-ordering {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-ordering-shop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-ordering-shop-name {
    font-size: 12px;
    font-family: 'Helvetica700', serif;
    text-transform: uppercase;
}

.bapf_body select {
    max-width: 148px;
}


.woocommerce-shop .products, .page-blank .products {
    display: grid;
    gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4, 1fr) !important;
    margin-top: 16px;
    padding: 0;
}

.woocommerce-shop .product:hover, .page-blank .product:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    border-radius: 10px;
    transition: 0.2s;
}

.page-blank .woocommerce.columns-4 {
    margin: 20px auto 0;
    padding: 0 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none !important;
}

.woocommerce-page ul.products::before, .woocommerce-page ul.products::after {
    content: none !important;
}

.woocommerce-shop .type-product, .page-blank .type-product {
    width: 100% !important;
    position: relative;
}

.product-woocommerce-thumbnails-mb {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 480px;
    height: 40vw;
    align-items: center;
    justify-content: center;
}

.home .product-woocommerce-thumbnails-mb {
    position: revert;
}

/*!????*/

.product-woocommerce-thumbnails-mb img {
    height: 97%;
    object-fit: contain;
    width: 99%;
}

.product-woocommerce-static-img:nth-child(1) {
    opacity: 0;
}

.product-img-gif {
    position: absolute;
    /*top: 0;*/
    z-index: 1;
}

.product-img-img {
    position: relative;
    z-index: 2;
    transition: 0.2s;
}

.product-custom-img-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.relative-product-sing-url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/*!????*/

.product-woocommerce-static-img {
    position: absolute;
    width: 100%;
}

.products-donations-wrapper {
    height: 30px;
    position: absolute;
    z-index: 4;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.link-product-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.products-donations-info-first-line {
    display: flex;
}

.products-donations-info-wrapper {
    font-family: Helvetica700, sans-serif;
    font-size: 13px;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: baseline;
}

.donations-popover {
    max-width: 210px;
    background-color: #0057FF;
    color: white;
    margin-top: 8px;
    text-align: initial;

    transition: 0.2s;
    width: 70%;
    padding: 10px;
    border-radius: 5px;

    display: none;
    opacity: 0;

    position: absolute;
    top: 28px;
}

.related-woocommerce-thumbnails-mb .donations-popover {

    position: absolute;
    top: 36px;
}

.donations-fixed-question-single {
    cursor: pointer;
    margin-left: 6px;
    margin-bottom: 2px;
}


.single-products-donations-info-wrapper .donations-popover {
    max-width: revert;
    width: 100%;
    position: absolute;
    top: 34px;
    z-index: 4;
}

.donations-popover-text {
    font-family: Helvetica400, serif;
    font-size: 12px;
    color: white;
    pointer-events: none;
}

.donations-popover-close {
    margin-left: 16px;
}

.donations-popover-link a {
    color: white;
    font-family: Helvetica700, serif;
    font-size: 12px;
    justify-content: start !important;
}


.donations-popover-info-wrp {
    flex: 1;
    width: 100%;
    display: flex;
    gap: 6px;
}

.donations-popover-btn, .donations-popover-btn-single {
    height: 12px;
    width: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuMzUzNTUiIHkxPSIwLjY0NjQ0NyIgeDI9IjEzLjM1MzYiIHkyPSIxMi42NDY0IiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjEyLjY0NjQiIHgyPSIxMi42NDY0IiB5Mj0iMC42NDY0NDciIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);

    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 16px;

    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}


.donations-fixed-question {
    height: 16px;
    width: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNy4wMDM2IiBoZWlnaHQ9IjE3LjAwMzYiIHJ4PSI4LjUwMTc5IiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMS44MTIgNy4yMTk5OEMxMS44MTIgNy40NzE5OCAxMS43NzggNy42OTc5OCAxMS43MSA3Ljg5Nzk4QzExLjY0MiA4LjA5Nzk4IDExLjU1MiA4LjI3OTk4IDExLjQ0IDguNDQzOThDMTEuMzMyIDguNjA3OTggMTEuMjA2IDguNzU5OTggMTEuMDYyIDguODk5OThDMTAuOTIyIDkuMDM5OTggMTAuNzc2IDkuMTc3OTggMTAuNjI0IDkuMzEzOThDMTAuNDc2IDkuNDQ1OTggMTAuMzMgOS41ODE5OCAxMC4xODYgOS43MjE5OEMxMC4wNDYgOS44NjE5OCA5LjkyMDAyIDEwLjAxNCA5LjgwODAyIDEwLjE3OEM5LjcwMDAyIDEwLjMzOCA5LjYxMjAyIDEwLjUxOCA5LjU0NDAyIDEwLjcxOEM5LjQ3NjAyIDEwLjkxNCA5LjQ0MjAyIDExLjEzNiA5LjQ0MjAyIDExLjM4NEw4LjE4MjAyIDExLjUxQzguMTgyMDIgMTEuMTU0IDguMjE2MDIgMTAuODQgOC4yODQwMiAxMC41NjhDOC4zNTIwMiAxMC4yOTYgOC40NDAwMiAxMC4wNTYgOC41NDgwMiA5Ljg0Nzk4QzguNjYwMDIgOS42MzU5OCA4Ljc4NjAyIDkuNDQ5OTggOC45MjYwMiA5LjI4OTk4QzkuMDcwMDIgOS4xMjU5OCA5LjIxNjAyIDguOTc3OTggOS4zNjQwMiA4Ljg0NTk4QzkuNTE2MDIgOC43MDk5OCA5LjY2MjAyIDguNTgxOTggOS44MDIwMiA4LjQ2MTk4QzkuOTQ2MDIgOC4zNDE5OCAxMC4wNzIgOC4yMTc5OCAxMC4xOCA4LjA4OTk4QzEwLjI5MiA3Ljk2MTk4IDEwLjM4MiA3LjgyMzk4IDEwLjQ1IDcuNjc1OThDMTAuNTE4IDcuNTI3OTggMTAuNTUyIDcuMzU5OTggMTAuNTUyIDcuMTcxOThDMTAuNTUyIDYuOTYzOTggMTAuNTEyIDYuNzgzOTggMTAuNDMyIDYuNjMxOThDMTAuMzUyIDYuNDc5OTggMTAuMjQyIDYuMzU1OTggMTAuMTAyIDYuMjU5OThDOS45NjYwMiA2LjE2Mzk4IDkuODA0MDIgNi4wOTM5OCA5LjYxNjAyIDYuMDQ5OThDOS40MzIwMiA2LjAwMTk4IDkuMjM0MDIgNS45Nzc5OCA5LjAyMjAyIDUuOTc3OThDOC44NzAwMiA1Ljk3Nzk4IDguNzEyMDIgNS45OTk5OCA4LjU0ODAyIDYuMDQzOThDOC4zODgwMiA2LjA4Nzk4IDguMjMwMDIgNi4xNTE5OCA4LjA3NDAyIDYuMjM1OThDNy45MjIwMiA2LjMxOTk4IDcuNzc0MDIgNi40MjE5OCA3LjYzMDAyIDYuNTQxOThDNy40OTAwMiA2LjY2MTk4IDcuMzY0MDIgNi43OTU5OCA3LjI1MjAyIDYuOTQzOThMNi40NTQwMiA2LjI4Mzk4QzYuNjUwMDIgNi4wMTk5OCA2Ljg2MjAyIDUuODAzOTggNy4wOTAwMiA1LjYzNTk4QzcuMzIyMDIgNS40NjM5OCA3LjU1NjAyIDUuMzI5OTggNy43OTIwMiA1LjIzMzk4QzguMDMyMDIgNS4xMzc5OCA4LjI2ODAyIDUuMDcxOTggOC41MDAwMiA1LjAzNTk4QzguNzM2MDIgNC45OTk5OCA4Ljk2MDAyIDQuOTgxOTggOS4xNzIwMiA0Ljk4MTk4QzkuNTEyMDIgNC45ODE5OCA5Ljg0MDAyIDUuMDI3OTggMTAuMTU2IDUuMTE5OThDMTAuNDcyIDUuMjA3OTggMTAuNzUyIDUuMzQzOTggMTAuOTk2IDUuNTI3OThDMTEuMjQ0IDUuNzA3OTggMTEuNDQyIDUuOTM5OTggMTEuNTkgNi4yMjM5OEMxMS43MzggNi41MDM5OCAxMS44MTIgNi44MzU5OCAxMS44MTIgNy4yMTk5OFpNOC4wODAwMiAxMy40NDhDOC4wODAwMiAxMy4zNDggOC4wOTgwMiAxMy4yNTQgOC4xMzQwMiAxMy4xNjZDOC4xNzQwMiAxMy4wNzggOC4yMjYwMiAxMy4wMDIgOC4yOTAwMiAxMi45MzhDOC4zNTgwMiAxMi44NyA4LjQzNjAyIDEyLjgxOCA4LjUyNDAyIDEyLjc4MkM4LjYxMjAyIDEyLjc0MiA4LjcwNjAyIDEyLjcyMiA4LjgwNjAyIDEyLjcyMkM4LjkwNjAyIDEyLjcyMiA5LjAwMDAyIDEyLjc0MiA5LjA4ODAyIDEyLjc4MkM5LjE3NjAyIDEyLjgxOCA5LjI1MjAyIDEyLjg3IDkuMzE2MDIgMTIuOTM4QzkuMzg0MDIgMTMuMDAyIDkuNDM2MDIgMTMuMDc4IDkuNDcyMDIgMTMuMTY2QzkuNTEyMDIgMTMuMjU0IDkuNTMyMDIgMTMuMzQ4IDkuNTMyMDIgMTMuNDQ4QzkuNTMyMDIgMTMuNTQ4IDkuNTEyMDIgMTMuNjQ0IDkuNDcyMDIgMTMuNzM2QzkuNDM2MDIgMTMuODI0IDkuMzg2MDIgMTMuOTAyIDkuMzIyMDIgMTMuOTdDOS4yNTgwMiAxNC4wMzQgOS4xODIwMiAxNC4wODYgOS4wOTQwMiAxNC4xMjZDOS4wMDYwMiAxNC4xNjYgOC45MTIwMiAxNC4xODYgOC44MTIwMiAxNC4xODZDOC43MDgwMiAxNC4xODYgOC42MTIwMiAxNC4xNjYgOC41MjQwMiAxNC4xMjZDOC40MzYwMiAxNC4wODYgOC4zNTgwMiAxNC4wMzQgOC4yOTAwMiAxMy45N0M4LjIyNjAyIDEzLjkwMiA4LjE3NDAyIDEzLjgyNCA4LjEzNDAyIDEzLjczNkM4LjA5ODAyIDEzLjY0NCA4LjA4MDAyIDEzLjU0OCA4LjA4MDAyIDEzLjQ0OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);

    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 16px;

    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    cursor: pointer;

    margin-left: 6px;
    margin-bottom: 2px;
    align-self: center;
    z-index: 10;
}

.products-donations-secod-value {
    opacity: 50%;
}


/*Loading line*/

.detail-pop-item {
    width: 100%;
    max-width: 186px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.woocommerce-shop .detail-load {
    height: 6px;
    background-color: #e0ecf4;
    border-radius: 3px;
}


.woocommerce-shop .detail-load > .detail-loading {
    background: #ff4b4b;
    height: 100%;
    border-radius: 3px;
}

.woocommerce-shop .detail-load > .loading-complete {
    background: #8BE36C;
}


.woocommerce-shop .detail-load-text {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.woocommerce-shop .woocommerce-loop-product__title, .page-blank .woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 14px;
    font-family: 'Helvetica700', serif;
    font-weight: normal !important;
}

.woocommerce-shop .products-category, .page-blank .products-category {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase !important;
    margin-top: 6px;
    font-family: 'Helvetica700', serif;
}

.woocommerce-shop .add_to_cart_button, .page-blank .add_to_cart_button {
    width: 180px;
    height: 54px;
    background-color: black;
    border-radius: 30px;
    color: white;
    margin-top: 10px;
    opacity: 0;

    font-size: 16px;
    font-family: 'Ermilov', serif;
    transition: 0.2s;
}

.woocommerce-shop .cur-active-product .add_to_cart_button, .page-blank .cur-active-product .add_to_cart_button {
    opacity: 100%;
    transition: 0.2s;
}


.orderby, .bapf_body select {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjMuODYgNi44NTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEgMC41TDYgNS41TDExIDAuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4=);
    background-size: 28px;

    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;

    font-family: Helvetica700, serif;
    text-transform: uppercase;
    font-size: 12px;


    overflow: revert;
    width: 260px;
    text-overflow: ellipsis;

    background-color: #fff;
    border: 1px solid #f3f5f9;
    padding: 10px;
    border-radius: 5px;
    padding-right: 40px;
}

/*Variations*/

.woocommerce-shop .vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap {
    min-width: revert;
}

.vi_wpvs_loop_variation_form tbody {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vi_wpvs_loop_variation_form table {
    margin: 0 !important;
}

.vi_wpvs_loop_variation_form {
    margin-top: 16px !important;
    z-index: 2;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap {
    padding: 2px;
}


.vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    background: white !important;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-loop .vi-wpvs-option-wrap {
    margin: 0 !important;
}

.vi-wpvs-variation-wrap-color {
    gap: 10px;
}

.vi-wpvs-variation-attribute-type-color {
    display: flex;
}

.vi-wpvs-variation-style {
    margin: 0 !important;
    width: 50px;
}

.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select {
    border: revert;
}

.vi-wpvs-variation-button-select {
    font-size: 12px !important;
}

.vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap {
    width: 16px !important;
    height: 16px !important;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-variation-button-select {
    padding: 10px !important;
}

.vi-wpvs-variation-wrap-wrap select {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjI1NTg2IDAuNUw2LjI1NTg2IDUuNUwxMS4yNTU5IDAuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding: 5px;
    width: 40px;
    font-family: 'Helvetica700', serif;
    font-size: 12px;

    overflow: revert;
    text-overflow: '...';
    padding-right: 10px;
}

.vi-wpvs-variation-attribute-type-viwpvs_default select {
    background-color: white;
}


.woocommerce-shop .price, .page-blank .price {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Helvetica700', serif;
}

.woocommerce-shop .price ins, .page-blank .price ins {
    text-decoration: none;
}

.woocommerce-shop .price del, .page-blank .price del {
    opacity: 50%;
}


.product-woocommerce-card {
    position: relative;
}


.product-report {
    height: fit-content;
    width: 100%;
    background-color: #E8F1FBB2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: black;

    text-align: center;
    padding: 10px 20px;
    text-transform: revert;

    opacity: 0;
    transition: 0.15s;
    z-index: 3;

    max-width: 234px;
    border-radius: 9px;
}

.product-report a {
    font-size: 12px;
    font-family: Helvetica700, serif;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.product-report-pre-title {
    font-size: 12px;
    color: white;

    font-family: Helvetica400, serif;

}

.product-report-title {
    color: white;

    font-family: Ermilov, serif;
    font-size: 20px;
    width: min-content;
    line-height: 1;
}

.product-report-question {
    align-self: end;
    margin-bottom: 2px;
}

.product-report-title-wrp {
    display: flex;
    text-transform: uppercase;
    font-size: 20px;
    gap: 10px;
    align-items: center;
}

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

.product-report-counter-wrp {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 3px;
    font-size: clamp(1.375rem, 0.571rem + 1.43vw, 2rem);
    line-height: 38px;
    font-family: Helvetica400, serif;
    margin-top: 8px;
}

.product-report-info-wrp {
    display: flex;
    flex-direction: column;
    margin-top: 12px;

}

.product-report-info-title {
    font-size: 12px;
    font-family: 'Helvetica400', serif;
    line-height: 102%;
}


.product-report-info-amount {
    font-size: 20px;
    font-family: 'Ermilov', serif;
    line-height: 1.2;
}

.add_to_cart_button {
    cursor: pointer;
}

.add_to_cart_button.loading {
    opacity: 40% !important;
    cursor: not-allowed;
    pointer-events: none;
}

.add_to_cart_button:hover {
    opacity: 80%;
}


.clockdiv {
    display: inline-block;
    padding: 8px 0 6px 0;
}

.product-report-counter-wrp span {
    display: inline-block;
    padding: 8px 0 6px 0;
}


.home .product-report a {
    justify-content: center;
}

/*Tags Shop*/
.shop-tags-wrapper {
    display: flex;
    /*margin-top: 6px;*/
    gap: 4px;
}

.shop-tags-single {
    border-radius: 3px;
    font-family: Ermilov, serif;
    font-size: 12px;
    text-transform: uppercase;

    display: flex;
    align-items: self-end;
    line-height: 1;
    padding: 3px 8px 2px;
}

.shop-tags-wrapper .new {
    background-color: #fff600;
    color: #fd0100;
}

.shop-tags-wrapper .sale {
    background-color: #fe4c4b;
    color: white;
}

.shop-tags-wrapper .pre-order {
    background-color: #fe4c4b;
    color: white;
}

.shop-tags-wrapper .available {
    background-color: #1ba901;
    color: white;
}

.single-tags {
    position: absolute;
    z-index: 4;
}

.single-tags .shop-tags-single {
    font-size: 20px !important;
}


.woocommerce-shop .woocommerce-pagination {
    display: flex;
    justify-content: center;
}

.woocommerce-shop .page-numbers {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    color: black;
    font-family: 'Din', sans-serif;
    padding: 0;
}

.woocommerce-shop .next, .woocommerce-shop .prev {
    text-decoration: none;
}


.custom-filtering {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.bapf_sfilter {
    margin: 0;
}

.bapf_body select {
    color: black;
}


/***FOOTER*/

footer {
    margin-top: 114px;
}

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



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

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

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

.sub-menu {
    padding: 0;

}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 26px 20px;
    border: 1px solid #f3f3f3;

}

.footer-top-icons-wrp {
    display: flex;
    gap: 20px;
}


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

.footer-top-icons-wrp img {
    height: 100%;
    width: 100%;
}

.footer-top-icons-wrp a:hover {
    opacity: 60%;
}

.menu-item-has-children > a {
    pointer-events: none;
    text-transform: uppercase;
    font-family: Helvetica700, serif;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 20px;
}

.footer-bottom > div {
    flex: 1;
}

.footer-bottom-icons-wrp {
    display: flex;
    gap: 20px;
    opacity: 30%;
}

.footer-bottom-right {
    font-size: 12px;
    font-family: Helvetica400, serif;
    text-align: end;
}

.footer-bottom-center img {
    margin: 0 auto;
    width: 50px;
    opacity: 30%;
}


.hryvna-sign {
    font-family: Din, sans-serif;
    font-weight: initial;
}

.single .hryvna-sign, .woocommerce-shop .hryvna-sign, .home .hryvna-sign {
    margin-left: 6px;
    /*font-weight: 550;*/
}

.single .hryvna-sign {
    /*height: 20px;*/
    font-family: Helvetica700, sans-serif;
}

.single-donation_report .hryvna-sign {
    font-weight: initial;
}

.added_to_cart.wc-forward {
    display: none;
}

.products-donations-secod-value .hryvna-sign {
    margin-left: 0;
}

.products-donations-info-wrapper .hryvna-sign:nth-of-type(2) {
    margin-left: 0;
}

/***SIDE CART*/

.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
    font-family: Din, sans-serif;
    font-size: 14px !important;
}

.xoo-wsc-ft-amt-value .woocommerce-Price-amount {
    font-family: Helvetica700, sans-serif;
    font-size: 14px !important;
}


.xoo-wscb-icon, .xoo-wsch-basket, .xoo-wscb-count {
    display: none;
}

.xoo-wsch-text {
    font-size: 16px;
    font-family: Din, serif;
    display: block;
}

.xoo-wsc-sm-left .side-cart-cat {
    font-size: 12px;
    font-family: Helvetica400, serif;
}

.side-cart-preorder {
    background-color: #fe4c4b;
    color: white;

    position: absolute;
    top: 6px;
    left: 6px;

    font-family: Ermilov, serif;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: self-end;
    line-height: 1;
    border-radius: 3px;
    padding: 2px !important;
    width: fit-content;
    z-index: 4;
}

.xoo-wsc-sm-left .variation {
    font-size: 12px;
    font-family: Helvetica400, serif;
}

.xoo-wsc-sm-left .side-cart-donation-wpr {
    font-size: 12px;
    font-family: Helvetica400, sans-serif;
}


.side-cart-donation-wpr .hryvna-sign {
    font-family: Helvetica400, sans-serif;
    margin: 0;
}

.xoo-wsc-sm-left input[type="number"].xoo-wsc-qty, .xoo-wsc-qtb-square {
    border-width: 1px;
    border-style: none !important;
}

.xoo-wsc-sm-left .xoo-wsc-qtb-square {
    border: 1px solid black !important;
    border-radius: 4px !important;
    padding: 2px 4px !important;
    margin-top: 12px !important;
}

.xoo-wsc-sm-left .xoo-wsc-minus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE3IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDFIMTciIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==) !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
    background-position-y: center !important;
}

.xoo-wsc-sm-left .xoo-wsc-plus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNy41SDE1IiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik03LjUgMTVMNy41IC0xLjE5MjA5ZS0wNyIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K) !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position-x: left !important;
    background-position-y: center !important;
}

.xoo-wsc-qty {
    font-size: 12px;
    font-family: Helvetica400, serif;
}

.xoo-wsc-sm-info .woocommerce-Price-amount bdi {
    font-size: 14px;
    font-family: Helvetica700, serif !important;
}

span.xoo-wsc-ft-amt-label {
    font-size: 12px;
    font-family: Helvetica700, serif !important;
    text-transform: uppercase;
}

.xoo-wsc-ft-amt-total .woocommerce-Price-amount bdi {
    font-size: 14px;
    font-family: Helvetica700, serif !important;
    text-transform: uppercase;
}

.xoo-wsc-ft-buttons-cont {
    font-size: 14px;
    font-family: Helvetica700, serif !important;
    text-transform: uppercase;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-markup .xoo-wsc-btn {
    padding: 14px !important;
}

.xoo-wsc-body {
    background-color: white;
}

.xoo-wsc-sm-left .xoo-wsc-qty-box {
    max-width: 100px !important;
}

.xoo-wsc-sm-left .xoo-wsc-pprice {
    display: none;
}

.xoo-wsch-top {
    justify-content: start;
    font-size: 16px;
}

span.xoo-wsch-close {
    right: 13px;
}

.xoo-wsc-product {
    margin: 0;
    position: relative;
}

.xoo-wsc-img-col {
    max-height: 135px;
}

.xoo-wsc-img-col img {
    max-height: 135px;
    object-fit: contain;
}

.xoo-wsc-img-col {
    max-width: 135px;
    width: 100%;
}

.xoo-wsc-qty-price {
    display: flex;
}

.xoo-wsc-sm-left .variation {
    display: flex !important;

}

.xoo-wsc-product dl.variation dt, .xoo-wsc-product dl.variation dd {
    font-size: 12px !important;
    font-style: normal;
}

.xoo-wsc-product dl.variation p {
    font-size: 12px !important;
}


.side-cart-cat {
    font-size: 12px;
    text-transform: uppercase;
}

.xoo-wsc-pname {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Helvetica700, serif;
}

.side-cart-donation-wpr {
    display: flex;
    font-size: 12px;
}

.side-cart-donation-wpr span {
    background-color: #0057FF;
    color: white;
    padding: 2px;
}

.xoo-wsc-sm-right {
    padding: 0;
    justify-content: start;
}

.xoo-wsc-qty-price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.side-cart-qnt {
    font-size: 12px;
}

.xoo-wsc-ft-btn-cart, .xoo-wsc-cart-close, .xoo-wsc-ft-buttons-cont .woocommerce-Price-amount {
    display: none !important;
}

.xoo-wsc-ft-btn-checkout {
    border-radius: 10px;
    font-size: 14px !important;
}

.xoo-wsc-ft-amt-subtotal, .xoo-wsc-footer .amount {
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
}

.xoo-wsc-ft-amt-total {
    border-top: none;
}

.xoo-wsc-sm-left > :not(:last-child) {
    padding: 0;
}

.xoo-wsc-pname {
    height: 20px;
}


.xoo-wsc-pname a {
    font-size: 13px;
}

.side-cart-stotal .woocommerce-Price-amount {
    font-size: 14px !important;
}

.xoo-wsc-footer {
    box-shadow: 0 2px 2px #00000005;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: #000000;
    color: white;
    border: none;
    opacity: 80%;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    border: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    border: none;
}

.xoo-wsc-notice-success {
    background-color: #ffffff !important;
    color: black;
}

.xoo-wsc-notices {
    font-size: 16px;
    font-family: Din, serif;
    display: block;
}


.xoo-wsc-empty-cart {
    font-family: Helvetica400, serif;
    font-size: 14px;
}

.xoo-wsc-btn {
    border-radius: 10px;
    font-size: 14px !important;
    font-family: Helvetica700, serif !important;
    text-transform: uppercase;
}

/***CHECKOUT*/

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

.woocommerce-checkout .checkout-shipping-wrp .woocommerce-Price-currencySymbol {
    font-family: inherit;
}

.woocommerce-checkout section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.checkout-main-block-wrp {
    display: grid;
    gap: 70px;
    grid-template-columns: 1.8fr 1.2fr;
    margin-top: 120px;
}

#order_review {
    max-width: 540px;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
    height: max-content;
}

.order_review-preorder-section {
    max-width: 540px;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
    height: max-content;
    margin-top: 10px;

    font-family: Helvetica700, serif;
    font-size: 12px;
}

form.woocommerce-checkout > div {
    flex: 1;
}

.woocommerce-checkout-review-order-table {
    margin-top: 18px;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout-review-order-table .cart_item {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}

.woocommerce-checkout-review-order-table .order-total {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-family: Din, sans-serif;
    font-size: 20px;
}

.checkout-form-img {
    max-width: 136px;
    max-height: 136px;
    height: 100%;
    width: 100%;
}

.checkout-form-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout-form-info-wrp {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
}

.checkout-form-cat {
    font-size: 12px;
    text-transform: uppercase;
}

.checkout-form-product-title {
    font-size: 15px;
    text-transform: uppercase;
}

.checkout-form-product-attr {
    font-size: 12px;
}

.woocommerce-checkout-review-order-table .variation {
    display: flex;
}

.woocommerce-checkout-review-order-table .variation > div {
    display: flex;

}

.woocommerce-checkout-review-order-table .variation- {
    display: flex;
}

.checkout-form-info-td-wrp {
    flex: 1;
}

.checkout-form-info-td-wrp .variation {
    font-size: 12px;
}

.checkout-form-donation-wpr span {
    background-color: #0057FF;
    color: white;
    padding: 4px;
}


.checkout-form-quantity-price {
    display: flex;
    justify-content: space-between;

}

.checkout-form-single-preorder {
    font-family: Ermilov, serif;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: self-end;
    line-height: 1;
    border-radius: 3px;
    padding: 3px 8px 2px;
    background-color: #fe4c4b;
    color: white;
    width: fit-content;
    position: absolute;
    top: 6px;
    left: 6px;
}

.checkout-form-quantity-price span {
    /*    font-family: Helvetica400, serif;*/
    font-size: 13px;
}

.checkout-form-quantity-price .amount {
    font-family: Din, sans-serif;
    font-size: 14px;
}

.custom-submit-button button {
    display: none;
}

/*Billing form*/

.woocommerce-checkout .container .row h1 {
    display: none;
}

.woocommerce-input-wrapper input {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper p {
    display: flex;
    flex-direction: column;

    position: relative;
    margin-bottom: 10px;
}

.woocommerce-billing-fields div input {
    font-family: Helvetica400, serif !important;
    font-size: 16px !important;
}

.woocommerce-billing-fields div label {
    font-family: Helvetica400, serif !important;
    font-size: 16px !important;
}

.woocommerce-billing-fields .display-floating-label label {
    font-size: 12px !important;
}

.select2-selection__rendered {
    font-family: Helvetica400, serif !important;
    font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 11px;
}

.woocommerce-billing-fields h3 {
    font-family: Helvetica400, serif;
    font-size: 20px;
}

.select2-results__options li {
    font-family: Helvetica400, serif;
    font-size: 14px;
}

#ukrposhta_shippping_fields label {
    position: absolute;
    margin: 18px 0 0 12px;
    transition: all 0.2s ease;
    color: #8f8f8f;
}

#ukrposhta_shippping_fields input::placeholder {
    opacity: 0;
}

#ukrposhta_shippping_fields input {
    padding: 0 12px;
}

.woocommerce-billing-fields__field-wrapper label {
    position: absolute;
    margin: 18px 0 0 12px;
    transition: all 0.2s ease;
    color: #8f8f8f;
}

.display-floating-label label {
    position: absolute !important;
    margin: 5px 0 0 12px !important;
    color: #606060 !important;
    font-size: 12px !important;
}

.woocommerce-billing-fields__field-wrapper input {
    display: block;
    padding: 15px 12px;
    transition: all 0.2s ease;

    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    width: 100%;
}

.display-floating-label input {
    padding: 22px 12px 8px;
}


abbr {
    text-decoration: none;
    margin: 0;
}


#billing_country_field label, #billing_state_field label {
    position: relative;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.checkout-shipping-wrp {
    margin: 20px 0;
    font-family: Helvetica400, serif;
    font-size: 20px;

}

#shipping_method {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

#shipping_method label {
    margin-left: 8px;
}

.zen-ui-select__value-text {
    font-family: Helvetica400, serif;
    font-size: 16px;
}

.zen-ui-select__options div {
    font-family: Helvetica400, serif;
    font-size: 14px;
}

.zen-ui-select__search input::placeholder {
    font-family: Helvetica400, serif !important;
    font-size: 14px;
}

.zen-ui-select__option.zen-ui-select__option--disabled {
    font-family: Helvetica400, serif !important;
    font-size: 14px;
}

.zen-ui-select__value {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.wcus-checkout-fields h3, #ukrposhta_shippping_fields h3 {
    display: none;
}

#nova-poshta-shipping-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-additional-fields {
    display: none;
}

#place_order {
    max-width: 736px;
    width: 100%;
    height: 70px;
    background-color: black;
    border-radius: 10px;
    color: white;
    margin-top: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Helvetica700, serif;
    font-size: 14px;
}

#place_order:hover {
    opacity: 80%;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;

    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-color: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSItMC4wMDUgLTAuNTM5IDE1Ljk5OCA3LjI2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMS4yNTU4NiAwLjVMNi4yNTU4NiA1LjVMMTEuMjU1OSAwLjUiIHN0cm9rZT0iYmxhY2siIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5OTk5OTk5OTk5OTk5OSwgMCwgMCwgMC45OTk5OTk5OTk5OTk5OTk5LCAwLCAwKSIvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding: 5px;
    transform: translate(-5px);
    width: 16px;
}

.zen-ui-select__value.disabled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f9f9f9;
}

.select2-container--open .selection .select2-selection--single {
    background: #f9f9f9;

}

.select2-container--open .selection .select2-selection__rendered {
    color: #777777 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ebf5ff;
    color: black;
}

#order_review_heading {
    font-family: Din, serif !important;
    font-size: 16px;
}

.checkout-form-cat {
    font-family: Helvetica400, serif;
    font-size: 12px;
}

.checkout-form-product-title {
    font-family: Helvetica700, serif;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table .variation- {
    font-family: Helvetica400, serif;
    font-size: 12px;
}

.checkout-form-donation-wpr span {
    font-family: Helvetica400, sans-serif;
    font-size: 12px;
}

.select2-container--open .select2-dropdown {
    top: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: hidden !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #eeeeee !important;
    border-radius: 10px !important;

}

#wcus_np_billing_fields .form-row {
    margin-bottom: 10px;
}

.j-wcus-np-custom-address-block .input-text {
    padding: 8px !important;
}

.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin-left: 8px;
    margin-top: 10px;
}

.payment_method_liqpay {
    display: flex;
    align-items: center;
    gap: 4px;
}

.payment_method_liqpay label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_method_fondy p {
    font-family: Helvetica400, serif;
    font-size: 14px;
}


.payment_method_fondy img, .payment_method_liqpay img {
    display: none;
}

.wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.payment_title_checkout {
    font-family: Helvetica400, serif;
    font-size: 20px;
    margin-top: 26px;
}

.thwcfd-field-country .select2-container {
    margin-bottom: 4px;
}

/***SINGLE PRODUCT*/

.single-product #primary {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

.gallery-navigation-carousel {
    display: none !important;
}

.single-product #sidebar {
    display: none;
}


.product .woocommerce-tabs {
    display: none;
}


#wpgs-gallery {
    float: revert !important;
    position: sticky !important;
    top: 124px;
}

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

#wpgs-gallery .sp_wgs-icon-left-open.slick-arrow, #wpgs-gallery .sp_wgs-icon-right-open.slick-arrow {
    background-color: rgba(246, 245, 247, 0);
}

#wpgs-gallery .sp_wgs-icon-left-open.slick-arrow:before, #wpgs-gallery .sp_wgs-icon-right-open.slick-arrow:before {
    color: black;
}

.slick-dots button {
    cursor: pointer !important;

}

.slick-dots {
    padding: 0 !important;
}

.single-product .product {
    display: flex;
    margin-top: 120px;
    gap: 44px;
}

.single-product #wpgs-gallery {
    min-width: revert !important;
    max-width: 1100px !important;
    width: 70% !important;
    height: 100% !important;
    max-height: 600px !important;
}

#wpgs-gallery.woocommerce-product-gallery {
    margin: 0 !important;
}

#wpgs-gallery img {
    height: calc(100vh - 170px) !important;
    object-fit: contain !important;
    max-height: 650px !important;
}

.slick-slide {
    height: 100% !important;
    max-height: 600px !important;
    cursor: grab;
}

.product_meta {
    display: none;
}

.summary.entry-summary {
    max-width: 364px !important;
    width: 364px !important;
}

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

.single-products-donations-wrapper {
    display: flex;
    flex-direction: column;

    font-family: Helvetica700, serif;
    font-size: 12px;
}

.single-products-donations-info-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.home .single-products-donations-info-wrapper {
    align-items: baseline;
}

.single-products-donations-info {
    display: flex;
    align-items: end;
}

.home .single-products-donations-info {
    align-items: baseline;
}

.single-second-value {
    opacity: 50%;
}

.single .single-products-donations-info .hryvna-sign {
    margin: 0;
}

.single-products-donations-donation {
    margin-left: auto;
}

.single-products-tooltip {
    display: flex;
    height: 100%;
    align-items: self-start;
}

.single-product .products-category {
    margin-top: 20px;
    font-family: Ermilov, serif;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
}

.single-add-to-cart-complete {
    font-family: Din, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}

.single-product .product_title {
    font-family: Ermilov, serif;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;

    font-weight: normal !important;
}

.woocommerce-Price-currencySymbol {
    /*font-family: Helvetica700, serif;*/
    font-weight: normal;
}

.single-product-descrp-wrp {
    font-family: Ermilov, serif;
    margin-top: 14px;
    font-size: 16px;
    line-height: 16px;
}

.single-product-descrp-preorder {
    font-family: Helvetica700, serif;
    font-size: 12px;
    margin-top: 8px;

    border: 1px solid;
    padding: 6px;
    border-radius: 5px;
}

.out-of-stock {
    font-family: Din, serif;
    margin-top: 40px;
}

/*loading line*/
.single-detail-pop-item {
    width: 100%;
}

.single-detail-load {
    height: 6px;
    background-color: #e0ecf4;
    border-radius: 3px;
}

.single-detail-loading {
    background-color: #ff4b4b;
    height: 100%;
    border-radius: 3px;
}

.single-detail-load .loading-complete {
    background-color: #8BE36C;
}


.accordion-item {
    border-bottom: 1px solid #7e7e80;


    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSItMC4wMDUgLTAuNTM5IDE1Ljk5OCA3LjI2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMS4yNTU4NiAwLjVMNi4yNTU4NiA1LjVMMTEuMjU1OSAwLjUiIHN0cm9rZT0iYmxhY2siIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5OTk5OTk5OTk5OTk5OSwgMCwgMCwgMC45OTk5OTk5OTk5OTk5OTk5LCAwLCAwKSIvPgo8L3N2Zz4=);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 20px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.accordion-header {
    padding: 10px 0;
    cursor: pointer;
    font-family: Helvetica700, serif;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-out;
    margin-bottom: 4px;

    font-family: Helvetica400, serif;
}

.accordion-content p {
    margin-top: 4px;
}

.single-product .variations tbody {
    display: flex;
    gap: 20px;
    width: 130px;
    height: 30px;
}

.single-product .variations tbody .label {
    display: none;
}

.single-product .variations .reset_variations {
    display: none;
}

.single-product .variations tbody tr:first-child {
    order: 2;
}

.single-product .variations {
    margin-top: 12px;
}

.single-product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    /*border: 1px solid;*/
    background: white;
}

.single-product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap {
    padding: 2px;
}

.single-product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
    box-shadow: none;
}

.single-product .slick-track {
    display: flex;

}

.single-product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap {
    width: 18px;
    height: 18px;
}

.single-product .vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
    margin: 0;
    margin-right: 12px;
}

.single-product .vi_wpvs_variation_form:not(.vi_wpvs_loop_variation_form) .vi-wpvs-variation-wrap-wrap {
    display: flex;
}

.single-product .vi-wpvs-variation-style-content {
    display: flex;
    align-items: center;
}

.single-product .vi-wpvs-variation-style {
    margin: 0;
}

.wcgs-carousel .wcgs-slider-image {
    margin: auto 0 !important;
}

.wcgs-lightbox {
    display: none;
}

.single-product .vi-wpvs-variation-wrap-wrap select {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjI1NTg2IDAuNUw2LjI1NTg2IDUuNUwxMS4yNTU5IDAuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding: 5px;
    width: 44px;


    font-size: 12px;
    font-family: Helvetica700, serif;
}

.single-product .woocommerce-variation-add-to-cart {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/*MONO PAY*/
.product-template-default form.cart {
    align-items: normal !important;
    flex-direction: column

}

.product-template-default .woocommerce-variation-add-to-cart {
    display: grid !important;
    gap: 14px;
}

.product-template-default .woocommerce-variation-add-to-cart button.button {
    margin: 0 !important;
}


.single-product .woocommerce-variation-availability {
    display: none;
}

.single-product .single_add_to_cart_button, .opt-button {
    grid-column: 1/-1;
}

.single-product .woocommerce-price-variations {
    font-size: 25px;
    font-family: Din, sans-serif;
}

.woocommerce-price-variations del {
    opacity: 50%;
}


.single-product ins {
    text-decoration: none;
}

.single-product .quantity input {
    -webkit-appearance: none;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    text-align: center;
}


.single-product .quantity {
    display: flex;
    justify-content: end;
}

.single-qnt-wrp {
    display: flex;
    width: 118px;
    border: 1px solid;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    padding: 2px;
    height: 40px;
}

.single-qnt-wrp button {
    background: white;
    cursor: pointer;
}


.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;

}

.quantity input {
    outline: none;
    width: 50px;
    font-size: 16px;
    font-family: Helvetica700, serif;

}

.btn-minus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE3IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDFIMTciIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==) !important;

    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-size: 16px !important;

    background-repeat: no-repeat !important;
    background-position-x: right !important;
    background-position-y: center !important;
    padding: 10px !important;
}


.btn-plus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNy41SDE1IiBzdHJva2U9ImJsYWNrIi8+CjxwYXRoIGQ9Ik03LjUgMTVMNy41IC0xLjE5MjA5ZS0wNyIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K) !important;

    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-size: 16px !important;

    background-repeat: no-repeat !important;
    background-position-x: left !important;
    background-position-y: center !important;
    padding: 10px !important;
}

.single_add_to_cart_button {
    margin-top: 10px;
    max-width: 400px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    cursor: pointer;
}

.opt-button {
    max-width: 400px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid black;
    grid-column: span 2;
    font-size: 14px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.single_add_to_cart_button:hover {
    opacity: 80%;
}


.product-additional-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-additional-pay-wrp {
    display: flex;
    gap: 12px;
    align-items: center;
}

.product-additional-pay-wrp div:nth-of-type(3) img {
    width: 22px;
}

.product-additional-pay-wrp div:nth-of-type(3) {
    display: flex;
    gap: 8px;
}

.product-additional-info {
    margin-top: 16px;
}

.product-additional-shipping-wrp img {
    margin-left: 4px;
}

.product-additional-shipping-wrp {
    display: flex;
    gap: 16px;
    align-items: center;
}

.product-additional-info {
    font-size: 12px;
    font-family: Helvetica700, serif;
    text-transform: uppercase;
}

.product-ard-wrp {
    margin-top: 15px;
    font-size: 12px;

    text-transform: uppercase;
}

.accordion-item.active {
    padding-bottom: 6px;
}

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


.single-product-reports-block-wrp {
    margin-top: 68px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

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

.single-product-reports-block-wrp-no-donation .single-product-gif img {
    max-height: 88vh;
    object-fit: contain;
}

.single-product-report-wrp {
    border: 1px solid #7e7e80;
    border-radius: 10px;
    padding: 20px;

    display: flex;
    flex-direction: column;
}

.single-product-report-title-wrp div:nth-child(1) {
    font-size: 14px;
    font-family: Din, serif;
    text-transform: uppercase;
}

.single-product-report-title-wrp div:nth-child(2) {
    font-size: 40px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    /*margin-top: 18px;*/
    line-height: 1.1;
}

.single-clockdiv {
    border: 1px solid #7e7e80;
    border-radius: 10px;
    height: 80px;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 40px;
    font-family: Helvetica400, serif;
    text-transform: uppercase;
}

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

.single-product-reports-decr {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: Ermilov, serif;
}

.single-product-reports-link {
    width: 144px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    font-size: 24px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    margin-top: auto;
}

.single-product-reports-link:hover {
    opacity: 80%;
}

.single-product-gif-wrp {
    position: relative;
}

.single-product-gif {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-gif img {
    max-height: 644px;
    height: 100%;
}

.single-product-gif-wrp {
    position: relative;
}

.single-product-gif-info-wrp {
    position: absolute;
    top: 20px;
    left: 20px;
}


.top-border,
.bottom-border {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 18%;
    left: 0;
}

.top-border {
    top: 0;
}

.top-border:before {
    border-top-left-radius: 10px;
}

.top-border:after {
    border-top-right-radius: 10px;
}

.bottom-border:before {
    border-bottom-left-radius: 10px;
}

.bottom-border:after {
    border-bottom-right-radius: 10px;
}

.bottom-border {
    bottom: 0;

}

.top-border:after,
.top-border:before,
.bottom-border:after,
.bottom-border:before {
    content: '';
    width: 15%;
    height: 100%;
}

.top-border:after,
.top-border:before {
    border-top: 1px solid black;
}

.bottom-border:after,
.bottom-border:before {
    border-bottom: 1px solid black;
}


.top-border:before,
.bottom-border:before {
    border-left: 1px solid black;
}

.top-border:after,
.bottom-border:after {
    border-right: 1px solid black;
}

.single-product-gif-info {
    font-size: 14px;
    font-family: Din, serif;
    text-transform: uppercase;
}

.single-product-gif-donation {
    font-size: 40px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    line-height: 1;
}

.single-product-gif-donation .hryvna-sign {
    font-size: 35px;
}

.single-product-just-donat-wrp {
    width: 100%;
    margin-top: 46px;
    display: flex;
    justify-content: center;
}


.single-product-just-donat-wrp a {
    max-width: 490px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
    border: 1px solid black;
    border-radius: 400px;
    font-size: 48px;
    font-family: Ermilov, serif;
    text-decoration: none;
    color: black;
    transition: 0.2s;
}

.single-product-just-donat-wrp a:hover {
    color: white;
    background-color: black;
    transition: 0.2s;
}

/*Related Product*/

.single-product-related-wrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.related-woocommerce-thumbnails-mb {
    position: relative;
}


/*.single-product .product-report {*/
/*    height: fit-content;*/
/*    width: 100%;*/
/*    background-color: #0057FF;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    color: white;*/

/*    text-align: start;*/
/*    padding: 10px 20px;*/
/*    text-transform: revert;*/

/*    opacity: 0;*/
/*    transition: 0.15s;*/
/*    z-index: 3;*/
/*}*/

.related-report-pre-title {
    font-size: 12px;
    color: white;
    font-family: Helvetica400, serif;
}

.related-report-title {
    color: white;
    font-family: Ermilov, serif;
    font-size: 20px;
    text-transform: uppercase;
    width: min-content;
}

.related-report-title-wrp {
    display: flex;
    text-transform: uppercase;
    font-size: 20px;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

.related-report-question {
    align-self: end;
    margin-bottom: 2px;
}

.related-report-title-wrp img {
    width: 20px;
    height: 20px;
}

.related-report-counter-wrp {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 32px;
    line-height: 38px;

    margin-top: 8px;
}

.related-report-info-wrp {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.related-report-info-title {
    font-family: Helvetica400, serif;
    font-size: 12px;
}

.related-report-info-amount {
    font-family: Ermilov, serif;
    font-size: 24px;
}

.related-report-info-amount .products-donations-wrapper {
    position: absolute;
    width: 100%;
}

.product-related-title {
    margin-top: 70px;
    font-family: Din, serif;
    font-size: 24px;
}

.single-product-related-wrp {
    margin-top: 14px;
}

.related-woocommerce-product {
    padding: 20px 1px;
    text-align: center;
}

.related-woocommerce-thumbnails-mb a {
    display: flex;
    justify-content: center;
}

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

.related-woocommerce-product:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.related-woocommerce-product .products-donations-wrapper {
    font-family: Din, serif;
    font-size: 12px;
}

.related-woocommerce-product .detail-pop-item {
    height: 5px;
    margin-top: 7px;
}

.related-woocommerce-product .detail-load {
    background-color: #e0ecf4;
    height: 100%;
    border-radius: 3px;
}

.related-woocommerce-product .detail-loading {
    width: 14%;
    background-color: #ff4b4b;
    height: 100%;
    border-radius: 3px;
}

.related-title {
    margin-top: 20px;
    font-size: 13px;
    font-family: Helvetica700, serif;
    text-transform: uppercase;
    line-height: 1;
}

.related-category, .related-price {
    line-height: 1;
    margin-top: 6px;
    font-size: 12px;
    font-family: Helvetica700, sans-serif;
    text-transform: uppercase;
}

.related-buy-btn a {
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: black;
    border-radius: 30px;
    margin: 10px auto 0;
    cursor: pointer;

    text-decoration: none;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    font-family: Ermilov, serif;
    font-size: 14px;

    opacity: 0;
    transition: 0.2s;
}

.cur-active-product .related-buy-btn a {
    opacity: 100%;
    transition: 0.2s;
}

.cur-active-product .product-img-img {
    opacity: 0;
    transition: 0.2s;
}


.related-buy-btn:hover {
    opacity: 80%;
}

.single-product-wide-txt-wrp {
    margin-top: 80px;
    font-family: Din, serif;
    font-size: clamp(1.375rem, -0.125rem + 3.13vw, 3rem);
    text-transform: uppercase;
    line-height: 105%;
}

.woo_sc_table_scroll {
    overflow: hidden;
}


/***Reports Page*/

.page-template-tmpl-reports {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-template-tmpl-reports main {
    width: 100%;
}

.page-template-tmpl-reports footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.page-template-tmpl-reports header {
    width: 100%;
}


.reports-title-wrp {
    margin-top: 90px;
    font-family: Ermilov, serif;
    font-size: 32px;
    text-transform: uppercase;
}

.report-wrp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    min-height: 120px;
    position: relative;

    cursor: pointer;
}

.report-wrp:first-child {
    border-top: 1px solid #ececec;
}

.report-wrp:hover {
    background-color: #f8f8f8;
}

.report-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.report-img-wrp {
    max-width: 125px;
    max-height: 86px;
}

.report-img-wrp img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.report-right {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.report-title {
    font-family: Ermilov, serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.report-date {
    font-family: Din, serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #cccccc;
}

.report-right {
    font-family: Ermilov, serif;
    font-size: 16px;
    text-transform: uppercase;
}

.report-img-wrp {
    border-radius: 10px;
}

.report-right a {
    text-transform: uppercase;
    color: black;
}

.report-right a:hover {
    opacity: 80%;
}

.report-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.report-left a {
    color: black;
    text-decoration: none;
}

.report-link-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


/***SINGLE REPORTS PAGE*/

.reports-wpr {
    max-width: 832px;
    margin: 0 auto;
}

.report-header-wrp {
    display: flex;
    padding: 30px 0;
    gap: 20px;
    border-bottom: 1px solid #ececec
}

.report-img {
    width: 154px;
    height: 100px;

}

.report-info-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}


.report-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.report-link-to-donation {
    height: 42px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 22px;
}

.report-link-to-donation:hover {
    opacity: 80%;
}

.report-link-to-donation a {
    color: white;
    text-decoration: none;
    line-height: 1;
    font-family: Helvetica700, serif;
    font-size: 16px;
    text-transform: uppercase;
}

.report-information-block-wrp {
    padding: 48px 0;
    border-bottom: 1px solid #ececec
}

.report-information-main-dscr {
    font-family: Helvetica400, serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.report-information-wrp {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    gap: 20px;
}


.report-information-title {
    font-family: Helvetica700, serif;

    font-size: 24px;
}

.report-information-wrp {
    font-family: Helvetica400, serif;
    font-size: 16px;
}

.report-how-long-title, .report-purpose-title, .report-how-much-title {
    color: #7a7a7a;
}

/*single report*/

.reports-lists-block-title {
    margin-top: 45px;
    font-family: Helvetica700, serif;
    font-size: 24px;
}

.report-single-wrp {
    margin-top: 32px;
}

.report-single-date {
    font-family: Helvetica700, serif;
    font-size: 16px;
}

.report-single-text {
    font-family: Helvetica400, serif;
    font-size: 16px;
    margin-top: 20px;
}

.report-single-img-wrp {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.report-single-img-wrp img {
    width: 100%;
}

.report-single-products-block-wrp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.report-single-product-wrp {
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    padding: 4px 0;

    justify-content: space-between;
    align-items: center;
}

.single-product-wide-img-wrp img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}


.report-single-product-wrp a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: black;
}

.report-single-product-left {
    display: flex;
    align-items: center;
    gap: 20px;
}


.report-single-product-title {
    font-size: 14px;
    font-family: Helvetica400, serif;
    text-transform: uppercase;
    margin-top: 5px;
}


.report-single-product-img-wrp {
    max-width: 100px;
    max-height: 100px;
    height: 100%;
    width: 100%;
}

.report-single-product-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100px;
}

.report-single-product-wrp .report-single-product-cat {
    font-family: Helvetica400, serif;
    font-size: 12px;
    text-transform: uppercase;
}

.report-single-product-wrp .report-single-product-cat {
    font-family: Helvetica400, serif;
    font-size: 14px;
    text-transform: uppercase;
}

.report-single-product-right {
    font-family: Helvetica700, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px;
}

/*HOME PAGE*/

.layout-main {
    margin-top: 20px;
    overflow-x: hidden;
}

/*bestsellers*/
.single-product-bestsellers-wrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.bestsellers-woocommerce-thumbnails-mb {
    position: relative;
}


/*.home .product-report {*/
/*    height: fit-content;*/
/*    width: 100%;*/
/*    background-color: #0057FF;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    color: white;*/

/*    text-align: start;*/
/*    padding: 10px 20px;*/
/*    text-transform: revert;*/

/*    opacity: 0;*/
/*    transition: 0.15s;*/
/*    z-index: 3;*/
/*}*/

.bestsellers-report-pre-title {
    font-size: 12px;
    color: white;
    font-family: Helvetica400, serif;
}

.bestsellers-report-title {
    color: white;
    font-family: Ermilov, serif;
    font-size: clamp(0.875rem, 0.393rem + 0.86vw, 1.25rem);
    line-height: 1;
    width: min-content;
}

.bestsellers-report-title-wrp {
    display: flex;
    text-transform: uppercase;
    font-size: 20px;
    gap: 10px;
    align-items: center;
}

.bestsellers-report-question {
    align-self: end;
    margin-bottom: 2px;
}

.bestsellers-report-title-wrp img {
    width: 20px;
    height: 20px;
}

.bestsellers-report-counter-wrp {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 32px;
    line-height: 38px;

    margin-top: 8px;
}

.bestsellers-report-info-wrp {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.bestsellers-report-info-title {
    font-family: Helvetica400, serif;
    font-size: 12px;
}

.bestsellers-report-info-amount {
    font-size: 24px;
    font-family: Ermilov, serif;
}

.bestsellers-report-info-amount .products-donations-wrapper {
    position: absolute;
    width: 100%;
}

.product-bestsellers-title {
    margin-top: 70px;
    font-family: Din, serif;
    font-size: 24px;
}

.single-product-bestsellers-wrp {
    margin-top: 14px;
}

.bestsellers-woocommerce-product {
    padding: 20px 1px;
    text-align: center;
}

.bestsellers-woocommerce-product .woocommerce-Price-amount {
    font-family: 'Helvetica700', serif;
}

.bestsellers-woocommerce-product .bestsellers-price del:first-of-type {
    color: grey;

}

.bestsellers-woocommerce-product .bestsellers-price ins {
    text-decoration: none !important;
}

.bestsellers-woocommerce-thumbnails-mb a {
    display: flex;
}

.bestsellers-woocommerce-thumbnails-mb img {
    width: 99%;
}

.bestsellers-woocommerce-product:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.bestsellers-woocommerce-product .products-donations-wrapper {
    font-family: Din, serif;
    font-size: 12px;
}

.bestsellers-woocommerce-product .detail-pop-item {
    height: 5px;
    margin-top: 7px;
}

.bestsellers-woocommerce-product .detail-load {
    background-color: #e0ecf4;
    height: 6px;
    border-radius: 3px;
}

.bestsellers-woocommerce-product .detail-loading {
    width: 14%;
    background-color: #ff4b4b;
    height: 100%;
    border-radius: 3px;
}

.bestsellers-woocommerce-product .loading-complete {
    background-color: #8BE36C;
}

.bestsellers-title {
    margin-top: 20px;
    font-size: 13px;
    font-family: Helvetica700, serif;
    text-transform: uppercase;
    line-height: 1;
}

.bestsellers-category, .bestsellers-price {
    line-height: 1;
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
}

.bestsellers-category {
    font-family: 'Helvetica700', serif;
}

.bestsellers-buy-btn {
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: black;
    border-radius: 30px;
    margin: 10px auto 0;
    cursor: pointer;
}


.bestsellers-buy-btn a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    line-height: 1;
}

.bestsellers-buy-btn:hover {
    opacity: 80%;
}

.home-bestsellers-block-title-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.home-bestsellers-look-all a {
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: Helvetica700, serif;
    font-size: 16px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.home-bestsellers-look-all a:hover {
    opacity: 70%;
}

.home-bestsellers-title {
    font-family: Helvetica700, serif;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
}

.home-bestsellers-look-all-img {
    width: 20px;
    height: 20px;
}

.home-bestsellers-about-text {
    margin-top: 80px;
    font-family: Din, serif;
    font-size: clamp(1.375rem, -0.125rem + 3.13vw, 3rem);
    text-transform: uppercase;
    line-height: 105%;
}


/*Slider*/

.swiper {
    height: 42vw;
}

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

.swiper-slide {
    position: relative;
}

.swiper-slide-img-wrp {
    height: 100%;
    background-color: #E0ECF4;
    border-radius: 10px;
}

.swiper-slide-active, .swiper-slide-next {
    border-radius: 10px;
}

.swiper-slide-img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide-info-wrp {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
}

.swiper-slide-strings-wrp {
    line-height: 1;
    font-family: Ermilov, serif;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
}

.swiper-slide-btn a {
    width: 145px;
    height: 50px;
    gap: 18px;
    font-family: Ermilov, serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    border: 1px solid white;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    margin-top: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.swiper-slide-btn a:hover {
    color: black;
    background-color: white;
    transition: 0.2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black !important;
    border: 1px solid white;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 100% !important;
    width: 12px !important;
    height: 12px !important;
}

.report-end-link a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 52px;
    border: 1px solid white;
    border-radius: 3px;
    margin-top: 8px;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    font-family: Helvetica400, serif;
    font-size: clamp(1.375rem, 0.571rem + 1.43vw, 2rem);
    padding-top: 2px;
}


.report-end-link {
    width: 100%;
    display: flex;
    justify-content: center;
}

/*headliner*/

.home-headliner-wrp {
    display: flex;
    gap: 24px;
}

.home-headliner-right {
    max-width: 545px;
    padding: 0 34px;
}


.home-headliner-left {
    max-height: 600px;
}

.home-headliner-left img {
    border-radius: 10px;
    height: 100%;
    object-fit: contain;
}

.home-headliner-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    min-width: 545px;
}

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

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

.home-headliner-right-bottom-info-wrp {
    display: flex;
    gap: 30px;
}

.home-headliner-right-donation-value, .home-headliner-counter-wrp {
    font-family: Din, sans-serif;
    font-size: 36px;
    display: flex;
    align-items: baseline;
}

.home-headliner-right-donation-value span:nth-child(1) {
    font-size: 20px;
}

.home-headliner-right-donation-title, .home-headliner-counter-block-title {
    font-family: Helvetica400, serif;
    font-size: 16px;
}

.home-headliner-title-wrp {
    margin-top: 30px;
    font-family: Ermilov, serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}

.home-headliner-text {
    margin-top: 30px;
    font-family: Helvetica400, serif;
    font-size: 16px;
}

.home-headliner-right-bottom-btns {
    display: flex;
    gap: 8px;
}

.home-headliner-right-bottom-btns a {
    padding: 14px 40px;
    font-family: Ermilov, serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 26px;
}

.home-headliner-right-bottom-btns a:nth-child(1) {
    background-color: black;
    color: white;
    transition: 0.2s;
}

.home-headliner-right-bottom-btns a:nth-child(2) {
    background-color: white;
    color: black;
    transition: 0.2s;
    border: 1px solid black;
}

.home-headliner-right-bottom-btns a:nth-child(1):hover {
    opacity: 70%;
}

.home-about-us-btn a {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Din, serif;
    font-size: 40px;
    color: black;
}

.home-about-us-btn a:hover {
    opacity: 70%;
}


/*accordion about*/

.about-acc .accordion-header {
    font-size: 20px;
    padding: 42px 0;
}


.about-acc.accordion-item {
    padding: 0;
    background-image: none !important;
}

.about-acc.accordion-item {
    background-position-y: center;
}

.about-acc.accordion-header {

    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSItMC4wMDUgLTAuNTM5IDE1Ljk5OCA3LjI2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMS4yNTU4NiAwLjVMNi4yNTU4NiA1LjVMMTEuMjU1OSAwLjUiIHN0cm9rZT0iYmxhY2siIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5OTk5OTk5OTk5OTk5OSwgMCwgMCwgMC45OTk5OTk5OTk5OTk5OTk5LCAwLCAwKSIvPgo8L3N2Zz4=);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

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


.about-acc.accordion-content img {
    max-height: 410px;
    /*height: 25vw;*/
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}

.about-acc.ac-text-body {
    /*max-width: 486px;*/
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-acc.ac-text-img {
    display: flex;
    justify-content: center;
}

.about-acc.ac-text-body {
    font-family: Helvetica400, serif;
    font-size: 20px;
    text-transform: initial;
}

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

.about-acc.accordion-item {
    border-bottom: 1px solid #e3e3e5;
}

.product-ard-wrp:first-child {
    border-top: 1px solid #e3e3e5;
}

.home-production-wrp {
    display: flex;
    gap: 14px;
    margin-top: 14px;
}

.home-production-single-wrp p {
    text-decoration: none;
    color: black;
}

.home-production-single-wrp a {
    text-decoration: none;
}

.home-prod-img-wrp img {
    border-radius: 10px;
}

.home-production-single-name {
    margin-top: 16px;
    font-family: Helvetica700, serif;
    font-size: 14px;

}

.home-production-single-cred {
    font-family: Helvetica400, serif;
    font-size: 12px;
}

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

.home-bestsellers-block-wrp .bestsellers-price .woocommerce-Price-amount:nth-child(1) {

}

.home-bestsellers-block-wrp.blank-block {
    margin-top: 140px;
}

.home .productions-bottom-img {
    order: 2;
}

.home .productions-bottom-left {
    order: 1;
}

.productions-bottom-img img {
    object-fit: contain;
}

.home .donation-reports-wrapper {
    margin-top: 34px;
}

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

.vi-wpvs-variation-wrap[data-attribute='attribute_pa_size'], .variation-Size {
    display: none !important;
}

/*****ABOUT PAGE*/


.about-main-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vw;
    max-height: 650px;
}

.about-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


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

.about-info-wrp {
    display: flex;
    gap: 140px;
}

.about-how-much-pretitle {
    font-family: Helvetica700, serif;
    font-size: 12px;
    text-transform: uppercase;
}

.about-how-much-value {
    font-family: Din, serif;
    font-size: 96px;
    text-transform: uppercase;
    line-height: 1;
}

.about-current-img img {
    width: 124px;
    height: 80px;
    border-radius: 10px;
    margin-top: 10px;
}

.about-current-pretitle {
    font-family: Helvetica700, serif;
    font-size: 12px;
    text-transform: uppercase;
}

.bout-current-wrp {
    display: flex;
    gap: 24px;

}

.about-current-title {
    font-family: Ermilov, serif;
    font-size: 20px;
    text-transform: uppercase;
}

.about-current-btn a {
    border-radius: 22px;
    color: white;
    text-transform: uppercase;
    font-family: Helvetica700, serif;
    font-size: 16px;
    text-decoration: none;
    background-color: black;
    display: flex;
    width: 80px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.about-current-btn a:hover {
    opacity: 70%;
}

.about-current-btn {
    margin-top: 10px;
}

.about-current-block-wrp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

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

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


/***THANK PAGE*/

.woocommerce-order-received {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.woocommerce-order-received footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.woocommerce-order-received header {
    width: 100%;
}

.woocommerce-order-received section {
    height: 100%;
    display: flex;
    align-items: center;
}

.thnks-page-title {
    font-family: Helvetica400, serif;
    font-size: 40px;
    text-align: center;
}

.thnks-page-order-number {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: Din, serif;
    font-size: 20px;
}

.thnks-page-order-value-wrp {
    border: 1px solid #2400ff;
    border-radius: 10px;
    padding: 10px 18px;
    margin-top: 28px;

    position: relative;
}

.thnks-page-order-value-pretitle {
    font-family: Din, sans-serif;
    font-size: 12px;
}

.thnks-page-order-value {
    font-family: Din, sans-serif;
    font-size: 96px;
    line-height: 1;
}

.thnks-page-order-value-order {
    position: absolute;
    top: 0;
    font-size: 20px;

    width: max-content;
    background-color: #0057ff;
    color: white;
    font-family: Helvetica400, sans-serif;
    padding: 4px 10px 2px 10px;

    right: 0;
    transform: translate(50px, -50%);
}


.thnks-page-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thnks-page-order-btn-wrp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.thnks-page-order-btn a {
    font-size: 14px;
    font-family: Helvetica700, serif;
    text-transform: uppercase;
    background-color: black;
    padding: 24px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    width: 80%;
    text-align: center;
}

.thnks-page-wrp .thnks-donations-btn a {
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border: 1px solid black;
}

.thnks-page-wrp .thnks-donations-btn a:hover {
    opacity: 100%;
}


.thnks-page-order-btn a:hover {
    opacity: 70%;
}

.thnks-page-wrp[data-is-donation='non-donation'] .thnks-page-order-value-wrp {
    display: none;
}


/****CONTACT PAGE*/


.page-contacts h1 {
    display: none;
}


.page-contacts .row p {
    margin-top: 28px;
}

.page-contacts .row strong {
    font-family: Helvetica700, serif;
    font-size: 24px;
}

.page-contacts .row p {
    font-family: Helvetica400, serif;
    font-size: 20px;
}

/***BLOCK PAGE*/

.blockMsg {
    padding: 10px 20px !important;
    width: auto !important;
    border: none !important;
}

.blockMsg h4 {
    font-family: Helvetica700, serif;
}

.blockMsg p {
    font-family: Helvetica400, serif;
}

#liqpay_payment_form {
    /*opacity: 0;*/
}

.page-checkout .row .order_details {
    font-family: Helvetica400, serif;
}

.page-checkout .row .order_details strong {
    font-family: Helvetica700, serif;
}


/*** PROD PAGE*/
.productions-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.productions-wrapper a {
    text-decoration: none !important;
    color: black;
}

.productions-top-info {
    font-size: 32px;
    font-family: 'Din', serif;
    text-transform: uppercase;

}


.prod-button {
    margin-top: 28px;
    max-width: 192px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.prod-button:hover {
    opacity: 80%;
}

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

.production-wrapper img {
    border-radius: 10px;
}

.production-name {
    font-family: Helvetica700, serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
}

.production-brand {
    font-family: Helvetica400, serif;
    font-size: 12px;
    text-transform: uppercase;
}

.prod-video {
    margin-top: 42px;
    width: 100%;
    border-radius: 10px;
}

.wpcf7-form {

}

.wpcf7-form p {
    position: relative;
    height: 100%;
    margin-top: 10px;
}

.wpcf7-form p label {
    position: absolute;
    left: 10px;
    top: 0;
    transition: all 0.3s ease;
    background-color: white;
    z-index: 2;
    margin: 20px 0 0 16px;
    color: #8f8f8f;
    cursor: text;

    font-family: Helvetica400, serif;
    font-size: 16px;
}

.wpcf7-form p .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7-form p input[type="text"],
.wpcf7-form p input[type="email"],
.wpcf7-form p input[type="tel"] {
    width: 100%;
    padding: 20px 24px;
    display: block;
    transition: all 0.2s ease;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    font-family: Helvetica400, serif;
    font-size: 16px;
    background-color: #FBFBFB;

}

.wpcf7-form p.display-floating-label label {
    font-size: 12px;
    transform: translateY(-18%);
    background-color: white;
}

.wpcf7-form .display-floating-label label {
    margin: 5px 0 0 16px !important;
}

.wpcf7-form br {
    display: none;
}


.productions-bottom-info {
    margin-top: 94px;
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 26px;
}

.productions-left-form p {
    font-family: Helvetica400, serif;
    font-size: 36px;
    line-height: 34px;
}

.productions-left-form {
    background-color: #FBFBFB;
    padding: 48px 32px;
    border-radius: 10px;
}

.productions-bottom-info .prod-button {
    max-width: revert;
}

.productions-left-contacts {
    margin-top: 10px;
    padding: 32px;
    background-color: #FBFBFB;
    border-radius: 10px;
}


.wpcf7-submit {
    width: 100%;
    margin-top: 28px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid black;
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.productions-left-title {
    font-family: Helvetica400, serif;
    font-size: 20px;
}

.productions-bottom-img {
    display: flex;
    justify-content: center;
}

.productions-bottom-img img {
    max-width: 744px;
}

.wpcf7 form .wpcf7-response-output {
    margin: revert;
    padding: revert;
    border: revert;
    font-family: Helvetica400, serif;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: revert;
    margin-top: 12px;
}

.wpcf7-not-valid-tip {
    font-family: Helvetica400, serif;
    margin-top: 6px;
}

.wpcf7-spinner {
    display: none;
}

.productions-left-about {
    background-color: #FBFBFB;
    padding: 26px 32px;
    margin-top: 10px;
    border-radius: 10px;
}

.productions-left-about {
    font-family: Helvetica400, serif;
    font-size: 16px;
}

.productions-left-about-wrp {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
}

.productions-left-about-wrp a {
    text-decoration: none;
    color: black;
}

.productions-left-about-inst {
    text-decoration: underline !important;
}

.productions-left-form a {
    font-size: 20px;
}


.pickup-location-info {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 6px;
}

.pickup-location-info a {
    color: black;
    text-underline-offset: 3px;
}

/***SINGLE PROD PAGE*/

.prod-top-block {
    display: flex;
    margin-top: 120px;
    max-height: 584px;
    gap: 54px;
}

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

.prod-top-block .swiper {
    max-width: 1100px;
    width: 70%;
    margin: 0 !important;
    cursor: grab;
}

.prod-top-block .swiper-pagination-bullet {
    background: rgba(115, 119, 121, 0.5) !important;
}

.prod-top-block .swiper-pagination-bullet-active {
    background: rgba(115, 119, 121, 0.8) !important;
    border: none;
}

.prod-top-block .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.prod-top-info {
    max-width: 364px;
    width: 364px;
}

.prod-top-info .product-ard-wrp:first-child {
    border: none;
}

.swiper-slide-prod-wrp, .swiper-slide-prod-wrp img {
    height: 100%;
    margin: 0 auto;
}

.prod-top-block .product-ard-wrp {
    margin-top: revert;
}

.prod-info-title {
    font-size: 32px;
    font-family: 'Ermilov', serif;
    text-transform: uppercase;
}

.prod-top-info a {
    margin-top: 42px;
    max-width: 400px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-family: Ermilov, serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s !important;
}

.prod-top-info a:hover {
    opacity: 80%;
}

.prod-imgs-block {
    margin-top: 102px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
}


/*| OTHER PAGES*/

.page-refund_returns .container .row,
.page-shipping .container .row,
.page-privacy-policy .container .row,
.page-oferta .container .row {
    max-width: 660px;
    margin: 0 auto;
}

.page-refund_returns .container .row h2,
.page-shipping .container .row h2,
.page-privacy-policy .container .row h2,
.page-oferta .container .row h2 {
    font-family: Helvetica700, serif;
    font-size: 24px;
    text-transform: uppercase;
}

.page-refund_returns .container .row h4 span, .page-refund_returns .container .row p span, .page-refund_returns .container .row ol span,
.page-shipping .container .row h4 span, .page-shipping .container .row p span, .page-shipping .container .row ol span, .page-shipping .container .row p,
.page-privacy-policy .container .row h4 span, .page-privacy-policy .container .row p span, .page-privacy-policy .container .row ol span, .page-privacy-policy .container .row p,
.page-oferta .container .row h4 span, .page-oferta .container .row h4, .page-oferta .container .row p span, .page-oferta .container .row ol span, .page-oferta .container .row p {
    font-family: Helvetica400, serif !important;
    font-size: 16px;
    font-weight: normal;
}

.page-refund_returns .container .row h4, .page-shipping .container .row h4, .page-privacy-policy .container .row h4,
.page-oferta .container .row h4 {
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: normal;
}

/*!TEMPORARY REMOVING*/

/*.products-donations-wrapper, .product-report, .home-headliner-right-bottom-info-wrp, .home-headliner-right-bottom-btns a:nth-child(2), .single-products-donations-info-wrapper, .multilingual-right-wrapper, .single-product-reports-block-wrp, .single-product-just-donat-wrp, .side-cart-donation-wpr, .about-how-much, .about-current-donations, .checkout-form-donation-wpr, .thnks-page-order-value-wrp {*/
/*    display: none;*/
/*}*/


#menu-header-menu {
    padding: 0;
}

/*.logged-in .about-how-much {*/
/*    display: revert;*/
/*}*/

