/*!
Theme Name: fruit
Theme URI: http://underscores.me/
Author: Vitaliy Melnichyk
Author URI: https://freelancehunt.com/freelancer/Framework.html
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: fruit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fruit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.popup__window{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 900px;
	margin: 40px auto;
	position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup-content{
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.prod__cover{
	max-width: 420px;
	overflow:hidden;
}
.prod__cover img{
	max-width:none;
	width:100%;
	height:100%;
	object-fit:cover;
}

.prod__data{
	display:flex;
	flex-direction:column;
	gap:8px;
	flex: 1;
}

.prod__data h3{
	text-decoration: none;
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.prod__data .woocommerce-Price-amount{
font-size:22px;
	font-weight:bold;
}

.prod__data p{
	font-size:16px;
	font-weight:400;
}
.prod__data button{
	   display: flex;
max-width: 306px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background: #302424;
text-decoration: none;
color: #FDF001;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
transition: 0.3s;
cursor: pointer;
	border:none;
}
.prod__data button:hover{
	 box-shadow: 0 0 0 4px rgba(0,0,0,.5);
}


.inp__row{
	display:flex;
	flex-wrap:wrap;
	gap:12px;

}

.inp__row input{
   border-radius: 10px;
    border: 1px solid #000;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	width:80px;
}



.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	width: auto!important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	height: 52px!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #000!important;
    transition:0.3s!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #FDF001!important;
    color: #000!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #FDF001!important;
    color: #fff!important;
}


.woocommerce-checkout h1{
	display: none;
}
.container-checkout {
	max-width: 1300px;
     margin: 0 auto;
     width: calc(100% - 30px);
}
.container-checkout .checkout-info + .checkout-info {
  padding-top: 0;
}

.checkout-header {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgb(223, 223, 223);
}

.checkout-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-header__logo {
  text-decoration: none;
}
.checkout-header__logo h3 {
  color: #000;
  font-size: 24px;
}
.checkout-header__logo img {
  display: flex;
}

.checkout-header__cart {
  width: 24px;
  height: 24px;
  background-image: url(../img/checkout-cart.svg);
  background-position: center;
  background-size: cover;
}

.checkout-date__title {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.checkout-date {
  display: grid;
  grid-row-start: 1;
  grid-row-end: 4;
  gap: 30px;
  background-color: #fff;
}

.checkout-main__container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.checkout-date__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-date__list-field {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.checkout-date__list-field .select-wrapper {
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 50px;
  color: rgb(112, 112, 112);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.checkout-date__list-field .select-wrapper::after {
  content: "";
  z-index: 9;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  height: 10px;
  width: 10px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/arrrow-bottom.svg);
}
.checkout-date__list-field .select-wrapper p {
  position: absolute;
  z-index: 9;
  padding: 8px 12px;
  font-size: 12px;
}
.checkout-date__list-field .select-wrapper select {
  position: absolute;
  border: 1px solid rgb(222, 222, 222);
  width: 100%;
  outline: none;
  height: 100%;
  padding: 18px 12px 0;
  border-radius: 5px;
  -webkit-appearance: none;
  /* для Safari і Chrome */
  -moz-appearance: none;
  /* для Firefox */
  appearance: none;
  /* для всіх інших підтримуваних браузерів */
  /* Приховати стрілку в Edge */
  background: transparent;
  background-image: none;
  color: #000;
}
.checkout-date__list-field .select-wrapper select:focus {
  border: 1px solid rgb(43, 42, 42);
  box-shadow: 0px 0px 0px 1px rgb(43, 42, 42);
}
.checkout-date__list-field .select-w-100 {
  width: 100%;
}
.checkout-date__list-field .select-w-33 {
  width: calc(33% - 9.5px);
}
.checkout-date__list-field input {
  outline: none;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 50px;
  color: rgb(112, 112, 112);
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px;
}
.checkout-date__list-field input:focus {
  border: 1px solid rgb(43, 42, 42);
  box-shadow: 0px 0px 0px 1px rgb(43, 42, 42);
}
.checkout-date__list-field input.input-w-100 {
  width: 100%;
}
.checkout-date__list-field input.input-w-50 {
  width: calc(50% - 7px);
}
.checkout-date__list-field input.input-w-33 {
  width: calc(33.3% - 9.5px);
}

.checkout-main {
  min-height: 100vh;
}

.checkout-date__txt-block {
  width: 100%;
  border-radius: 5px;
  background: rgb(246, 246, 246);
  padding: 17px;
}

.checkout-date__txt {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
}

.checkout-date__checked {
  position: relative;
}
.checkout-date__checked .input-checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkout-date__checked .input-checked:checked + .checkout-date__checked-wrapper .checkout-date__checked-sq {
  background-color: #000;
  position: relative;
}
.checkout-date__checked .input-checked:checked + .checkout-date__checked-wrapper .checkout-date__checked-sq::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/success.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
}

.checkout-date__inner {
  display: flex;
  justify-content: start;
}

.checkout-date__checked-sq {
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 0px rgb(43, 42, 42);
  background: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}

.checkout-date__checked-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout-date__checked-wrapper .checkout-date__txt {
  color: #000;
}

.remember-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-secure {
  display: flex;
  align-items: center;
  gap: 5px;
}

.remember-checked {
  padding: 17px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  width: 100%;
}

.send-btn__wrapper {
	display: grid;
  align-items: center;
  grid-column-start: 1;
  background-color: #fff;
  margin: 30px 0;
}

.send-btn {
  height: 58px;
  border-radius: 5px;
  background: rgb(43, 42, 42);
  color: rgb(255, 255, 255);
  border: none;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
	cursor: pointer;
}

.checkout-info {
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-row-start: 1;
}
.checkout-info + .checkout-info {
  grid-row-start: 2;
}

.product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-item__img {
  position: relative;
}
.product-item__img img {
  width: 64px;
  height: 64px;
}

.product-item__count {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.product-item__left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product-item__description h3 {
  color: #000;
}
.product-item__description p {
  font-size: 12px;
}

.product-item__price p {
  color: #000;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.discount-code {
  flex-direction: row;
  justify-content: space-between;
}
.discount-code .checkout-date__list-field {
  width: 100%;
}
.discount-code button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px rgb(218, 218, 218);
  background: #fbfbfb;
  height: 50px;
  padding: 0 15px;
  color: #000;
}

.checkout-all {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-all__item {
  display: flex;
  justify-content: space-between;
}
.checkout-all__item h3 {
  font-size: 19px;
  font-weight: 600;
}

.checkout-all__item-shipping {
  display: flex;
  gap: 3px;
}

.express-checkout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.express-checkout__title {
  text-align: center;
}

.express-checkout__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.checkout-date__or {
  position: relative;
  margin: 30px 0;
}
.checkout-date__or p {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
.checkout-date__or p::after {
  content: "";
  height: 1px;
  background-color: rgb(223, 223, 223);
  width: 40%;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
}
.checkout-date__or p::before {
  content: "";
  height: 1px;
  background-color: rgb(223, 223, 223);
  width: 40%;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
}

.express-checkout__item {
  border-radius: 5px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.express-checkout__item:nth-child(1) {
  background: rgb(89, 47, 244);
}
.express-checkout__item:nth-child(2) {
  background: rgb(255, 196, 57);
}
.express-checkout__item:nth-child(3) {
  background: #000;
}
.express-checkout__item img {
  height: 19px;
}

.bottom-info {
  margin-top: 70px;
  padding-top: 15px;
  border-top: 1px solid rgb(223, 223, 223);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.bottom-info a {
  color: rgb(43, 42, 42);
  font-size: 14px;
}

.checkout-info__mobile-header {
  display: none;
}

.checkout-date__wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.checkout-date__icon {
  transition: 0.2s;
	margin-right: 10px;
}
.checkout-date__icon.checkout-date__icon--active {
  transform: rotate(180deg);
  transition: 0.2s;
}

.checkout-info__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-info__product button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.order-summary {
  display: none;
}

.show-btn span {
  color: #6d6c6c;
}
/*
.wcus-checkout-fields{
	padding:30px 0 15px;
}
.checkout-date__title{
	padding: 15px 0 0;
}*/
.wcus-checkout-fields h3 {
    font-size: 20px !important;
    font-weight: 600;
	margin-bottom: 15px;
}
.checkout-date__item{
	padding:15px 0;
}
@media (max-width: 980px) {
  body.checkout {
    background: #fff;
  }
  .checkout-main__container {
    grid-template-columns: 100%;
  }
  .checkout-date {
    order: 2;
    border-right: none;
    padding: 0 0 40px;
    margin-top: 15px;
    grid-row-end: auto;
    grid-row-start: auto;
  }

  .checkout-info {
    order: 1;
    padding: 0;
  }
  .checkout-date__list-field input.input-w-33 {
    width: 100%;
  }
  .checkout-date__list-field input.input-w-50 {
    width: 100%;
  }
  .checkout-date__list-field .select-w-33 {
    width: 100%;
  }
  .container-checkout .checkout-info + .checkout-info {
    order: 3;
    grid-row-start: auto;
  }
  .send-btn__wrapper {
    order: 4;
    padding: 0;
    padding-bottom: 30px;
    border-right: none;
    margin-top: 40px;
  }
  .bottom-info {
    margin-top: 40px;
  }
  .express-checkout__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .express-checkout__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .checkout-info__mobile-header {
    display: flex;
    padding: 18px 20px;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-info__mobile-header p {
    font-weight: 600;
    color: #000;
    font-size: 18px;
  }
  .product-list {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
  .product-list.product-list--show {
    padding: 20px 0;
  }
  .order-summary {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */

.woocommerce-cart h1{
	display: none;
}
.zen-ui-select__value {
		font-size:14px!important;
}
.zen-ui-select__option{
		 font-size:14px!important;
}
.woocommerce-shipping-destination{
	font-size: 14px;
}

.checkout-date__list-field span{
    font-size:14px;
    font-weight:bold;
}

.checkout-date__list-field a{
    font-size:14px;
    color:#000;
}

.woocommerce ul#shipping_method li{
    margin:0!important;
}

.wc_payment_methods label{
    font-size:14px;
    }

.payment_box.payment_method_bacs p{
      font-size:14px;
}
.checkout-date__item section{
	margin: 0!important;
	padding: 0!important;
}

.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #000;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    height: 50px;
    color: rgb(112, 112, 112);
    font-size: 14px;
    padding:10px 4px;

}

.select2-container .select2-selection--single span{
    font-weight:normal;

}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	font-size: 14px;
	color: #000;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
	color: #000;
	text-decoration: none;
}
.quantity.form-group--number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 200px;
    margin: 0 auto;
}

.quantity.form-group--number label {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}

.quantity.form-group--number button.qty_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity.form-group--number button.qty_button:hover {
    background-color: #e0e0e0;
    border-color: #999;
}

.quantity.form-group--number input.form-control {
    text-align: center;
    width: 60px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.quantity.form-group--number button.qty_button:disabled {
    background-color: #f0f0f0;
    color: #ccc;
    cursor: not-allowed;
}


.calculated_shipping h2{
	font-size:25px;
	margin-bottom:15px;
}

.cart-collaterals{
	font-size:16px;
}

.cart-subtotal th{
	font-size:16px;
}

.shop_table{
	font-size:16px;
}

.single-page{
	padding:80px 0;
}

.single-page h1{
	margin-bottom:30px;
}


.single-page h2{
	font-size:25px;
}

.single-page p,
.wc-tabs{
	font-size:16px;
}

.woocommerce-shop h1{
	display: none;
}

.page .entry-title{
	font-size:32px;
margin-bottom:32px;
}

.entry-content{
	font-size:16px;
}

.entry-content p:not(:last-child){
	margin-bottom:16px;
}

.entry-content h2{
	font-size:28px;
}

.entry-content h3{
	font-size:22px;
}

.pulse{
animation: pulse-animation 2s infinite;
	 transition: transform 0.1s ease;

}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7);
				  transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0);
				  transform: scale(0.95);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
				  transform: scale(1);
    }
}


/* Styles for dialog window */
#form-popup {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}
#corp-popup{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
