/*
Theme Name: Magic Box
Author: Stas Bondar
Description:  Template for MagicBox 
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: Template for MagicBox 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


@font-face {
    font-family: "Comic CAT";
    src: url('ComicCAT-Regular.woff2') format('woff2'),
         url('ComicCAT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Comic Helvetic';
    font-weight: 300;
    src: url('fonts/ComicHelveticLight.eot');
    src: url('fonts/ComicHelveticLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/ComicHelveticLight.woff2') format('woff2'),
         url('fonts/ComicHelveticLight.woff') format('woff'),
         url('fonts/ComicHelveticLight.ttf')  format('truetype'),
         url('fonts/ComicHelveticLight.svg#Comic Helvetic') format('svg');
}
@font-face {
    font-family: 'Comic Helvetic';
    font-weight: 500;
    src: url('fonts/ComicHelveticMedium.eot');
    src: url('fonts/ComicHelveticMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/ComicHelveticMedium.woff2') format('woff2'),
         url('fonts/ComicHelveticMedium.woff') format('woff'),
         url('fonts/ComicHelveticMedium.ttf')  format('truetype'),
         url('fonts/ComicHelveticMedium.svg#Comic Helvetic') format('svg');
}
body {
    font-family: 'Comic Helvetic';
    font-size: 22px;
    font-weight: 700;
    background-color: #fff;
}
body.home,
body.page-id-101 {
    background-color: #FFF3C1;
}

body.home {
    background: #FFF3C1 url(images/back.png) 50% 50% repeat;
}
a {
    transition: .3s ease-in-out;
}
h1 {
    color: #FFA400;
    font-family: "Comic CAT";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
h2, h3, h4 {
    line-height: 110%;
}
.home #header,
.page-id-101 #header {
    background: #fff;
}
body:not(.home):not(.page-id-101) #header img,
body:not(.home):not(.page-id-101) .menu-button .bar,
body:not(.home):not(.page-id-101) .wc-block-mini-cart__quantity-badge:after {
    filter: brightness(0) invert(1);
}
#header {
    background: #FFCD00;
    height: 140px;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 25;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    width: 1300px;
    max-width: calc(100% - 32px);
    margin-left: auto; 
    margin-right: auto;
}
#header #menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    background: #fff;
    border-top: 2px solid #FFCD00;
    border-bottom: 2px solid #FFCD00;
    transform: translateY(-500px);
    transition: .5s ease-in-out;
}
#header #menu.active {
    transform: translateY(0);
}
#header .right_side {
    display: flex;
    align-items: center;
    gap: 35px;
}
#header .right_side a {
    display: block;
}
#header .right_side a img {
    width: auto;
    height: 36px;
}
#header .right_side a.login_menu img {
    height: 32px;
}
.menu-button {
    cursor: pointer;
}
.bar {
    position: relative;
    display: block;
    width: 31px;
    height: 6px;
    margin: 6px auto;
    background: url(images/Menu_02.svg) 0 0 no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.menu-button .bar:first-child {
    background: url(images/Menu_01.svg) 0 0 no-repeat;
}
.active .bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}
.active .bar:nth-of-type(2) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}
.wc-block-cart {
    width: 1345px;
    max-width: calc(100% - 32px);
    margin-left: auto; 
    margin-right: auto; 
}
.wc-block-cart .wc-block-components-totals-shipping {
    display: none;
}
.wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-0 {
    font-size: 16px;    
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    width: fit-content;
    color: #fff;
    font-size: 16px;
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label {
    transform: translateY(.2em) scale(.6);
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input label {
    transform: translateY(1.2em);
    font-size: 16px;
}
.top_menu_in {
    width: 1345px;
    max-width: calc(100% - 32px);
    margin-left: auto; 
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.top_menu_in ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}
footer .top_menu_in ul {
    justify-content: center;
}
.top_menu_in ul a {
    color: #FFA400;
    text-align: center;
    font-family: "Comic CAT";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.top_menu_in .menu ul a:hover {
    color: #d38a02;
}
.category_section {
   width: 1345px;
   max-width: 85%;
   margin-left: auto; 
   margin-right: auto;
   display: flex;
   justify-content: center;
   background: #FFCD00;
   border-radius: 50px;
   padding: 0 0 94px 0;
}
.category_section h1 {
    padding: 64px 50px 40px 50px;
    background-color: #fff;
    width: fit-content;
    border-radius: 0 0 40px 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6px;
    margin-bottom: 96px;
    box-shadow: 2px 3px 40px rgba(134, 103, 22, 0.20);
}
.category_section .wp-block-group__inner-container {
    width: 1170px;
    max-width: calc(100% - 32px);
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
    display: none !important;
}
.category_section .wc-block-grid__products,
.woocommerce .products ul, 
.woocommerce ul.products {
    display: flex;
    gap: 24px;
    margin: 0;
    flex-wrap: wrap;
}
.category_section .wc-block-grid__product,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    box-shadow: 2px 3px 20px 0px rgba(134, 103, 22, 0.20);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.90);
    border: 0;
    flex: 1 0 calc(33.3333% - 24px * 2 / 3) !important;
    max-width: calc(33.3333% - 24px * 2 / 3) !important;
    margin: 0;
    padding: 46px 30px 30px 30px;
}


.button {
    padding: 16px 36px;
    width: 313px;
    max-width: 100%;
    font-family: "Comic CAT";
    border-radius: 50px;
    border: none;
    background: #CE2D25;
    transition: .3s ease-in-out;
}
.woocommerce ul.products li.product .button.add_to_cart_button,
.wp-block-button__link,
.wc-block-components-totals-coupon__button {
    padding: 16px 36px;
    width: 313px;
    max-width: 100%;
    color: #FFF;
    font-family: "Comic CAT";
    font-size: 24px;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    border: none;
    background: #CE2D25;
    margin: 0 auto;
    transition: .3s ease-in-out;
}
.wc-block-components-totals-coupon__button {
    width: auto;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    color: #CE2D25;
    background: #fff; 
}
.category_section .wp-block-button__link {
    background-size: 300% auto;
    overflow: hidden;
    background-image: linear-gradient(to right, #fff 0%, #fff 33.333%, #ffe789 50%, #fff 66.666%, #fff 100%);
    transition: .9s ease-in-out;
    color: #FFA400;
}
.category_section .wp-block-button__link:hover {
    background-position: right center;
}
.category_section .wp-block-button {
    display: flex;
    justify-content: center;
    margin-top: 96px;
}
.woocommerce ul.products li.product .added_to_cart {
    color: #CE2D25;
    font-family: "Comic CAT";
    font-size: 14px;
    text-align: center;
    transition: .3s ease-in;
}
.woocommerce ul.products li.product .added_to_cart:hover {
    color: #99221c; 
}
.woocommerce ul.products li.product a {

    display: block;
}
.img_item {
    padding-bottom: 89.8%;
    position: relative;
}
.img_item:before {
    content: "";
    position: absolute;
    top: 8.5%;
    left: 5%;
    width: 59%;
    padding-bottom: 50%;
    border-radius: 50%;
    background: rgba(255, 205, 0, 0.20);
    transition: .4s ease-in-out;
}
.woocommerce ul.products li.product a:hover .img_item:before {
    top: 50%;
    left: 50%;
    width: 80%;
    padding-bottom: 80%;
    transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product a img.item_box_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    margin: 0;
    filter: drop-shadow(2px 3px 40px rgba(144, 106, 9, 0.30));
    transition: .5s ease-in-out;
}
.woocommerce ul.products li.product a:hover img.item_box_img {
    transform: scale(1.15) translateX(44%);
    right: 50%;
}
.woocommerce ul.products li.product a img.item_toy_in_box_img {
    position: absolute;
    width: auto;
    height: 57%;
    left: 0;
    bottom: 0;
    top: inherit;
    transform: rotate(-10.248deg);
    filter: drop-shadow(2px 3px 10px rgba(134, 103, 22, 0.20));
    margin: 0;
    transition: .4s ease-in-out;
	
	
	max-width: 41%;
    max-height: fit-content;
}
.woocommerce ul.products li.product a:hover img.item_toy_in_box_img {
    opacity: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #CE2D25;
    font-family: "Comic CAT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    padding: 23px 0 0 0;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #CE2D25;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: normal;
    padding: 0 0 23px 0;
    margin-bottom: 0;
    text-align: center;
}


.cloud_animation {
    position: relative;
    width: 100%;
}
.cloud_animation::after {
    content: "";
    display: block;
    position: fixed;
    width: 165px;
    height: 49px;
    background: url(images/Cloud_small.svg) 0 0 no-repeat;
    top: 104px;
    right: 10%;
    z-index: 26;
    transition: .5s ease-in-out;
}
.cloud_animation.smaller::after {
    top: -50px;
}
.cloud_animation::before {
    content: "";
    display: block;
    position: absolute;
    width: 83px;
    height: 25px;
    background: url(images/Cloud_small.svg) 0 0 no-repeat;
    background-size: 83px 25px;
    top: 48px;
    right: 10%;
    z-index: 0;
}


/* hero slider */
.slider_wrap {
    margin-bottom: -2%;
}
.slider_wrap_in {
    width: 1345px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;

}
.slider_wrap_magic {
    padding-bottom: 47.5%;
    position: relative;
    /* background: url(images/slider_back3.svg) 50% no-repeat; */
}
.slider_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.top_hero_slider_back_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mySwiper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.slider_item {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper .item_box_img {
    width: 26.1%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(1px 1px 10px rgba(134, 103, 22, 0.20));
    transition: .6s ease-in-out;
    z-index: 10;
}
.swiper,
.swiper-wrapper {
    z-index: inherit !important;
}
.swiper-slide a:hover .item_box_img {
    transform: translateX(-50%) scale(1.05);
}
.item_candy_in_box_1_img {
    width: 18.58%;
    height: auto;
    position: absolute;
    bottom: 10.5%;
    right: 15.9%;
    filter: drop-shadow(1px 1px 10px rgba(134, 103, 22, 0.20));
    transition: .6s ease-in-out;
}
.item_toy_in_box_img {
    width: 11%;
    height: auto;
    position: absolute;
    left: 3.4%;
    top: 54.2%;
    filter: drop-shadow(1px 1px 10px rgba(134, 103, 22, 0.20));
    transform: rotate(-15deg);
    transition: .6s ease-in-out;
}
.item_stiker_in_box_img {
    width: 8.2%;
    position: absolute;
    top: 15.8%;
    left: 23.5%;
    box-shadow: 1px 1px 3px 0px rgba(139, 108, 62, 0.20);
    transform: rotate(-10deg);
    transition: .6s ease-in-out;
}
.item_toy_in_box_img:hover {
    transform: scale(1.04) rotate(0);
}
.item_stiker_in_box_img:hover {
    transform: scale(1.04) rotate(0);
}
.item_candy_in_box_1_img:hover {
    transform: scale(1.04);
}


.menu_layer a {
    z-index: 9;
    display: block;
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: "Comic CAT";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.menu_layer_all_toys {
    left: 0;
    top: 16.9%;
    width: 22.4%;
    height: 15.2%;
    text-align: center;
    padding-top: 4%;
    background: url(images/Cloud_small.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
.menu_layer_all_toys:hover {
    transform: scale(1.04);
}
.menu_layer_about {
    width: 9.7%;
    padding: 4% 0;
    border-radius: 150px;
    position: absolute;
    left: 25.5%;
    bottom: 10%;
    background: #FFA400;
    background-size: 200% auto;
    overflow: hidden;
    background-image: linear-gradient(to right, #FFA400 0%, #FFA400 51%, #FFCD00 100%);
    transition: .7s ease-in-out;
}
.menu_layer_about:hover {
    background-position: right center;
    width: 11.7%;
    left: 24.5%;
}
.menu_layer_contacts {
    width: 12.1%;
    background: #F597CC;
    padding-top: 3%;
    padding-bottom: 1%;
    border-radius: 250px 250px 0 0;
    right: 26%;
    bottom: 5%;
    background-size: 300% auto;
    overflow: hidden;
    background-image: linear-gradient(to right, #F597CC 0%, #F597CC 33.33%, #FFCD00 50%, #F597CC 66.66%, #F597CC 100%);
    transition: .9s ease-in-out;
}
.menu_layer_contacts:hover {
    background-position: right center;
}


.labels_layers, .menu_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sweet_present_label {
    width: 18.5%;
    height: auto;
    position: absolute;
    display: block;
    right: 5.5%;
    top: 45.8%;
}
.stiker_label {
    width: 23.8%;
    height: auto;
    position: absolute;
    display: block;
    top: 10%;
    left: 33.1%;
    transform: rotate(-3.998deg);
}
.toy_label {
    width: 20.7%;
    height: auto;
    left: 12.4%;
    bottom: 34.4%;
    position: absolute;
    display: block;
}

.type-product {
    width: 1345px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.product {
    padding-top: 80px;
}

.woocommerce ul.products {
    width: 1345px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.product .posted_in a {
    color: #B9B9B9;
    font-family: "Comic Helvetic";
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    pointer-events: none;
    cursor: inherit;
    border-bottom: 1px solid #FFEFD3;
    padding-top: 11px;
    padding-bottom: 21px;
    margin-bottom: 31px;
}
.woocommerce-product-details__short-description p {
    color: #FFA400;
    font-family: "Comic Helvetic";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 1em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #FFA400;
    font-family: "Comic CAT";
    font-size: 48px;
    font-weight: 400;
    padding: 39px 46px 32px 46px;
    border-radius: 40px 40px 0 0;
    background: #FFFAE8;
    margin-top: 35px;
}
.woocommerce div.product form.cart {
    border-radius: 0 0 40px 40px;
    background: #FFFAE8; 
    padding: 0 46px 46px 46px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    color: #FFF;
    text-align: center;
    font-family: "Comic CAT";
    font-size: 24px;
    font-weight: 400;
    border-radius: 29.5px;
    background: #FFA400;
    padding: 15px 60px;
    line-height: 120%;
}
.qty_button,
 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button  {
    color: #FFA400;
    font-family: "Comic CAT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    border: none;
    padding: 15px 26px;
    background: rgba(255, 164, 0, 0.15);
    width: fit-content;
    cursor: pointer;
}
 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    opacity: 1;
    min-width: auto;
}
.woocommerce .quantity .qty,
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #FFA400;
    font-family: "Comic CAT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    border: none;
    background: rgba(255, 164, 0, 0.15);
    padding: 15px 5px;
    min-width: 65px;
    width: fit-content;
}
.wc-block-components-quantity-selector:after {
    display: none !important;
}
.woocommerce div.product form.cart div.quantity {
    display: flex;
}
.minus.qty_button,
.woocommerce-cart .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 50px 0 0 50px;
    padding-right: 5px;
    width: fit-content;
}
.plus.qty_button,
.woocommerce-cart .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 50px 50px 0;
    padding-left: 5px;
    width: fit-content;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    padding-top: 19px;
}
.pay_methods_img {
    width: 480px;
    max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    display: flex;
    flex-direction: column;
    gap: 48PX;
}
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
    padding-left: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel section {
    background: #FFA400;
    padding: 46px 64px 64px 64px;
    border-radius: 50px;
    color: #fff;
    font-family: "Comic Helvetic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-family: "Comic CAT";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 13px;
    line-height: 120%;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 1em;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce div.product .woocommerce-tabs .panel li {
    padding-left: 34px;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel li:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFB633 url(images/ico_check_li.svg) 50% 50% no-repeat;
    border-radius: 20px;
}
.related.products {
    background: #FFCD00;
    border-radius: 50px;
    padding: 0 0 94px 0;
    margin-top: 100px;
    margin-bottom: 100px;
}
.related.products > h2 {
    padding: 40px 50px 40px 50px;
    background-color: #fff;
    width: fit-content;
    border-radius: 0 0 40px 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    margin-bottom: 96px;
    color: #FFA400;
    font-family: "Comic CAT";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    box-shadow: 2px 3px 40px rgba(134, 103, 22, 0.20);
}
.related.products .products {
    width: 1170px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;

}

.simple_pages {
    width: 1345px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 155px;
}

.privacy-policy,
.page-id-11 {
    color: #FFA400;
    font-family: "Comic Helvetic";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.privacy-policy .entry-content a,
.page-id-11 .entry-content a {
    color: #FFA400; 
    text-decoration: none;
    position: relative;
}
.privacy-policy .entry-content a:after,
.page-id-11 .entry-content a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 2px;
    left: 0;
    right: 0;
    transition: .4s ease-in-out;
    background: #FFA400;
}
.privacy-policy .entry-content a:hover:after ,
.page-id-11 .entry-content a:hover:after {
    right: 100%;
} 
.privacy-policy h1,
.page-id-11 h1 {
    color: #FFA400;
    text-align: center;
    font-family: "Comic CAT";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
}
.privacy-policy h2,
.page-id-11 h2 {
    font-family: "Comic CAT";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 22px;
}
.privacy-policy .wp-block-group,
.page-id-11 .wp-block-group {
    padding: 80px 16px 67px 16px;
    display: flex;
    justify-content: center;
    background: rgba(255, 205, 0, 0.10);
    border-radius: 50px;
    margin-bottom: 24px;
}
.privacy-policy.about_us .wp-block-group {
   max-width: 100%;
   margin: 0 auto;
   padding-top: 95px;
}
.privacy-policy.about_us .wp-block-group .wp-block-group__inner-container {
    width: 90%;
    margin: 0 auto;
}
.privacy-policy .entry-content ul,
.page-id-11 .entry-content ul {
    list-style: circle;
    margin-left: 34px;
    margin-bottom: 1em;
    line-height: 140%;
} 
.privacy-policy .entry-content ul li,
.page-id-11 .entry-content ul li {
    line-height: 140%;
}
.privacy-policy .entry-content p,
.page-id-11 .entry-content p {
    margin-bottom: 1em;
}
.privacy-policy .wp-block-group > .wp-block-group__inner-container,
.page-id-11 .wp-block-group > .wp-block-group__inner-container{
    width: 1172px;
    max-width: 100%;
}
.wc-block-components-sidebar-layout {
    background: #FFCD00;
    border-radius: 50px;
    padding: 50px !important;
    color: #fff;
}

.chekout_pages .wc-block-components-sidebar-layout {
    padding: 0 !important;
    border-radius: 0;
    color: #FFA400;
    background: transparent;
}
.chekout_pages .woocommerce {
    display: flex;
    flex-direction: column;
}
.chekout_pages .woocommerce .woocommerce-form-coupon-toggle {
    order: 10;
}
.chekout_pages .woocommerce form.checkout_coupon {
    order: 11;
}
.chekout_pages #customer_details {
    max-width: calc(50% - 16px);
    width: calc(50% - 16px);
    float: left;
    padding: 50px;
    background: #FFF1B8;
    border-radius: 50px;
}
.chekout_pages .cart_section #order_review_heading, .cart_section #place_order,
.chekout_pages #order_review {
    max-width: calc(50% - 16px);
    width: calc(50% - 16px);
    float: right;
    margin-top: 0;
    background: #FFA400;
    color: #fff;
}

.chekout_pages .cart_section #order_review_heading {
    font-size: 32px;
    padding: 50px 50px 16px 50px;
    border-radius: 50px 50px 0 0;
}
.chekout_pages #order_review {
    padding: 0 50px 50px 50px;
    border-radius: 0 0 50px 50px;
}
.chekout_pages .woocommerce-info,
.chekout_pages .woocommerce-info a {
    color: #FFA400;
    margin-bottom: 0;
    position: relative;
}
.chekout_pages .woocommerce-privacy-policy-text a,
.chekout_pages .woocommerce-terms-and-conditions-checkbox-text a {
    color: #fff;
    position: relative;
}


.chekout_pages .woocommerce .col2-set .col-1, 
.chekout_pages .woocommerce-page .col2-set .col-1,
.chekout_pages .woocommerce .col2-set .col-2, 
.chekout_pages .woocommerce-page .col2-set .col-2 {
    width: 100%;
}
.chekout_pages .woocommerce .col2-set .col-1 h3 {
    font-size: 32px;
    padding-bottom: 6px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #EF9A00;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #EF9A00;
    color: #fff;
}
.chekout_pages .woocommerce-privacy-policy-text,
.chekout_pages .woocommerce-terms-and-conditions-checkbox-text,
.chekout_pages .woocommerce form .form-row label {
    font-family: 'Comic Helvetic';
    font-size: 20px;
    line-height: 120%;
    font-weight: 300;
}
.chekout_pages .woocommerce form .form-row label {
    margin-bottom: 6px;
}
.chekout_pages .woocommerce table.shop_table th {
    font-weight: 400;
}
.chekout_pages .woocommerce-privacy-policy-text {
    padding-bottom: 30px;
}
.chekout_pages .cart_section #place_order {
    max-width: 100%;
    width: 100%;
}
.chekout_pages .woocommerce .col2-set .col-1 .wcus-checkout-fields h3 {
    padding-top: 20px;
    font-size: 22px;
}
.chekout_pages .woocommerce-additional-fields {
    padding-top: 20px;
}
.wc-block-components-product-name,
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-family: "Comic CAT";
    color: #fff;
    text-decoration: none;
}
.woocommerce form.checkout_coupon p:first-child {
    margin-bottom: 16px;
}
.wc-block-cart td,
.wc-block-components-totals-wrapper,
.wc-block-cart table,
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-color: #fff !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
    display: none;
}
.woocommerce-form-login-toggle {
    margin-bottom: 30px;
}
.wc-block-components-product-price,
.wc-block-formatted-money-amount {
    color: #CE2D25;
}
.wc-block-cart__submit-button {
    padding: 16px 36px;
    width: 313px;
    max-width: 100%;
    color: #FFF;
    font-family: "Comic CAT";
    font-size: 24px;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    border: none;
    background: #CE2D25;
    margin: 0 auto;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-weight: 300;
}
table.wc-block-cart-items .wc-block-cart-items__header th,
.wc-block-components-totals-item__label,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-title.wc-block-components-title {
    font-family: "Comic CAT" !important; 
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.woocommerce-cart .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.woocommerce-cart .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    background: #fff;
    opacity: 1 !important;
    color: #FFA400;
    font-family: "Comic CAT";
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border: none !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-weight: 300;
    border: none !important;
    border-radius: 50px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    font-weight: 300 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.wc-block-components-checkout-step__description {
    font-weight: 300;
}
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    font-weight: 300 !important;
    border-radius: 50px !important;
    padding-left: 35px ;
    padding-right: 35px ;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px;
    line-height: 120%;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.editor-styles-wrapper .wc-block-cart__empty-cart__title, 
.wc-block-cart__empty-cart__title,
.wp-block-separator.is-style-dots,
.wp-block-woocommerce-empty-cart-block {
    color: #FFA400;
}

footer {
    margin-top: 90px;
    padding-bottom: 115px;
}
.social_block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.social_block path {
    stroke-dasharray: 1000; 
    stroke-dashoffset: 1000;
}
.social_block a:hover path {
    animation: draw 7.4s; 
}


@keyframes draw {
    0% {
    opacity: .8;
    stroke-dashoffset: 1000;
  }

  100% {
    opacity: 1;
    stroke-dashoffset:0;
  }
}


#copyright {
    color: #FFA400;
    text-align: center;
    font-family: 'Comic Helvetic';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #FFCD00;
    border-radius: 50px;
    padding: 50px;
    color: #fff;
    margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    color: #FFF;
    font-family: "Comic CAT"; 
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    opacity: .8;
}
.woocommerce-MyAccount-content {
    background: #FFA400;
    border-radius: 50px;
    padding: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 1em;
}
.woocommerce-MyAccount-content a {
    color: #fff;
}
.woocommerce-MyAccount-content a:hover {
    text-decoration: none;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: 15px 25px;
    font-weight: 300;
    font-size: 16px;
    background: #fff;
    border-radius: 25px !important;
    border: none;
    font-family: 'Comic Helvetic';
    color: #FFA400;
}
.woocommerce form .form-row textarea::placeholder {
    color: #FFA400;
}
.woocommerce form .form-row textarea {
	height: 165px !important;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 16px 36px;
    width: 313px;
    max-width: 100%;
    font-family: "Comic CAT";
    border-radius: 50px;
    border: none;
    background: #CE2D25;
    transition: .3s ease-in-out;
    color: #fff;
	text-align: center;
	margin-top: 0 !important;
}
.woocommerce-cart .wc-block-components-product-badge,
.wc-block-mini-cart__drawer .wc-block-components-product-badge {
	display: none;	
}
.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
	display: block;
}
.woocommerce-cart .simple_pages {
    max-width: 100%;
} 
.thumbnail-nav button.wooswipe-next.slick-arrow, 
.thumbnail-nav button.wooswipe-prev.slick-arrow {
    width: fit-content;
}
.thumbnail-nav button.slick-arrow #Ellipse_1 {
    fill: #fff;
}
.thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left {
    fill: #FFA400;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
}
.single-product .product_meta {
    display: none;
}
.woocommerce-account h2 {
    font-family: "Comic CAT";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #FFA400;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register,
.woocommerce-ResetPassword {
    background: #FFCD00;
    border-radius: 50px;
    padding: 50px !important;
    color: #fff;
    border: none;
}

.woocommerce-form-register p,
.woocommerce-form-login p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 120%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    font-size: 24px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 15px;
}
.woocommerce-form-register a {
    color: #fff;
}

.woocommerce form.checkout_coupon a, 
.woocommerce form.login a, 
.woocommerce form.register a
.woocommerce-ResetPassword a,
.wp-block-woocommerce-checkout a {
    color: #fff;
    font-weight: 300;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-weight: 300;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.place-order .button {
    font-size: 1em !important;
    background: #CE2D25  !important;
}
.woocommerce-terms-and-conditions-wrapper .privacy-policy h1,
.woocommerce-terms-and-conditions-wrapper .privacy-policy h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
 .woocommerce-terms-and-conditions-wrapper .privacy-policy p,
 .woocommerce-terms-and-conditions-wrapper .privacy-policy a {
    font-size: 16px;
    color: #fff !important;
}
.woocommerce-terms-and-conditions-wrapper .privacy-policy .wp-block-group {
    padding: 20px 0;
}
/* recolor products single page */
.postid-27 #header {
    background: #FFA400;
}
.postid-27 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-27 .woocommerce-product-details__short-description p,
.postid-27.woocommerce div.product .product_title,
.postid-27.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-27 .qty_button, 
.postid-27 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-27.woocommerce .quantity .qty,
.postid-27 .top_menu_in ul a,
.postid-27 #copyright,
.postid-27 .social_block a path {
    color: #CE2D25;
    fill: #CE2D25;
}
.postid-27.woocommerce .quantity .qty,
.postid-27 .qty_button {
    background: #ce2e251e;
}
.postid-27.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #CE2D25;
}
/* princes */
.postid-170 #header {
    background: #80CAFF;
}
.postid-170 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-170 .woocommerce-product-details__short-description p,
.postid-170.woocommerce div.product .product_title,
.postid-170.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-170 .qty_button, 
.postid-170 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-170.woocommerce .quantity .qty,
.postid-170 .top_menu_in ul a,
.postid-170 #copyright,
.postid-170 .social_block a path {
    color: #FF66C1;
    fill: #FF66C1;
}
.postid-170.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-170.woocommerce div.product form.cart {
    background: #FF66C11e;
}
.postid-170.woocommerce .quantity .qty,
.postid-170 .qty_button {
    background: #FF66C11e;
}
.postid-170.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #FF66C1;
}
.postid-170.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #80CAFF;
}
/* stich */
.postid-50 #header {
    background: #FF66C1;
}
.postid-50 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-50 .woocommerce-product-details__short-description p,
.postid-50.woocommerce div.product .product_title,
.postid-50.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-50 .qty_button, 
.postid-50 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-50.woocommerce .quantity .qty,
.postid-50 .top_menu_in ul a,
.postid-50 #copyright,
.postid-50 .social_block a path {
    color: #00A9A9;
    fill: #00A9A9;
}
.postid-50.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-50.woocommerce div.product form.cart {
    background: #00A9A91e;
}
.postid-50.woocommerce .quantity .qty,
.postid-50 .qty_button {
    background: #00A9A91e;
}
.postid-50.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #00A9A9;
}
.postid-50.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #FF66C1;
}
/* puhnastiki 1 */

.postid-51 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-51 .woocommerce-product-details__short-description p,
.postid-51.woocommerce div.product .product_title,
.postid-51.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-51 .qty_button, 
.postid-51 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-51.woocommerce .quantity .qty,
.postid-51 .top_menu_in ul a,
.postid-51 #copyright,
.postid-51 .social_block a path {
    color: #BB60FC;
    fill: #BB60FC;
}
.postid-51.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-51.woocommerce div.product form.cart {
    background: #BB60FC1e;
}
.postid-51.woocommerce .quantity .qty,
.postid-51 .qty_button {
    background: #BB60FC1e;
}
.postid-51.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #BB60FC;
}
.postid-51.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #FF66C1;
}
/* puhnastiki 2 */
.postid-76 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-76 .woocommerce-product-details__short-description p,
.postid-76.woocommerce div.product .product_title,
.postid-76.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-76 .qty_button, 
.postid-76 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-76.woocommerce .quantity .qty,
.postid-76 .top_menu_in ul a,
.postid-76 #copyright,
.postid-76 .social_block a path {
    color: #3E60ED;
    fill: #3E60ED;
}
.postid-76.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-76.woocommerce div.product form.cart {
    background: #3E60ED1e;
}
.postid-76.woocommerce .quantity .qty,
.postid-76 .qty_button {
    background: #3E60ED1e;
}
.postid-76.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #3E60ED;
}
.postid-76.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #FF66C1;
}
/* puhnastiki 3 */

.postid-150 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-150 .woocommerce-product-details__short-description p,
.postid-150.woocommerce div.product .product_title,
.postid-150.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-150 .qty_button, 
.postid-150 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-150.woocommerce .quantity .qty,
.postid-150 .top_menu_in ul a,
.postid-150 #copyright,
.postid-150 .social_block a path {
    color: #1AA745;
    fill: #1AA745;
}
.postid-150.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-150.woocommerce div.product form.cart {
    background: #1AA7451e;
}
.postid-150.woocommerce .quantity .qty,
.postid-150 .qty_button {
    background: #1AA7451e;
}
.postid-150.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #1AA745;
}
/* puhnastiki 4 */
.postid-154 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-154 .woocommerce-product-details__short-description p,
.postid-154.woocommerce div.product .product_title,
.postid-154.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-154 .qty_button, 
.postid-154 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-154.woocommerce .quantity .qty,
.postid-154 .top_menu_in ul a,
.postid-154 #copyright,
.postid-154 .social_block a path {
    color: #FF784F;
    fill: #FF784F;
}
.postid-154.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-154.woocommerce div.product form.cart {
    background: #FF784F1e;
}
.postid-154.woocommerce .quantity .qty,
.postid-154 .qty_button {
    background: #FF784F1e;
}
.postid-154.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #FF784F;
}
.postid-154.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #FF784F;
}
/* secret 1 */
.postid-175 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-175 .woocommerce-product-details__short-description p,
.postid-175.woocommerce div.product .product_title,
.postid-175.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-175 .qty_button, 
.postid-175 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-175.woocommerce .quantity .qty,
.postid-175 .top_menu_in ul a,
.postid-175 #copyright,
.postid-175 .social_block a path {
    color: #5F97C1;
    fill: #5F97C1;
}
.postid-175.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-175.woocommerce div.product form.cart {
    background: #5F97C11e;
}
.postid-175.woocommerce .quantity .qty,
.postid-175 .qty_button {
    background: #5F97C11e;
}
.postid-175.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #5F97C1;
}
.postid-175.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #5F97C1;
}
/* secret 2 */
.postid-176 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-176 .woocommerce-product-details__short-description p,
.postid-176.woocommerce div.product .product_title,
.postid-176.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-176 .qty_button, 
.postid-176 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-176.woocommerce .quantity .qty,
.postid-176 .top_menu_in ul a,
.postid-176 #copyright,
.postid-176 .social_block a path {
    color: #D21C22;
    fill: #D21C22;
}
.postid-176.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-176.woocommerce div.product form.cart {
    background: #D21C221e;
}
.postid-176.woocommerce .quantity .qty,
.postid-176 .qty_button {
    background: #D21C221e;
}
.postid-176.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #D21C22;
}
.postid-176.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #D21C22;
}
/* zootopia */
.postid-189 #header {
    background: #AFEF7E;
}
.postid-189 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-189 .woocommerce-product-details__short-description p,
.postid-189.woocommerce div.product .product_title,
.postid-189.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-189 .qty_button, 
.postid-189 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-189.woocommerce .quantity .qty {
    color: #58BA99;
    fill: #58BA99;
}
.postid-189 .top_menu_in ul a,
.postid-189 #copyright,
.postid-189 .social_block a path {
    color: #AFEF7E;
    fill: #AFEF7E;  
}
.postid-189.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-189.woocommerce div.product form.cart {
    background: #58BA991e;
}
.postid-189.woocommerce .quantity .qty,
.postid-189 .qty_button {
    background: #58BA991e;
}
.postid-189.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #58BA99;
}
.postid-189.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #58BA99;
}
/* zootopia 2*/
.postid-198 #header {
    background: #AFEF7E;
}
.postid-198 .thumbnail-nav button.slick-arrow #Icon_awesome-chevron-left,
.postid-198 .woocommerce-product-details__short-description p,
.postid-198.woocommerce div.product .product_title,
.postid-198.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-198 .qty_button, 
.postid-198 .theme-magikbox210824 .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.postid-198.woocommerce .quantity .qty {
    color: #58BA99;
    fill: #58BA99;
}
.postid-198 .top_menu_in ul a,
.postid-198 #copyright,
.postid-198 .social_block a path {
    color: #AFEF7E;
    fill: #AFEF7E;  
}
.postid-198.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.postid-198.woocommerce div.product form.cart {
    background: #58BA991e;
}
.postid-198.woocommerce .quantity .qty,
.postid-198 .qty_button {
    background: #58BA991e;
}
.postid-198.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #58BA99;
}
.postid-198.woocommerce div.product .woocommerce-tabs .panel li:after {
    background-color: #58BA99;
}

.flover_path {
    animation: filter-animation 15s infinite; 
}

.cart_section .product-name a {
    color: #CE2D25;
    font-family: "Comic CAT";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    padding: 23px 0 0 0;
	text-decoration: none;
}
.cart_section .quantity {
	display: flex;
}
.cart_section .qty_button, 
.cart_section .woocommerce .quantity .qty {
	background: #fff;
}
.cart_section .coupon .input-text {
	padding: 17px 25px 13px 25px !important;
    font-weight: 300;
    font-size: 16px;
    background: #fff;
    border-radius: 50px;
    border: none;
    font-family: 'Comic Helvetic';
	width: 200px !important;
}
.cart_section .woocommerce-shipping-destination {
	display: none;
}
.cart_section .checkout-button {
	width: 100% !important;
}
.cart_section .zen-ui-select__value,
.cart_section .zen-ui-select__option {
	color: #FFA400;
	font-weight: 300;
	border-radius: 25px !important;
    padding-left: 25px !important;
    font-size: 18px;
    padding-top: 11px !important;
    padding-bottom: 5px !important;
}
.zen-ui-select__dropdown {
	border-radius: 25px;
}
.cart_section #order_review_heading,
.cart_section #place_order{
	margin-top: 50px;
}
.woocommerce-info {
	padding: 25px 0 0 0 !important;
	background: transparent !important;
	border: none !important;
}
.woocommerce-info:before {
	display: none !important;
}
.woocommerce-message a {
	margin-bottom: 25px !important;
}
.woocommerce-checkout #payment {
	background: transparent !important;
}


.wc-block-cart-item__wrap {
    gap: 20px;
    display: flex;
    align-items: center;
}
.wc-block-cart-item__quantity,
.wc-block-cart-item__wrap .wc-block-components-quantity-selector {
    width: auto !important;
}
.wc-block-cart-item__wrap .wc-block-cart-item__remove-link {
    width: auto;
    margin: 0 auto !important;
    display: block !important;
}
.wc-block-cart-item__wrap .wc-block-cart-item__prices {
    margin-left: auto;
}
.wc-block-cart-item__wrap .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0 !important;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
    display: none;
}


@keyframes filter-animation {
    0% {fill: #FFA400; }
    33% { fill: #F597CC; }
    66% { fill: #FFCD00; }
    100% { fill: #FFA400;  }
}

.contacts_cols {
    gap: 16px;
    margin-bottom: 120px;
}
.contacts_cols .social_block {
    gap: 15px;
    max-width: 244px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -18px;
}
.contacts_cols .wp-block-group {
    padding: 16% 16px;
    font-size: 24px;
    font-weight: 300;
    color: #FFA400;
    background-position: 50%;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}
.contacts_cols .wp-block-group a {
    color: #FFA400;
    text-decoration: none;
}
.contacts_cols .wp-block-group a:hover {
    color: #CE2D25;
}
.contacts_cols .wp-block-group h3 {
    font-family: "Comic CAT";
    font-size: 32px;
    margin-bottom: 32px;
}
.category_section.contact_section {
    background: #FFA400;
    max-width: 100%;
}
.contact_section .wpcf7-form {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}
.category_section.contact_section .wp-block-group__inner-container {
    margin: 0 auto;
}
.contact_section .wpcf7-form input:not(.wpcf7-submit),
.contact_section .wpcf7-form textarea {
    width: 100%;
    padding: 15px 25px;
    font-weight: 300;
    font-size: 24px;
    background: #FFC866;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-family: 'Comic Helvetic';
    margin-bottom: 16px;
}
.contact_section .wpcf7-form input::placeholder,
.contact_section .wpcf7-form textarea::placeholder {
    color: #fff;
}
.contact_section .wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: -6px;
    margin-left: 25px;
    color: #CE2D25;
}
.contact_section .wpcf7-response-output {
    color: #CE2D25;
}
.contact_section .wpcf7-submit {
    padding: 16px 36px;
    width: 257px;
    max-width: 100%;
    font-family: "Comic CAT";
    border-radius: 50px;
    font-size: 24px;
    border: none;
    background-size: 300% auto;
    overflow: hidden;
    background-image: linear-gradient(to right, #fff 0%, #fff 33.333%, #ffe789 50%, #fff 66.666%, #fff 100%);
    transition: .9s ease-in-out;
    color: #FFA400;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.contact_section .wpcf7-submit:hover {
    background-position: right center;
}
#footer .top_menu_in {
    width: 1215px;
}


.wc-block-mini-cart__template-part .wc-block-cart-item__prices,
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-title-items-counter-block,
.wc-block-mini-cart__template-part .wc-block-components-product-metadata {
    display: none;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-title-label-block {
    color: #FFA400;
}
.wc-block-mini-cart__template-part .wc-block-components-product-name {
    color: #FFA400;
    margin-bottom: 0 !important;
}
.wc-block-mini-cart__template-part .wc-block-cart-item__wrap {
    gap: 4px;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
}
.wc-block-mini-cart__template-part .wc-block-cart-item__quantity {
    margin-bottom: 0;
    display: flex;
    align-self: flex-start !important;
    padding-bottom: 0;
}
.wc-block-mini-cart__template-part .wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
}
.wc-block-mini-cart__template-part .wc-block-components-quantity-selector__button--plus {
    border-radius: 0 50px 50px 0 !important;
    padding: 2px 10px !important;
    padding-left: 5px !important;
    width: fit-content !important;
    
}
.wc-block-mini-cart__template-part .wc-block-components-quantity-selector__button--minus {
    border-radius: 50px 0 0 50px !important;
    padding: 2px 10px !important;
    padding-right: 5px !important;
    width: fit-content !important;
}
.wc-block-mini-cart__template-part .wc-block-cart-item__remove-link {
    font-size: 0 !important;
    position: relative;
    text-decoration: none !important;
    margin-left: 10px !important;
}
.wc-block-mini-cart__template-part .wc-block-cart-item__remove-link::after {
    content: "x";
    display: block;
    color: #CE2D25;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-decoration: none;
}
.wc-block-mini-cart__template-part input.wc-block-components-quantity-selector__input {
    width: 2em;
    color: #FFA400 !important;
    font-family: "Comic CAT";
    background: rgba(255, 164, 0, 0.15) !important;
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    font-size: 26px;
    color: #CE2D25;
}
.wc-block-mini-cart__button {
    opacity: 1;
    cursor: pointer;
}
.wc-block-mini-cart__quantity-badge {
    position: relative;
    width: 38px;
    height: 36px;
}
.wc-block-mini-cart__quantity-badge:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(images/ico_cart.svg) 0 0 no-repeat;
    width: 38px;
    height: 36px;
    background-size: 38px auto;
}
.wc-block-mini-cart__quantity-badge svg {
    display: none;
}
.wc-block-mini-cart__badge {
    background: rgb(204 46 36) !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    color: #fff;
    height: 20px !important;
    width: 20px !important;
}
.wc-block-mini-cart__drawer .wc-block-components-totals-item__description {
    display: none !important;
}
.wc-block-mini-cart__drawer .wc-block-components-totals-item__label {
    font-size: 0;
}
.wc-block-mini-cart__drawer .wc-block-components-totals-item__label:after {
    content: "Проміжний підсумок";
    display: block;
    font-size: 16px;
    color: #FFA400;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    flex-direction: column;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    padding: 16px 36px;
    width: 100%;
    max-width: 100%;
    font-family: "Comic CAT";
    border-radius: 50px;
    border: none;
    background: #CE2D25 !important;
    transition: .3s ease-in-out;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
    background: #97211b !important;
}
.woocommerce-orders-table__cell-order-actions a.button {
    width: auto !important;
}
.header_wrap .wc-block-mini-cart__button {
    padding: 0;
}

.top_menu_in ul .current_page_item a {
    color: #ce2d25;
    cursor: initial;
}
.top_menu_in ul li:not(.current_page_item) a:hover {
    color: #ffcd00;
}
.woocommerce-order {
    background: #FFA400;
    border-radius: 50px;
    padding: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
    margin-bottom: 1em;
    font-family: "Comic CAT";
}
.woocommerce .woocommerce-order  ul.order_details {
    margin-bottom: 1em;
}
.woocommerce .woocommerce-order  ul.order_details li {
    border: none;
    margin-right: 0;
}
.woocommerce .woocommerce-order  ul.order_details li strong {
    font-size: 1em;
}
.woocommerce-order .woocommerce-order-details {
    margin-top: .5em;
}
.woocommerce-order .woocommerce-order-details__title {
    font-family: "Comic CAT";
    margin-top: 1em;
}
.woocommerce .woocommerce-order table.shop_table {
    border: none;
}
.cart_section .woocommerce-order .product-name a {
    color: #fff;
}
.woocommerce-order .woocommerce-Price-amount {
    font-family: "Comic CAT";
    color: #CE2D25;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-family: "Comic CAT";
    margin-bottom: .5em;
}
.woocommerce .woocommerce-order address {
    border: none;
    line-height: 120%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce .woocommerce-order address p {
    display: flex;
    align-items: center;
    font-size: 1em;
    flex: 1 0 100%;
    max-width: 100%;
}



.container_3d {
    perspective: 1600px;
	display: flex;
    justify-content: center;
	padding-top: 50px;
	padding-bottom: 100px;
}

.cube {
    position: relative;
    width: 234px;
    height: 362px;
    transform-style: preserve-3d;
    animation: spin 28s linear infinite;
    animation-direction:alternate-reverse;
}

.cube__face {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
    font-size: 24px;
    text-align: center;
    background-color: transparent;
    box-shadow: inset 0 0 100px #02203c;
}

.cube__face img {
  max-width: 100%;
}

.cube-face--left {
    transform: rotateY(-90deg) translateZ(117px);
}
.cube-face--front {
    transform: rotateY(0deg) translateZ(117px);
}
.cube-face--back {
    transform: rotateY(180deg) translateZ(117px);
}
.cube-face--right {
    transform: rotateY(90deg) translateZ(117px);
}
.cube-face--top {
    transform: rotateX(90deg) translateZ(117px);
	width: 234px;
    height: 234px;
}
.cube-face--bottom {
    transform: rotateX(-90deg) translateZ(245px);
	width: 234px;
    height: 234px;
}

.shadow {
    outline: none;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 100px #0000005e;
}

.privacy-policy .about_top {
	padding: 110px 0 0 0;
	background-color: transparent;
}
.privacy-policy .cloud_animation::after {
	display: none;
}
.privacy-policy .cloud_animation::before {
	animation: moveback 115s linear infinite;
	top: -95px;
}
.privacy-policy.about_us h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.cooperation_page {
	line-height: 120%;
}
.cooperation_page h1 {
	margin-bottom: 34px;
}
.cooperation_page .contacts_cols {
	margin-bottom: 0;
}
.big_section {
	padding: 65px 89px;
	border-radius: 64px;
	margin-bottom: 24px;
	font-weight: 300;
}
.big_section strong {
	font-weight: 500;
}
.big_section p {
	margin-bottom: 24px !important;
}
.big_section h2,
.cooperation_page h2 {
	font-family: "Comic CAT";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	margin-bottom: 48px;
}
.cooperation_page .contacts_cols .wp-block-group a {
	color: #fff;
}
.cooperation_page .contacts_cols .wp-block-group a:hover {
	color: #CE2D25;
}
.big_section_header_only {
	padding: 100px 16px 45px 16px;
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
	opacity: 1 !important;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
	text-decoration: none !important;
}
/* on sale bage */
.woocommerce span.onsale {
	display: none;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}





@media screen and (min-width: 723.94px) {
    .cloud_animation::after {
        -webkit-animation: move 45s linear infinite;
        animation: move 45s linear infinite;
        left: 0;
    }
    .cloud_animation::before {
        -webkit-animation: moveback 85s linear infinite;
        animation: moveback 85s linear infinite;
        left: 0;
    }
}
@media screen and (max-width: 1299px) { 
    .wc-block-components-sidebar-layout .wc-block-components-main,
    .is-large.wc-block-cart .wc-block-components-sidebar {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__image img {
        max-width: 150px;
    }

}
@media screen and (max-width: 1199px) { 
    .menu_layer a {
        font-size: 18px;
    }
    .woocommerce ul.products li.product .button.add_to_cart_button, .wp-block-button__link {
        font-size: 20px;
    }
    .menu_layer a {
        font-size: 14px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 26px;
    }
    .woocommerce ul.products li.product .price {
        font-size: 18px;
    }

}
@media screen and (max-width: 1099px) { 

    table.wc-block-cart-items .wc-block-cart-items__header {
        display: none !important;
    }
	.cart_section .coupon {
		float: none !important;
        padding-bottom: 25px;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
	}
    .slider_wrap_in,
    .category_section,
    .simple_pages {
        max-width: calc(100% - 32px); 
    }
    .chekout_pages #customer_details,
    .chekout_pages .cart_section #order_review_heading, 
    .cart_section #place_order, .chekout_pages #order_review {
        width: 100%;
        max-width: 100%;
    }
    .chekout_pages #customer_details {
        margin-bottom: 35px;
    }

}
@media screen and (min-width: 900px) { 
    .woocommerce .related.products ul.products li.product:last-child {
        display: none;
    }

}

@media screen and (max-width: 899.92px) { 
    h1 {
        font-size: 40px;
    }
    .category_section .wc-block-grid__product, 
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 1 0 calc(50% - 24px * 1 / 2) !important;
        max-width: calc(50% - 24px * 1 / 2) !important;
        padding: 26px 16px 16px 16px;
        margin: 0 !important;
    }
    .category_section h1 {
        padding: 37px 25px 20px 25px;
        border-radius: 0 0 30px 30px;
        margin-top: -10px;
        margin-bottom: 48px;
        text-align: center;
    }  
    .category_section {
        padding-bottom: 50px;
    }

}
@media screen and (max-width: 774px) { 
    #header #menu {
        top: 97px;
    }
    .cloud_animation::after {
        right: 10%;
        top: 84px;
        width: 82px;
        height: 25px;
        background-size: 82px 25px;
    }
    .cloud_animation::before {
        display: none;
    }
    .privacy-policy,
    .page-id-11 {
        font-size: 16px;
    }
    .privacy-policy h1,
    .page-id-11 h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .privacy-policy h2,
    .page-id-11 h2,
	.privacy-policy.about_us h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .privacy-policy .wp-block-group,
    .page-id-11 .wp-block-group {
        padding: 40px 16px 30px 16px;
        border-radius: 25px;
    }
    .menu_layer {
        display: none;
    }
    .simple_pages {
        padding-top: 50px;
    }
    .woocommerce div.product .woocommerce-tabs .panel section {
        padding: 23px 32px 32px 32px;
        font-size: 16px;
    }
    .woocommerce div.product .woocommerce-tabs .panel > h2 {
        padding-left: 32px;
    }
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-size: 22px;
    }
    #header .right_side {
        gap: 15px;
    }
    #header .right_side a img {
        height: 26px;
    }
    #header .right_side a.login_menu img {
        height: 22px;
    }
    .wc-block-mini-cart__quantity-badge:after {
        height: 24px;
        width: 24px;
        background-size: 28px auto;
    }
    #header {
        height: 100px;
    }
    #header .logo img {
        height: 50px;
        padding-left: 20px;
    }
    .wc-block-components-sidebar-layout {
        border-radius: 25px;
        padding: 25px !important;
    }

    table.wc-block-cart-items .wc-block-cart-items__row {
        display: flex !important;
        flex-direction: column;
        padding-top: 35px !important;
    }  
    .wc-block-cart-item__quantity { 
        display: flex;
        align-items: center;
        flex-direction: column;
        align-self: center !important;
        padding-right: 0 !important;
    }
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        text-align: center;
        align-items: center !important;
    }
    .wc-block-components-quantity-selector {
        width: 150px !important;
    }
    .single-product .product_meta {
        display: none;
    }
	.woocommerce-MyAccount-content {
		padding: 25px 16px;
	}
	.woocommerce-cart-form__cart-item td {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		flex-wrap: wrap;
	}
	.woocommerce-cart-form__cart-item td.product-thumbnail:before {
		display: none;
	}
	.woocommerce-cart-form__cart-item td.product-thumbnail {
		display: flex;
		justify-content: center;
	}
	.woocommerce-cart-form__cart-item td.product-thumbnail img {
		width: 200px;
		max-width: 100%;
	}
    .wc-block-cart-items {
        display: flex;
        margin: 0 auto !important;
        width: fit-content !important;
    }
    .wc-block-cart-items tbody {
        display: flex;
        max-width: 100%;
        flex-direction: column;
    }
    .wc-block-cart-items .wc-block-cart-item__image {
        padding-right: 0 !important;
        max-width: 300px;
        margin: 0 auto 5px auto !important;
    }
    .wc-block-cart-item__wrap {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .wc-block-cart-item__wrap .wc-block-cart-item__prices {
        margin-left: 0;
    }
    .contact_section .wpcf7-form input:not(.wpcf7-submit),
    .contact_section .wpcf7-form textarea {
        font-size: 16px;
    }
    .wc-block-mini-cart__template-part .wc-block-cart-item__wrap {
        align-items: flex-start;
    }
    .wc-block-mini-cart__template-part .wc-block-cart-item__quantity {
        flex-direction: row;
    }
    .wc-block-mini-cart__template-part .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        text-align: left;
        padding-top: 5px;
    }
	.big_section h2,
	.cooperation_page h2 {
		font-size: 26px;
		margin-bottom: 24px;
	}
	.big_section {
		padding: 45px 16px 21px 16px;
		border-radius: 32px;
	}
	.big_section_header_only {
		padding: 64px 16px 40px 16px;
	}
}
@media screen and (max-width: 599px) { 
    h1 {
        font-size: 30px;
    }
    .category_section .wc-block-grid__product, 
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 1 0 100% !important;
        max-width: 100% !important;
        padding: 26px 16px 16px 16px;
        margin: 0 !important;
    }
    .woocommerce ul.products li.product a {
        display: block !important;
    }
    .category_section h1,
    .related.products > h2 {
        padding: 25px 20px 15px 20px;
        border-radius: 0 0 20px 20px;
        margin-top: -5px;
        margin-bottom: 48px;
        text-align: center;
        font-size: 30px;
    }  
    .cloud_animation {
        display: none;
    }
    .woocommerce ul.products {
        max-width: 100%;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
        font-size: 26px;
        text-align: center;
        padding: 20px 23px 16px 23px;
        border-radius: 20px 20px 0 0;
    }
    .woocommerce div.product form.cart {
        border-radius: 0 0 20px 20px;
        padding: 0 23px 23px 23px;
        display: flex;
        gap: 15px;
        justify-content: center;
    }

	.cart_section .coupon .input-text,
	.cart_section .coupon .button {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
    .wc-block-components-totals-coupon__form {
        flex-direction: column;
        gap: 15px;
    }
    .chekout_pages #customer_details {
        padding: 35px 16px;
        border-radius: 25px;
    }
    .chekout_pages .cart_section #order_review_heading {
        font-size: 22px;
        padding: 25px 16px 16px 16px;
        border-radius: 25px 25px 0 0;
    }
    .chekout_pages #order_review {
        padding: 0 16px 25px 16px;
        border-radius: 0 0 25px 25px;
    }
    .chekout_pages .woocommerce table.shop_table {
        font-size: 16px;
    }
    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        font-size: 16px;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword {
        padding: 25px 16px !important;
        font-size: 16px;
        border-radius: 25px;
    }
    .woocommerce form.checkout_coupon p:first-child {
        margin-bottom: 16px;
    }
    .chekout_pages .woocommerce form .form-row {
        width: 100%;
    }
    .wc-block-cart__submit-button {
        font-size: 16px;
    }
    .social_block {
        gap: 20px;
    }
	.container_3d {
		transform: scale(0.8);
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.woocommerce-order {
		border-radius: 25px 16px;
		padding: 25px;
		font-size: 16px;
	}
	.woocommerce ul.order_details li {
		margin-bottom: 10px;
	}
}

@-webkit-keyframes move {
    0%{-webkit-transform:translateX(calc(100vw - 265px));}
    20%{opacity:1;}
    90%{opacity:1;}
    100%{-webkit-transform:translateX(265px);}
}

@-webkit-keyframes moveback {
    0%{-webkit-transform:translateX(calc(100vw - 265px));opacity:0;}
    20%{opacity:.6;}
    90%{opacity:.6;}
    100%{-webkit-transform:translateX(265px);opacity:0;}
}


#Add_more {
    color: #CE2D25;


}

/* Additional alignment tweaks for Nova Poshta fields */
.wcus-checkout-fields .select2-selection__rendered,
.wcus-checkout-fields .zen-ui-select__value {
    display: flex;
    align-items: center;
    height: 100%;
}

.wcus-checkout-fields .select2-selection__rendered,
.wcus-checkout-fields .zen-ui-select__placeholder {
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
}

.wcus-checkout-fields .select2-selection {
    display: flex;
    align-items: center;
}




/* === Nova Poshta Select2 -> make same as inputs === */
.wcus-checkout-fields .select2-container .select2-selection--single {
    height: 56px !important;
    border-radius: 25px !important;
    border: none !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}

.wcus-checkout-fields .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: normal !important;
    padding-left: 0 !important;
}

.wcus-checkout-fields .select2-selection__placeholder {
    color: #999 !important;
}

.wcus-checkout-fields .select2-selection__arrow {
    height: 100% !important;
    right: 15px !important;
}

/* === FIX real Nova Poshta Select2 fields === */
.mrkv_ua_shipping_nova-poshta-fields .select2-container {
    width: 100% !important;
}

.mrkv_ua_shipping_nova-poshta-fields .select2-container .select2-selection.select2-selection--single {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 25px !important;
    border: none !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.mrkv_ua_shipping_nova-poshta-fields .select2-container .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    height: 56px !important;
    line-height: 56px !important;
    padding-left: 0 !important;
    padding-right: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
    box-sizing: border-box !important;
}

.mrkv_ua_shipping_nova-poshta-fields .select2-container .select2-selection__placeholder {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
}

.mrkv_ua_shipping_nova-poshta-fields .select2-container .select2-selection__arrow {
    height: 56px !important;
    right: 16px !important;
}


/* === FIX mini-cart badge number visibility === */
.wc-block-mini-cart__badge[hidden],
.wc-block-mini-cart__badge:empty {
    display: none !important;
}

.wc-block-mini-cart__badge {
    visibility: visible !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    z-index: 3 !important;
}

/* Always hide header cart badge on cart + checkout pages */
.woocommerce-cart .wc-block-mini-cart__badge,
.woocommerce-checkout .wc-block-mini-cart__badge {
    display: none !important;
}

/* === FIX Nova Poshta "address delivery" Select2 (City + Street) === */
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="city_field"] .select2-container,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="street_field"] .select2-container,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="city"] .select2-container,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="street"] .select2-container {
    width: 100% !important;
}

/* === FIX Nova Poshta address mode (real DOM wrappers) === */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container {
    width: 100% !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection.select2-selection--single,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection.select2-selection--single {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 25px !important;
    border: none !important;
    background: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__rendered {
    height: 56px !important;
    line-height: 56px !important;
    padding-left: 20px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__placeholder,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__placeholder {
    line-height: 56px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #444 !important;
    font-family: inherit !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__arrow,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__arrow {
    height: 56px !important;
    right: 16px !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #444 !important;
    font-family: inherit !important;
}

.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="city_field"] .select2-container .select2-selection.select2-selection--single,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="street_field"] .select2-container .select2-selection.select2-selection--single,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="city"] .select2-container .select2-selection.select2-selection--single,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="street"] .select2-container .select2-selection.select2-selection--single {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 25px !important;
    border: none !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="city_field"] .select2-container .select2-selection__rendered,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="street_field"] .select2-container .select2-selection__rendered,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="city"] .select2-container .select2-selection__rendered,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="street"] .select2-container .select2-selection__rendered {
    height: 56px !important;
    line-height: 56px !important;
    padding-left: 0 !important;
    padding-right: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="city_field"] .select2-container .select2-selection__placeholder,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="street_field"] .select2-container .select2-selection__placeholder,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="city"] .select2-container .select2-selection__placeholder,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="street"] .select2-container .select2-selection__placeholder {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
    line-height: 56px !important;
    padding-right: 24px !important;
}

.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="city_field"] .select2-container .select2-selection__arrow,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [id*="street_field"] .select2-container .select2-selection__arrow,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="city"] .select2-container .select2-selection__arrow,
.woocommerce-checkout .mrkv_ua_shipping_nova-poshta-fields [class*="street"] .select2-container .select2-selection__arrow {
    height: 56px !important;
    right: 16px !important;
}

/* === FINAL cosmetic parity: Nova Poshta address mode == "na viddilennya" === */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    line-height: 56px !important;
    padding-left: 14px !important;
    padding-right: 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
    font-family: inherit !important;
}

.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_city_field .select2-container .select2-selection__placeholder,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_address_street_field .select2-container .select2-selection__placeholder {
    line-height: 56px !important;
    padding-left: 14px !important;
    padding-right: 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: inherit !important;
    font-family: inherit !important;
}

/* === Micro-fix: Nova Poshta "na viddilennya" text indent === */
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_city_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_warehouse_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_city_field .select2-container .select2-selection__placeholder,
.woocommerce-checkout #mrkv_ua_shipping_nova-poshta_warehouse_field .select2-container .select2-selection__placeholder {
    padding-left: 14px !important;
    padding-right: 40px !important;
}
/* FINAL direct input override - Nova Poshta house/flat */
.woocommerce-checkout input#mrkv_ua_shipping_nova-poshta_address_house,
.woocommerce-checkout input#mrkv_ua_shipping_nova-poshta_address_flat {
    color: #FFA400 !important;
    -webkit-text-fill-color: #FFA400 !important;
    font-weight: 700 !important;
    padding-left: 34px !important;
}

.woocommerce-checkout input#mrkv_ua_shipping_nova-poshta_address_house::placeholder,
.woocommerce-checkout input#mrkv_ua_shipping_nova-poshta_address_flat::placeholder {
    color: #FFA400 !important;
    -webkit-text-fill-color: #FFA400 !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

/* Mini-cart drawer: scroll only items list, keep footer visible */
.wc-block-mini-cart__drawer .wc-block-mini-cart__main {
    min-height: 0;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
    min-height: 0;
    overflow-y: auto;
    max-height: calc(100vh - 260px);
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: inherit;
}

/* Desktop-only: allow full mini-cart list scroll inside drawer */
@media (min-width: 1024px) {
    .wc-block-components-drawer__content {
        display: flex;
        flex-direction: column;
        max-height: 100vh;
        min-height: 0;
        overflow: hidden;
    }

    .wc-block-mini-cart__drawer .wc-block-mini-cart__main,
    .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .wc-block-mini-cart__drawer .wc-block-mini-cart__items,
    .wc-block-mini-cart__drawer .wc-block-mini-cart__products-table {
        min-height: 0;
        overflow-y: auto;
        max-height: none;
    }

    .wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
        position: sticky;
        bottom: 0;
        z-index: 2;
        background: inherit;
    }
}

/* Mini-cart scroll stability: flex chain + dedicated items scroll area */
.wc-block-components-drawer__content,
.wc-block-mini-cart__drawer .wc-block-mini-cart__main,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
    min-height: 0;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
    min-height: 0;
    overflow-y: auto;
    flex: 1 1 auto;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
    flex: 0 0 auto;
}

.wc-block-mini-cart__drawer .wc-block-components-notice-banner:not(.is-error) {
    display: none !important;
}

/* FINAL mini-cart scroll stabilization: single scroll container */
.wc-block-components-drawer__content,
.wc-block-mini-cart__drawer,
.wc-block-mini-cart__drawer .wc-block-mini-cart__main,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    overscroll-behavior: contain;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
    flex: 0 0 auto;
}

