#shipping-zone-selection-container {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    padding-top: 3em;
}
    .shipping-zone-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
        .shipping-zone-item a {
            cursor: pointer;
        }

#genesis-ar-cards-title {
    font-size: 500%;
    font-weight: 800;
    text-align: center;
}

.free-shipping-bar {
    background-color: #2ed573 !important;
    text-align: left !important;
    padding-top: 0;
    padding-bottom: 0;
}
    .free-shipping-bar h1 {
        font-size: 1.2em;
        font-weight: 700;
        margin: 0 auto;
        padding: 0.4em;
        /* padding-left: 0.3em; */
    }

.fixed-cart {
    background: #2ed573 !important;
    background: -webkit-linear-gradient(to right, #2ed573, #29bd67) !important;
    background: linear-gradient(to right, #2ed573, #29bd67) !important;
    padding: 0.5em; position: fixed; bottom: -3em; width: 100%; height: 3em; display: flex; flex-direction: row; justify-content: center; align-items: center;
    transition: all 0.34s ease-in;
}
.fixed-cart.active {
    bottom: 0;
}
.fixed-cart-main-container {
    width: 90%; height: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center;
}
    .fixed-cart-main-container h4 {
        margin: 0; font-weight: 600;
    }
    .fixed-cart-main-container .checkout-now {
        border-radius: 0.3em; margin: 0; width: auto; max-width: 10em; height: 100%; padding: 1em;
    }

@media only screen and (max-width: 600px) {
    .shopping-cart-summary-container-cart-info {
        width: 100%;
    }
}
@media only screen and (max-width: 560px) {
    #genesis-ar-cards-title {
        font-size: 400%;
    }
}
@media only screen and (max-width: 460px) {
    #genesis-ar-cards-title {
        font-size: 300%;
    }
}
@media only screen and (max-width: 360px) {
    #genesis-ar-cards-title {
        font-size: 200%;
    }
}

#genesis-ar-cards-subtitle {
    /* font-size: 500%;
    font-weight: 800; */
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
@media only screen and (max-width: 747px) {
    #genesis-ar-cards-subtitle {
        width: 100%;
    }
    #shipping-card-title {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    #genesis-ar-cards-subtitle {
        font-size: 200%;
    }
}

.shopping-text-price {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: white !important;
    color: black !important;
    padding: 0.3em !important;
    border-radius: 0.3em;
}

.shopping-text-byline {
    padding-top: 0 !important;
}
/* .shopping-text-byline,
.shopping-text-price {
    padding-top: 0 !important;
} */

.shopping-text-name {
    font-weight: 700 !important;
}


.genesis-ar-cards-download-badges {
    padding: 3em 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.promo-girl-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.shopping-cart-summary-container {
    width: 100%;
    padding: 0;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.shopping-cart-summary-container-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
    flex-wrap: wrap !important;
}
@media only screen and (max-width: 747px) {
    .shopping-cart-summary-container-tags {
        justify-content: flex-start;
        width: 100%;
    }
}

.cart-dropdown-menu {
    right: -2px;
    left: auto;
}
@media only screen and (max-width: 850px) {
    .cart-dropdown-menu {
        left: -150px;
    }
}
@media only screen and (max-width: 747px) {
    .cart-dropdown-menu {
        left: -2px;
    }
}
@media only screen and (max-width: 574px) {
    .cart-dropdown-menu {
        width: 92vw !important;
        min-width: fit-content;
    }
}

.cart-dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
    .cart-dropdown-item-numbers-main {
        width: 170px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding-right: 1.5em;
    }
    .cart-dropdown-item-numbers {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
        .cart-dropdown-item-numbers p {
            padding-right: 1em;
        }
        .cart-dropdown-item-numbers p:last-child {
            padding-right: 0 !important;
        }
        .cart-item-remove-btn {
            text-decoration: none !important;
            cursor: pointer;
        }

.shopping-cart-summary-container-cart-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
}
@media only screen and (max-width: 380px) {
    #shipping-card-title {
        display: none;
    }
    .shopping-cart-summary-container-cart-info {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .shopping-cart-summary-container-cart-info > div,
    .shopping-cart-summary-container-cart-info > a {
      width: 100%;
    }
}
    .summary-item {
        height: 77px;
        padding: 1em 2em;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border: 2px solid white;
    }
        .summary-item h1 {
            margin-top: 0.4em;
        }
        .summary-item p
        {
            margin: 0;
            font-weight: 600;
        }
    @media only screen and (max-width: 360px) {
        .summary-item {
            padding: 0.5em 0.5em;
        }
        .summary-item h1 {
            font-size: 120% !important;
        }
        .summary-item p {
            font-size: 100% !important;
        }
    }

.shopping-main-container {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.shopping-container-left-container {
    background-color: red;
    width: 20%;
    padding: 2em 0;
}
    .shopping-container-left-container-cat-list {
        list-style-type: none;
    }
        .shopping-container-left-container-cat-list li {
            text-align: left;
            padding-bottom: 0.3em;
            font-weight: 700;
        }
.shopping-container-right-container {
    background-color: black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2em 2em 0 2em;
}
    .shopping-item {
        width: 30%;
        min-width: 300px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2.5em;
    }
        .shopping-item img {
            cursor: pointer !important;
        }
    @media only screen and (max-width: 1038px) {
        .shopping-item {
            width: 48%;
        }
    }
    @media only screen and (max-width: 720px) and (min-width: 520px) {
        .shopping-item img {
            height: 400px !important;
        }
    }
    @media only screen and (max-width: 720px) {
        .shopping-item {
            width: 100%;
            margin-bottom: 5em;
        }
        .shopping-item:last-of-type {
            margin-bottom: 3em;
        }
    }
        .shopping-item-header {
            width: 100%;
            height: auto;
        }
        .shopping-text-price {
            margin-top: 1em;
        }
        .shopping-item p {
            font-weight: 700;
            padding-top: 1em;
            text-align: left;
        }
        .shopping-text-instock {
            margin-top: 0 !important;
            font-size: 80% !important;
            font-weight: 500 !important;
            padding-top: 0 !important;
        }
        .shopping-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        @media only screen and (max-width: 390px) {
            .shopping-item {
                width: 100%;
                min-width: fit-content;
                height: auto;
            }
            .shopping-item img {
                height: 200px;
            }
        }
        .shopping-item-description {
            height: auto;
            height: 80px;
            overflow-y: scroll;
        }
        .shopping-btn {
            cursor: pointer;
            text-decoration: none !important;
            width: 100%;
            /* height: 80px; */
            font-weight: 600;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
            margin-top: 1em;
        }
        .shopping-btn:hover {
            border: 1px solid #6c5ce7;
            color: #6c5ce7;
            border-radius: 0.3em;
        }
        .shopping-btn-out-of-stock:hover {
            border: 1px solid #d63031 !important;
            color: #d63031 !important;
        }
            .shopping-btn > p {
                font-weight: 800;
            }
        .shopping-btn-black
        {
            background-color: white;
            color: black;
        }

        .checkout-btn-container {
            margin: 1em;
        }
            .checkout-btn {
                cursor: pointer;
                text-decoration: none !important;
                width: 100%;
                height: 80px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .checkout-btn p {
                margin: 0;
            }