/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2025 | 10:56:15 */
.a_default_new_class{
	display:flex;
	flex-direction:row;
	    justify-content: space-evenly;
}
.wishlist_table.mobile .product-thumbnail a ,.wishlist_table.mobile .item-wrapper{
	display:flex!important;
	align-items:center;
}
.a_default_new_class br {
    display: none;
}
div .wishlist_table .product-add-to-cart a {
	margin:0!important;
}
table.wishlist_table tr th,.woocommerce table.shop_table.wishlist_table tr td {
    text-align: left;
    border: none !important;
    background: transparent !important;
}
.woocommerce table.shop_table.wishlist_table tr td{
	padding-top:50px;
}

tbody.wishlist-items-wrapper tr .product-name .a_info_pro{
    display: flex;
    align-items: center;
    gap: 20px;
}

tbody.wishlist-items-wrapper tr .product-name  img{
	width:105px;
	height:105px;
}

.woocommerce  table.shop_table.wishlist_table.wishlist_view th {
    width: 33.33%;
	padding-block:40px;
}
.woocommerce table.shop_table {
    border: none !important;
    max-width: 1000px;
    margin: 0 auto;
}


.wishlist_table  a {
    font-size: 15px;
    font-family: 'Lato';
    white-space: nowrap;
    color: #000;
    text-decoration: none !important;
    letter-spacing: 0;
	font-weight:600;
}


.wishlist_table .nobr {
    color: #2B7FA6;
    text-align: center !important;
    width: 100%;
    display: block;
    font-family: 'Lato';
    font-size: 25px;
    letter-spacing: 0;
    white-space: nowrap;
}

.wishlist_table .product-add-to-cart {
    width: 100% !important;
}

.wishlist_table thead{
	margin-top:40px;
}

td.product-price span.woocommerce-Price-amount.amount {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    letter-spacing: 0;
}

.wishlist_table .product-add-to-cart .button,.wishlist_table .add_to_cart_button  {
    padding: 6px 25px !important;
    display: inline-flex !important;
    color: #2B7FA6;
    background: transparent;
    font-family: 'Lato';
    padding: 0px !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

div div .wishlist_table .product-add-to-cart a.button{
	padding:0!important;
}

@media screen and (max-width:1100px){
	tbody.wishlist-items-wrapper tr .product-name .a_info_pro,.a_default_new_class {
    display: flex;
		flex-direction:column;
		align-items: center;
}
	.a_default_new_class {
		gap:30px;
	}
	
}
@media screen and (max-width:600px){
	.elementor-1249 .elementor-element.elementor-element-403df9cb{
		padding:0px;
	}
	.wishlist_table .nobr {
		font-size:18px;
	}
	.wishlist_table .product-add-to-cart .button, .wishlist_table .add_to_cart_button,td.product-price span.woocommerce-Price-amount.amount{
		font-size:15px;
	}
	table.wishlist_table tr th, .woocommerce table.shop_table.wishlist_table tr td {
		border: 1px solid #d0d0d0 !important;
	}
}












