


.wishlist_default .is_wish_list_default{
    margin:0;
}
#mywishlist .table-responsive {
	z-index: 0;
	position: relative;
}
#module-blockwishlist-mywishlist .page-content {
    padding: 0;
    border: none;
}
#module-wdproductwishlist-mywishlist th {
    text-align: left;
}
.footer_link {
    margin: 0 0 40px 0;
}
#mywishlist .products {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid var(--border-color);
}
#mywishlist #products {
	float: left;
	width: 100%;
	margin: 20px 0 30px;
}
#mywishlist .thumbnail-container {
	margin: 0;
}
#mywishlist .products .product-miniature {
	border-right: 1px solid var(--border-color);
	width: 20%;
}
#mywishlist .wishlistLinkTop #showSendWishlist {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
#mywishlist .product-price-and-shipping, #mywishlist .product-title {
	text-align: left;
	float: left;
	width: 100%;
}
#wdsendwishlist-modal .modal-title {
	font: 400 16px/20px var(--primary-font);
	color: #111111;
}
@media (min-width: 768px) {
    .header-wishtlist .wishtlist_top {
        height: 46px;
        width: 46px;
        float: left;
        position: relative;
        background: rgba(0,0,0,.1);
        border-radius: var(--border-radius);
    }
    .header-wishtlist {
        float: left;
        padding: 0;
    }
    .header-wishtlist .wishtlist_top > span {
        font-size: 0;
    }
    .header-wishtlist .wishtlist_top > span .cart-wishlist-number {
        font-size: 11px;
        position: absolute;
        right: 0;
        top: 5px;
        font-weight: 400;
        color: #111;
        background: var(--secondary-bg-color);
        height: 15px;
        width: 15px;
        line-height: 15px;
        border-radius: 50%;
    }
    .header-wishtlist .wishtlist_top::after {
        content: '\e87e';
        font-family: Material icons;
        font-size: 22px;
        color: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        transition: all 600ms ease-in-out 0s;
        -webkit-transition: all 600ms ease-in-out 0s;
        -moz-transition: all 600ms ease-in-out 0s;
        -o-transition: all 600ms ease-in-out 0s;
        -ms-transition: all 600ms ease-in-out 0s;
        width: 100%;
        line-height: 46px;
    }
    .header-wishtlist .wishtlist_top:hover::after {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .header-wishtlist .wishtlist_top{
        height: 40px;
        width: 40px;
    }
    .header-wishtlist {
        padding: 20px 0;
    }
}
