.bg-flexistore {
    background-color: #ff9709;
}

.logo-site {
    display: flex;
    width: 200px;
}

.logo-site img {
    aspect-ratio: auto;
}

.sld_image img {
    height: 60vh;
    max-height: 60vh;
    object-fit: cover;
}

.widget-collection {
    grid-template-rows: auto 1fr;
    align-items: start;
}

.widget-collection.style-circle .collection_image {
    width: 200px;
    height: 200px;
}

.s-collection .hover-img .img-style {
    width: 100%;
}

.card-product_wrapper .product-img {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.card-product_info .name-product a {
    min-height: 50px;
}

.price-wrap .price-new {
    color: #ff9709;
}

.btn-cart {
    color: #fff;
    width: 100%;
    text-transform: uppercase !important;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    padding: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--black);
    background-color: var(--black) !important;
    position: relative;
    bottom: 10px;
    font-weight: 700;
}

.card-product_wrapper img {
    height: 100%;
    width: 100%;
    max-height: 350px;
    min-height: 350px;
}
