/*!
Theme Name: yarko-decostickers
Author: Eugene Winner
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yarko-decostickers
*/

html {
    height: 100%;
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
}
body {
    height: 100%;
    margin: 0;
}
main {
    flex: 1 1 auto;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
img {
    border-style: none;
}
     ul {
         margin: 0;
     }

li {
    list-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;

}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
    background: #f0f0f0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: #000;
    font-weight: normal;
}

.no-scroll {
    overflow: hidden;
}

.container {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    max-width: 450px;
    margin: 0 auto;
}

.header__wrapper img {
    width: 100%;
}

.navigation__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 50px;
}

.navigation__wrapper h2 {
    margin-top: 30px;
    margin-bottom: 12px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.navigation__wrapper a {
    border-radius: 4px;
/*     background: linear-gradient(90deg, #ffba1e 0%, #fedf51 100%); */
	background: #21692d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s linear;
}

@media (hover: hover) {
    .navigation__wrapper a:hover  {
        transform: scale(1.03);
    }
}

@media (hover: none) {
    .navigation__wrapper a:active  {
        transform: scale(1.03);
    }
}

.banner {
    max-width: 450px;
    margin: 0 auto 50px;
}

.banner__wrapper img {
    width: 100%;
}

.category__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.category__title {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #21692d;
    background: #fff;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	color: #21692d;
}

.card {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #21692d;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card h3 {
    width: calc(100% + 20px);
    color: #333;
    padding: 8px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 22px;
    border-radius: 4px;
    transform: translateY(-10px);
    border-radius: 12px 12px 0 0;
    padding: 15px 0;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-wrap: balance;
}

.swiper {
    width: 100%;
}

.feedbacks__controls-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

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

.swiper-pagination {
    position: relative !important;
    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(51, 51, 51, 1) !important;
}

.feedbacks__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 10px;
}

.feedbacks__controls-prew, .feedbacks__controls-next {
    border: none;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #21692d;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedbacks__controls button svg *[fill] {
    fill: #21692d;
}

.swiper-button-disabled {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}
.swiper-button-disabled:hover {
    background: #F5F5F5;
    filter: brightness(100%);
}

.swiper-button-disabled svg *[fill] {
    fill: #b3abab !important;
}

.swiper-slide img {
    max-width: 400px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.card ul {
    width: 100%;
    margin-bottom: 20px;
}

.card ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
}

.faq-accordion {
    width: 100%;
    margin: auto;
}

.faq-accordion-item {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6.666666666666667px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.faq-accordion-title {
    background: #fff;
    cursor: pointer;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-accordion-title.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.faq-accordion-wrap {
    display: none;
    padding: 15px;
    background: #fff;
}

.faq-accordion-wrap p {
    font-size: 15px;
    line-height: 1.5;
}

.arrow {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transition: rotate 0.3s;
    rotate: 45deg;
    transform: translate(-4px, -2px);
}

.faq-accordion-title.active .arrow {
    rotate: 225deg;
}

.price {
    font-weight: 900;
    text-align: center;
    color: #21692d;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.price__old {
    font-weight: 500;
    text-align: center;
    color: #8b8989;
    font-size: 22px;
    line-height: 1.4;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.promotion {
    color: rgb(238, 29, 36);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
}

.order__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
/*     background: rgb(23, 104, 243); */
	background: #21692d;
    color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s linear;
    margin-bottom: 12px;
    border-radius: 4px;
}

.to-cart__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    background: rgb(39, 68, 116);
	background: #27492c;
    color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s linear;
    border-radius: 4px;
	border: none;
}

@media screen and (max-width: 400px) {
    .navigation__wrapper h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 375px) {
    .navigation__wrapper h2 {
        font-size: 24px;
    }
}

.info {
    background: #242724;
}

.info__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
}

.info__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.info__items span {
    font-size: 82px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.info__items p {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}


.advantages {
    background: #242724;
}

.advantages__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
}

.advantages__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.advantages__items p {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

.advantages__items img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    object-fit: contain;
}

.footer {
    background: #242724;
    padding: 40px 0 80px;
}

.footer__socials {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
}

.footer__socials a {
    display: block;
    width: 53px;
    height: 53px;
}

.footer__socials a img {
    width: 100%;
}

.footer__policy {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 40px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer__info span {
    color: #fff;
    font-size: 16px;
}

.cart__btn {
    position: fixed;
    bottom: 20px;
    left: 15px;
    background-color: #000;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 11px 5px -7px rgba(0, 0, 0, 0.35);
    z-index: 50;
    width: 160px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

.cart__btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.top__btn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    background-color: #000;
    border-radius: 10px;
    border: none;
    display: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    z-index: 50;
}

.top__btn img {
    width: 20px;
    height: 15px;
    object-fit: contain;
}


/* Основные policyPopup */
.policyPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.policyPopup__content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    position: relative;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow: scroll;
}

.policyPopup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}

.policyPopup__content h2 {
    margin: 40px auto 10px;
    text-align: center;
}

.policyPopup__content p,
.policyPopup__content ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.policyPopup__content ul li {
    list-style: disc;
    list-style-position: inside;

}

.policyPopup__content a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.policyPopup__text-accent {
    color: darkred !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.popup-form__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-form__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 45px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    max-width: 450px;
    width: calc(100% - 30px);
}

.popup-form__close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 26px;
}

.popup-form__content p {
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#orderForm {
    display: flex;
    flex-direction: column;
}
#orderForm1 {
    display: flex;
    flex-direction: column;
}

#orderForm label {
    color: #555;
    font-size: 16px;
    margin-bottom: 3px;
	display: block;
}
#orderForm1 label {
    color: #555;
    font-size: 16px;
    margin-bottom: 4px;
}

#orderForm label span {
    color: red;
    transform: translateY(4px);
}
#orderForm1 label span {
    color: red;
    transform: translateY(4px);
}

#orderForm input {
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    outline: none;
    margin-bottom: 14px;
}
#orderForm1 input {
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    outline: none;
    margin-bottom: 14px;
}

#orderForm textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    outline: none;
    margin-bottom: 14px;
    resize: none;
}
#orderForm1 textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    outline: none;
    margin-bottom: 14px;
    resize: none;
}

#orderForm button {
    background: #21692d;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 22px;
	border-radius: 4px;
}
#orderForm1 button {
    background: #21692d;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 22px;
}

.add-cart-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.add-cart-popup__content {
    background: #a0de7d;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 320px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.add-cart-popup__content p {
    margin-bottom: 34px;
    color: #fff;
    font-size: 25px;
}

.add-cart-popup__content a {
    margin-bottom: 24px;
    color: #fff;
    text-decoration: underline;
}

.add-cart-popup__close {
    cursor: pointer;
    font-size: 24px;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    padding: 10px;box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s linear;
    border-radius: 4px;
}

.form__ok {
    max-width: 400px;
    width: calc(100% - 30px);
    background: #333;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form__ok h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.form__ok p {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.form__ok a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    background: #1768f3;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
}

.form__ok a svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.empty {
    max-width: 400px;
    width: calc(100% - 30px);
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.empty img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 30px;
}

.empty p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.empty a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    background: #1768f3;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
}

.empty a svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.cart {
    margin: 50px auto 0;
}

.cart__card-wrapper {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 50px;*/
}

.cart__card {
    display: flex;
    flex-direction: column;
    border: 2px solid #21692d;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.cart__card img {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.cart__item-name {
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart__price {
    display: block;
    margin: 0 auto 20px;
}

.cart__amount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cart__amount button {
    width: 26px;
/*     height: 26px; */
    min-width: 26px;
    min-height: 26px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	background: transparent;
    border: 2px solid #21692d;
    border-radius: 4px;
    color: #21692d;
}

.cart__amount input {
    width: 30px;
/*     height: 26px; */
    min-width: 30px;
    min-height: 26px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #21692d;
	color: #21692d;
    border-radius: 4px;
	pointer-events: none;
}

.cart__delete {
    width: 26px;
/*     height: 26px; */
    min-width: 26px;
    min-height: 26px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
	background: transparent;
    border: 2px solid #7a7a7a;
    border-radius: 4px;
    color: #7a7a7a;
}

.cart__form h3 {
    margin: 40px 0 10px;
	font-size: 24px;
}

.cart__form span {
    color: #21692d;
}

.cart #orderForm {
    margin-bottom: 20px;
}

.cart a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    background: #1768f3;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
}

.cart a svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.woocommerce-message {
    display: none !important;
}
/* Скрыть всё в order_review, кроме кнопки оформления заказа */
.shop_table.woocommerce-checkout-review-order-table{
    display: none;
}
.wc_payment_method.payment_method_cod{
    display: none;
}
.woocommerce-terms-and-conditions-wrapper{
    display: none;
}
#order_review_heading{
    display: none;
}
.woocommerce-additional-fields h3{
    display: none;
}
.optional{
    display: none;
}
.entry-header{
    display: none;
}
/* Убрать стрелочки в полях типа number для большинства браузеров */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome, Safari и Opera */
    margin: 0;
}
 a.button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    background: #27492c;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
     margin: 20px auto 40px;
}
a.button1 svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
}
#billing_email_field{
    display: none;
}


#title-popup1{
    margin-bottom: 34px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.woocommerce-error {
    background-color: transparent !important;
    color: red !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 14px !important;
}

.main__description {
	width: 100%;
	font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
	margin-bottom: 20px;
}