/*
Theme name: Bulmed Portal Theme
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {}

/* New in list badge */

.new {
	position: relative;
}

.new::after {
	content: "";
	display: block;
	height: 30px;
	width: 60px;
	position: absolute;
	top: 5px;
	z-index: 99;
	pointer-events: none;
}

.tax-product_cat .new::after,
.form-bulk .new::after,
.products-tiles .new::after,
.image-block.new::after,
.app_marketing-template-default .video-block.new::after,
.app_marketing-template-default .material-block.new::after {
	background: url(./resources/images/LabelNewLeft.svg) no-repeat bottom/contain;
	left: -5px;
}

.list-download .new::after,
.video-block.new::after {
	background: url(./resources/images/LabelNewRight.svg) no-repeat bottom/contain;
}

.list-download .new::after {
	top: -2px;
	right: 5px;
}

.video-block.new::after {
	top: 17px;
	right: -5px;
}

/* Override product-tile */
.product-tile,
.product-bulk.new,
.image-block.new {
	overflow: visible;
}

.product-bulk.new .product__promo p:last-child {
	word-break: break-all;
	display: contents;
}

.product-tile:before {
	display: none;
}

.product-tile .product__image {
	position: relative;
	display: block;
	overflow: hidden;
}

.product-tile .product__image:before {
	content: "";
	position: absolute;
	bottom: 14px;
	right: -24px;
	width: 258px;
	height: 258px;
	background: url(./resources/images/bg-shape-eclipse.svg) no-repeat 50%/contain;
	pointer-events: none;
	z-index: -1;
}

/* Custom section */

.cd-custom-color-selector,
.cd-custom-sizes-selector {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	width: 100%;
}

.cd-custom-color-selector li,
.cd-custom-sizes-selector li {
	margin: 10px;
}

.cd-custom-color-selector label,
.cd-custom-sizes-selector label {
	position: relative;
	display: flex;
	width: 100px;
	height: 100px;
	padding: 10px;
	box-shadow: 0 0 13px rgb(126 34 104 / 21%);
	background-color: rgba(106, 54, 94, 0.3);
}

.cd-custom-color-selector label:hover::after,
.cd-custom-sizes-selector label:hover::after {
	transition: all .3s;
	opacity: 0;
}

.cd-custom-color-selector label img,
.cd-custom-sizes-selector label img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}

.cd-custom-color-selector label input,
.cd-custom-sizes-selector label input {
	visibility: hidden;
}

.cd-custom-color-selector label:has(> input:checked),
.cd-custom-sizes-selector label:has(> input:checked),
.cd-custom-color-selector label:hover,
.cd-custom-sizes-selector label:hover {
	border: 1px solid rgba(106, 54, 94, 0.3);
}

.cd-custom-color-selector label:has(> input:checked) p,
.cd-custom-sizes-selector label:has(> input:checked) p,
.cd-custom-color-selector label:hover p,
.cd-custom-sizes-selector label:hover p {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	color: black;
	animation: slideDown .3s ease-out forwards;
	transition: all .3s;
}

.variations {
	display: none;
}

.cd-custom-color-selector label p,
.cd-custom-sizes-selector label p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: white;
	transition: all .3s;
	text-align: center;
}

.pa_label {
	width: 100%;
}

@media (max-width:767px) {
	.pa_label {
		text-align: center;
	}
}

@media (min-width:768px) {

	.cd-custom-color-selector,
	.cd-custom-sizes-selector {
		justify-content: start;
	}
}

@keyframes slideDown {
	0% {
		transform: translate(-50%, 0%);
	}

	100% {
		transform: translate(-50%, 50%);
	}
}

.woocommerce-product-gallery__popup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	cursor: pointer;
}

.woocommerce-product-gallery__popup-wrapper {
	display: block;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	max-width: 370px;
	max-height: 370px;
	border: 10px solid white;
	position: relative;
}

.woocommerce-product-gallery__popup-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	min-height: 350px;
	min-width: 350px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Ticket station */
.support-container .wpsc-menu-list.my-profile,
.support-container .wpsc-menu-list.log-out,
.support-container .wpsc-button.normal.secondary {
	display: none;
}

.support-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
}

.support-container .section__content {
	-webkit-box-shadow: 0 0 38px rgba(126, 34, 104, .21);
	box-shadow: 0 0 38px rgba(126, 34, 104, .21);
}

.support-container .wpsc-button.primary,
.support-container .wpsc-header {
	background-color: #6a365e !important;
}

.wpsc-shortcode-container {
	position: relative !important;
	overflow: visible !important;
}

.wpsc-tickets-container {
	margin-bottom: 82px;
	box-shadow: none !important;
	border-radius: 10px;
	border: 1px solid #6a365e;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wpsc-ticket-pagination-header {
	padding-right: 15px;
}

/* Support Buttons */
.support-container .new-ticket,
.support-container .wpsc-button.normal.primary,
.support-container .wpsc-menu-list.ticket-list {
	border: 2px solid #6a365e !important;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px !important;
	line-height: 1.2 !important;
	border-radius: 33px !important;
	padding: 13px 20px !important;
}


.support-container *::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	background-color: #eae6e9;
}

.support-container *::-webkit-scrollbar-thumb:horizontal {
	background: #6a365e;
	border-radius: 10px;
}

.agent-profile {
	display: none;
}

.wpsc-widget-header h2,
.wpsc-widget-header,
.support-container .new-ticket,
.wpsc-humbargar-menu .wpsc-humbargar-menu-item:hover,
.wpsc-humbargar-menu .wpsc-humbargar-menu-item.active,
.wpsc-humbargar-menu .wpsc-setting-nav:hover,
.wpsc-humbargar-menu .wpsc-setting-nav.active,
.wpsc-humbargar-menu .wpsc-button.normal.primary {
	background-color: #6a365e !important;
	color: white !important;
	opacity: 1 !important;
}

.support-container .new-ticket {
	position: absolute;
	bottom: -90px;
	right: 0;
	z-index: 9999;
}

.support-container .wpsc-menu-list.ticket-list {
	position: absolute;
	bottom: -93px;
	right: 200px;
	color: #6a365e;
	z-index: 999;
}

.support-container .submit-container {
	display: flex !important;
	justify-content: end;
}

.support-container .wpsc-filter-submit {
	align-items: center !important;
}

.support-container #wpsc-it-editor-submit,
.support-container .wpsc-filter-submit .wpsc-button.normal.primary.margin-right {
	padding: 5px 60px !important;
	font-size: 13px !important;
}

.support-container .wpsc-filter-actions .wpsc-link {
	color: #6a365e !important;
	text-decoration: underline !important;
}

.support-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px !important;
}

.support-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px !important;
}

.support-container .wpsc-shortcode-container {
	border: none !important;
}

.support-container .wpsc-body {
	padding: 8px !important;
	padding-top: 48px !important;
	min-height: 350px;
	position: relative
}

.support-container .wpsc-itw-ticket-tags {
	margin-bottom: 100px;
}

.support-container #wpsc-container input[type=text]:focus,
.support-container #wpsc-container input[type=text]:not(.wpsc-search-input),
.support-container #wpsc-container input[type=password]:focus,
.support-container #wpsc-container input[type=password],
.support-container .wpsc-modal input[type=text]:focus,
.support-container .wpsc-modal input[type=text],
.support-container .wpsc-modal input[type=password]:focus,
.support-container .wpsc-modal input[type=password],
.support-container #wpsc-container select,
.support-container #wpsc-container select:focus,
.support-container .wpsc-modal select,
.support-container .wpsc-modal select:focus,
.support-container #wpsc-container textarea,
.support-container #wpsc-container textarea:focus,
.support-container .wpsc-modal textarea,
.support-container .wpsc-modal textarea:focus,
.support-container #wpsc-container .checkbox-container label:before,
.support-container .wpsc-modal .checkbox-container label:before,
.support-container #wpsc-container .radio-container label:before,
.support-container .wpsc-modal .radio-container label:before,
.support-container .select2-container .select2-selection--single {
	border: 1px solid #6a365e !important;
	border-radius: 33px !important;
}

.wpsc-humbargar-close,
.support-container span.name {
	color: #6a365e !important;
	font-size: 18px !important
}

.support-container .wpsc-tff .extra-info {
	font-size: 13px !important;
}

.support-container #wpsc-container select {
	color: #6a365e !important;
}

/*.ticket-list.active,*/
.new-ticket.active {
	display: none !important;
}



@media (max-width: 768px) {
	.support-container {
		padding-bottom: 150px;
	}

	.support-container .wpsc-ticket-list {
		border-radius: 5px !important;
		overflow: hidden;
		border: 1px solid #6a365e;
	}

	.support-container .wpsc-header.wpsc-hidden-xs {
		display: block !important;
		min-height: 35px !important;
		border-radius: 10px 10px 0 0 !important;
		overflow: hidden;
	}

	.support-container .wpsc-header.wpsc-visible-xs {
		display: none !important;
	}

	.support-container .wpsc-tickets-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.support-container .wpsc-bulk-actions {
		margin-bottom: 0 !important
	}
}

@media (min-width: 768px) {
	.support-container #wpsc-it-editor-submit {
		font-size: 18px !important
	}

	.support-container .wpsc-header {
		/* min-height: 40px; */
		/*display: none !important;*/
		padding: 0 !important;
		height: 0 !important;
	}

	.support-container .wpsc-body:before {
		content: "";
		display: block;
		width: 100%;
		height: 40px;
		background-color: #6a365e;
		position: absolute;
		top: 0px;
		left: 0;
		border-radius: 10px 10px 0 0;
	}

	.support-container .submit-container button[onclick="wpsc_submit_ticket_form(this);"] {
		position: absolute;
		bottom: -100px;
	}
}

@media (min-width: 1200px) {
	.support-container {
		padding: 40px 40px 240px 40px;
		box-shadow: none !important;
	}

	.wrap-container:before {
		display: none;
	}

	.support-container .wpsc-body {
		padding-top: 78px !important
	}
}

/*Ticket list page*/
.support-container .wpsc-search .search-field {
	width: 100%;
}

.support-container .search-field {
	border-bottom: 1px solid rgba(105, 54, 94, .5) !important;
	border-radius: 0 !important;
}

.support-container .search-field svg {
	color: rgba(105, 54, 94, .5) !important;
	height: 17px !important;
}

.support-container #wpsc-container input[type=text].wpsc-search-input {
	border: none !important;
}

.wpsc-ticket-list-tbl thead th:first-of-type label:before,
#wpsc-bulk-actions-btn,
#wpsc-bulk-actions,
#wpsc-more-actions-btn,
#wpsc-more-actions,
.bulk-selector,
.wpsc-filter-item>label,
.wpsc-filter-actions,
.wpsc-filter-item,
.wpsc-ticket-pagination-footer {
	display: none !important;
}

/*.wpsc-ticket-list-tbl thead th:first-of-type{
}*/

.support-container .wpsc-button.secondary {
	border: 1px solid #6a365e !important;
	color: #6a365e !important;
}

.wpsc-ticket-list-tbl th {
	background-color: #6a365e !important;
}

.wpsc-it-body-item.wpsc-it-subject-container h2 {
	margin-bottom: 45px !important;
}

@media(max-width:768px) {

	.support-container .wpsc-filter-submit,
	.support-container .wpsc-filter-container,
	.support-container .wpsc-filter .wpsc-button {
		width: 100%;
	}
}

@media(min-width:1400px) {

	.support-container .wpsc-search .search-field {
		width: 300px;
	}

	.wpsc-filter-actions,
	.wpsc-filter-item {
		display: flex !important;
	}

	.support-container .wpsc-ticket-list-tbl {
		font-size: 18px !important;
	}

	.support-container th {
		font-weight: normal !important;
	}

	.support-container .wpsc-ticket-list-tbl th,
	.support-container .wpsc-ticket-list-tbl td {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}

	.support-container .wpsc-filter-submit button,
	.support-container .wpsc-filter-item {
		margin-right: 20px !important;
	}

	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(2) {
		min-width: 140px !important;
	}

	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(3) {
		min-width: 168px !important;
	}

	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(4) {
		min-width: 330px !important;
	}

	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(5) {
		min-width: 195px !important;
	}

	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(6),
	.support-container .wpsc-ticket-list-tbl thead th:nth-of-type(7) {
		min-width: 290px !important;
	}
}

/*Ticket Inner Page*/
.wpsc-it-widget {
	border-radius: 10px !important;
	box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.1) !important;
	overflow: hidden;
}

/*Service Pages*/
.services .device {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 6.5px rgba(126, 34, 104, 0.21);
	background-color: #ffffff;
}

.services>ul>li {
	width: 25%;
}

.services .device h3 {
	text-transform: uppercase;
}

.service-product .section__head {
	border-bottom: none !important;
}

@media (max-width: 575px) {
	.services>ul>li {
		width: 100%;
	}
}

/*Service Inner*/
.service-product * {
	position: relative;
	z-index: 1;
}

.section-product .section__inner {
	justify-content: center;
}

.service-product .section__col {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.service-product .section__col:first-of-type {
	margin-top: 15px !important;
	flex: 1;
	width: 100% !important;
	max-width: 750px;
}

.service__head {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(176, 99, 160, .5);
	padding-bottom: 4px;
	z-index: 1;
}

.service-product .section__col:last-of-type .service__head {
	border: none;
}

.service-product .section__col:last-of-type p {
	border-bottom: 1px solid rgba(176, 99, 160, .5);
	padding-bottom: 17px;
}

.service__head:before {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	background-image: url('./resources/images/logo_service.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}

.service-product .section__col:last-of-type .service__head:before {
	display: none;
}

.service__head h2 {
	margin-top: 20px;
}

.service__button-purple,
.service__button-white {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	width: 100%;
	border-radius: 27px;
	text-decoration: none;
	margin-bottom: 45px;
}

.service__button-white {
	color: #6a365e;
	border: 2px solid #6a365e;
}

.service__button-purple i,
.service__button-white i {
	margin-left: 10px
}

.service__button-purple {
	color: #ffffff;
	background-color: #6a365e;
	border: 2px solid #6a365e;
}

@media (max-width: 768px) {
	.service__head {
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.service__head img {
		display: none;
	}

	.service__head h2 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.support-container .submit-container {
		flex-direction: column !important;
	}

	.support-container .submit-container {
		flex-direction: column !important;
	}

	.support-container #wpsc-it-editor-submit,
	.support-container .wpsc-button.normal.primary {
		margin-bottom: 10px !important;
		padding: 13px 20px !important;
		font-size: 15px !important;
	}
}

@media (min-width: 1200px) {
	.service-product {
		padding-bottom: 190px
	}

	.service-product .section__col:first-of-type .service__button-white {
		margin-bottom: 85px !important
	}

	.service__button-purple:hover {
		color: #6a365e;
		background-color: #ffffff;
	}

	.service__head {
		margin-bottom: 20px;
	}

	.service__button-white:hover {
		color: white;
		background-color: #6a365e;
	}

}

/*Swiper*/
.slider-videos--service {
	padding: 0 !important
}

.slider-videos--service .slider__clip,
.slider-videos--service {
	overflow: hidden;
}

.slider-videos--service .swiper-wrapper {
	flex-direction: row !important;
}

.slider-videos--service .slider__slide {
	margin: 0 !important;
}

.slider-videos--service .video-block {
	box-shadow: none !important;
	padding: 0 !important;
}

.slider-videos--service .swiper-horizontal>.swiper-scrollbar {
	opacity: 1 !important;
}

.slider-videos--service .slider__slides {
	padding-bottom: 20px !important;
}

.slider-videos--service .swiper-scrollbar-drag {
	background-color: #87607e !important;
}

.slider-videos--service .swiper-scrollbar {
	background-color: #dfd9dd !important;
}

.slider-videos--service .video-block .video__content:before {
	display: none;
}

@media (max-width: 768px) {
	.slider-videos--service .video-block {
		min-height: 450px;
	}

	.slider-videos--service .video-block .video__content {
		padding-bottom: 160%;
	}
}

@media (min-width: 768px) {
	.slider-videos--service .slider__slide {
		margin-top: 16px !important;
		margin-right: 16px !important;
	}

	.slider-videos--service .video-block {
		min-height: 230px;
	}

	.slider-videos--service .video-block .video__content {
		padding-bottom: 140%;
	}
}

/*Thank you page*/
.section-thank-you .wrapper img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
}

.section-thank-you .section__content {
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.section-thank-you h1 {
	text-transform: uppercase;
	color: #6a365e;
	font-size: 20px;
}

@media (min-width: 768px) {
	.section-thank-you {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.section-thank-you .wrapper {
		display: flex;
		max-width: 1360px;
		gap: 50px;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}

	.section-thank-you img,
	.section-thank-you .section__content {
		width: calc(50% - 50px);
	}

	.section-thank-you h1 {
		font-size: 45px;
	}
}

.cust_28 input,
.cust_29 input {
	display: none !important;
}

.cust_28 .extra-info,
.cust_29 .extra-info {
	border: 2px solid #6a365e !important;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px !important;
	line-height: 1.2 !important;
	border-radius: 33px !important;
	padding: 13px 20px !important;
	background-color: #6a365e !important;
	color: #fff !important;
	cursor: pointer !important;
	margin-top: 10px !important;
}

.wpsc-editor-actions {
	display: none !important;
}

@media (min-width: 768px) {
	.wpsc-md-4 {
		width: 28% !important;
		padding-right: 0 !important;
	}
}

.select2.warning .select2-selection,
.mce-tinymce.warning,
.cust_28 .extra-info.warning,
.cust_29 .extra-info.warning,
.support-container #wpsc-container .checkbox-container input[type='checkbox']:not(input[type='checkbox']:checked)~label.warning:before,
.support-container #wpsc-container select.warning,
.support-container #wpsc-container input[type='text']:not(.wpsc-search-input).warning {
	border: 2px solid #f94949 !important;
}

.cust_30 {
	display: none !important;
}










/* Mesoestetic */
.mesoestetic-wrap-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mesoestetic-wrap-container .section__head .title-category,
.mesoestetic-wrap-container .section__head {
	margin-bottom: 0 !important;
}

.mesoestetic-wrap-container .section__head,
.mesoestetic-wrap-container .section__bulk {
	padding-left: 15px !important
}

.mesoestetic-wrap-container .section__monthly {
	padding-left: 0px !important
}



.mesoestetic-wrap-container .section__head .title-category {
	border-bottom: 0 !important;
}

.mesoestetic-wrap-container .section__head .title-category__content h2 {
	font-size: 30px !important;
	margin-bottom: 14px !important;
}

/* Mesoestetic badges */

/* .product__badge-new,
.intradermal-badge,
.anti-blemish-badge,
.pigment-control-badge,
.peeling-badge,
.sensitive-badge,
.cleansing-badge,
.actives-professional-badge,
.anti-aging-badge,
.body-care-badge,
.photoprotection-badge,
.hair-care-badge { */
.product__badge-new,
.product-tag{
	padding: 0 35px;
	color: white;
	font-size: 18px;
	line-height: 21px;
	font-weight: 100;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
}

.product__badge-new {
	background-color: #7E2268;
}

/* .intradermal-badge {
	background-color: #71c39d;
}

.anti-blemish-badge {
	background-color: #b6d778;
}

.pigment-control-badge {
	background-color: #8d8f92;
}

.peeling-badge {
	background-color: #8d8f92;
}

.sensitive-badge {
	background-color: #f595ab;
}

.cleansing-badge {
	background-color: #84cfc5;
}

.actives-professional-badge {
	background-color: #000000;
}

.anti-aging-badge {
	background-color: #000000;
}

.body-care-badge {
	background-color: #ba4453;
}

.photoprotection-badge {
	background-color: #f3742b;
}

.hair-care-badge {
	background-color: #007dc5;
} */

/* Mesoestetic Add To Cart */
.mesoestetic-wrap-container .section__monthly .form__btn,
.mesoestetic-wrap-container .section__bulk .form__btn {
	border-radius: 50%;
	border: 1px solid #7E2268;
	width: 51px;
	min-width: 51px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0 !important;
	padding: 0 !important;
}

.mesoestetic-wrap-container .section__bulk .form__btn:hover svg path,
.mesoestetic-wrap-container .section__monthly .form__btn:hover svg path {
	fill: white !important;
}

/* Product Count */
.mesoestetic-wrap-container .product_counts {
	background-color: rgba(126, 34, 104, .25);
	color: #69355D;
	border-radius: 9px;
	padding: 5px 15px 4px 12px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
}



/* Mesoestetic Status Tabs */
.mesoestetic-wrap-container .status-category {
	display: flex;
	align-items: center;
	list-style: none;
	/*overflow-x: auto;
	overflow-y: hidden;*/
	padding-left: 54px;
	position: relative;
}

/*
.mesoestetic-wrap-container .status-category:before {
	content: "";
	display: block;
	width: 33px;
	min-width: 33px;
	height: 33px;
	background-image: url("./resources/images/exchange.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 21px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: white;
}*/

.mesoestetic-wrap-container .status-category .swiper-slide{
	max-width:fit-content;
	background-color:white;
}

.mesoestetic-wrap-container .status-category .swiper-slide button {
	border: 1px solid rgba(217, 217, 217, .45);
	background-color: rgba(217, 217, 217, .05);
	color: rgba(30, 30, 30, .44);
	padding: 12px 38px;
	border-radius: 20px;
	min-width: max-content;
	display: flex;
	align-items: center;
	position:relative;
	transition: all .5s;
}

.mesoestetic-wrap-container .status-category .swiper-slide button::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('./resources/images/active.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
	top:12px;
	left: 21px;
	pointer-events: none;
	transition: all .3s;
	opacity: 0;
}

.mesoestetic-wrap-container .status-category .swiper-slide button:hover,
.mesoestetic-wrap-container .status-category .swiper-slide button.active{
	background-color: rgb(126, 34, 104, .25);
	color: #69355D;
	border:1px solid #7E2268;
	padding-left:48px;
	padding-right: 28px;
	transition: all .3s;
}

.mesoestetic-wrap-container .status-category .swiper-slide button:hover::before,
.mesoestetic-wrap-container .status-category .swiper-slide button.active::before{
	transition: all .3s;
	opacity: 1;
}

/* Monthly Highlight Swiper */
.mesoestetic-wrap-container .section__monthly {
	background-color: rgba(126, 34, 104, .05);
	padding: 40px 0 39px 54px;
	border-top: 1px solid rgba(176, 99, 160, .5);
}


.mesoestetic-wrap-container .section__monthly-header{
	position:relative;
}

.section__monthly-header .swiper-actions{
	top:0;
	left:auto;
	right:20px;
	width:33px;
	height:33px;
	transform:none !important;
	z-index:99
}

@media (min-width: 1600px) {
    .section__monthly-header .swiper-actions {
        right: 82px !important;
    }
}

.mesoestetic-wrap-container .section__monthly h4 {
	font-size: 25px !important;
	font-weight: 600;
	padding-left: 15px;
}


.mesoestetic-wrap-container .section__monthly .swiper {
	padding: 10px 10px 10px 10px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk {
	background-color: white;
	display: flex;
	flex-direction: column;
	border-radius: 36px !important;
	padding: 20px 23px 17px 24px !important;
	max-width: 100%;
	margin-bottom: 0;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__image {
	border: 1px solid rgba(126, 34, 104, .25);
	border-radius: 21px;
	min-height: 141px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	box-shadow: none !important;
	margin-bottom: 15px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__image img {
	height: 200px;
	object-fit: contain;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__image:before {
	display: none;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__content {
	width: 100%;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__title {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 9px;
	margin-bottom: 19px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__title h3 {
	width: 100%;
	margin-bottom: 10px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__badge-new {
	padding: 4px 37px;
	margin-right: 9px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__body {
	display: flex;
	justify-content: end;
	align-items: center;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__body .product__price {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	padding-right: 20px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__body .product__price del {
	margin-bottom: 0 !important;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .product__quantity {
	padding-top: 0 !important;
	margin-right: 13px;
}

.mesoestetic-wrap-container .section__monthly .product-bulk .quantity-custom {
	border-radius: 18px;
	border: 1px solid #69355D;
}

/* Mesoestetic Product Grid */
.mesoestetic-wrap-container .section__bulk {
	padding-top: 33px;
	padding-right: 15px;
}

.mesoestetic-wrap-container .section__bulk h4 {
	font-size: 25px !important;
	line-height: 29px;
	font-weight: 100;
}

.mesoestetic-wrap-container .section__bulk-header {
	display: flex;
	flex-direction: column;
	padding-bottom: 53px;
}

.mesoestetic-wrap-container .product-tools>fieldset {
	position: relative;
	border: 0px solid transparent;
	margin-bottom: 40px;
}

.search-form input,
.mesoestetic-wrap-container .product-tools input {
	min-height: 46px;
	color: rgba(126, 34, 104, .52) !important;
	font-size: 15px !important;
	padding: 14px 47px 14px 60px !important;
	border-radius: 34px !important;
	border: 2px solid rgba(126, 34, 104, .68) !important;
	position: relative !important;
	width: 100%;
}

.search-form input:after,
.mesoestetic-wrap-container .product-tools .search__products:before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background-image: url('./resources/images/loupe.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 17px;
	bottom: 0;
	pointer-events: none;
	z-index: 9;
}



.mesoestetic-wrap-container .product-tools .sorting__products select {
	appearance: none;
	border: 0px solid transparent;
	color: #7E2268;
	font-size: 18px;
	line-height: 21px;
}

.mesoestetic-wrap-container .product-tools .sorting__products::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('./resources/images/sorting.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 9;
}

/* Mesoestetic Product List */
.mesoestetic-wrap-container .product-list {
	display: flex;
	flex-wrap: wrap;
}

.mesoestetic-wrap-container .product-list .product-bulk {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 13px 14px 12px 11px;
	border-radius: 36px;
}

.mesoestetic-wrap-container .product-list .product-bulk,
.mesoestetic-wrap-container .product-list .product-bulk .product__image {
	border: 1px solid rgba(126, 34, 104, .25);
	box-shadow: none !important;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__image {
	width: 100%;
	border-radius: 21px;
	position: relative;
	padding: 5px;
	min-height: 262px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__image::before {
	display: none;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__image .product__badge-new {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 2;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__image .product__status {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 2;
}


.mesoestetic-wrap-container .product-list .product-bulk .product__image img {
	position: relative;
	z-index: 1;
	height: 262px;
	object-fit: contain;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content {
	padding-top: 20px;
	padding-left: 0;
	width: 100%;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid transparent;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body fieldset {
	display: flex;
	align-items: center;
	border: 0px solid transparent;
	padding: 0;
	box-shadow: none !important;
	margin-bottom: 0;
	border-radius: 0;
	width: 100%;
	padding-left: 5px;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body fieldset:first-of-type {
	padding-bottom: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(126, 34, 104, .25);
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body .product__title {

	margin-right: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0px solid transparent;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body .product__quantity {
	width: auto !important;
	padding-top: 0;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body .quantity-custom {
	border-radius: 18px;
	min-height: 45px;
}

.mesoestetic-wrap-container .product-list .product-bulk .product__price {
	width: 100%
}

.sorting__products,
.sorting__products *{
	cursor:pointer;
}

.slider-tabs{
	position:relative;
}

.slider-tabs .swiper-actions{
	top:0;
	left:0;
	right:auto;
	width:33px;
	height:33px;
	transform:none !important;
	z-index:99
}


.section__monthly-header .swiper-actions .swiper-button-next,
.section__monthly-header .swiper-actions .swiper-button-prev,
.slider-tabs .swiper-actions .swiper-button-next,
.slider-tabs .swiper-actions .swiper-button-prev{
	display: block;
    position: static;
    width: 28px;
    height: 14px;
    margin-top: 0;
}

@media (max-width:768px){
	#product-sort{
		width:100%;
	}
	
	.sorting__products{
		max-width:50%;
		margin-left:auto;
		margin-right:auto;
	}
}

/* Mesoestetic Queries */
@media (min-width:768px) {
	.mesoestetic-wrap-container .section__monthly .product-bulk .product__content {
		padding-left: 0;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__body .product__price {
		flex-direction: column;
	}

	/* Mesoestetic Product List */
	.mesoestetic-wrap-container .product-list {
		gap: 31px;
		justify-content: center;
	}

	.mesoestetic-wrap-container .product-list .product-bulk {
		width: calc(50% - 31px);
	}
}

@media (min-width:1024px) {

	.mesoestetic-wrap-container .section__head,
	.mesoestetic-wrap-container .section__bulk {
		padding-left: 57px !important
	}

	.mesoestetic-wrap-container .section__monthly {
		padding-left: 47px !important
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk {
		max-width: 665px;
		flex-direction: row;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__image {
		width: 136px;
		margin-bottom: 0;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__image img {
		height: 141px;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__content {
		width: calc(100% - 136px);
	}

	/* Mesoestetic Product Grid */
	.mesoestetic-wrap-container .section__bulk-header {
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		padding-right: 15px;
	}

	.mesoestetic-wrap-container .section__bulk {
		padding-right: 85px !important
	}

	.mesoestetic-wrap-container .product-tools {
		display: flex;
		align-items: center;
		gap: 17px;
	}

	.mesoestetic-wrap-container .product-tools>fieldset {
		margin-bottom: 0px;
	}

	.mesoestetic-wrap-container .section__bulk {
		padding-right: 0px !important
	}

	.mesoestetic-wrap-container .product-tools input {
		max-width: 235px !important;
	}

	/* Mesoestetic Product List */

	.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body .product__title {
		max-width: 188px;
	}

	.mesoestetic-wrap-container .product-list .product-bulk .product__content .product__body .quantity-custom {
		min-height: auto;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__content{
		padding-left: 15px;
	}

	.mesoestetic-wrap-container .section__monthly .product-bulk .product__body .product__price{
		align-items: end;
	}

}

@media (min-width:1400px) {

	/* Mesoestetic Product List */
	.mesoestetic-wrap-container .product-list .product-bulk {
		width: calc(33% - 31px);
	}
}

@media (min-width:1600px) {

	/* Mesoestetic Product List */
	.mesoestetic-wrap-container .product-list .product-bulk {
		width: calc(25% - 31px);
	}

	.mesoestetic-wrap-container .product-list{
		justify-content: start;
		padding-right:50px;
	}

	.mesoestetic-wrap-container .section__bulk-header {
		padding-right: 82px !important;
	}
}

/*Search in header*/
.search__opener{
	display:flex;
	align-items:center;
	justify-content:center;
	outline:none;
	border:0px solid transparent;
	width: 60px;
	min-width:60px;
	height: 60px;
	background-image: url('./resources/images/loupe1.svg');
	background-position: center;
	background-size: 33px;
	padding:14px;
	background-repeat: no-repeat;
	border-radius:50%;
	position:relative;
}

.search__opener + .search-form{
	display:none;
}

.search__opener + .search-form.is-visible {
    display: block;
	position:absolute;
	top:100%;
	left:0;
}

@media (max-width: 1199px) {
	.search__opener{
		width: 36px;
		min-width:36px;
		height: 36px;
		background-image: url('./resources/images/loupe1.svg');
		background-position: center;
		background-size: 15px;
		padding:5px;
	}
	
	.search__opener + .search-form.is-visible {
		left:50%;
		transform:translatex(-50%)
	}
}



/* Cart Upsell */
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{
	width:100% !important;
}

.cross-sells .products {
	display: flex;
	flex-direction: column;
}

.cross-sells .products .product,
.cross-sells .products .product .woocommerce-loop-product__link {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.cross-sells .products .product {
	width: 100% !important;
	margin-bottom:10px !important;
}

.cross-sells .products .product .woocommerce-loop-product__link img {
	max-width: 100px !important;
	margin-bottom: 0 !important;
	padding-right: 10px;
	object-fit: contain;
}

.cross-sells .products .product .price{
	margin-bottom:0 !important;
	padding:0 10px !important;
}

.cross-sells .products .product .woocommerce-loop-product__title{
	display: flex !important;
	flex:1
}

.cross-sells .products .product .add_to_cart_button {
	font-size: 0 !important;
	padding:10px !important;
}

.cross-sells .products .product .add_to_cart_button:before {
	content: "\f07a";
	display: flex;
	align-items: center;
	justify-content: center;
	width:25px;
	min-width: 25px;
	height: 25px;
	color: white;
	font-size: 25px !important;
	font-family: "Line Awesome Free" !important;
	font-weight: 600;
}

.awdr_free_product_text{
	display:flex !important;
	font-size:0 !important;
	background-color: #6a365e !important;
}

.awdr_free_product_text:after{
	content:"Подарък";
	font-size:16px !important
}

.rate_cart_page{
	display:none !important
}


















/*Search Results*/

.search .section-default{
    position: relative;
    background: #fff;
    border-radius: 36px 36px 0 0;
    -webkit-box-shadow: 0 0 38px rgba(126,34,104,.21);
    box-shadow: 0 0 38px rgba(126,34,104,.21);
	padding:43px 20px 61px 20px;
}

.search .section-default .shell{
	padding-left:0 !important;
	padding-right:0 !important;
}

.search .section__title{
	font-size: 40px;
	line-height:1;
	color: #69355D;
	font-weight: 200;
	text-transform:uppercase;
}

.search .results{
	font-size: 20px;
	line-height:1;
	color: black;
	font-weight:200;
	padding-bottom:32px;
	margin-bottom: 32px;
	border-bottom:1px solid rgba(126, 34, 104, .19);
}

.search .article{
	display:flex;
	border-bottom: 1px solid rgba(126, 34, 104, .07);
	padding-bottom:22px;
}

.search .articles .articles__item + .articles__item{
	margin-top:20px !important
}

.search .article .article__head{
	margin-bottom:0 !important;
}

.search .article .article__image{
	width: 85px;
	height:105px;
	padding: 10px;
	border: 1px solid rgba(126, 34, 104, .25);
	border-radius: 30px;
}

.search .article .article__image img{
	height:75px;
	width:90px;
	object-fit:contain;
}

.search .article .article__body{
	padding-left: 38px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}


.search .article .article__body .article__title a{
	font-size:18px;
	font-weight:200 !important;
	color:black;
	padding-bottom:6px;
	text-decoration:none !important;
	text-transform:uppercase;
}

.search .article .article__body .article__price{
	padding-bottom:25px;
}

.search .article .article__body .article__price *{
	font-size:16px;
	font-weight:500;
	color: #7E2268 !important;
}

.search .article .article__body .article__link{
	color: #7E2268;
	font-size:18px;
	display:flex;
	align-items:center;
}

.search .article .article__body .article__link:after{
	content:"";
	display:block;
	width:22px;
	height:7px;
	background-image:url("http://support-demo.bulmed.bg/wp-content/uploads/2025/08/arrow.svg");
	background-position:center;
	background-size:contain;
	margin-left:4px;
}

@media(min-width:768px){
	.search .section-default{
		padding:83px 100px 61px 57px;
	}
	
	.search .article .article__image{
		min-width: 170px;
		width: 170px;
		max-width: 170px;
		height:205px;
	}
	
	.search .article .article__image img{
		height:185px;
		width:150px;
	}
	
	.search .article .article__body .article__title a{
		font-size:25px;align-content
	}
	
	
	.search .article .article__body .article__price *{
		font-size:25px;
	}
}

.searchwp-live-search-results{
	min-height:347px !important;
	min-width: 357px !important;
	box-shadow: 0 4px 20px 0 rgba(126, 34, 104, .25) !important;
	border-radius:30px !important;
	border:0px solid transparent !important;
	margin-left:-50px !important;
}

.searchwp-live-search-result{
	padding: 10px 19px !important;
}

.searchwp-live-search-result--img{
	border: 1px solid rgba(126, 34, 104, .25);
	border-radius: 17px;
	padding:10px;
	height:92px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.searchwp-live-search-result--img, .searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img{
	flex-basis:76px !important;
}

.searchwp-live-search-result {
  display: grid !important;
  grid-template-columns: 76px 1fr; 
  grid-template-rows: auto auto;   
  gap: 8px 5px !important;                   
  align-items: start;
}

.searchwp-live-search-result--img {
  grid-row: 1 / span 2;   
  grid-column: 1;
}

.searchwp-live-search-result--info {
  grid-row: 1;  
  grid-column: 2;
}

.searchwp-live-search-result--ecommerce {
  grid-row: 2;   
  grid-column: 2;
	margin-top:-25px !important;
}

.searchwp-live-search-result--title a{
	font-size:16px !important;
	font-weight:200 !important;
	text-transform:uppercase !important;
	color: black !important;
	text-decoration:none !important;
	padding-top:13px; !important;
	display:block !important;
}

.searchwp-live-search-result--ecommerce{
	text-align:left !important;
	font-weight:500 !important;
	color: #7E2268 !important;
	margin-left:0 !important;
}

















