@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: Mikela;
    src: url(../fonts/MikelaBold.woff2);
}

@font-face {
    font-family: Tradesmith;
    src: url(../fonts/TradesmithRegular.woff2);
}

:root {
    --primary-font: "Roboto", sans-serif;
    --primary-color: #005659 !important;
    --primary-hover: #FF7144;
    --normal-text: #222222;
    --dark-bg: #222222;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

:root::-webkit-scrollbar {
    display: none;
}

* {
    font-family: var(--primary-font);
}

html, body {
  overflow-x: hidden !important;
}

.title {
    color: #005659;
    font-weight: 900;
    font-size: clamp(24px, 4vw, 38px);
}

.text-color{
    color: #0E4961 !important;
}

a {
    color: var(--primary-color) !important;
    text-decoration-thickness: 1.5px;
}

a:hover,
a:focus {
    color: #000 !important;
}

u {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
}

/*
*	************************************ BOOTSTRAP OVERRIDES *********************************
*/
.bg-primary {
    background: #005659 !important;
}

.bg-header{
    background: red !important;
}

.bg-pink {
    background: #FFE2CD !important;
}

.color-primary {
    color: var(--primary-color) !important;
}

.text-primary {
    color: #00373B !important;
}

.bg-secondary {
    background-color: #d8d3cd !important;
}

.bg-green {
    background-color: #69B226;
}

.btn-secondary{
    background-color: #C6C6C6 !important;
    color: #353535 !important;
    font-weight: 400 !important;
    border: none !important;
}

@media screen and (min-width: 750px) {
    .img-bg {
        background-image: url('../images/bg-1.png'), url('../images/bg-2.png'), url('../images/bg-3.png'), url('../images/bg-4.png');
        background-position: left top, right top, left bottom, right bottom;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    }
}

.btn-primary {
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-rounded {
    border-radius: 25px;
}

.border-dotted {
    border-bottom-style: dashed;
    border-color: #C7C7C7;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f58c6b;
    border-color: #f58c6b;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.no-decoration {
    text-decoration: none;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-border {
    border: 2px solid #c7c7c7;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: none;
}

.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: var(--primary-color);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.10rem var(--primary-color);
}

/*
*	************************************ BOOTSTRAP OVERRIDES *********************************
*/


/* HOMEPAGE DESIGN */
.main-text {
    font-size: 70px;
}

.yellow-strip-mob h6 {
    font-size: 9px;
}

.yellow-strip-mob img {
    width: 15px;
    height: 9px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .yellow-strip h6 {
        font-size: 12px;
    }

    .yellow-strip img {
        height: 20px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 992px) {
    .yellow-strip h6 {
        font-size: 20px;
    }

    .yellow-strip img {
        height: 24px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 600px) {
    .intro-section h1 {
        text-align: center;
        font-size: 23px;
    }

    .intro-section p {
        text-align: center;
        font-size: 9px;
    }
}

@media screen and (min-width: 768px) {
    .intro-section h1 {
        text-align: center;
        font-size: 27px;
    }

    .intro-section p {
        text-align: center;
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {
    .intro-section h1 {
        font-size: 60px;
    }

    .intro-section p {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .categories h3 {
        padding: 0% !important;
        font-size: 17px;
    }
}

.review-card {
    border-radius: 31px;
    border: 5px solid var(--primary-color);
    background: transparent;
    padding: 23px 23px 18px 23px !important;
}

.review-card .review-stars {
    position: relative;
    margin-top: -15% !important;
    background: white;
    padding: 0px 40px 0px 40px !important;
}

@media screen and (min-width: 992px) {
    .review-card .review-stars {
        margin-top: -25% !important;
        padding: 0px 30px 25px 30px;
    }
}

.review-card .review-name {
    position: relative;
    margin-bottom: -15%;
    background-color: #fff;
    padding: 0% !important;
    padding-left: 0%;
}

.review-card p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--primary-color);
}

.reviews .carousel-item {
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .carousel-item .review-card {
        border-radius: 31px;
        border: 5px solid var(--primary-color);
        background: transparent;
        padding: 23px 14px 18px 23px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        margin: -20px;
    }

    .carousel-item .review-card .review-stars {
        position: relative;
        margin-top: -10%;
        background: white;
        padding: 0px 40px 25px 40px;
    }

    .carousel-item .review-card .review-name {
        position: relative;
        margin-bottom: -5%;
        background-color: #fff;
        padding: 0% !important;
        padding-left: 0%;
    }

    .carousel-item .review-card p {
        font-size: 21px;
        line-height: 20px;
        font-weight: 400;
        color: var(--primary-color);
    }

    .mob-review {
        display: block;
    }
}

@media screen and (min-width: 600px) {
    .news h1 {
        font-size: 22px;
        font-weight: 700;
    }

    .news h2 {
        font-size: 22px;
        letter-spacing: -2px;
        font-weight: 900 !important;
    }
}

@media screen and (min-width: 768px) {
    .news h1 {
        font-size: 35px;
        font-weight: 700;
    }

    .news h2 {
        font-size: 30px;
        letter-spacing: -2px;
        font-weight: 900 !important;
    }
}

@media screen and (min-width: 992px) {
    .news h2 {
        font-size: 57px;
        letter-spacing: -2px;
        font-weight: 900;
    }
}

/*END HOMEPAGE DESIGN */


/* START PRODUCTS PAGE DESIGN */
@media screen and (max-width: 600px) {
    .products-page-head {
        background-image: url('../images/bg-1.png'), url('../images/bg-4.png');
        background-position: left bottom, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 30% 30%;
    }

    .products-page-head h1 {
        font-size: 50px;
        font-family: 'Tradesmith', sans-serif;
        font-weight: 900;
        margin-bottom: -15px;
    }

    .products-page-head img {
        height: 106px;
        width: 106px;
        padding-right: 10px;
        margin-top: 50px;
        margin-bottom: -60px;
    }
}

@media screen and (min-width: 768px) {
    .products-page-head h1 {
        font-size: 50px;
        font-family: 'Tradesmith', sans-serif;
        font-weight: 900;
        margin-bottom: -15px;
    }

    .products-page-head img {
        margin-top: 60px;
        margin-bottom: -65px;
        width: 157px;
    }
}

@media screen and (min-width: 992px) {
    .products-page-head {
        background-image: url('../images/bg-1.png'), url('../images/bg-4.png');
        background-position: left bottom, right bottom;
        background-repeat: no-repeat, no-repeat;
        padding: 20px;
    }

    .products-page-head h1 {
        font-size: 80px;
        font-family: 'Tradesmith', sans-serif;
        font-weight: 900 !important;
        padding-left: 100px !important;
        margin-bottom: -45px;
    }

    .products-page-head img {
        height: 157px;
        width: 157px;
        margin-top: 60px;
        margin-bottom: -90px;
    }
}

.products-page-head img {
    animation: scooter-mascot 5s infinite ease-in;
}

@keyframes scooter-mascot {
    from {
        margin-left: -20%;
    }

    to {
        margin-left: 110%;
    }
}

.cycle-mascot {
    border-bottom: 12px solid var(--primary-color);
}

@media screen and (max-width: 600px) {
    .cycle-mascot img {
        width: 127px;
        height: 116px;
        margin-bottom: -2%;
    }
}

@media screen and (min-width: 768px) {
    .cycle-mascot img {
        margin-bottom: -2%;
    }
}

@media screen and (min-width: 992px) {
    .cycle-mascot .img-fluid {
        width: 259px;
        height: 237px;
        margin-bottom: -1%;
    }
}

.cycle-mascot .img-fluid {
    animation: cycle-mascot 5s infinite ease-in;
}

@keyframes cycle-mascot {
    from {
        margin-left: 110%;
    }

    to {
        margin-left: -25%;
    }
}

.categories-filter::before {
    content: '';
    display: block;
    position: relative;
    width: 90%;
    left: 5%;
    height: 2px;
    background-color: var(--primary-color);
}

.categories-filter::after {
    content: '';
    display: block;
    position: relative;
    width: 90%;
    top: 1px;
    left: 5%;
    height: 2px;
    background-color: var(--primary-color);
}

.category-filter {
    color: var(--primary-color);
}

.categories-filter .active {
    background-color: var(--primary-color);
    color: white;
}

.categories-filter form {
    border-bottom: 5.8px solid var(--primary-color);
}

@media screen and (max-width: 450px) {
    .categories-filter .row {
        padding: 5px 0px 5px 0px !important;
    }

    .categories-filter .btn {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .categories-filter .row {
        padding: 15px 0px 15px 0px !important;
    }

    .categories-filter .btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .category-filter {
        font-size: 18px !important;
    }
}

/* END PRODUCTS PAGE DESIGN */


/*
*	************************************ FOOTER ***********************************
*/

/*Footer styling starts here*/

.details-footer h2 {
    font-size: 14px !important;
}

.details-footer h5 {
    font-size: 10px !important;
}

@media screen and (max-width: 768px) {
    .details-footer h2 {
        font-size: 17px;
    }

    .details-footer h5 {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .details-footer h2 {
        font-size: 28px !important;
    }

    .details-footer h5 {
        font-size: 16px !important;
    }
}

.footer {
    background-color: #1D0048;
}

.footer a:hover {
    color: white !important;
}

@media screen and (max-width: 600px) {
    .footer a {
        font-size: 11px;
    }
}

/*
*	************************************ END FOOTER *********************************
*/

/*
*    ************************************ PRODUCT CARD *********************************
*/
.product-grid {
    background-image: url('../images/bg-1.png'), url('../images/bg-2.png'), url('../images/bg-3.png'), url('../images/bg-4.png');
    background-position: left top, right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.product-card {
    height: 353px;
    width: 192px;
    border-radius: 43px 43px 12px 12px;
    position: relative;
    z-index: 1;
}

.product-card::before {
    content: "";
    display: block;
    position: absolute;
    top: -4%;
    z-index: -1;
    left: 13px;
    width: 80%;
    height: 75px;
    background-color: #CCFF94;
    border-radius: 50% / 100% 100% 0 0;
}

.product-card .product-badge {
    position: relative;
}

.product-card .product-badge .off {
    background: url('../images/discount.png') no-repeat;
    background-position: right;
    background-size: 100% 100%;
    padding: 3px;
    width: 56px;
    height: 32px;
    margin-top: 50px;
    float: left;
    z-index: -2;
    margin-left: -4%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.product-card .pack {
    float: right;
    margin-top: 50px;
    margin-right: 5%;
}

.product-card .card-img-top {
    margin-top: -10%;
}

.product-card .card-body {
    padding: 0px 10px;
}

.text-decoration-line-through {
    text-decoration-color: red !important;
}

.add-to-cart-btn {
    margin-top: 1%;
    border: 7px solid #fff;
}

@media screen and (min-width: 992px) {
    .add-to-cart-btn {
        padding: 6px 30px;
    }
}

.add-to-cart-btn:hover {
    border: 7px solid #fff;
}

/* Product card colors */
.color-1 {
    background: linear-gradient(180deg, #CCFF94 50%, #FFF 40%);
}

.color-1::before {
    background-color: #CCFF94;
}

.color-2 {
    background: linear-gradient(180deg, #A1FFFF 50%, #FFF 40%);
}

.color-2::before {
    background-color: #A1FFFF;
}

.color-3 {
    background: linear-gradient(180deg, #FF80C2 50%, #FFF 40%);
}

.color-3::before {
    background-color: #FF80C2;
}

.color-4 {
    background: linear-gradient(180deg, #FFA465 50%, #FFF 40%);
}

.color-4::before {
    background-color: #FFA465;
}

.color-5 {
    background: linear-gradient(180deg, #BE80FF 50%, #FFF 40%);
}

.color-5::before {
    background-color: #BE80FF;
}

.color-6 {
    background: linear-gradient(180deg, #80B98D 50%, #FFF 40%);
}

.color-6::before {
    background-color: #80B98D;
}

/* Product card colors */
.product-carousel .product-card .img-fluid {
    margin: 0 auto;
}

.product-card {
    margin: 50px 0 20px 0;
}

@media screen and (max-width: 375px) {
    .product-card {
        border-radius: 50px 50px 12px 12px;
    }

    .product-card::before {
        content: "";
        display: block;
        position: absolute;
        top: -7%;
        z-index: -1;
        left: 17px;
        width: 78%;
        height: 75px;
        border-radius: 50% / 100% 100% 0 0;
    }
}

@media screen and (max-width: 400px) {
    .product-card {
        height: 300px !important;
    }

    .product-card h6 {
        font-size: 12px !important;
    }

    .product-card small {
        font-size: 10px;
    }

    .product-card .btn {
        font-size: 13px;
    }

    .product-card img,
    .product-carousel .product-card img {
        height: 125px;
        width: 125px;
    }
}

@media screen and (min-width: 425px) {

    .product-card img,
    .product-carousel .product-card img {
        height: 150px;
        width: 150px;
    }
}

@media screen and (min-width: 768px) {

    .product-card img,
    .product-carousel .product-card img {
        height: 155px;
        width: 155px;
    }
}

@media screen and (min-width: 992px) {
    .product-card {
        width: 256px;
        height: 420px;
        font-size: 115% !important;
        border-radius: 70px 70px 12px 12px;
    }

    .product-card .text-primary {
        font-size: 15px;
    }

    .product-card::before {
        top: -8%;
        left: 20%;
        width: 150px;
    }

    .product-card .card-body {
        padding: 5px 15px;
    }

    .product-card .product-badge .off {
        padding: 6px;
        width: 72px;
        height: 35px;
        margin-left: -3%;
        margin-top: 20%;
    }

    .product-card .pack {
        float: right;
        margin-top: 50px;
        margin-right: 5%;
    }

    .product-card .card-body i {
        padding-left: 60px;
    }

    .product-card img,
    .product-carousel .product-card img {
        height: 215px;
        width: 215px;
    }

}

.product-card .active {
    background-color: var(--primary-color);
    border: 4px solid #fff;
}

/* Product card design for product carousel */

@media screen and (max-width: 450px) {
    .product-carousel .owl-carousel .item .product-card {
        height: 360px !important;
    }
}

@media screen and (min-width: 992px) {
    .product-carousel .owl-carousel .item .product-card {
        height: 440px !important;
    }
}

.product-carousel .owl-carousel .item .product-card .card-body .add-to-cart-btn {
    margin-top: -2%;
}

/* Product card design for product carousel */

/*
*    ************************************ END PRODUCT CARD *********************************
*/

/* **************************************PRODUCT DETAILS PAGE STARTS HERE ******************** */

/* review stars styling here */
.checked {
    color: var(--primary-color);
}

.unchecked {
    color: var(--primary-color);
}

/* review stars styling here */

.main_img {
    width: 378px;
}

.product-details {
    background-image: url('../images/bg-1.png'), url('../images/bg-2.png'), url('../images/bg-3.png'), url('../images/bg-4.png');
    background-position: left top 20%, right top 10%, left bottom 35%, right bottom 45%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.product-description {
    border-top: 1px solid #D06F26;
}

.product-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: -1.7%;
}

.product-variations .text-center {
    border: 1px solid #FFD7B9;
    border-radius: 50px;
    width: 120px;
    cursor: pointer;
}

.product-variations .active {
    background-color: transparent;
}

.product-variations .active .text-center:nth-child(1) {
    background-color: #FFD7B9;
}

.product-variations .off {
    background-color: #FF435F;
    width: 80px;
    border: none;
    border-radius: 3px;
    margin-left: 13%;
    margin-top: -5%;
}

.product-variations .form-select {
    width: 70px !important;
    position: relative;
    margin-left: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
}

.product-variations .pack-of .selected {
    background: #FFD7B9;
}

@media screen and (max-width: 600px) {
    .product-variations .text-center {
        width: 72px !important;
        font-size: 14px;
    }

    .product-variations h6 {
        font-size: 13px;
    }

    .product-variations .off {
        width: 65px !important;
        margin-left: 6%;
    }

    .product-variations .col:nth-child(1) {
        padding-left: 10px;
    }

    .product-variations .col {
        padding: 2px;
    }

    .product-variations .form-select {
        width: 55px !important;
        position: relative;
        margin-left: 12%;
        border: none;
    }
}

@media screen and (max-width: 600px) {
    .price-button h3 {
        font-size: 25px;
    }

    .price-button small {
        font-size: 18px;
    }

    .price-button .btn {
        width: 150px !important;
        font-size: 20px !important;
    }
}

.price-button .btn {
    width: 236px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
}

.flavour-text {
    border-top: 1px solid var(--primary-color);
}

.product-flavours,
.product-flavours-mob {
    border-bottom: 1px solid var(--primary-color);
}

.product-flavours-mob .active {
    background-color: transparent;
}

.product-steps {
    border-right: 1px solid var(--primary-color);
}

.product-steps h6 {
    font-size: 18px;
    color: #3D3361;
    font-weight: 500;
}

.product-steps small {
    font-size: 14px;
    color: #3D3361;
}

@media screen and (max-width: 600px) {
    .product-steps {
        border: none;
        border-bottom: 1px solid var(--primary-color);
    }
}

/* .product-ingredients h6,
ul {
    color: #3D3361;
} */

@media screen and (max-width: 600px) {

    .product-ingredients h6,
    ul {
        padding: 0% !important;
        margin: 0%;
    }
}

.product-review {
    border-top: 1px solid var(--primary-color);
}

.product-carousel {
    background-color: #E8E1DA;
    ;
}

.product-carousel .active {
    background-color: transparent !important;
}

@media screen and (max-width: 400px) {

    .mob-review .row h5,
    .mob-review .row p {
        font-size: 15px !important;
        margin-left: 20% !important;
    }

}

/* **************************************PRODUCT DETAILS PAGE ENDS HERE ********************** */

/* Scrollbar design */
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FFBF8F;
}

/* Scrollbar design */

/****************************************CART DESIGN *********************************/
.order-success .img-fluid {
    width: 200px;
}

@media screen and (max-width: 400px) {

    .cart-item p,
    .cart-item h4,
    .cart-item h5,
    .cart-item a {
        font-size: 10px !important;
    }

    .cart-item .text-center {
        padding-right: 0% !important;
    }

    .cart-item p .ps-3 {
        padding-right: 0% !important;
    }

}

@media screen and (max-width: 600px) {
    .cart-item img {
        width: 110px;
        padding: 0px;
    }

    .cart-item .col-7 {
        padding: 0px;
        font-size: smaller;
    }

    .cart-item .col-7 h5,
    .col-md-2 h4 {
        font-size: 16px;
    }

    .cart-item .col-7 .text-muted {
        padding: 0% !important;
    }

    .cart-item .col-7 .text-center {
        margin-left: 20%;
    }

    .cart-item .col-md-2 a {
        font-size: 12px;
        padding: 0%;
    }
}

@media screen and (min-width: 768px) {

    .cart-item .col-7 h5,
    .col-md-2 h4 {
        font-size: 15px;
    }

    .cart-item p {
        font-size: 12px;
    }

    .cart-item .col-md-2 a {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 992px) {

    .cart-item .col-7 h5,
    .col-md-2 h4 {
        font-size: 20px;
    }

    .cart-item p {
        font-size: 15px;
    }

    .cart-item .col-md-2 a {
        font-size: 12px !important;
    }
}

.address-filter .col-6 .active {
    background-color: #3D3361 !important;
    color: #fff !important;
    border: none;
}

.address-filter .col-6 .active::after {
    content: 'abc';
    background-image: url('../images/check.png');
    position: relative;
    top: 0px;
    left: 10px;
    z-index: 1699860;
}

.slick-next::before,
.slick-prev::before {
    color: var(--primary-color);
    font-size: 28px !important;
    opacity: 100% !important;
}

.slick-next,
.slick-prev {
    margin-top: 140px !important;
}

.slick-next {
    margin-right: 5% !important;
}

.slick-prev {
    margin-left: 93% !important;
}

.payment-method div {
    width: 100%;
}

.payment-method .active {
    background-color: #FFE2CD !important;
}

.address {
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.address-list .active {
    background-color: #FFC3967A;
    color: #000 !important;
    border: none;
}

@media screen and (min-width: 768px) {
    .order-summary input[type=text] {
        font-size: 12px;
    }

    .order-summary .input-group a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {

    .order-summary input[type=text] {
        font-size: 16px;
    }

    .order-summary .input-group a {
        font-size: 17px;
    }
}

.order-summary .input-group::before {
    content: url('../images/coupon.png');
    padding: 10px;
}

.order-summary .d-sm-none .input-group::before {
    content: url('../images/coupon.png');
    padding: 10px;
}

.order-summary .d-sm-none .input-group .form-control:focus,
.d-none .input-group .form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}


/****************************************CART DESIGN *********************************/

/* MINI CART */
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    right: -50px !important;
    width: 200px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
}

.mini-cart .dropdown-item h6 {
    font-size: 12px;
}

.mini-cart .dropdown-item p {
    font-size: 10px;
}

.mini-cart .dropdown-item:hover {
    background-color: #fff;
}

.dropdown-toggle::after {
    content: none;
}

/* MINI CART */

/* ORDER HISTORY */
.order-history h6 {
    font-size: 14px;
}

.order-history h5 {
    font-size: 16px;
}

.order-history p {
    font-size: 12px;
}

.order-mascot {
    position: relative;
    left: 50%;
    margin-bottom: -0.5%;
}

@media screen and (min-width: 768px) {
    .order-history {
        width: 560px;
    }

    .order-mascot {
        top: 12%;
        left: 65%;
    }
}

@media screen and (min-width: 992px) {
    .order-history {
        width: 660px;
    }

    .order-mascot {
        left: 60%;
    }
}

.order-history .bg-success {
    background-color: #03B469 !important;
    border-radius: 0px 0px 13px 13px;
}

.order-history .bg-danger {
    border-radius: 0px 0px 13px 13px;
}

.order-history .owl-carousel .owl-stage {
    display: flex !important;
}

.order-history .owl-nav,
.owl-dots {
    display: none;
}

.order-history .owl-stage-outer {
    overflow: hidden;
}

.order-history .owl-carousel .active {
    background: none;
}

.order-history a {
    padding: 6px 0 0 0;
    font-size: 12px;
}

#returnRequest .btn,
#cancellationRequest .btn {
    border: 1px solid var(--primary-color);
}

@media screen and (max-width: 600px) {

    #cancellationRequest,
    #returnRequest {
        margin: 120px 0 0 0;
    }

    #cancellationRequest h6,
    #returnRequest h6 {
        font-size: 12px;
    }

    #cancellationRequest h5,
    #returnRequest h5 {
        font-size: 14px;
    }

    #cancellationRequest .form-check .form-check-input,
    #returnRequest .form-check .form-check-input {
        height: 30px;
        width: 30px;
    }
}

@media screen and (min-width: 601px) {

    #cancellationRequest,
    #returnRequest {
        margin: 120px 0 0 0;
    }

    #cancellationRequest h6,
    #returnRequest h6 {
        font-size: 14px;
    }

    #cancellationRequest h5,
    #returnRequest h5 {
        font-size: 18px;
    }

    #cancellationRequest .form-check .form-check-input,
    #returnRequest .form-check .form-check-input {
        height: 30px;
        width: 30px;
    }
}

/* ORDER HISTORY */

/* Coupon section styling here*/
.coupon-card input[type=text] {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4.34px;
    border: 2px dashed var(--primary-color);
    border-radius: 42px;
}

.coupon-card .input-group .btn {
    border-radius: 42px;
}

/* Coupon section styling here*/

/* Signup signin styling here*/
.sign-in h5 {
    font-size: 16px;
}

.sign-in input[type=text] {
    height: 48px;
}

@media screen and (min-width: 992px) {

    #login-modal,
    #signup-modal {
        width: 392px;
        left: 38%;
    }
}


#login-modal .modal-body h5,
#signup-modal .modal-body h5 {
    font-size: 16px;
}

/* Signup signin styling here*/

/* Franchise Page styling here */
.franchise-header h2 {
    font-size: 23px !important;
}

@media screen and (max-width: 400px) {
    .franchise-header h3 {
        font-size: 18px !important;
    }

    .franchise-header h6 {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 992px) {
    .franchise-header h1 {
        font-size: 50px !important;
    }

    .franchise-header h3 {
        font-size: 45px;
    }

    .franchise-header h6 {
        font-size: 26px;
    }

    .franchise-header .btn {
        width: 378px;
        font-size: 35px;
        border-radius: 89px;
    }

    .franchise-header .img-fluid {
        margin-top: -10%;
    }
}

.why-chai .row .col-5 {
    background-image: url('/images/bg-franchise.png');
    background-position: top 100%;
    background-size: 100%;
}

@media screen and (max-width: 600px) {
    .why-chai {
        padding: 0px 14px;
    }

    .why-chai h1 {
        font-size: 22px !important;
    }

    .why-chai h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .why-chai .container {
        width: 988px !important;
    }

    .why-chai h2 {
        font-size: 40px;
    }

    .why-chai h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 400px) {

    .why-namaste .row .col-4 h4,
    .why-namaste .row .col-6 h4 {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 600px) {
    .why-namaste {
        padding: 0px 14px;
    }

    .why-namaste h4 {
        font-size: 16px !important;
    }

    .why-namaste .img-fluid {
        width: 55px;
    }
}

@media screen and (max-width: 768px) {
    .why-namaste h4 {
        font-size: 20px !important;
    }

    .why-namaste .img-fluid {
        width: 80px !important;
    }
}

@media screen and (min-width: 992px) {
    .why-namaste h2 {
        font-size: 40px;
    }

    .why-namaste h6 {
        font-size: 24px;
    }

    .why-namaste h3 {
        font-size: 38px;
    }

    .why-namaste h4 {
        font-size: 30px
    }
}

@media screen and (max-width: 600px) {
    .franchise-form {
        padding: 0px 14px;
    }

    .franchise-form h2 {
        font-size: 30px !important;
    }

    .franchise-form a,
    h5 {
        font-size: 20px;
    }

    .franchise-form h4,
    h6 {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .franchise-form .container {
        width: 997px;
    }

    .franchise-form h2 {
        font-size: 50px;
    }

    .franchise-form h6 {
        font-size: 25px;
        border-bottom: 1px solid #1D0048;
    }

    .franchise-form h4 {
        font-size: 33px;
    }

    .franchise-form h5 {
        font-size: 35px;
    }

    .franchise-form a {
        font-size: 20px;
    }
}

/* Franchise Page styling here */


/* Extras */
.hide {
    display: none;
}

.dark-orange {
    color: #B74B1B;
}

.dark-blue {
    color: #1D0048;
}

.link-primary {
    color: cornflowerblue !important;
}

.secondary-font {
    font-family: Mikela;
}

.light-orange {
    color: #E59120;
}

.light-green {
    color: #40C936;
}

.bg-lightPink {
    background-color: #B74B1B14;
}

.pe-cursor {
    cursor: pointer;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.border-radius {
    border-radius: 23px;
}

.border-radius1 {
    border-radius: 5px;
}

.border-radius2 {
    border-radius: 10px;
}

.border-radius3 {
    border-radius: 13px;
}

@media screen and (min-width: 768px) {
    .borderRadius-productCard {
        border-radius: 25px;
    }
}

.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
    margin-bottom: 60% !important;
}

/* Extras */