h1 {
    text-align: center;
    color: red;
    font-size: xxx-large;
    font-weight: 900;
}

h2 {
    text-align: center;
}

.table > :not(caption) > * > * {
    padding: 5px;
}

h3 {
    text-align: center;
    color: red;
    font-size: xx-large;
    font-weight: 900;
}

.required {
    position: absolute;
    margin-left: -10px;
    color: #FB0000;
    font-size: 15px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 3;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    margin-top: 16px;
}


    #myBtn:hover {
        background-color: #555;
    }


#myBtn1 {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 3;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    margin-top: 16px;
}


    #myBtn1:hover {
        background-color: #555;
    }

body {
    /* The image used */
    /*background-image: url("/Content/Background/bg3.jpg");*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: url("/Content/Background/bg.jpg");*/
    /*background-image: linear-gradient(360deg, yellow, pink);*/
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
}

.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 175px;
    right: 40px;
    background-color: white;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
}

.my-float1 {
    margin-top: 0px;
}

.my-float {
    margin-top: 16px;
}

.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 250px;
    right: 40px;
    z-index: 2;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    margin-top: 16px;
}

.topbg {
    background-color: coral;
    height: 80px;
}

.topbrd {
    border-right: 1px solid white;
}

.icnwdth {
    width: 44px;
    height: 60px;
}

.badge {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    position: fixed;
    bottom: 280px;
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 4px 3px;
    vertical-align: top;
    margin-left: -5px;
}

#top_section table td {
    font-size: x-large;
    line-height: 15px;
    padding: 10px;
    font-weight: bold;
    text-align: justify;
}

#top_section {
    background-color: orange;
    z-index: 1;
    height: 120px;
    align-content: center;
    font-size: xx-large;
    font-weight: bold;
}

.link-container {
    margin-top: 8px;
    text-align: center;
}

/* Base button: small size */
.link-btn {
    --btn-pad-y: 6px;
    --btn-pad-x: 12px;
    --btn-radius: 18px;
    --icon: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: var(--btn-radius);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

    .link-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0,0,0,.28);
    }

    .link-btn svg {
        width: var(--icon);
        height: var(--icon);
        display: block;
    }

/* Platform themes */
.btn-youtube {
    background: #ff0000;
}

    .btn-youtube:hover {
        filter: brightness(0.95);
    }

.btn-instagram {
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.btn-facebook {
    background: #1877f2;
}

    .btn-facebook:hover {
        filter: brightness(0.95);
    }

.btn-twitter {
    background: #1da1f2;
}

    .btn-twitter:hover {
        filter: brightness(0.95);
    }

.btn-generic {
    background: #222;
}

    .btn-generic:hover {
        filter: brightness(1.05);
    }

.grid-category-header {
    scroll-margin-top: 120px;
}

