.elementor-error {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999999999999;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-error > input {
    display: none;
}

.elementor-error a {
    color: blue;
    font-weight: bold;
}

.elementor-error > span:before {
    content: none !important;
}

.elementor-error > span {
    width: 50%;
    display: block;
    text-align: center;
    line-height: 25px;
}
span.close_btn_form {
    position: absolute;
    top: 10px;
    border: solid;
    padding: 8px 6px 12px 6px;
    line-height: 0;
    border-radius: 15px;
    right: 15px;
    cursor: pointer;
}


.shop_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

.shop_list > div {
    margin-bottom: 45px;
}

.shop_list h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.shop_list .img_cont {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_list .img_cont img {
    max-width: 100% !important;
}

.text-services a {
    font-size: 12px;
}

#detect_iframe {
    height: 0;
    width: 0;
    border: 0;
	position: absolute;
    bottom: 0;
}

.unsupported_browser_divs {
	display: none;
}

.mobile_shortcut_opened .elementor.elementor-1070 {
	display: none;
}

div#elementor-popup-modal-1975 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000073;
}

div#elementor-popup-modal-1975 > div {
    border-radius: 21px;
    text-align: center;
    padding-bottom: 20px;
}

div#elementor-popup-modal-1975 .elementor-heading-title {
    margin-top : 15px !important;
}

div#elementor-popup-modal-1975 .elementor-button-link{
    background: #D02258;
    margin-bottom: 15px;
}

.elementor-remember-me {
    display: none !important;
}

.prods_big_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prod_cont {
    width: 33%;
    padding: 25px;
    text-align: center;
    position: relative;
}

.prod_cont img {
    width: 130px !important;
    height: auto;
}

.prod_img {
    background-repeat: no-repeat !important;
    height: 150px;
    background-size: cover !important;
    background-position: top !important;
    margin: 0 auto !important;
    width: 150px;
}

.prod_cont a {
    color: inherit;
}

.prod_name {
    font-size: 18px;
    font-weight: bold;
	margin: 15px 0;
}

.prod_price {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}

.shipping_cost.free_shipping_label {
    border: solid 1px;
    width: 110px;
    margin: 0 auto;
    border-radius: 11px;
    background: #D02258;
    color: #fff;
    font-weight: bold;
    /* position: absolute; */
    /* top: 10px; */
    /* right: 20px; */
    padding: 2px 0;
}

.page-id-1065 input#password {
    display: none;
}

.page-id-1065 a.elementor-lost-password {
    display: none;
}

.elementor.elementor-1249 {
    z-index: 111111;
    position: relative;
}

#front_logos_gal .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded {background-size: contain !important;background-repeat: no-repeat !important;}	

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	.elementor-error > span {
		width: 80%;	
	}
	
	#elementor-popup-modal-1116 .dialog-message {
		height: auto !important;
		max-height: none !important;
		padding-bottom: 30px;
	}

	#elementor-popup-modal-1116 {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	#elementor-popup-modal-1116 .dialog-widget-content {
		padding-top: 45px;
	}
	
	.prod_img {
		height: 140px;
	}
	
	.prod_name {
		margin-top: 30px;
	}
	
	.prod_cont {
		width: 50%;
		padding: 10px;
	}
}