ul.icons-wrap.details-block-style li.add-to-cart {
    display: none !important;
}
ul.products li.product.eael-product-list-preset-4 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px !important;
}
ul.products li.product.eael-product-list-preset-4:last-child {
    border-bottom: none;
}
.eael-product-grid.list .eael-product-wrap .product-details-wrap{
	width:100% !important;
}
input.wpcf7-form-control.wpcf7-submit.form-control {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    background: #a60063;
}
span.wpcf7-form-control-wrap.email-49 input {
    width: 100% !important;
    height: 52px;
    background: none;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0;
}
span.ajax-loader {
    display: none !important;
}
#wpcf7-f354-p213-o1 p br {
    display: none;
}

.wlsingle-categorie .wlcategorie-content h4 {
    font-size: 16px;
    margin: 0px 0 0px !important;
	padding:7px 0;
    line-height: 1;
    position: relative;
    display: inline-block;
	width:100% !important;
}
.wlcategorie-content h4 a {
    display: inline-block;
    width: 100%;
}
.wlsingle-categorie {
	border:none !important;	
}
.widget_product_search form {
    position: relative;
}
.widget_product_search input#woocommerce-product-search-field-0 {
    height: 54px;
}
.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    font-family: 'Poppins';
}
.category-margin h3.elementor-image-box-title {
    margin-top: 10px;
}
.product-home-design .product-details {
    width: 100% !important;
}
.product-home-design .product-details-wrap {
    display: inline-block!important;
    width: 100%;
}
.product-home-design .eael-product-price {
    text-align: left !important;
    width: 100% !important;
}


/*=================================Wishlist=========================*/
.full_wishlist_container{
	width:100%;
	min-height:70vh;
	position:relative;
}
.wishlist_container{
	width:80%;
	margin:auto;
}
td.wishlist_img_box {
    width: 100px;
}
.wishlist_container table {
    text-align: center;
}
.wishlist_preloader {
    width: 100%;
    height: 100vh;
    background: #ffffff9c;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
	
}
.wishlist_preloader img.wishlist_loader {
    width: 22px;
    background: #dc121200;
    opacity: 1;
}

td.product-add-to-cart .button {
    background-color: #ff000000;
    color: #545454;
    font-size: 13px;
    font-weight: 500;
}

a.wpcodekit_wishlist_cart {
    font-size: 22px;
    color: #191919;
    position: relative;
    z-index: 15;
}

a.wpcodekit_wishlist_cart span {
    position: absolute;
    font-size: 10px;
    background: #cd2653;
    color: white;
    border-radius: 200%;
    padding: 4px 8px;
    top: -6px;
    right: -14px;
}
li.product.type-product {
    vertical-align: top !important;
    display: block !important;
}

.wishlist_notice_message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #dadada;
    list-style: none;
}

/*=======================Single page css==================*/

.single_page_wishlist {
    margin-top: 11px;
}
.single_page_wishlist a#add_to_wishlist {
    background: none;
    color: #191919;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
}
.wp_heart_icon .fa-heart:before {
    content: "\f004";
}

.single_page_wishlist>.add_to_wishlist_bt:before {
    content: "\2661";
    color: #241c10;
    font-weight: 300;
    display: block;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.single_page_wishlist img.wishlist_loader {
    width: 10%;
    background: white;
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 16px;
    content: '';
    opacity: 0;
}

