@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk&display=swap');
body {
    font-family: 'Hanken Grotesk', sans-serif !important;
}
/* DEFAULT – Always Desktop */
.big-screen-header {
    display: block;
}

.small-screen-header {
    display: none;
}


/** {*/
/*  font-size: 14px!important;*/
/*}*/

.item-box{
    width:100%;
    height:400px!important;
}

.padding-bothside{
    padding:0px 50px!important;
}

.bg-dgreen {
    background-color: #21a73f !important;
    color: white;
    /* font-weight: bold !important; */
}

.text-dgreen {
    color: #21a73f !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.bg-lightgreen {
    background-color: #aed99f !important;
}

.bg-grey {
    background-color: #f2f2f2 !important;
}

.bg-green {
    background-color: #b0c5a9!important;
    color: #000000 !important;
}

.rounded-corner {
    border-radius: 10px;
}

.img-rounded-corner {
    border-radius: 10px 10px 0px 0px;
}

.stick-bottom {
    position: absolute;
    bottom: 10px !important;
}

.font-size-sm {
    font-size: 12px !important;
}

.font-size-sm-s {
    font-size: 12px !important;
}

.font-weight-bold {
    font-weight: bolder !important;
}

.font-size-md {
    font-size: 16px !important;
}

.font-size-lg {
    font-size: 20px!important;
}

.bg-lightgrey {
    background-color: #f5f5f5!important;
}

.font-size-xlg {
    font-size: 28px !important;
}

.paragraph-length {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-five {
    flex: 0 0 19.9%;
    max-width: 50.6667%;
}

.form-select,
.form-control:focus {
    box-shadow: inset 0 0px 0 #ddd !important;
}

.description-box {
    height: 330px!important;
    overflow-y: scroll;
}


/* .form-floating input {
    width: 100% !important;
    height: 40px !important;
}

.form-floating label {
    align-self: center !important;
    font-size: 14px!important;
    margin-top: -5px!important;
} */

.logo-size {
    width: 160px !important;
}

.profile-image {
    width: 50% !important;
}

@media only screen and (max-width: 768px) {
/*@media screen and (min-width: 220px) and (max-width: 990px) {*/
    .col-five {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .big-screen-header {
        display: none;
    }
    
    .small-screen-header {
        display: block;
    }
    .padding-bothside {
        padding: 0px 10px!important;
    }
 
    .bg-lightgreen {
        background-color: #fff !important;
    }
 
    .d-mobile{
        display:none!important;
     }
    #first {
        order: first !important;
    }
    #second {
        order: 2 !important;
    }
    #third {
        order: 3 !important;
    }
    .w-75{
        width:100%!important;
    }
    .profile-image {
        width: 70% !important;
    }
    .linebreak {
        margin-top: 2px!important;
        display: inline-flex !important;
    }
    .font-size-sm {
        font-size: 12px !important;
    }
    .font-size-md {
        font-size: 18px !important;
    }
    .font-size-lg {
        font-size: 22px!important;
    }
    .font-size-xlg {
        font-size: 30px !important;
    }
}



.mcard {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.mcard:hover {
  transform: scale(1.05);
}


@media screen and (min-width: 220px) and (max-width: 990px) {
     .font-size-sm {
        font-size: 10px !important;
    }
}

/* .fixed-cart-item-section {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 400px !important;
    left: 73%;
} */

/* Default – Desktop (same line) */
.qa-title .qa-break {
    display: inline;
}

/* Mobile only – break line */
@media only screen and (max-width: 768px) {
    .qa-title .qa-break {
        display: block;
    }
}
