.woocommerce form .form-row{
    padding: 0;
}

 .woocommerce-page form .form-row-wide{
    margin-bottom: 25px !important;
}
.woocommerce-page form .form-row-wide:last-child{
    margin-bottom: 15px !important;
}

.trans-primary-btn-calib{
	padding-left: 42px !important;
	padding-right: 42px !important;
}

.profile-calibration-form .button-row{
	justify-content: flex-start;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.woocommerce-form-login{
    max-width: 400px;
    width: 100%;
    margin: 0 auto !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    margin: 0;
    min-width: 100%;
}

.wc_payment_method.payment_method_paysera::before {
    content: '' !important;
    display: block;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../assets/images/pavedimas.svg);
    margin-bottom: 10px;
}

.remember-me-check{
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
}

.register-form-wrap{
    padding: 65px 40px 95px;
}

.register-form-wrap .section-title{
    text-align: center;
    margin-bottom: 35px;
}

.register-form-info .primary-btn{
    min-width: 100%;
}

.register{
    padding: 40px 0 60px;
}

.wc-single-product-short-desc{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    color: #000000;
    margin-bottom: 15px;
}

.wc-single-post-desc{
    padding: 50px 0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.section-text h3{
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.lost-password-wrap{
    margin: 0 auto;
}

.lost-password-wrap .section-text{
    margin: 0 auto 25px;
    text-align: center;
}

.back-to-login{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: #E60030;
}

.woocommerce form .form-row.woocommerce-lost-password-reset-button-wrap{
    margin: 0 0 40px !important;
}

form .form-row.woocommerce-lost-password-reset-button-wrap .primary-btn{
    width: 100%;
}

form .form-row .primary-btn.woocommerce-lost-password-reset-button{
    width: 100%;
}

.woocommerce nav.woocommerce-pagination{
    text-align: right;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
    transition: all .3s;
    padding: 2px 6px;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}

.woocommerce nav.woocommerce-pagination ul{
    margin: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    color: #E60030;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    padding: 5px 11px;
    border: 1px solid #E60030;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
    background: transparent;
    border-radius: 5px;
    margin: 0 6px;
}

.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.woocommerce nav.woocommerce-pagination ul li .next{
    margin-left: 40px;
    width: 30px;
    height: 30px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 0;
    position: relative;
    transition: all .3s;
}

.woocommerce nav.woocommerce-pagination ul li .next:after{
    content: '';
    width: 14px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../assets/images/arrow-pag-r-dark.svg");
    transition: all .2s;
    transition-delay: .1s;
}

.woocommerce nav.woocommerce-pagination ul li .next:hover{
    margin-left: 40px;
    width: 30px;
    height: 30px;
    border: 1px solid #E60030;
    border-radius: 5px;
    background-color: #E60030;
    font-size: 0;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li .next:hover:after{
    content: '';
    width: 14px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../assets/images/arrow-pag-r.svg");
}

.woocommerce nav.woocommerce-pagination ul li .prev{
    margin-right: 40px;
    width: 30px;
    height: 30px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 0;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li .prev:hover{
    margin-right: 40px;
    width: 30px;
    height: 30px;
    border: 1px solid #E60030;
    border-radius: 5px;
    background-color: #E60030;
    font-size: 0;
    position: relative;
    transition: all .3s;
}

.woocommerce nav.woocommerce-pagination ul li .prev:after{
    content: '';
    width: 14px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    background-image: url("../assets/images/arrow-pag-r-dark.svg");
    transition: all .2s;
    transition-delay: .1s;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover:after{
    content: '';
    width: 14px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    background-image: url("../assets/images/arrow-pag-r.svg");
}

.login-email-info-body{
    min-height: calc(100vh - 500px);
    padding: 40px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 470px;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
}

.login-email-info-body:after {
    content: '';
    width: 260px;
    min-height: 255px;
    background-image: url("../assets/images/need-help-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -260px;
}

.login-email-info-body img{
    height: 85px;
    margin-bottom: 30px;
}

.login-email-info-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

.login-email-info-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}

.amelia-v2-booking #amelia-container .am-select .el-select__wrapper{
box-shadow: 0 0 0 1px var(--el-border-color) inset !important; 
}

.shop-content  .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #000000 !important;
}

.product-archived-action-btns{
	padding-top: 20px;
}

.wpfFilterWrapper[data-filter-type]{
	padding: 20px 25px !important; 
	border-bottom: 1px solid #E7E7E7 !important;
	margin: 0 !important;
}

.wpfFilterWrapper[data-filter-type]:last-child {
    border-bottom: none !important;
}

.wpfTitleToggle{
	display: none !important;
}

.wpfFilterButtons{
	display: none !important;
}

.wpfFilterWrapper .wfpTitle{
	pointer-events: none !important;
	font-weight: 700 !important;
	font-style: Bold !important;
	font-size: 16px !important;
	leading-trim: NONE !important; 
	line-height: 1.2 !important;
	letter-spacing: 0px !important;
	margin-bottom: 10px !important;

}

.wpfFilterVerScroll li label{
	margin-bottom: 5px !important;
}

.wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before{
	width: 20px !important;
	height: 20px !important;
	background-color: #F1F1F1 !important;
	border: 1px solid #0000001A !important; 
}

.archive .wpfFilterWrapper[data-radio="1"] .wpfCheckbox input[type="checkbox"]:checked + label::before{
	background-color: #fff !important;
	border: 6px solid #E60030 !important;
	background: none !important;
}

.archive .wpfFilterWrapper .wpfCheckbox label::before{
	width: 20px !important;
	height: 20px !important;
	background-color: #F1F1F1 !important;
	border: 1px solid #0000001A !important; 
	border-radius: 4px !important;
}


.wpfFilterWrapper .wpfCheckbox label{
	padding-bottom: 0 !important;
	padding-right: 15px !important;
}

.archive .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfMulti label:before {
    border-radius: 4px !important;
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper{	
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0px !important;
	padding-left: 15px !important;
}

.archive .ui-slider.ui-widget-content .ui-slider-handle{
	width: 23px !important;
	height: 23px !important; 
	background-color: #F1F1F1 !important;
	border: 1px solid #0000001A !important; 
	border-radius: 52% !important;
}

.ui-slider.ui-widget-content:not(.iris-slider-offset){
	border: none !important;
	background: #F1F1F1 !important;
}

.archive .ui-widget-header{
	background: #E60030 !important;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{
	display: flex;
	flex-direction: column-reverse;
}

.wpfFilterWrapper input + .wpfCurrencySymbol{
	display: none !important;
}

.wpfFilterWrapper .wpfPriceInputs{
	    justify-content: space-between !important;
	margin: 0 !important;
} 

.archive .wpfPriceRangeField#wpfMinPrice, .archive .wpfPriceRangeField#wpfMaxPrice{
	background: #F1F1F1 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0px !important;
	text-align: center !important;
	min-height: 48px !important;
	width: calc((100% - 70px)/2) !important;
	border: 1px solid #0000001A !important;
	color: #616161 !important;
	border-radius 10px !important; 
} 

.wpfFilterDelimeter{
	color: #616161 !important;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{
	padding: 0 !important;
}

.archive .wpfSelectedParameter{
	margin: 0 5px 0 0 !important;
	padding: 7px 10px !important;
	background-color: rgba(230, 0, 48, .1) !important;
	border-radius: 5px !important;
	display: flex !important;
	flex-direction: row-reverse !important;
	justify-content: flex-end !important;
}

.wpfSelectedTitle .wpfFilterTaxNameWrapper{
	padding: 0 0 0 0 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0px !important;
	color: #E60030 !important;
}

.wpfSelectedDelete{
	width: 16px !important;
	height: 16px !important;
	background-image: url("../assets/images/remove-filter.svg") !important;
   	background-size: contain !important;
    	background-repeat: no-repeat !important;
    	background-position: center !important;
    	cursor: pointer !important;
	font-size: 0 !important;
}

.wpfSelectedParameters{
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important; 
	width: 100% !important;
	align-items: center !important;
}

.wpfSelectedParametersClear{
	margin: 0 !important;
	height: auto !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0px !important;
	color: #E60030 !important;
	text-decoration: none !important;
	
}

.archive .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before{
	background-color: #E60030 !important;
	 background-image: url('../assets/images/Vector 168.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 10px 7px !important;
    background-position: center !important;
}

.wpfFilterVerScroll li label:hover .wpfFilterTaxNameWrapper{
	color: #E60030 !important;
}

.archive .wpfFilterWrapper .wpfCheckbox label:hover::before{
	border-color: #E60030 !important;
}

.wpfFilterVerScroll .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:hover::before{
	border-color: #E60030 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: 50%;
	transform: translateY(-50%)
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 1em 0 1em;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
	flex-wrap: wrap;
}

.woocommerce-error li, .woocommerce-error a, .woocommerce-message li, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-info a, .woocommerce-message a{
	width: 100%;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
	width: auto;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after{
	display: none;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
	text-decoration: none !important;
}