/*
Theme Name: bar dahan
Version: 1.0.2
*/

.wpcf7-not-valid {
	border-bottom: 1px solid red !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	display: none !important;
}


.not-found .not-found__content .not-found__content-breadcums .breadcums .breadcrumb-item strong {
	font-weight: 300;
	color: #9C9C9C;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: rtl !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none !important;
	text-align: right;
	padding: 0px;
}

.wpcf7 {
	direction: rtl;
}

.added_to_cart {
	display: none !important;
}


a.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-right: 0.53em;
	vertical-align: bottom;
}

.header .header-search .header-search__result .header-search__list form.header-search__item.loading .header-search__item-btn {
	position: relative;
	background-image: none;
}

.header .header-search .header-search__result .header-search__list form.header-search__item.loading .header-search__item-btn:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 10px;
	left: 5px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

form.loading {
	position: relative;
	background-color: #952138 !important;
}

.singl-item__info form.loading {
	position: relative;
	background: none !important;
}

.singl-item__info-price-current ins {
	text-decoration: none;
}

.singl-item__info-price-current del {
	font-size: 18px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #BCBCBC;
	margin-right: 6px;
}


.singl-item .singl-item__info .singl-item__info-buttons .singl-item__info-button button,
.woocommerce .product-card__content .product-card__content-btn .cart button.single_add_to_cart_button {
	min-width: 160px;
	min-height: 48px;
	padding: 0 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 5px;
	position: relative;
	z-index: 2;
	background-color: var(--brand);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
}

.woocommerce .product-card__content .product-card__content-btn .cart button.single_add_to_cart_button:hover {
	min-width: 160px;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid #333333;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Rubik";
	font-weight: 400;
	position: relative;
	z-index: 2;
}


.product-cards .product-card .product-card__content .product-card__content-btn a:hover::before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.product-cards form.loading {
	position: relative;
	background: none !important;
}

.singl-item .singl-item__info .singl-item__info-buttons .singl-item__info-button button:hover {
	background-color: #86162d;
}

.singl-item .singl-item__info .singl-item__info-buttons .singl-item__info-button button strong,
.woocommerce .product-card__content .product-card__content-btn .cart button.single_add_to_cart_button strong {
	font-family: "Rubik";
	font-weight: 300;
	font-size: 16px;
}

.singl-item .singl-item__info .singl-item__info-buttons .singl-item__info-button button img {
	width: 16px;
	height: 16px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 3px;
}

.singl-item--course .singl-item__info-counter,
.added img,
.loading img {
	display: none;
}

.course .course-card .course-card__content .course-card__content-btn a,
.product-cards .product-card .product-card__content .product-card__content-btn a {
	background-color: #fff;
}

.course .course-card .course-card__content .course-card__content-price {
	margin-top: 19px;
	font-size: 16px;
}

.singl-item .singl-item__info .singl-item__info-buttons form {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .product {
	overflow: visible;
}

.product-cards .product-card .product-card__content .product-card__content-btn a.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 0.618em;
	left: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.modal-product__content.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	font-size: 73px;
	color: #952138;
}

.loading .singl-item {
	opacity: 0.3;
}

.singl-item .singl-item__info .singl-item__info-buttons .singl-item__info-button.singl-item__info-button--disable button {
	opacity: 0.3;
	pointer-events: none;
}


.woocommerce .singl-item__info-button button.button.loading::after {
	top: 0.818em;
}


div.blockOverlay {
	background-color: #952138 !important;
}

button[name='update_cart'] {
	display: none !important;
}

.hidden {
	display: none !important;
}

.woocommerce-shipping-calculator {
	display: none !important;
}

span.select2-selection__clear {
	display: none;
}


.choice-list__body-wrapper .block-btn {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}

.choice-list__body-wrapper .block-field {
	width: 100%;
	max-width: 33px;
	margin: 0px;
	text-align: center;
	border: none;
	outline: none;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	font-family: "Rubik";
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color: #333333;
	pointer-events: none;
	background: transparent;
}

.choice-list__body-wrapper .singl-item__info-counter {
	margin-left: 7px;
	border: 1px solid #D9D9D9;
	padding: 2px 7px 2px 7px;
	width: 80px;
}

.singl-item .singl-item__choice .choice-list__item .choice-list__checkbox input {
	display: inline;
}

.singl-item .singl-item__choice .choice-list__item .choice-list__checkbox span::before {
	display: none !important;
}


.woocommerce-table.woocommerce-table--order-details.shop_table.order_details+.button{
	display: none !important;
}

.woocommerce-order-details .button.is-ready{
	opacity: 1 !important;
}

.woocommerce-order-details .button {
	opacity: 0 !important;
	height: 50px !important;
	width: 220px !important;
	padding: 0 20px !important;
	color: #333333 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: "Rubik" !important;
	font-weight: 400 !important;
	position: relative !important;
	z-index: 2 !important;
	margin: 0 auto !important;
	background: #952138 !important;
	border-radius: 50px !important;
	transition: all 0.4s linear;
	color: #fff;
}

.woocommerce-order-details .button:hover {
	background-color: #5B0113 !important;
}

.product-card--more {
	min-width: 140px;
	min-height: 50px;
	max-width: 220px;
	padding: 0 20px;
	border: 1px solid #333333;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Rubik";
	font-weight: 400;
	position: relative;
	z-index: 2;
	margin: 40px auto 0;
	border: 1px solid #333333;
}

.product-card--more:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background: -webkit-gradient(linear, left top, right top, from(#A17B37), color-stop(50.52%, #D1B367), to(#F8E48F));
	background: linear-gradient(90deg, #A17B37 0%, #D1B367 50.52%, #F8E48F 100%);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.product-card--more:hover::before{
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}


/*.hero .hero-content .hero-content__title::before {
	top: unset;
	bottom: 10px;
}

.hero .hero-content .hero-content__title::after {
	top: 10px;
	bottom: unset;
}*/

.set-product .set-product__list .swiper-wrapper {
	max-width: unset;
}

.header .header-wrapper__mobile .header-mobile__side .header-mobile__order.active .header-mobile__order-list {
	pointer-events: all;
}

.price_modal {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	color: #333333;
	line-height: 1;
	margin: 0 auto;
	margin-top: 25px;
}


.price_modal {
	font-size: 32px;
}

@media screen and (max-width: 768px) {
	.price_modal {
		font-size: 22px;
	}
}


.modal-product .modal-product__content.loading .singl-item .price_modal {
	opacity: 0;
}

.modal-content .price_modal {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.modal-content .price_modal {
		font-size: 22px;
	}
}

@media screen and (max-width: 590px) {
	.product .product-buttons .product-buttons__inner {
		align-items: center;
		justify-content: center;
		gap: 15px 38px;
	}

	.product .product-buttons .product-button:not(:first-child) {
		margin-right: 0;
	}
}

@media screen and (max-width: 440px) {

	.product .product-buttons {
		padding: 0;
	}

	.product .product-buttons .product-buttons__inner {
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: max-content;
		padding: 10px 16px 0 16px;
	}
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details+.button {
	display: none;
}