/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .card-desc{
        font-size: 11px;
        font-weight: 300;
        padding:4px 16px;
        color:#3b3838;
        line-height: 13px;
    }

    .wavy{
        background-image: url('/assets/images/wavy.png');
        margin-left: -2rem;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background-size: cover;
        border-radius: 0;
        color: #fff;
        transition: transform 0.5s ease;
    }

    .wavy:hover {
        transform: rotate(360deg);
    }

    .wavy-svg{
        width: 70px;
    }



    .chkReceipt{
        width:95%;
    }

    .cart-items {
        width:90%;
        display: flex;
        background:#fff;
        margin-top:5px;
        flex-direction:row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 6px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px #00000026;
    }

    .chkbtn {
        display: flex;
        min-width:300px;
        border-radius:100px;
        font-weight:800;
    }

    .cat-card {
        width:140px;
        padding:4px;
        margin:6px;
        border-radius: 18px;
        box-shadow: 0px 1px 6px #00000026;
        font-size: 11px;
        font-weight: 500;
    }

    .card {
        width:155px;
    }

    .card-title-card {
        font-size:13px;font-weight:600;padding: 11px 16px 0px 13px;color:#000000;
    }

    .shopping-card-wrapper{
        width: 90%;
        margin: 4% auto;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    .shopping-card-2{
        z-index: 1;
        width: 60%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url();
        background-size: cover;
        background-position: center;
        align-content: center;
        align-items: center;
    }

    .carousel .card span {
        font-weight: 600;
        font-size: 0.751rem;
    }

    .shopping-card-1{
        width: 100%;
        margin-top:1rem;
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .pd-show{
        display: none;
    }

    .shopping-title{
        padding-bottom: 0.95rem;
        font-size: 14px;
        font-weight: bold;
        color: #7fb800;
        text-transform: uppercase;
    }

    .shopping-name{
        line-height: 4px;
        margin-bottom: 0rem;
        font-size: 15px;
        font-weight: bold;
        color: #098137;
        text-transform: uppercase;
    }

    .shopping-image{
        width: 700px;
        height: 250px;
        object-fit: cover;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    .pc-wrapper {
        width:100%;
        margin:auto;
    }

    .product-list {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
        padding-left: 0.5rem;
        flex-wrap: wrap;
    }

    .product-list-header-title{
        width: 75%;
        margin:auto;
    }

    .jumbotron {
        background-image:url('https://account.salad-treat.com/assets/images/p.png');
        width: 100%;
        height: 100vh;
        background-attachment: fixed;
        background-size:cover;
        background-position: 100% 100%;
        margin-top: -2rem;
    }

    .aside-links{
        color: #0b7f3e;
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 600;
        font-size: 14px;
        background: #fff;
        padding: 6px 20px;
        border-radius: 100rem;
        margin-left: 0rem;
        display: block;
        box-shadow: 0px 4px 5px #00000017;
    }

    
    .side-icons {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background: orange;
        border-radius: 100px;
        color: #fff;
        width: max-content;
    }

    .order-salad{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 700;
        font-size: 11px;
        background: orange;
        padding: 8px 12px;
        border-radius: 100px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        box-shadow: 3px 4px 24px #000;
        display:none;
    }

    .order-salad-small{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 700;
        font-size: 16px;
        background: #7fb800;
        padding: 8px 12px;
        border-radius: 17px 17px 0px 0px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        transform: rotate(-90deg);
        right: -59px;
        position: absolute;
    }

    .header-banner-wrapper {
        background:#fff;
        height:30.8vh;
    }
    .header-title {
        display: flex;
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff;
        line-height: 68px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        align-items: center;
        align-content: center;
        height: 36vh;
        justify-content: center;
        background: #0000002e;
    }

    .header-banner-title{
        width: 100%;
        height: 36vh;
        position: relative;
        top:-2rem;
        background-image: url('https://account.salad-treat.com/assets/images/th.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .cart {
        position:absolute;
        top:0;width:100%;
        height:100vh;
        display: flex;
        justify-content: center;
        background:#0b803c2b;
        padding-bottom: 6rem;
    }

    .cart-container {
        width: 100%;
        margin: 10rem auto;
        display: flex;
        justify-content: center;
    }

    .cart-title{
        font-size: 1.2rem;
        color: #000;
    }

    .cart-wrapper{
        width: 90%;
    }

    .cart-inc{
        display: flex;
        background: #fff;
        flex-direction: row;
        width: 120px;
        display: flex;
        flex-direction: row;
        width: 100px;
        justify-content: space-between;
        align-items: center;
        border: 2px solid #0b803c59;
        padding: 5px 19px;
        border-radius: 28px;
    }


    .footer-container{
        width:100%;
        height:fit-content;
        background:#231f20; 
        position: absolute;
    }

    .footer-wrapper{
        padding-top: 1rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }

    .footer-card {
        margin: 1rem;
        width: 80%;
    }

    .banner-title{
        line-height: 40px;
        font-size: 1.5rem;
        font-weight: 900;
        display: flex;
        flex-direction: column;
    }

    .banner-offer{
        font-size: 2rem;
        font-weight: 700;
        color: #ff9d04;
        padding-bottom: 1rem;
    }

    .banner-wrapper{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5rem 1rem 5rem 1rem;
        background-image: url(https://account.salad-treat.com/assets/images/th.png);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }


  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 601px) {

        .card-desc {
        font-size: 14px;
        font-weight: 400;
        padding: 4px 16px;
        color: #3b3838;
        line-height: 13px;
    }


       .card {
        width:155px;
    }

    .card-title-card {
        font-size:14px;font-weight:700;padding: 11px 16px 0px 13px;color:#000000;
    }

        .order-salad-small{
            text-decoration: none;
            font-family: 'Ambit';
            font-weight: 700;
            font-size: 11px;
            background: orange;
            padding: 8px 12px;
            border-radius: 100px;
            color: #fff;
            text-shadow: 0px 1px 2px #000;
            text-transform: uppercase;
            box-shadow: 3px 4px 24px #000;
            display:none;
        }

        .wavy{
        background-image: url('/assets/images/wavy.png');
        margin-left: -2rem;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background-size: cover;
        border-radius: 0;
        color: #fff;
        transition: transform 0.5s ease;
    }

    .wavy:hover {
        transform: rotate(360deg);
    }

    .wavy-svg{
        width: 70px;
    }

    .chkReceipt{
        width:95%;
    }

    .cart-items {
        width:90%;
        display: flex;
        background:#fff;
        margin-top:5px;
        flex-direction:row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 6px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px #00000026;
    }

    .chkbtn {
        display: flex;
        min-width:600px;
        border-radius:100px;
        font-weight:800;
    }

    .cat-card {
        width:190px;
        padding:4px;
        margin:6px;
        border-radius: 18px;
        box-shadow: 0px 1px 6px #00000026;
        font-size: 16px;
        font-weight: 500;
    }

    .shopping-card-wrapper{
        width: 90%;
        margin: 4% auto;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    .shopping-card-2{
        z-index: 1;
        width: 60%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url();
        background-size: cover;
        background-position: center;
        align-content: center;
        align-items: center;
    }

    .carousel .card span {
        font-weight: 600;
        font-size: 0.751rem;
    }

    .shopping-card-1{
        width: 100%;
        margin-top:1rem;
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .pd-show{
        display: none;
    }

    .shopping-title{
        padding-bottom: 0.95rem;
        font-size: 14px;
        font-weight: bold;
        color: #7fb800;
        text-transform: uppercase;
    }

    .shopping-name{
        line-height: 4px;
        margin-bottom: 0rem;
        font-size: 15px;
        font-weight: bold;
        color: #098137;
        text-transform: uppercase;
    }

    .shopping-image{
        width: 700px;
        height: 250px;
        object-fit: cover;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    .pc-wrapper {
        width:85%;
        margin:auto;
    }

    .product-list {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
        padding-left: 0.5rem;
        flex-wrap: wrap;
    }

    .product-list-header-title{
        width: 80%;
        margin:auto;
    }

    .jumbotron {
        background-image:url('https://account.salad-treat.com/assets/images/p.png');
        width: 100%;
        height: 100vh;
        background-attachment: fixed;
        background-size:cover;
        background-position: 100% 100%;
        margin-top: -2rem;
    }

    .aside-links{
        color: #0b7f3e;
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 600;
        font-size: 18px;
        background: #fff;
        padding: 6px 20px;
        border-radius: 100rem;
        margin-left: 1rem;
        display: block;
        box-shadow: 0px 4px 5px #00000017;
    }

    .side-icons {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background: orange;
        border-radius: 100px;
        color: #fff;
        width: max-content;
    }


    .order-salad{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 800;
        font-size: 16px;
        background: orange;
        padding: 20px 40px;
        border-radius: 100px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        box-shadow: 3px 4px 24px #000;
        right: 3rem;
        position: absolute;
    }

    .header-title {
        display: flex;
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        line-height: 68px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        align-items: center;
        align-content: center;
        height: 35vh;
        justify-content: center;
        background: #0000002e;
    }

    .header-banner-title{
        width: 100%;
        height: 35vh;
        position: relative;
        top:-2rem;
        background-image: url('https://account.salad-treat.com/assets/images/th.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .cart {
        position:absolute;
        top:0;width:100%;
        height:100vh;
        display: flex;
        justify-content: center;
        background:#0b803c2b;
        padding-bottom: 6rem;
    }

    .cart-container {
        width: 100%;
        margin: 10rem auto;
        display: flex;
        justify-content: center;
    }

    .cart-title{
        font-size: 1.2rem;
        color: #000;
    }

    .cart-wrapper{
        width: 90%;
    }

    .cart-inc{
        display: flex;
        background: #fff;
        flex-direction: row;
        width: 120px;
        display: flex;
        flex-direction: row;
        width: 100px;
        justify-content: space-between;
        align-items: center;
        border: 2px solid #0b803c59;
        padding: 5px 19px;
        border-radius: 28px;
    }

    .footer-container{
        width:100%;
        height:fit-content;
        background:#231f20; 
        position: absolute;
    }

    .footer-wrapper{
        padding-top: 1rem;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }

    .footer-card{
        margin:1rem;
        width: 30%;
    }

    .banner-title{
        line-height: 40px;
        font-size: 2rem;
        font-weight: 900;
        display:flex;
        flex-direction:column;
    }

    .banner-offer{
        font-size: 3rem;
        font-weight: 700;
        color: #ff9d04;
        padding-bottom: 1rem;
    }

    .banner-wrapper {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5rem 1rem 5rem 1rem;
        background-image: url(https://account.salad-treat.com/assets/images/th.png);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {

    .chkReceipt{
        width:65%;
    }

    .cart-items {
        width:75%;
        display: flex;
        background:#fff;
        margin-top:5px;
        flex-direction:row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 6px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px #00000026;
    }

    .chkbtn {
        display: flex;
        min-width:600px;
        border-radius:100px;
        font-weight:800;
    }

    .cat-card {
        width:330px;
        padding:4px;
        margin:6px;
        border-radius: 18px;
        box-shadow: 0px 1px 6px #00000026;
        font-size: 16px;
        font-weight: 500;
    }

    .shopping-card-wrapper{
        width: 90%;
        margin: 4% auto;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    .shopping-card-2{
        z-index: 1;
        width: 60%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url();
        background-size: cover;
        background-position: center;
        align-content: center;
        align-items: center;
    }

    .carousel .card span {
        font-weight: 600;
        font-size: 0.751rem;
    }

    .shopping-card-1{
        width: 100%;
        margin-top:1rem;
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .pd-show{
        display: none;
    }

    .shopping-title{
        padding-bottom: 0.95rem;
        font-size: 14px;
        font-weight: bold;
        color: #7fb800;
        text-transform: uppercase;
    }

    .shopping-name{
        line-height: 4px;
        margin-bottom: 0rem;
        font-size: 15px;
        font-weight: bold;
        color: #098137;
        text-transform: uppercase;
    }

    .shopping-image{
        width: 700px;
        height: 700px;
        object-fit: cover;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    .product-list {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
        padding-left: 0.5rem;
        flex-wrap: wrap;
    }

    .product-list-header-title{
        width: 80%;
        margin:auto;
    }

    .jumbotron {
        background-image:url('https://account.salad-treat.com/assets/images/p.png');
        width: 100%;
        height: 100vh;
        background-attachment: fixed;
        background-size:cover;
        background-position: 0% 120%;
        margin-top: -2rem;
    }

    .aside-links{
        color: #0b7f3e;
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 600;
        font-size: 24px;
        background: #fff;
        padding: 6px 20px;
        border-radius: 100rem;
        margin-left: 1rem;
        display: block;
        box-shadow: 0px 4px 5px #00000017;
    }

    .side-icons {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background: orange;
        border-radius: 100px;
        color: #fff;
        width: max-content;
    }


    .order-salad{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 800;
        font-size: 20px;
        background: orange;
        padding: 20px 40px;
        border-radius: 100px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        box-shadow: 3px 4px 24px #000;
    }

    .header-title {
        display: flex;
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        line-height: 68px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        align-items: center;
        align-content: center;
        height: 35vh;
        justify-content: center;
        background: #0000002e;
    }

    .header-banner-title{
        width: 100%;
        height: 35vh;
        position: relative;
        top:-2rem;
        background-image: url('https://account.salad-treat.com/assets/images/th.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .cart {
        position:absolute;
        top:0;width:100%;
        height:100vh;
        display: flex;
        justify-content: center;
        background:#0b803c2b;
        padding-bottom: 6rem;
    }

    .cart-container {
        width: 80%;
        margin: 10rem auto;
        display: flex;
        justify-content: center;
    }

    .cart-title{
        font-size: 1.2rem;
        color: #000;
    }

    .cart-wrapper{
        width: 90%;
    }

    .cart-inc{
        display: flex;
        background: #fff;
        flex-direction: row;
        width: 120px;
        display: flex;
        flex-direction: row;
        width: 100px;
        justify-content: space-between;
        align-items: center;
        border: 2px solid #0b803c59;
        padding: 5px 19px;
        border-radius: 28px;
    }

    .footer-container{
        width:100%;
        height:fit-content;
        background:#231f20; 
        position: absolute;
    }

    .footer-wrapper{
        padding-top: 1rem;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }

    .footer-card{
        margin:1rem;
        width: 25%;
    }

    .banner-title{
        line-height: 60px;
        font-size: 4rem;
        font-weight: 700;
        display:flex;
        flex-direction:column;
    }

    .banner-offer{
        font-size: 4rem;
        font-weight: 700;
        color: #ff9d04;
        padding-bottom: 1rem;
    }


  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {

    .chkReceipt{
        width:55%;
    }

    .cart-items {
        width:60%;
        display: flex;
        background:#fff;
        margin-top:5px;
        flex-direction:row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 6px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px #00000026;
    }

    .chkbtn {
        display: flex;
        min-width:600px;
        border-radius:100px;
        font-weight:800;
    }

    .cat-card {
        width:250px;
        padding:4px;
        margin:6px;
        border-radius: 18px;
        box-shadow: 0px 1px 6px #00000026;
        font-size: 16px;
        font-weight: 500;
    }

    .shopping-card-wrapper{
        width: 90%;
        margin: 4% auto;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    .shopping-card-2{
        z-index: 1;
        width: 60%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url();
        background-size: cover;
        background-position: center;
        align-content: center;
        align-items: center;
    }

    .carousel .card span {
        font-weight: 600;
        font-size: 0.751rem;
    }

    .shopping-card-1{
        width: 100%;
        margin-top:1rem;
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .pd-show{
        display: none;
    }

    .shopping-title{
        padding-bottom: 0.95rem;
        font-size: 14px;
        font-weight: bold;
        color: #7fb800;
        text-transform: uppercase;
    }

    .shopping-name{
        line-height: 4px;
        margin-bottom: 0rem;
        font-size: 15px;
        font-weight: bold;
        color: #098137;
        text-transform: uppercase;
    }

    .shopping-image{
        width: 100%;
        height: auto;
        object-fit: cover;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    .product-list {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
        padding-left: 0.5rem;
        flex-wrap: wrap;
    }

    .product-list-header-title{
        width: 83%;
        margin:auto;
    }

    .jumbotron {
        background-image:url('https://account.salad-treat.com/assets/images/p.png');
        width: 100%;
        height: 100vh;
        background-attachment: fixed;
        background-size:cover;
        background-position: 0% 120%;
        margin-top: -2rem;
    }

    .aside-links{
        color: #0b7f3e;
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 600;
        font-size: 22px;
        background: #fff;
        padding: 6px 20px;
        border-radius: 100rem;
        margin-left: 1rem;
        display: block;
        box-shadow: 0px 4px 5px #00000017;
    }

    .order-salad{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 800;
        font-size: 24px;
        background: orange;
        padding: 20px 40px;
        border-radius: 100px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        box-shadow: 3px 4px 24px #000;
    }

    .header-title {
        display: flex;
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        line-height: 68px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        align-items: center;
        align-content: center;
        height: 35vh;
        justify-content: center;
        background: #0000002e;
    }

    .header-banner-title{
        width: 100%;
        height: 35vh;
        position: relative;
        top:-2rem;
        background-image: url('https://account.salad-treat.com/assets/images/th.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .footer-container{
        width:100%;
        height:fit-content;
        background:#231f20; 
        position: absolute;
    }

    .footer-wrapper{
        padding-top: 1rem;
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }

    .footer-card{
        margin:1rem;
        width: 20%;
    }

  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {

    .chkReceipt{
        width:35%;
    }

    .cart-items {
        width:45%;
        display: flex;
        background:#fff;
        margin-top:5px;
        flex-direction:row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 6px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px #00000026;
    }

    .chkbtn {
        display: flex;
        min-width:600px;
        border-radius:100px;
        font-weight:800;
    }

    .cat-card {
        width:220px;
        padding:4px;
        margin:6px;
        border-radius: 18px;
        box-shadow: 0px 1px 6px #00000026;
        font-size: 16px;
        font-weight: 500;
    }

    .shopping-card-wrapper{
        width: 90%;
        margin: 4% auto;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        position: relative;
    }

    .shopping-card-2{
        z-index: 1;
        width: 60%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url();
        background-size: cover;
        background-position: center;
        align-content: center;
        align-items: center;
    }

    .carousel .card span {
        font-weight: 600;
        font-size: 0.751rem;
    }

    .shopping-card-1{
        width: 40%;
        margin-top:1rem;
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .pd-show{
        display: none;
    }

    .shopping-title{
        padding-bottom: 0.95rem;
        font-size: 14px;
        font-weight: bold;
        color: #7fb800;
        text-transform: uppercase;
    }

    .shopping-name{
        line-height: 4px;
        margin-bottom: 0rem;
        font-size: 15px;
        font-weight: bold;
        color: #098137;
        text-transform: uppercase;
    }

    .shopping-image{
        width: 100%;
        height: auto;
        object-fit: cover;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    .product-list {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
        padding-left: 0.5rem;
        flex-wrap: wrap;
    }

    .product-list-header-title{
        width: 85%;
        margin:auto;
    }

    .jumbotron {
        background-image:url('https://account.salad-treat.com/assets/images/p.png');
        width: 100%;
        height: 100vh;
        background-attachment: fixed;
        background-size:cover;
        background-position: 0% 120%;
        margin-top: -2rem;
        box-shadow: 0px 4px 5px #00000017;
    }

    .aside-links{
        color: #0b7f3e;
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 600;
        font-size: 16px;
        background: #fff;
        padding: 7px 20px;
        border-radius: 100rem;
        margin-left: 1rem;
        display: block;
        box-shadow: 0px 4px 5px #00000017;
    }

    .side-icons {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background: orange;
        border-radius: 100px;
        color: #fff;
        width: max-content;
    }


    .order-salad{
        text-decoration: none;
        font-family: 'Ambit';
        font-weight: 800;
        font-size: 26px;
        background: orange;
        padding: 20px 40px;
        border-radius: 100px;
        color: #fff;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        box-shadow: 3px 4px 24px #000;
    }

    .header-title {
        display: flex;
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        line-height: 68px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        align-items: center;
        align-content: center;
        height: 45vh;
        justify-content: center;
        background: #0000002e;
    }

    .header-banner-title{
        width: 100%;
        height: 45vh;
        position: relative;
        top:-2rem;
        background-image: url('https://account.salad-treat.com/assets/images/th.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

  }
.hover-rotate {
    overflow: hidden;
    border-radius: 18px 18px 0px 0px;
}
.hover-rotate img {
    transition: all 0.3s;
    box-sizing: border-box;
}

.hover-rotate:hover img {
    transform: scale(1.1) rotate(0deg);

}

