body {
    font-family: Arial, sans-serif;
    width: 100%;
    min-height: 100vh;
    background-color: #fcfcfc;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

h1,
h2 {
    text-align: center;
}

.footer {
    background: #2E2E2E;
    padding: 1em 0;
    width: 98%;
}

.footer-grids h3 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    position: relative;
    padding-bottom: .5em;
}

.footer-logo {
    text-align: center;
    margin: .5em 0;
}

.footer-logo h2:before {
    left: 4%;
}

.footer-logo h2:after {
    right: 4%;
}

.footer-logo h2:before,
.footer-logo h2:after {
    content: '';
    max-width: 33%;
    height: 6px;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    margin-Left: -2%;
    margin-Right: -3%;
    position: absolute;
    top: 60%;
}

.logo-nav-left {
    margin-left: 0em;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

#mblfireworks1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.fc_bg {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: table;
    /* keep the background color wrapped tight */
    margin: 0px auto 0px auto;
    /* keep the table centered */
    padding: 10px;
    font-size: 1.2em;
    background-color: green;
    color: #ffffff;
    min-width: 40%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
}

.category_bg {
    padding: 8px;
    font-size: 1.2em;
    background-color: #0472ba;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 0.8em;
    gap: 0.8em;
    padding: 1em;
    margin-bottom: 1.5em;
}

.product {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.product:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #0472ba;
}

.product img {
    width: 90px;
    height: 90px;
    margin-right: 1em;
}

.product-details {
    flex: 1;
    margin-left: 2px;
    margin-right: 4px;
}

.p_cont_qty {
    font-size: 14px;
    color: #999;
}

.product-details p i:before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -26%;
    position: absolute;
    right: -20%;
    top: 54%;
    transform: rotate(-8deg) translate(0, -50%);
    -moz-transform: rotate(-8deg) translate(0, -50%);
    -webkit-transform: rotate(-8deg) translate(0, -50%);
}


.product-quantity {
    display: flex;
    align-items: center;
}

.product-quantity select {
    margin-left: 10px;
    width: 3em;
    min-height: .5em;
}

.total {
    /*width:90%;*/
    display: flex;
    justify-content: space-between;
    /*margin-top: 20px;*/
    /*margin-left: 5%;*/
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
}

.total span {
    font-size: 1.2em;
}

.btn {
    display: inline-block;
    font-weight: 400;
    height: fit-content;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}


.form-group {
    margin-bottom: 15px;
}

.fc_delv_addr_form {
    width: 100%;
    padding: 1.5em;
    background: #F7F7F9;
    margin: 1em auto;
    border-radius: 8px;
    box-sizing: border-box;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0472ba;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 8px;
    line-height: 1.2em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    width: 100%;
    min-height: 3em;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.butn-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}


.sticky-bottom,
.sticky_bottom_content {
    width: 100%;
    height: 4em;
    padding: 0.6em 1em;
    background: #c7fad3;
    box-sizing: border-box;
}

.sticky-bottom {
    position: sticky;
    bottom: 1px;
    z-index: 1020;
}

.sticky-bottom span {
    color: #ce3e00;
}

@media (max-width: 480px) {

    .total {
        font-size: .6em;
    }

    .total span {
        font-size: .8em;
        padding-right: .5em;
    }

}


@media (max-width: 767px) {
    #right {
        display: none;
    }

    #content {
        width: 100%;
        float: none
    }
    html, body {
        font-family: Arial, sans-serif;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden !important;
        position: relative !important;
    }

    .products-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 1em;
        gap: 1em;
        padding: 0.5em;
    }

    .product {
        max-width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    .product img {
        width: 80px;
        height: 80px;
        margin-right: .2em;
    }

    .styleMobileHide {
        display: none;
    }

    .fc_delv_addr_form {
        width: 100%;
        padding-left: .5em;
        padding-right: 1.5em;
        background: #F7F7F9;
        margin: .5em auto;
    }

    /*.sticky-bottom, .sticky_bottom_content {*/
    /*    height: 3.4em;*/
    /*    padding: 0.2em .5em;*/
    /*}*/

    .sticky-bottom,
    .sticky_bottom_content {
        height: 4em;
        padding: .5em .5em;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
    }


    /*.total {*/
    /*    line-height: 3.2em;*/
    /*    font-size: .8em;*/
    /*}*/

    .total {
        line-height: 1.5em;
        font-size: .8em;
        justify-content: space-between;
    }

    .total span {
        font-size: 1em;
        padding-right: .5em;
    }

    .btn {
        width: 5em;
        padding: .1em;
        vertical-align: middle;
        margin-block: auto;
    }

    .product-details p i:before {
        left: -12%;
        right: -10%;
    }

}



@media (max-width: 1080px) {
    .logo-nav-left h1 a span {
        letter-spacing: 2px;
    }


}

/* Fix for collapsed header border crossing text */
.header-grid {
    overflow: hidden;
}