*{
    box-sizing: border-box;
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
* a{
    text-decoration: none;
    color: inherit;
}
* table{
    width: 100%;
    overflow-x: auto;
}
.odd{
    background: #064B6629;
}
.eight {
    display: inline-block;
    margin-bottom: 2rem;
}
.seven{
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}
.pagination{
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-betweens;
    border: .05rem solid #064B6670;
    border-collapse: collapse;
    color: black;
}
.pagination div,
.pagination a{
    border: .05rem solid #064B6670;
    padding: .5rem 1rem;
    border-collapse: collapse;
}
.pagination .active{
    background: #064B6629;
    color: #064B66;
}
html{
    font-size: 10px;
    font-family:  serif;
}
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.theme-back-color{
    background: goldenrod;
}
.theme-fore-color{
    color: goldenrod;
}
.relative{
    position: absolute;
    position: relative;
}
.left{
    text-align: left;
    justify-content: left;
    float: left;
}
.right{
    text-align: right;
    justify-content: right;
    float: right;
}
.bottom{
    bottom: 0;
}
.center{
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
}
.full-width{
    width: 100%;
}
.hidden{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.no-outline{
    outline: none;
}
.no-border{
    border: none;
}
.border-radius{
    border-radius: .5rem;
}
.res-hidden{
    display: block;
    opacity: 1;
}
.reqiured{
    color: red;
}
.flex{
    display: flex;
}
.box-full{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.box-half{
    width: 50%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-items: center;
}
@media only screen and (max-width: 768px){
    .box-full{
        flex-wrap: wrap;
        flex-flow: column;
    }
    .box-half{
        width: 100%;
    }
}
/* input */
.search-box-blue{
    padding: 0.4rem 1rem;
    border: 0.1rem solid #4996c1;
    box-shadow: 0 0 0.5rem #4996c1;
    outline: none;
    border-radius: 0.5rem;
    margin: 0 -0.5rem;
    min-width: 25rem;
}
/* -- BUTONS --*/
.btn{
    font-size: 1.6rem;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    color: #ffffff;
    margin: 1rem;
    border-radius: .5rem;
    padding:.5rem 1rem .5rem 1rem;
    cursor: pointer;
    min-width: 4rem;
}
.btn1{
    font-size: 1.6rem;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    color: #ffffff;
    margin: 1rem;
    border-radius: .5rem;
    padding:.25rem 1rem .25rem 1rem;
    cursor: pointer;
}
.btn:hover,
.box:hover{
    transition: 0.25s ease;
}
.btn-blue{
    border: .1rem solid #2F96B4;
    background: #2F96B4;
}
.btn-blue:hover{
    background: #2F96B429;
    color: #2F96B4;
    box-shadow: 0 0 .4rem #2F96B429, 0 0 .4rem #2F96B4;
}
.btn-green{
    background: #51A351;
}
.btn-green:hover{
    color: #51A351;
    background: #51A35129;
    box-shadow: 0 0 .4rem #51A35129, 0 0 .4rem #51A351;
}
.btn-green-outline{
    color: #51A351;
    background: #51A35129;
}
.btn-green-outline:hover{
    color: #fff;
    background: #51A351;
    box-shadow: 0 0 .4rem #51A35129, 0 0 .4rem #51A351;
}
.btn-red{
    background: #dc143c;
}
.btn-red:hover{
    color: #dc143c;
    background: #fc919129;
    box-shadow: 0 0 .4rem #fc919129,0 0 .4rem #dc143c;
}
.minus,
.order-minus{
    border-radius: 50%;
    font-size: 2rem;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    color: #ffffff;
    margin: 1rem;
    padding: .25rem 1rem .25rem 1rem;
    cursor: pointer;
}
.stock_qty,
.cart_qty{
    max-width: fit-content;
    width: 5rem;
    height: 3.5rem;
    text-align: center;
    font-size: 2rem;
    margin: -1rem;
    outline: none;
    border: none;
    background: transparent;
}
.add,
.order-add{
    border-radius: 50%;
    font-size: 2rem;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    color: #ffffff;
    margin: 1rem;
    padding: .25rem 1rem .25rem 1rem;
    cursor: pointer;
}
/* --  COLORS -- */
.bg-crimson{
    background: crimson;
    box-shadow: 0 0 .4rem #fc9191;
}
.bg-crimson:hover{
    box-shadow: 0 0 .9rem #dc143c;
}
.bg-orange{
    background: orange;
    box-shadow: 0 0 .4rem #ffc964;
}
.bg-orange:hover{
    box-shadow: 0 0 .9rem #ffa500;
}
.bg-forestgreen{
    background: forestgreen;
    box-shadow: 0 0 .4rem #65ca65;
}
.bg-forestgreen:hover{
    box-shadow: 0 0 .9rem #228b22;
}
.bg-dodgerblue{
    background: cadetblue;
    box-shadow: 0 0 .4rem #add8e6;
}
.bg-dodgerblue:hover{
    box-shadow: 0 0 .9rem #5f9ea0;
}
.bg-violet{
    background: rgb(184, 2, 184);
    box-shadow: 0 0 .4rem violet;
}
.bg-violet:hover{
    box-shadow: 0 0 .9rem violet;
}
.bg-brown{
    background: brown;
    box-shadow:0 0 .4rem #9c4444;
}
.bg-brown:hover{
    box-shadow: 0 0 .9rem brown;
}
/*User active*/
.user-active{
    display: block;
    padding: 0 1rem;
    background: forestgreen;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    margin: 0 1rem 0 0;
}
.user-inactive{
    display: block;
    padding: 0 1rem;
    background: red;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    margin: 0 1rem 0 0;
}
/* Popups */
.popupwrapper{
    top:0;
    position: fixed;
    background: #353535ba;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 200;
    color: #064B66;
}
.popupContainer{
    background: goldenrod;
    box-shadow: inset 0 0 5rem #bbb;
    border-radius: 1rem;
    padding: 2.5rem;
    height: fit-content;
    z-index: 101;
    position: relative;
    margin: 10rem 1rem;
}
.smallContainer{
    max-width: 40rem;
}
.mediumContainer{
    max-width: 50rem;
}
.popupClose{
    position: absolute;
    top: 1rem;
    right: 2rem;
    cursor: pointer;
    font-size: 2rem;
}
.popup-btn{
    background: #064B66;
    color: goldenrod;
    padding: .5rem 1.5rem;
    box-shadow: 0 0 .3rem #064B66;
}
.popup-btn:hover{
    box-shadow: 0 0 1rem #064B66;
    color: #ffffff;
}
.popupBody form textarea,
.popupBody form input{
    width: 100%;
    border: none;
    outline: none;
    margin: 1rem 0;
    box-shadow: 0 0 .4rem #064B66;
    border-radius: .7rem;
    padding: 1rem 1.5rem;
}
/* Modals */
.modalWrapper{
    display: none;
    top:0;
    position: fixed;
    background: #353535ba;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    color: #064B66;
}
.cover{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
}
.modalContainer{
    box-shadow: inset 0 0 5rem #bbb;
    border-radius: 1rem;
    padding: 2.5rem;
    height: auto;
    z-index: 101;
    position: absolute;
    top: 4rem;
    max-height: calc(100% - 8rem);
    min-height: fit-content;
    overflow: hidden;
    max-width: 85%;
    min-width: 40rem;
    display: flex;
    flex-direction: column;
}
.modalClose{
    position: absolute;
    top: .7rem;
    right: 2rem;
    cursor: pointer;
    font-size: 3rem;
    color: crimson;
}
.modalHead{
    text-align: center;
    padding: 0 5rem;
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 1rem 0;
}
.modalBody{
    text-align: left;
    top:2rem;
    overflow-y: auto;
}