/*
Theme Name: buketon
*/
@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7-response-output {
	border: none !important;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	margin-top: 0px!important;
	padding-top: 0px!important;
}
.loading:after {
	content: '';
	position: absolute;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	filter: none;
	background-image: none !important;
}

.wishlist.loading:after {
	width: 20px;
	height: 20px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
	border: 4px solid #bd1823;
	border-top-color: #000;
	background-image: none !important;
	opacity: 1 !important;
}


.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block {
	width: 100%;
	max-width: 92.1875vw;
	padding: 0 1.30208vw;
	margin-left: auto;
	margin-right: auto;
}
.custom-select-wrapper { position: relative; display: inline-block; }
.custom-select-toggle { padding: 10px; cursor: pointer; }
.custom-select-dropdown { display: none; position: absolute; background: #fff; border: 1px solid #ccc; padding: 10px; z-index: 10; }
.custom-select-wrapper.open .custom-select-dropdown { display: block; }

.hidden{
	display: none!important;
}
.product-page .pewc-main-price {
	font-size: 1.6rem;
	color: #000;
	line-height: 1.2;
	font-weight: 700;
}
.woocommerce-variation.single_variation, .reset_variations, .pewc-total-field-wrapper , .pewc-checkbox-desc-wrapper input, .woocommerce-variation-price,.ywgc_have_code,.woocommerce-info {
	display: none!important;
}
.checkout_coupon{
	/*display: block!important;*/
}
.cart-page__delete {
	display: block;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-success {
	padding: 1em 2em 1em 3.5em;
	margin-bottom: 2em;
	position: relative;
	list-style: none outside;
	word-wrap: break-word;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-success:before {
	font-family: 'WooCommerce';
	content: '\e016';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce-message,
.woocommerce-success {
	border-top-color: #83b333;
	background-color: #e5f5e8;
	color: #555555;
	border-left: 5px solid #83b333;
}

.woocommerce-message:before,
.woocommerce-success:before {
	content: '\e015';
	color: #83b333;
}

.woocommerce-info {
	border-top-color: #3b8edb;
	background-color: #eaf2fb;
	color: #555555;
	border-left: 5px solid #3b8edb;
}

.woocommerce-info:before {
	content: '\e016';
	color: #3b8edb;
}

.woocommerce-error {
	border-top-color: #b81616;
	background-color: #fcebeb;
	color: #555555;
	border-left: 5px solid #b81616;
}

.woocommerce-error:before {
	content: '\e017';
	color: #b81616;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-success a {
	color: #0073aa;
	text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-success a:hover {
	color: #005177;
}

.woocommerce-message:before, .woocommerce-success:before , .ywgc-choose-design-preview{
	display: none;
}

.promo-page__order {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1rem;
	border: 1px solid #000;
	border-top: none;
	background: #fff;
	gap: 1rem;
	padding-top: 0px;
}

.thanks-page__order {
	border-bottom: none;
	padding-bottom: 0px;
}
.woocommerce form .form-row .required {
	display: none!important;
}
.input-wrap .optional{
	display: none!important;
}
table.shop_table.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
}
.form-row.place-order {
	width: 100%;
}

.woocommerce-error:before {
	display: none!important;
}
.thanks-page__cont .thanks-page__order {
	border: 1px solid #000;
	padding: 1em;
}
.thanks-page {
	padding-bottom: 0;
	margin-bottom: 0;
}

.header-link.header-link--fav.active span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
;
}

.about-us__strip p span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.line-text__wrap p span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}


.checkout-page .input-radio input:checked label, .checkout-page .input-radio input:checked~label, .checkout-page .input-radio:has(input:checked) label, .checkout-page .input-radio:has(input:checked)~label {
  
    box-shadow: 0 0 15px #bbbbbb;
}


@media screen and (max-width: 767px) {
    .checkout-page__inputs, div#order_review {
        margin-top: 15px;
    }
}

.variation_description {
	margin-top: 20px;
}