/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/


@media only screen and (max-width: 767px) {
	.site-mobile-menu li, .menu-mega-dropdown[class^="mega-col-"]{
		position:relative !important
	}
	footer .widget{ margin-bottom:30px; }
	.modal-wrapper {
		width: 97% !important;
		left: 5px;
		right: 5px;
		position: fixed;
		margin-left: 0 !important;
	}
	.product-image-summary .single_add_to_cart_button {
		padding: 12px 30px !important;
		margin-right: 5px;
	}

	a.chatzalo {padding: 11px 30px;}
}

div#wle-header-main.sticky div#mobile-search {
    display: none !important;
}
a.chatzalo {
    background: #196ce9;
    margin-bottom: 10px;
    padding: 11px 37px;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

a.chatzalo img {
    height: 20px;
    margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
	div#mobile-search {
		width: 100% !important;
		padding: 5px 0 !important;
	}

	form.searchform {
		background: white;
		display: flex;
	}

	div#mobile-search button.searchsubmit {
		background-color: black;
		color: white;
		position: relative;
	}
	.vc_row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mail_text {
		 
		text-align: center;
	}
	.awf-togglable-preset-btn {
		width: 100%;
		text-align: center;
		border: none;
		box-shadow: 0px 1px 20px 4px rgb(0 0 0 / 5%);
	}
}

