 /* ======= breadcrumb css start ===== */


 .empty__cart_page .empty__cart {
    max-width: 497px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
 }

 .empty__cart_page .empty__cart_icon {
     display: flex;
 }

 .empty__cart_page .empty__cart_icon svg {
     width: 90px;
     height: 90px;
 }

 .empty__cart_page .empty__title_wrapper,
 .empty__cart_page .empty__cart_icon {
     margin-bottom: 20px;
 }

 .empty__cart_page .empty__title {
     font-size: 20px;
     line-height: 28px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .empty__cart_page .empty__desc {
     font-size: 14px;
     line-height: 22px;
     font-weight: 400;
     text-align: center;
 }

 .empty__cart_page .btn__wrapper {
     margin-top: 20px;
 }

 .empty__cart_page .btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border: none;
    padding: 0px 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
 }


 @media(min-width:972px) {
     .empty__cart_page .empty__cart {
         padding: 150px 0;
     }

     .empty__cart_page .btn {
         cursor: pointer;
     }
 }