/*
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;
}

/*Multicurency*/
@media (min-width:1440px){
	.single-product .price{
		flex-wrap:wrap;
	}
	
	.single-product .price ins{
		width:100%
	}
}

