:root {
    --mainBtn-primary-color: #AB3A3A;
    --mainBtn-color-secondary-color: #902525;
    --mainBtn-color-mobile: #902525;
    --color-hover: #6C1B1B;
    --black-bg: #000;
    --textColor-primary: #000;
    --textColor-secondary: #fff;
    --primary-bg: linear-gradient(180deg, rgba(136,2,2,1) 0%, rgba(73,0,0,1) 100%);
    --secondary-bg: #fff;
    --txtColor-red: #490202;
    --txtColor-gray: #464444;
    --formButton-color-primary: #A75C5C;
    --breadCrumb-color: #454545;
    --btn-itemList: #BC6464;
    --lightGray: #9B9B9B;
    --priceColor: #7C300F;
    --btn-secondaryColor: #fff;
    --tableRow-color: #F0EDED;
    --tabsColor: #AB3A3A;
    --commentBg: #F0EDED;
    --sideBar-lightGray-bg: #EBE8E8;
    --orderCard-lightGray-bg: #EBE8E8;
    --sideBar-border-hover: #742424;
    --sideBar-bg-hover; #D2D2D2;
    --divider-primary-color: #AB3A3A;
    --dropZone-bg: #EBE8E8;
    --deleteBtn-color: #4A0101;
    --outline-primary-color: #AB3A3A;
    --divider-gray-color: #F0EDED;
    --disabled-color: #6E6E6E;
    --out-of-stock-color: #B80505;
    --errorMsg-color: #A60300;
    --validationMsg-color: #07971A;
    --logout-color: #EBE8E8;
}


/* ------------- */
/*  FONTS        */
/* ------------- */

/* cairo 300 */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/cairo/cairo-300.woff2') format('woff2'),
       url('../fonts/cairo/cairo-300.woff') format('woff')
}

/* cairo 500 */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cairo/cairo-500.woff2') format('woff2'),
       url('../fonts/cairo/cairo-500.woff') format('woff')
}

/* cairo 700 */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cairo/cairo-700.woff2') format('woff2'),
       url('../fonts/cairo/cairo-700.woff') format('woff')
}

/* CASTORO */
/* castoro-regular 400 */
@font-face {
  font-family: 'Castoro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/castoro/castoro-regular.woff2') format('woff2'),
       url('../fonts/castoro/castoro-regular.woff') format('woff')
}

/* ------------- */
/* ------------- */
/* MOBILE FIRST */
/* ------------- */
/* ------------- */


/* ------------- */
/*  GENERAL      */
/* ------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body * {
    margin: 0;
    box-sizing: border-box;
}



img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

nav ul,
header ul,
footer ul,
.product-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Cairo';
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #000;
    color: var(--textColor-primary);
    display: flex;
    flex-direction: column;
}

/* FLEX */
.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.center {
    justify-content: center;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-full {
    width: 100%;
}

header, footer {
    display: flex;
    background-color: var(--black-bg);
    color: var(--textColor-secondary);
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

footer h3 {
    font-size: 1.7rem;
    font-weight: 500;
}

.main {
    position: relative;
}

.homepage h1 {
    position: absolute;
    visibility: hidden;
}

.title, .title-brand {
    font-family: 'Castoro';
    font-size: 2em;
    text-transform: uppercase;
}

.title {
    padding: 1.8rem;
}


h1, h2 {
    font-size: 2rem;
}

a {
    text-decoration: none;
    color: var(--textColor-secondary);
    padding: 1rem;
}

.slide .card > p:first-child,
.new-items-wrapper h2,
.btn-next-wrapper,
.newsletter-form-wrapper button,
.delete-item__btn,
.article-form .delete-article__btn,
.delete-account-btn,
.dashboard h2,
.side-navbar,
.error-box,
h1 {
    text-transform: uppercase;
}


.home-description p {
    font-size: 1.7rem;
}

.breadcrumb,
.shop-wrapper,
.news-section-wrapper,
.contact-section-wrapper {
    width: 100%;
    padding: 2.4rem 1rem;
}


/* BREADCRUMB */
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.breadcrumb li {
    margin: .5rem 0;
}

.breadcrumb li + li::before {
    font-family: "FontAwesome";
    content: "\f054";
    margin: 1rem;
}


.breadcrumb a {
    color: var(--breadCrumb-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0;
}

.breadcrumb li:last-child {
    font-weight: 500;
}

a,
button,
.checkbox-wrapper > * {
    cursor: pointer;
}


/* ------------- */
/*  HEADER       */
/* ------------- */
header {
    text-transform: uppercase;
    position: fixed;
    z-index: 5;
}

.nav-logo-wrapper {
    max-width: 1000px;
    flex-basis: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* DESKTOP MENU */
.desktop-menu {
    display: none;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
}

header .desktop-menu li {
    padding: 1rem 0;
    margin: 1rem;
}

header nav a {
    font-size: 1.8rem;
}

/* Hover effect on header navbar */
.desktop-menu  a:hover {
    color: var(--textColor-primary);
    background-color: var(--secondary-bg);
}

/* MOBILE MENU */
.header-btn {
    display: block;
}

/* Navbar toggleButton */
.header-btn #openMenu, .header-btn #closeMenu {
    border: none;
    background-color: #000;
    margin-right: .8rem;
    font-size: 2.5rem;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 3rem;
    color: #fff;
}

.header-btn #closeMenu {
    display: none;
}

/* HAMBURGER MENU */
#navbarMobile {
    /* width: 100%; */
    z-index: 3;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.mobile-menu {
    display: block;
    position: sticky;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
}

.mobile-menu li {
    width: 100%;
    display: block;
}

.mobile-menu li a {
    display: inline-block;
    padding: 1.2rem 0;
    width: 100%;
    color: #fff;
}


.mobile-menu li a:hover {
    background-color: #fff;
    color: #000;
}


/* SHOPPING CART & ACCOUNT */

.navbar-cart {
    max-width: 430px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.account-button-wrapper {
    display: none;
}

.account-button-wrapper .flex {
    display: flex;
    align-items: center;
}

.logout-button {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--logout-color);
}


.primary-btn {
    font-weight: 300;
    padding: .5rem 1rem;
    background-color: var(--mainBtn-primary-color);
    text-transform: uppercase;
    border: none;
    color: var(--textColor-secondary);
}

.primary-btn:hover, .mobile-menu .primary-btn:hover {
    background-color: var(--mainBtn-color-secondary-color);
    color: #fff;
}


.cart-toggle-btn,
.decrement-btn,
.increment-btn {
    position: relative;
    padding: 0;
    margin: 1rem;
    border: none;
    background-color: var(--primary-bg);
}

.fa-bag-shopping {
    position: relative;
    padding: 1rem;
    color: #fff;
    font-size: 3rem;
}

.fa-bag-shopping::after {
    position: absolute;
    top: 5px;
    left: 25px;
    content: "\f111";
    color: #9D1212;
    font-size: 2rem;
}

.number {
    font-size: 1.2rem;
    z-index: 10;
    position: absolute;
    top: 7px;
    right: 8px;
    color: #fff;
}

/* SHOPPING MODAL */

.hidden {
    display: none;
}

.active {
    display: block;
}

.modal-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    width: 100%; /* put responsive units */
    right: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    color: black;
    padding: 1.5rem;
    
}

#itemShoppingList {
    overflow-y: auto;
    max-height: 250px;
    /* text-transform: capitalize; */
    padding: .5em;
}

.redirect-cart-btn-wrapper {
    display: flex;
    justify-content: center;
    padding: 1em;
}

.cart-item {
    width: 100%;
    text-transform: none;
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.cart-item__data {
    width: 100%;
    padding: 0;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-item__data > div:nth-child(2) {
    flex-basis: 35%;
}


.cart-data__wrapper {
    padding: 1rem;
    font-weight: 500;
}

.cart-img__wrapper img {
    object-fit: cover;
    height: 80px;
    max-width: 50px;
}

.units-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cart-item .units,
.cart-item .unit-price {
    display: flex;
    align-items: center;
    padding: .5em;
}

.cart-item .units button {
    background-color: var(--secondary-bg);
    border-radius: 10px;
    padding: .5em 1em;
    font-size: 1.5rem;
}

.delete-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn {
    border: none;
    padding: .5em 1rem;
    background-color: var(--mainBtn-primary-color);
    color: #fff;
}


/* ------------- */
/*  HOME PAGE    */
/* ------------- */
.container {
    background-color: #fff;
    width: 100%;
    padding: 70px 0 0 0;
}


/* SLIDER */
.slider-wrapper{
    height: 90vh;
}

.container .slider {
    width: 100%;
    height: 100%;
    display: flex;
}

.slide {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(30%);
    }
    20% {
        opacity: 1;
        transform: translateX(0%);
    }
    80% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(-30%);
    }
}

.slide .card {
    opacity: 1;
    position: absolute;
    max-width: 650px;
    width: 60%;
    margin: 1rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    /* animation: 7s ease-in-out 0s slidein infinite; */
}


.slide .card > p,
.slide .card > div {
    padding: .5rem;
    margin: .8rem;
}

.slide .card p:nth-child(1) {
    font-size: 1.7rem;
}

.slide .card .mobile-txt {
    font-size: 1.5rem;
}

.slide .card .desktop-txt {
    display: none;
}


/* SLIDER BUTTONS */
.slider-btn-wrapper {
    position: absolute;
    bottom: 10%;
    left: 45%;
}

.slider-btn-wrapper button {
    font-size: 1.3rem;
    border: none;
    background-color: transparent;
}

/* NEW ITEMS SECTION */
.new-items-wrapper h2 {
    padding: 2em;
    font-weight: 500;
}

.new-items-wrapper {
    padding-bottom: 2rem;
    background-color: var(--secondary-bg);
    text-align: center;
}

.new-items-list {
    width: 100%;
    background: var(--primary-bg);
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.new-items-list > div {
    max-width: 220px;
    width: 100%;
    margin: .5rem;
    background-color: var(--secondary-bg);
    transition: all .3s ease-in-out;
    /* padding: 2.5rem; */
}


.new-items-list > div:hover {
    transform: scale(1.05);
}

.img-wrapper {
    padding: 1rem 1rem 0 1rem;
    display: block;
    max-width: 100%;
}

.shop-wrapper .img-wrapper img,
.homepage .img-wrapper img {
    width: 160px;
    height: 256px;
    object-fit: cover;
}

.product-img-wrapper img {
    object-fit: cover;
    width: 100%;
    max-width: 200px;
    height: 335px;
}



.item-info {
    font-size: 1.2rem;
    padding: 1rem 0 2rem 0;
}

.item-info p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: 500;
}
.item-info p:nth-child(2) {
    color: var(--txtColor-red);
    margin: .5rem 0;
}
.item-info p:nth-child(3) {
    color: var(--txtColor-red);
    font-weight: 700;
}

.btn-next-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0 3em;
}

.btn-next-wrapper a,
.add-item__btn {
    background-color: var(--mainBtn-primary-color);
    padding: 1rem;
}


/* COMPANY DESCRIPTION ON HOME PAGE */
.home-description {
    text-align: center;
    font-family: 'Castoro';
    padding: 2em .5em;
    color: var(--textColor-secondary);
    background-color: var(--black-bg);
}


.home-description .border {
    flex-direction: column;
    padding: 2rem;
}

.home-description .border-wrapper {
    width: 94%;
}

.border-wrapper , .home-description .border  {
    margin: 1rem;
    border: 1px solid #fff;
}

.home-description .border p {
    font-family: 'Cairo';
    font-weight: 300;
    margin: 1rem;
    line-height: 1.4;
}

.border h2 {
    margin: 2rem;
}


/* NEWSLETTER */
.newsletter-form-wrapper {
    width: 100%;
    background: var(--primary-bg);
    padding: 2rem 1rem;
    color: var(--textColor-secondary);
    font-family: 'Castoro';
}

.newsletter-form {
    width: 100%;
}

.newsletter-form h2 {
    padding: .8rem;
    font-size: 1.8rem;
    font-weight: 500;
}



fieldset {
    width: 90%;
    padding: 1em 1em 3em 1em;
    flex-direction: column;
    text-align: center;
}

fieldset > div {
    width: 100%;
    padding: 1em;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: left;
}

.newsletter-form-wrapper label,
.newsletter-form-wrapper input {
    font-size: 1.6rem;
    display: block;
    width: 100%;
}

.newsletter-form-wrapper button {
    border: none;
    color: var(--textColor-secondary);
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    background-color: var(--formButton-color-primary);
}

.newsletter-form input {
    border: none;
    margin-top: 1rem;
    padding: .5em;
    font-family: 'Cairo';
    outline-color: var(--outline-primary-color);
}


/* ------------- */
/*  FOOTER       */
/* ------------- */
footer.footer {
    margin-top: auto;
    padding: 2rem;
    flex-direction: column;
    text-align: center;
}

footer ul, footer .flex-cols {
    display: flex;
    justify-content: space-evenly;
}

footer .flex-cols {
    flex-direction: column;
}

footer div > * {
    margin: 1rem 0;
}

footer p {
    font-style: italic;
}

.des-brand {
    font-size: 1.8rem;
}

footer li {
    margin-bottom: 1rem;
    text-decoration: underline;
}

strong {
    font-weight: normal;
}

em {
    font-style: normal;
}


.des-brand {
    font-weight: normal;
    font-style: normal;
}

/* social media font icons */
.social-media ul {
    justify-content: center;
}

.social-media a {
    font-size: 3rem;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-square-instagram:hover {
    color: rgb(251,211,119);
    background: linear-gradient(29deg, rgba(251,211,119,1) 0%, rgba(250,142,55,1) 21%, rgba(247,51,68,1) 47%, rgba(201,43,183,1) 69%, rgba(65,117,255,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.fa-linkedin:hover {
    color: #0e76a8;
}

/* Line divider on footer sections */
.line {
    position: relative;
    margin: 2rem 0;
    width: 70%;
    height: 10px;
    border-top: 1px solid #fff;
}

.line::after {
    position: absolute;
    left: 15%;
    content: "";
    border-bottom: 1px solid #fff;
    width: 70%;
    height: 10px;
}

/* Legal mentions*/
.legal-mentions,
.footer-nav ul {
    flex-wrap: wrap;
    flex-direction: column;
}

.legal-mentions li:first-child {
    text-decoration: none;
}


/* ------------- */
/* SHOP PAGE     */
/* ------------- */
h1 {
    text-decoration: underline;
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.item-grid {
    margin: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.item-grid > div {
    max-width: 210px;
    margin: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


/* ------------- */
/*    NEWS PAGE  */
/* ------------- */
.news-section-wrapper {
    font-size: 1.6rem;
}

.news-grid {
    flex-wrap: wrap;
}

.news-grid > div {
    max-width: 100%;
    margin: 2.5rem 1rem;
}

.news-grid .news-title {
    margin: 1rem auto;
    font-size: 2rem;
}

.news-grid .img-wrapper {
    padding: 0;
    border-bottom: 6px solid var(--mainBtn-primary-color);
}


.news-grid .img-wrapper img {
    height: 200px;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.3);
    transition: all 1s;
    /* object-position ? */
}

.news-grid .img-wrapper:hover img {
    transform: scale(1.1);
}

.news-grid .news-text {
    padding: 1rem 0 2.5rem 0;
}

.news-grid .news-btn-wrapper {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.news-grid a {
    overflow: hidden;
}

/* ------------- */
/* CONTACT       */
/* ------------- */
.contact-form-page, /*contactPage */
.login-page,
.user-account-page,
.admin-account-page {
    background: var(--primary-bg);
}

.contact-form-page .breadcrumb a,
.contact-form-page .breadcrumb li::before,
.contact-section-wrapper h1,
.login-page .breadcrumb a,
.login-page .breadcrumb li::before,
.login-section-wrapper h1,
.user-account-page .breadcrumb a,
.user-account-page .breadcrumb li::before,
.user-account-page h1,
.admin-account-page .breadcrumb a,
.admin-account-page .breadcrumb li::before,
.admin-account-page h1 {
    color: var(--textColor-secondary);
}

.contact-section-wrapper {
    text-align: center;
}

.contact-section-wrapper .form-wrapper,
.login-section-wrapper .forms-wrapper,
.account-section-wrapper .dashboard,
.account-section-wrapper .admin-dashboard {
    max-width: 1440px;
    width: 90%;
    background-color: var(--secondary-bg);
    padding: 2rem;
}

.contact-section-wrapper .form-wrapper h2,
.login-section-wrapper .forms-wrapper h2,
.product-details h2 {
    font-size: 1.8rem;
    font-weight: 500;
    padding: .6rem;
}

.contact-section-wrapper .form-wrapper p {
    font-size: 1.4rem;
    line-height: 1.4;
}

#contactFormRoot {
    width: 100%;
}


.contact-form {
    padding: 1rem;
}

.contact-form, .contact-form .flex,
.item.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contact-form label {
    display: block;
    width: 100%;
    margin: 1rem 0;
    /*padding: 1rem; */
}


.contact-form input {
    padding: 1rem;
}

.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--lightGray);
    resize: none;
}

.contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    border-bottom: 1px solid #C70039;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    opacity: 1; /* for Firefox browser */
}

.contact-form input:focus::placeholder, /* need -webkit-input-placeholde ? */
.contact-form textarea:focus::placeholder {
    color: #C70039;
}

.contact-form .checkbox-wrapper {
    width: 100%;
    display: flex;
    margin: 2rem 0;
} 

.contact-form .cookie-text {
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    text-align: left;
}

.contact-form .checkbox-wrapper input {
    width: 18px;
    margin: 1rem;
}

.contact-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contact-button-wrapper .validation-msg {
    margin: 1rem 0;
}

.contact-button-wrapper button,
.login-section-wrapper button {
    padding: 1.5rem;
    margin: 2rem auto;
}

/* reCAPTCHA PLUGIN */
#recaptchaRoot {
    width: 100%;
    background-color: lightblue;
}

.recaptcha-wrapper {
    width: 100%;
    height: 100px;
    position: relative;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.8) translateX(-62%)  translateY(-50%);
}

.captcha-msg {
    font-weight: 600;
    color: var(--errorMsg-color);
}


/* -------------- */
/* LOGIN / SIGN UP*/
/* -------------- */
.login-section-wrapper,
.account-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.login-section-wrapper h1,
.login-section-wrapper h2 {
    text-align: center;
}

.login-section-wrapper h2 {
    font-weight: 500;
}

.forms-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signup-form-wrapper,
.login-form-wrapper {
    width: 100%;
    border: 1px solid var(--lightGray);
    border-radius: 5px;
    margin: 1rem;
    padding: 2rem;
}

.error-msg {
    color: var(--errorMsg-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.validation-msg {
    color: var(--validationMsg-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.signup-form label,
.signup-form input,
.login-form label,
.login-form input {
    width: 100%;
    display: block;
    margin: .5rem auto;
    font-weight: 300;
}

.signup-form label,
.login-form label {
    font-size: 1.6rem;
    margin: 2em auto;
    font-weight: 500;
}

.forms-wrapper input {
    height: 2.2rem;
    padding: 0 1rem 0 0;
    border: none;
    border-bottom: 1px solid var(--lightGray);
}

.forms-wrapper input:focus {
    outline: none;
    border-bottom: 1px solid #C70039;
}

.sign-btn-wrapper,
.login-btn-wrapper {
    display: flex;
    justify-content: center;
}

.login-form .pwd-link {
    color: var(--textColor-primary);
    text-decoration: underline;
}

.forms-wrapper .data-info,
.forms-wrapper .pwd-link {
    display: block;
    margin: 2rem auto;
    font-weight: 500;
}

.data-info .policy {
    padding: 0;
    color: #000;
    text-decoration: underline;
}


/* ----------------- */
/* PRODUCT ITEM PAGE */
/* ----------------- */
.product-bg-page {
    background: transparent;
}

.product-bg-page .breadcrumb {
    background-color: #fff;
}

.product-section-wrapper {
    padding: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg-img-wrapper {
    
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.bg-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    filter: blur(1px);
    z-index: 0;
}

.product-wrapper {
    width: 90%;
    background-color: #fff;
    padding: 1rem;
}

.product-wrapper h1 {
    text-decoration: none;
    padding: 1rem 0;
}


/* PRODUCT OVERVIEW */
.product-overview {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.product-img-wrapper {
    padding: 2rem;
}


.product-text-wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.author {
    color: var(--txtColor-red); 
}

.product-text-wrapper .price {
    padding: 1rem 0;
    color: var(--priceColor);
    font-size: 2.6rem;
    font-weight: 500;
}

.product-text-wrapper .short-description {
    padding: 2rem 0;
}

.product-btns-wrapper {
    width: 100%;
    margin: 2rem 0;
    padding: 2rem 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.product-btns-wrapper > div {
    margin-bottom: 1rem;
}

.add-to-cart-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: var(--disabled-color);
}

.out-of-stock {
    font-size: 1.8rem;
    color: var(--out-of-stock-color);
    font-weight: 500;
}



.add-to-cart-button,
.add-to-wishlist-button,
.dashboard .see-shopping-cart-btn,
.dashboard .see-wishlist-btn {
    padding: 1rem;
    margin: 1rem;
}

.add-to-cart-button::after,
.dashboard .see-shopping-cart-btn::after,
.dashboard .see-wishlist-btn::after {
    font-family: 'FontAwesome';
    margin-left: 1rem;
}

.add-to-wishlist-button,
.dashboard .see-wishlist-btn {
    border: none;
    padding: 1rem;
    background-color: var(--btn-secondaryColor);
    color: var(--txtColor-gray);
    text-transform: uppercase;
}

.add-to-cart-button::after,
.dashboard .see-shopping-cart-btn::after {
    content: "\f07a";
}

.dashboard .see-wishlist-btn::after {
    content: "\f005";
    color: #F0C800;
}

.fa-regular.fa-star {
    font-size: 2rem;
    color: #F0C800;
    transition: all 2s;
}

.product-metadata p {
    padding-top: .5rem;
}

.product-metadata .category {
    color: var(--txtColor-red);
}

/* Product details and commentary section */
.tab-description-content > div {
    margin: 2rem;
}

.product-details {
    margin-top: 2em;
    border: 1px solid var(--textColor-primary);
    padding: 1rem;
}

/* Tabs */
.tabs-wrapper {
    display: flex;
    margin-bottom: 2em;
}

.tabs-wrapper li {
    margin: 0 1rem;
}

.tabs-wrapper button {
    font-size: 2rem;
    border: none;
    background-color: var(--secondary-bg);
    color: var(--textColor-primary);
}


/* Display active tab and section */

.tabs-wrapper .active-product-tab,
.tabs-wrapper button:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--tabsColor);
}


.product-details .section {
    display: none;
}




/* Attributes table */
.product-attributes-table {
    width: 100%;
    font-size: 1.6rem;
}

.product-attributes-table tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-attributes-table tr,
.product-attributes-table th,
.product-attributes-table td {
    padding: .5rem;
    font-weight: 300;
}

.product-attributes-table th {
    font-weight: 500;
}

.product-attributes-table tr:nth-child(odd) {
    background-color: var(--tableRow-color);
}

/* Commentary section */
.tab-reviews-content {
    margin: 1em;
}


.comment-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--commentBg);
    padding: 1rem;
    margin: 1rem auto;
}

.comment-wrapper li {
    padding: 1rem;
}

.comment-wrapper .username {
    font-weight: 500;
    font-size: 1.6rem;
}

.comment-wrapper .comment-date {
    font-style: italic;
}

/* COMMENT FORM */
.comment-form-wrapper {
    display: flex;
    justify-content: center;
}

.comment-form,
.comment-form > div {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comment-form label {
    font-size: 1.6rem;
    display: block;
}

.comment-form textarea {
    resize: none;
    width: 100%;
}

.comment-form label,
.comment-form input,
.comment-form textarea {
    padding: 1rem;
    margin-top: 1rem;
}

.comment-form input[type="submit"] {
    padding: 1rem 1.5rem;
}


/* ARTICLE PAGE */
.article-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.article-section-wrapper > div {
    margin-bottom: 2em;
}

.article-section-wrapper .img-wrapper {
    width: 70%;
}

.article-section-wrapper .img-wrapper img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.article-content {
    width: 100%;
}

.article-content p {
    padding: 1rem 0;
    font-size: 1.6rem;
}

.article-content strong {
    font-weight: bold;
}

.article-content em {
    font-style: italic;
}


/* USER ACCOUNT */
.dashboard {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2em;
}

.dashboard > div {
    margin: 1rem;
}

.side-navbar {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--sideBar-lightGray-bg);
    overflow: hidden;
}

.navbar-tab,
.dashboard h2 {
    font-weight: 500;
    font-size: 2rem;
}

.dashboard h2 {
    padding: 1.5rem 0;
    text-align: center;
}

.navbar-tab-details {
    padding-top: .5em;
    text-transform: none;
    font-weight: 300;
}

.side-navbar button {
    background-color: var(--sideBar-lightGray-bg);
    display: inline-block;
    text-align: left;
    border: none;
    width: 100%;
    padding: .8em;
    border-left: 5px solid transparent;
    color: var(--textColor-primary);
}


.side-navbar .active-sections-tab,
.side-navbar .dashboard-tab:hover {
    border-left: 5px solid var(--sideBar-border-hover);
    background-color: #D2D2D2;
}


.sections-wrapper .section {
    display: none;
}


/* User (and admin) account sections overviews */
.user-sections-wrapper,
.admin-sections-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-basis: 70%;
}

.account-overview .flex-cols {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.account-overview .flex-cols > div {
    margin-bottom: 1rem;
}

.account-overview .user-data-overview,
.order-overview > p {
    font-size: 1.6rem;
}

.user-data-overview .username {
    font-size: 2.2rem;
    text-transform: uppercase;
    text-align: left;
    padding-left: 1rem;
    padding-bottom: 0;
}

.account-overview p {
    padding: 1rem;
}

.bold-title, .bold {
    font-weight: 500;
}

.account-overview .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.order-overview .order-card {
    display: flex;
    flex-direction: column;
    background-color: var(--orderCard-lightGray-bg);
}

.order-card p {
    padding: .5rem;
}

.delete-account-btn {
    color: #fff;
    background-color: var(--deleteBtn-color);
    padding: 1rem;
    font-weight: 300;
    border: none;
}


/* ADMIN ACCOUNT */
/* General overview */
.general-data__wrapper > div {
    margin: 1rem 0;
}

.account-section-wrapper .dashboard.admin-section {
    width: 95%;
}

.out-of-stock-msg {
    color: var(--out-of-stock-color);
    font-weight: 500;
}

/* Modify personal data & addresses */
.delete-address-btn {
    background-color: var(--deleteBtn-color);
    text-transform: uppercase;
    margin: 1rem;
}

.user-form {
    padding: 3rem 0;
}

.address-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    margin: 1rem;
}

.address-form {
    width: 100%;
}

.address-checkbox {
    margin: 2rem 1rem;
    font-weight: 500;
}

/* add item and articles section */
.item-form,
.article-form {
    padding: 1em;
}

.block label, .block input, .block textarea  {
    display: block;
    margin: .5rem 0;
    padding: .6em;
    width: 100%;
    resize: none;
    outline-color: var(--outline-primary-color);
}

.drop-zone {
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 2rem;
    color: var(--txtColor-gray);
    border: 4px dashed var(--mainBtn-primary-color);
    border-radius: 10px;
}

.item-drop-zone {
    width: 100%;
    max-width: 220px;
    height: 351px;
}

.article-drop-zone {
    width: 100%;
    height: 350px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone .drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--dropZone-bg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label); /* display the name of file in the attribute element */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: .5em 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 1.2rem;
}

.item-form .create-item__btn,
.article-form .create-article__btn,
.validate-btn__wrapper button, 
.delete-item__btn,
.delete-article__btn,
.modify-data__btn {
    padding: .8em;
}


/* item management */
.list {
    display: flex;
    flex-direction: column;
}

.item-card,
.article-card,
.contact-form-card {
    margin: 1rem 0;
    padding: 1rem .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.item-card .item-data-wrapper,
.article-card .article-data-wrapper {
    display: flex;
    flex-direction: column;
}

.item-card .img-wrapper {
    display: flex;
    justify-content: center;
}

.admin-account-page .item-card img {
    object-fit: cover;
    width: 80px;
    max-width: 80px;
    height: 127px;
}

.item-data {
    width: 100%;
    margin-top: .8rem;
}

.item-data p {
    font-size: 1.2rem;
    padding: 0;
}

.item-card .btn-wrapper,
.article-card .btn-wrapper {
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-card a,
.article-card a {
    text-align: center;
    display: block;
    font-size: 1rem;
} 

.article-img-wrapper {
    padding: 1em;
}

.article-card img {
    min-width: 200px;
    width: 200px;
    max-height: 100px;
    object-fit: cover;
    object-position: center;
}

/* Modify and delete item page */
.modify-form-wrapper form {
    width: 90%;
}

.flex-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-btn-wrapper button {
    margin: 1rem;
}

.delete-item__btn,
.delete-article__btn {
    background-color: var(--deleteBtn-color);
    color: #fff;
    border: none;
    font-weight: 300;
}


/* CONTACT FORMS ON ADMIN ACCOUNT */
.contact-wrapper {
    margin-bottom: 2rem;
}

.contact-form-card {
    width: 100%;
}

.contact-form-card .bold {
    font-weight: 500;
}

.contact-form-card-btn__wrapper {
    padding: 2rem;
}

/* ANSWER CONTACT FORMS ON ADMIN ACCOUNT */
.info-contact-form p {
    margin-top: 1rem;
}
.answer-contact-form__wrapper {
    width: 100%;
}

.answer-contact-form label,
.answer-contact-form textarea {
    padding: 1rem;
    display: block;
}

.answer-contact-form textarea {
    min-height: 300px;
    resize: vertical;
}

.answer-btn__wrapper {
    padding: 1.5em;
}

.answer-btn__wrapper button {
    padding: .8em;
}

/* SHOPPING CART PAGE */
.shoppingcart-section-wrapper h1 {
    text-align: center;
}

.shoppingcart-content {
    width: 100%;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


/* WISHLIST PAGE - USER ACCOUNT */

.wishlist__wrapper,
.wishlist {
    width: 100%;
}

.wishlist {
    margin: 2rem 0;
    text-align: center;
}

.wishlist-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    padding: 1em;
    
}

.wishlist-item:not(:last-child) {
    border-bottom: 3px solid var(--divider-gray-color);
}

.wishlist-item a {
    display: flex;
    color: #000;
    flex-direction: column;
    align-items: center;
}

.wishlist button {
    font-size: 1.1rem;
}

/* SHOPPING CART VALIDATION PAGE */
.cart-form-wrapper {
    width: 100%;
}

.validate-cart-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.require-connection-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 1em;
    font-size: 1.8rem;
}

.validate-btn__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.validate-btn__wrapper .primary-btn {
    padding: 1em;    
}

.validate-table,
.total-shoppingcart-table {
    border: 1px solid var(--tableRow-color);
    text-align: center;
    margin: 1em;
    padding: 0;
    border-collapse: collapse;
}

.validate-table {
    width: 90%;
}

.empty-card-message {
    padding: 1em;
}


.flex-end {
    padding-top: 1.5em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.total-table-wrapper {
    width: 90%;
    padding: 1em;
}

.total-table-wrapper h2 {
    font-weight: 500;
}

.total-shoppingcart-table {
    padding: 1em;
    width: 90%;
}

.total-shoppingcart-table tr,
.total-shoppingcart-table td {
    border-top: 1px solid var(--tableRow-color);
    padding: .6em;
}

.total-shoppingcart-table td:first-child {
    background-color: var(--tableRow-color);
}

.total-table-wrapper tfoot {
    text-transform: uppercase;
    font-size: 1.8rem;
}


.validate-table tr,
.validate-table td {
    margin: 0;
}

.validate-table thead {
    padding: 1rem;
    font-weight: 500;
}

.validate-table thead td {
    background-color: var(--tableRow-color);
    padding: 1rem;
}

.validate-table tbody td {
    border-top: 1px solid var(--tableRow-color);
}


.validate-table .product-img {
    display: none;
}

.validate-table thead .product-img {
    min-width: 40px;
    width: 150px;
}

.validate-table img {
    padding-top: .5rem;
    width: 80px;
    height: 130px;
    object-fit: cover;
}

.validate-table .product-title {
    text-align: center;
}


/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

/* SMALL TABLET */
@media screen and (min-width: 768px) {
    
    .breadcrumb ul {
        font-size: 1.8rem;
    }
    
    .mobile-menu li:last-child {
        display: none;
    }
    
    .navbar-cart {
        display: flex;
        flex-basis: 30%;
        justify-content: space-around;
    }
    
    .account-button-wrapper {
        display: block; /* visible at min 768px */
    }
    
    /* SLIDER */
    .slide .card p:nth-child(1) {
        font-size: 2rem;
    }
    
    .slide .card .mobile-txt {
        display: none;
    }
    
    .slide .card .desktop-txt {
        display: inline-block;
    }
    
    /* NEW ITEMS */
    .new-items-list > div {
        flex-basis: 20%;
    }
    
    /* SHOPPING CART MODAL */
    .modal-box {
        width: 50%;
    }
    
    .cart-item {
        justify-content: space-between;
    }
    
    .home-description {
        padding: 4em 2em;
    } 
    
    .home-description .border-wrapper {
        width: 80%;
    }
    
    .newsletter-form-wrapper {
        padding: 2em 3em 5em 3em;
    }
    
    .newsletter-form {
        width: 80%;
    }
    
    .newsletter-form h2 {
        padding: 2rem;
        font-size: 2rem;
    }
    
    
    /* NEWS PAGE */
    .news-grid {
        flex-direction: row;
    }
    
    .news-grid > div {
        flex-basis: 45%;
    }
    
    /* PRODUCT ITEM PAGE */
    .product-text-wrapper {
        width: 100%;
    }
    
    .product-attributes-table tr {
        flex-direction: row;
        text-align: left;
    }
    
    .product-attributes-table th,
    .product-attributes-table td {
        flex-basis: 45%;
    }
    
    .tab-reviews-content {
        margin: 3em;
    }
    
    .product-wrapper {
        padding: 3rem;
    }
    
    /* CONTACT PAGE */
    .contact-section-wrapper .form-wrapper h2,
    .login-section-wrapper .forms-wrapper h2,
    .product-details h2 {
        font-size: 2.4rem;
        padding: 1rem;
    }
    
    .contact-section-wrapper .form-wrapper p {
        padding: 1rem;
        font-size: 1.6rem;
    }
    
    .contact-form label {
        display: block;
        width: 95%;
        margin: 1rem;
        padding: 1rem;
    }
    
    .contact-form .checkbox-wrapper {
        width: 78%;
    }
    
    .checkbox-wrapper label {
        margin: 0;
    }
    
    /* reCAPTCHA */
    .g-recaptcha {
        top: 50%;
        left: 50%;
        transform: scale(1) translateX(-50%) translateY(-50%);
    }
    
    
    /* USER ACCOUNT */
    .dashboard {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .side-navbar {
        flex-basis: 30%;
    }
    
    /* SHOPPING CART VALIDATION PAGE */
    .shoppingcart-item {
        width: 65%;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 1rem;
    }
    
    .shoppingcart-item__data {
        flex-basis: 30%;
    }
    
    .shoppingcart-item .units-wrapper {
        flex-direction: row;
        justify-content: space-around;
    }
    
    
    .validate-table .product-img {
        display: table-cell;
    }
    
    .validate-table .product-title {
        padding-left: 1em;
        text-align: left;
    }
    
    /* FINALIZE ORDER PAGE */
    .order-address-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
    
}


/* TABLET */
@media screen and (min-width: 930px) { /* 980px */
    /* HEADER */
    .header-btn {
        display: none;
    }
    
    .nav-logo-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    .navbar-wrapper {
        flex-basis: 60%;
    }
    
    .desktop-menu {
        display: flex;
        justify-content: space-around;
    }
    
    .mobile-menu {
        display: none;
    }
    
    .navbar-cart {
        padding-right: 1em;
        justify-content: flex-end;
    }
    
    /* HOME */
    .slide .card {
        margin-top: 1.5rem;
        width: 45%;
    }
    
    .item-info {
        font-size: 1.4rem;
    }
    
    .item-info p:nth-child(1) {
        font-size: 1.8rem;
    }
    
    /* FOOTER */
    .des, .footer-nav {
        width: 25%;
    }
    
    .legal-mentions, .footer-nav ul {
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .legal-mentions {
        justify-content: center;
    }
    
    footer .flex-cols {
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
    }
    
    .contact-form .flex {
        width: 100%;
        flex-direction: row;
    }
    
    .contact-form .flex > label {
        flex-basis: 39%;
    }
    
    .contact-form label {
        width: 80%;
    }
    
    
    
    /* PRODUCT ITEM PAGE*/
    .product-overview {
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
    }
    
    .product-img-wrapper {
        flex-basis: 28%;    
    }
    
    .product-text-wrapper {
        flex-basis: 60%;
    }
    
    .product-attributes-table {
        width: 70%;
    }
    
    /* ARTICLE PAGE */
    .article-content {
        width: 75%;
    }
    
    /* USER ACCOUNT */
    .account-overview .flex-cols {
        margin-bottom: 1rem;
        flex-direction: row;
    }
    
    .account-overview .user-data-overview {
        flex-basis: 60%;
    }
    
    .account-overview .btns {
        text-align: center;
        flex-basis: 35%;
    }
    
    /* ADMIN ACCOUNT */
    .item-card,
    .article-card {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .item-card .item-data-wrapper,
    .article-card .article-data-wrapper {
        flex-direction: row;
    }
    
    /* modify or delete item page */
    .flex-btn-wrapper {
        display: flex;
        flex-direction: row;
    }
    
    /* Contact form card */
    .contact-form-card {
        width: 80%;
    }
}


/* DESKTOP */
@media screen and (min-width: 1040px) {
    .new-items-list {
        gap: 2em;
    }
    
    .modal-box {
        width: 40%;
    }
    
    .home-description .border-wrapper {
        width: 60%;
    }
    
    fieldset {
        flex-direction: row;
    }
    
    .contact-section-wrapper .form-wrapper,
    .login-section-wrapper .forms-wrapper {
        width: 80%;
        margin-bottom: 2em;
    }
    
    fieldset > div:last-of-type {
        flex-basis: 45%;
    }
    
    /* NEWS PAGE */
    .news-grid > div {
        flex-basis: 25%;
    }
    
    /* SIGNUP + LOGIN PAGE */
    .forms-wrapper {
        flex-direction: row;
        align-items: stretch;
    }
    
    .signup-form-wrapper, .login-form-wrapper {
        flex-basis: 50%;
    }
    
    /* PRODUCT ITEM PAGE */
    .product-img-wrapper img {
        width: 100%;
        min-width: 290px;
        height: 465px;
    }
    
    .tab-description-content > div {
        margin: 3rem;
    }
    
    /* comment section on product page */
    .comment-form textarea {
        width: 80%;
    }
    
    
    /* USER ACCOUNT */
    .order-overview .order-card {
        flex-direction: row;
    }
    
    /* Address page */
    .addressform-wrapper .dashboard {
        width: 65%;
    }
    
    /* ADMIN ACCOUNT */
    .side-navbar {
        flex-basis: 25%;
    }
    
    .item-form .flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .item-form .flex > div:nth-child(1) {
        flex-basis: 62%;
        padding: 0;
    }
    
    .item-form .drop-zone__wrapper {
        flex-basis: 34%;
    }
    
    .answer-contact-form__wrapper {
        width: 70%;
    }
    
    /* WISH LIST - USER ACCOUNT */
    .wishlist-item {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .wishlist-item a {
        flex-direction: row;
    }
    
    .wishlist .flex-btn-wrapper {
        flex-direction: column;
    }
    
    /* VALIDATE CART */
    .total-table-wrapper {
        width: 60%;
    }
    
}