/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header .header-top-nav {
    display: none!important;
}

#header .header-nav {
    display: none!important;
}

#header .header-top .link-top-blog{
    display: none!important;
}

.product-big .thumbnail-container .product-image img {
    border-radius: 7px;
    width: 320px;
}
.product_list.product-default img {
    width: 100%;
}

.product_list.product-default .promotion-banner{
    position: absolute;
    top: 10px;
    left: 10px;
}


#header .header-top .logo-header{
    width: 145px;
    height: auto;
}

@media (max-width: 767px) {
    #header .header-top .logo-header {
        width: 45px;
        height: auto;
    }
}

.page-cms h1{
    font-size: 2em;
    margin:
            0.67em 0;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    text-transform: none;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #142332;
}

.page-cms h3{
    margin-top: 28px !important;
}
.page-cms p {
    line-height: 100%!important;
    text-align: justify!important;
    margin-bottom: 0cm!important;
    background:transparent!important;
    font-size: 15px!important;
    color: #142332!important;
    line-height: 30px!important;
    margin-bottom: 0!important;
}

#module-ps_monoffre-producthop #wrapper .breadcrumb[data-depth="1"] {
    display: block;
}

.featured-products.clearfix h2 {
    text-align: center;
}

.block-social li a::before {
    display: none;
}
.block-social li a img {
    width: 30px;
    height: auto;
}

@media (max-width: 1439px) {
    .box-product-3rd-h2 .ApColumn {
      width: 100% !important;
    }
}

.product_list.product-default  .ajax_block_product {
    width: 100%;
}
.product_list.product-default > .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
    .product_list.product-default > .row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .product_list.product-default > .row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .product_list.product-default > .row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 479px) {
    .product_list.product-default > .row {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*
    create account form
*/
#customer-form .form-group .form-control-label {
    width: 100%;
    text-align: start;
}
#customer-form .form-group > div {
    width: 100%;
}

#customer-form .input-group .input-group-btn {
    top: 5px !important;
    right: 35px !important;
}

#main header h1 {
    text-align: center;
}

#spinner-modal {
    width: 100%;
    text-align: center;
}


@media (max-width: 479px) {
    .all-product-link {
        width: 100%;
    }
    .ets_cookie_banner_footer {
        flex-direction: column;
        gap: 10px;
    }
}
