﻿/*  CSS of Shop Page */

/* Sections  */


/* Section Empty Cart */
#empty-cart-section {
    background-image: url(../../images/empty-cart/empty-cart-bg.jpg);
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

    #empty-cart-section .d-flex {
        height: 60rem;
    }

/* applies to small devices (landscape phones, less than 768px)  */
@media (max-width: 767.98px) {
    #empty-cart-section {
        background-image: url(../../images/empty-cart/empty-cart-bg-md.jpg);
    }

  #empty-cart-section  .d-flex {
        height: 30rem;
    }
}




/* End Of Sections  */
