#wishlist {
	position: relative;
}

.wishlist-text-box {
    background: var(--brick-dark);
    overflow: hidden;
    margin-bottom: 40px;
        display: flex;
    flex-direction: row;
    column-gap: 106px;
    width: 100%;
    color:var(--brick-white);
    line-height:normal;
    font-size:16px;
    font-weight:500;
    padding:0;
}

.wishlist-text-box .left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    width: 100%;
    flex: 1 1 calc(65% - 94px);
    padding:40px 47px;
}

.wishlist-text-box .account-secondary-title {
    color:var(--brick-white);
    display:flex;
    gap:10px;
    margin-bottom:0;
    align-items:center;
}

.wishlist-text-box .right {
     flex: 1 1 35%;
     align-self: end;
}

.wishlist-text-box .right img {
    
    height:270px;
    width:100%;
    object-fit:contain;
}

.wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.wishlist-edit-header .left-header-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
        align-items: center;
            padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--brick-input-border);
}

.wishlist-edit-header .right-header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.wishlist-edit-header .right-header .primary-btn {
    align-items:center;
    gap:6px;
}
.wishlist-list-action {
        display: flex;
    align-items: center;
    gap: 30px;
}

.wishlist-list-action a {
    text-decoration:underline;
}

.wishlist-product .products {
    position:relative;
}

.wishlist-product .products.is-summary-overlay {
    border: 1px solid var(--brick-input-border);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
        background: #00000054;
}

.wishlist-product .products.is-summary-overlay a {
        color: var(--brick-white);
    font-size: 32px;
    font-weight: 700;
}

.wishlist-product form {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    position:relative;
}
.wishlist-product .products a {
    display: block;
}
.wishlist-product {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--brick-input-border);
    clear: both;
    margin-top: 30px;
    margin-bottom:10px;
}

.wishlist-product.empty {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}

.add-products-from-wishlist {
    align-items:center;
    gap:6px;
}
.wishlist-product .last-update {
    display: none;
}
.wishlist-product .products img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 1px solid var(--brick-input-border);
    border-radius: 10px;
}
.wishlist-footer .del-wishlist {
    display: none;
}

.empty-wishlist-list {
    font-size: 16px;
    font-weight: normal;
    color: var(--brick-black);
    line-height: normal;
    margin-bottom:10px;
}
.empty-products {
    text-align:right;
}
.wishlist-footer .wishlist-product-total {
    font-size:16px;
    line-height:normal;
    font-weight:700;
    color:var(--brick-black);
}

.wishlist-footer {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap:20px;
    align-items:center;
}

.wishlist-footer > * {
    flex-shrink:0;
}
.wishlist-footer .last-update {
    line-height: 64px;
    float: left;
    color: #939393;
    font-size: 18px;
}

.delete-wishlist-div {
    text-align:center;
}

.delete-wishlist-div .close-icon {
    float:right;
}

.buyWishlistBtn {
    padding: 18px 0 17px;
    border: none;
    background: #0093FF;
    color: #fff;
    font-size: 20px;
    font-family: 'CeraMedium';
    line-height: 20px;
    width: 252px;
    margin-right: 15px;
}
.buyWishlistBtn:hover {
    cursor: pointer;
}
#wishlistBody .button .delete_icon {
    float: right;
    padding: 0;
    background: #F2F2F2;
    display: flex;
    width: 55px;
    text-align: center;
    height: 55px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}
#wishlistBody .button .delete_icon img{
    width: 21px;
    height: 23px;
}
#wishlistBody .button .delete_icon:hover {
    cursor: pointer;
}
.wishlist .right-header .wishlist-product-total {
       font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--brick-black);
    
}

#wishlistBody .button {
    float: right;
    width: auto;
    padding: 25px 0;
}
#wishlistBody .product_block_name {
    overflow: hidden;
}

#wishlistBody p.stock-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

#wishlistBody .img img {
    margin: 0!important;
    max-width: 129px;
    max-height: 82px;
    object-fit: contain;
}

#wishlistBody .button a {
    float: right;
    padding: 0;
}

#wishlistBody .button a:first-child {
    margin-right: 20px;
    background: #F2F2F2;
    padding: 19px 20px;
}

#wishlistBody .button a:nth-child(2) {
    background: #0093FF;
    color: #fff;
    padding: 23px 54px;
    margin-right: 15px;
}

#wishlistBody .qty-div {
    float: left;
    margin-left: 70px;
}
#wishlistBody .qty-div input[type=number] {
    width: 64px;
    float: left;
    height: 37px;
    text-align: center;
    border: none;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 0;
}
#wishlistBody .prod-info {
    float: left;
    max-width: 65%;
    height: 100px;
    width: 100%;
}

#wishlistBody .prod-info-left {
    float: left;
    margin: 14px 0;
    width: 50%;
    vertical-align: middle;
}

#wishlistBody .prod-info-right {
    float: right;
    margin: 31px 0;
    text-align: right;
    width: 50%;
    vertical-align: middle;
    justify-content: space-between;
    display: flex;
    align-content: center;
    align-items: center;
}

#wishlistBody .img {
    height: auto;
    margin-bottom: 0;
    padding: 0;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 29px;
}

#wishlistBody .qtyminus, #wishlistBody .qtyplus {
    padding: 8px 0 9px;
    margin-bottom: 7px;
}

#wishlistBody .stockcart {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

#wishlistBody .asistenta {
    margin-top: 70px;
}

#wishlistBody .normalprice {
    color: #939393;
    font-size: 16px;
    line-height: 12px;
    width: 100%;
    margin-bottom: 8px;
}

#wishlistBody .productSpecialPrice {
    font-size: 28px;
    margin-right: 21px;
    float: left;
    width: 100%;
    line-height: 21px;
    font-weight: normal;
    order: 2;
}

.wishlist-edit-header .account-secondary-title {
    display:flex;
    gap: 20px;
    align-items: center;
    margin-bottom:0;
}

.wishlist #change-wishlist-name {
    text-decoration: underline;
    color: var(--link-color);
    font-size: var(--link-font-size);
    font-weight: var(--link-font-weight);
    transition: var(--link-transition);
}
.wishlist #change-wishlist-name:hover {
    cursor: pointer;
    color: var(--link-hover-color);
}
.wishlist .last-update {
    color: var(--brick-grey-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.wishlist-form {
    display: block;
    clear: both;
}

.products-indis {
    position: absolute;
    top: 0;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    left: 0px;
    right: 0;
    border-radius:10px;
}
.products-indis:hover {
    cursor: not-allowed;
}
.products-indis:hover.dinprodus {
    cursor: pointer;
}

.products-indis.indisponibil {
    pointer-events:none;
        background: rgb(0 0 0 / 20%);
}
.products-indis span {
    font-size: 12px;
    line-height: normal;
        margin-left: 8px;
    margin-bottom: 8px;
}

.wishlist-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 11px;
    row-gap: 20px;
}

.wishlist-products-grid .zc-product-gallery, #wishlist .featured_products_mobile_slider .zc-product-gallery {
        background: var(--brick-white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#wishlist .banner-group {
    max-width:100%;
    overflow:visible;
}

#wishlist .filters {
    padding: 0;
    width: 100%;
}

#wishlist .div-btn-filter .btn-filter.activ {
    border-bottom:0;
    padding:0;
    font-size:32px;
}

.wishlist-product-card-piese .zc-slider-indicators {
    opacity:0;
}

.wishlist-product-card-piese .detailsBtn {
    color: var(--link-color);
    font-size: var(--link-font-size);
    font-weight: var(--link-font-weight);
    transition: var(--link-transition);
    background: transparent;
    border: 0;
    font-family: inherit;
    text-decoration: underline;
    cursor:pointer;
}

.wishlist-product-card-piese .detailsBtn:hover {
        color: var(--link-hover-color);
}

.attribute-item.wishlist-product-card-piese .container-button .buyBtn {
    height:40px;
}

.attribute-item .listed_piese .extra-info-produs .detalii-apvp {
    display:none;
}

.wishlist-piese-popup-list {
    margin-top: 20px;
}

#wishlist .featured_products_mobile_slider .attribute-item {
    min-width: 0;
    width: 100%;
    scroll-snap-align: start;
}

@media only screen and (max-width: 1480px) { 
    #wishlistBody .img img {max-width: 100px;}
#wishlistBody .img {margin-right: 10px;}
#wishlistBody .qty-div {margin-left: 20px;}
.buyWishlistBtn {font-size: 18px; line-height: 18px; width: 200px; padding: 15px 0;}
#wishlistBody .button .delete_icon, #wishlistBody #delete_all_icon {width: 50px; height: 50px;}

#wishlistBody .prod-info {max-width: 100%; float: none; height: auto; overflow: hidden;}
#wishlistBody .prod-info-left {width: 60%;}
#wishlistBody .prod-info-right {width: 40%;}

}

@media only screen and (max-width: 1200px) { 
    #wishlistBody .prod-info-left {width: 50%;}
#wishlistBody .prod-info-right {width: 50%;}
#wishlistBody .button {padding: 10px 0;}
 #wishlistBody #delete_all_icon {float: left;}
 #wishlistBody .img img {max-width: 80px;}
 #wishlistBody .img {text-align: center; height: auto;}
}

@media screen and (min-width:1025px) {
    #wishlist .featured_products_mobile_slider {
        margin-top:40px;
    }

}

@media screen and (max-width:999px) {
    .wishlist-edit-header .account-secondary-title {
        flex-direction:column;
            align-items: flex-start;
            gap:10px;
    }
    
    .wishlist .wishlist-edit-header .last-update {
        margin-top:10px;
    }
    
    .wishlist-edit-header .right-header {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .wishlist-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
        
    #wishlist .featured_products_mobile_slider {
        margin-top:60px;
    }
    
    #wishlist .div-btn-filter .btn-filter.activ {
        font-size:24px;
    }
    
    #wishlist .tab-content-products {
        padding-top:0;
    }
    
    .wishlist-text-box .left {
        padding:16px;
    }
    
    .wishlist-text-box .right {
        display:none;
    }
    
    .wishlist-text-box {
        margin-bottom:20px;
    }
    
    .wishlist-header {
        align-items: flex-start;
        flex-direction: column;
        gap:10px;
    }
    
    .wishlist-list-action {
        justify-content: space-between;
        width:100%;
    }
    
    .wishlist-product {
        margin-top:20px;
    }
    
    .wishlist-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media only screen and (max-width: 840px) {
    .wishlist-footer .last-update {display: none;}
    .wishlist-footer .del-wishlist {display: inline-block; margin: 35px auto 0; float: none;}
    .wishlist-product .last-update {display: block; font-size: 18px; margin-bottom: 14px;}
    .wishlist-product form {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}   
@media only screen and (max-width: 756px) {
    #wishlistBody .prod-info-left {width: 100%;}
    #wishlistBody .prod-info-right {width: 100%; margin: 0;}
    #wishlistBody .button {float: left;}
    .buyWishlistBtn {width: 252px;}
    
    .wishlist-product form {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}

@media only screen and (max-width: 550px) {
    .wishlist-products-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .wishlist-edit-header .right-header .primary-btn {
        width:100%;
    }
    
    #wishlist .filters .tab-content-products .swipper-bg {
        grid-auto-columns: calc((100% - 12px) / 1.3);
    }
    
    .wishlist-product form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .wishlist-footer .add-products-from-wishlist, .empty-products a {
        width: 100%;
    }
    
    
}
