* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}


 /*NAVBAR */

.top-bar {

    background: #6561ab;

}

.top-bar__social-list {

    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

}

.top-bar__social-list li a i {

    color: #fff;
    transition: 200ms;

}

.top-bar__social-list li a i:hover {

    color: #FFF;

}

.top-bar__social-list li {

    list-style: none;
    display: inline-block;
    margin-right: 25px;

}

.top-bar ul {

    padding-left: 4rem;

}

.top-bar ul li {

    list-style: none;
    display: inline-block;

}

#navbar .navbar form input[type="search"] {

    border: 1px solid green;
    width: 20rem;
    border-radius: 20px;
    margin-right: 5rem;

}

#navbar a {

    transition: 1ms ease;

}

#navbar a:hover {

    color: #04a22b;
    ;

}

#navbar .top .top-nav a img {

    width: 200px;

}


#navbar .bottom a img {

    width: 210px;
    bottom: 10px;
    margin-left: 69px;

}

#navbar .bottom .text {

    font-size: 1.2rem;


}

#navbar .navbar-bottom {

    margin-right: 80px;

}

#navbar .bottom .mega-menu {

    position: absolute;
    top: 120%;
    width: 50%;
    height: 360px;
    left: 27%;
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
    z-index: 5;

}

#navbar .bottom .mega-menu .mega-menu-items {

    width: 12rem;

}

#navbar .bottom .mega-menu .view {

    margin-left: 28rem;
    font-weight: 600;
}

#navbar .bottom .mega-menu .mega-menu-items .mega-store-image {

    width: 4rem;
    height: 50px;
    padding: 5px;
    display: inline-block;
}

#navbar .bottom .mega-menu .mega-menu-items .mega-store-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#navbar .bottom .mega-menu .mega-menu-items .store-name h5 a {
    color: var(--bs-nav-link-color);
}

#navbar .bottom .mega-menu .mega-menu-items .store-name h5 a:hover {
    color: #04a22b;
}

#navbar .bottom .mega-menu .mega-menu-items h5 a {

    color: #04a22b;
    z-index: 5;
    font-size: 1rem;
    text-decoration: none;


}

#navbar .bottom .mega-menu .mega-menu-items h5 a:hover {

    color: #04a22b;
    z-index: 5;

}

#navbar .bottom ul li:hover .mega-menu {

    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 5;

}

#navbar .bottom .mega-menu h6 {
    margin-top: 1rem;
    margin-left: 26rem;
    font-weight: 600;
}

#navbar .bottom .mega-menu h6 a {
    text-decoration: none;
    text-transform: capitalize;
    color: #04a22b;

}

#navbar .bottom ul li {

    line-height: 0.9rem;
    list-style: none;
    z-index: 5;
    font-size: 0.9rem;

}

#navbar .navbar .nav-pos .submit {

    border-radius: 20px;
    right: 5.72rem;
    margin-right: 5rem !important;

}

/* CAROUSEL START */

#banner {

    background-color: #fde9dd;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 4px solid #6561ab;

}

#banner .w-100 {

    width: 45% !important;

}

#banner .ms-5 {
    margin-left: 5rem !important;
}



/* CAROUSEL END */

/* Ads css start */
.widget{
    background-color: #ecf2ed;
    width: 728px;
    height: 90px;
    
}

.widget img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Ads css end */


/* TOP OFFERS START */

.top-offers .container .row {

    position: relative;

}

.top-offers .container .row .column {

    width: 300px;
    height: 300px;
    margin: 10px;
    padding: 0;
    position: relative;

}

.top-offers .container .row .column .top {

    width: 100%;

}

.top-offers .container .row .column .top img {

    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px 10px 0 0;

}

.top-offers .container .row .column .bottom {

    width: 100%;

}

.top-offers .container .row .column .bottom .logo {

    height: 70px;
    width: 70px;
    position: absolute;
    margin-left: 10px;
    top: 135px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;

}

.top-offers .container .row .column .bottom .logo a img {

    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;

}

.top-offers .container .row .column .bottom .content {

    margin-top: 20px;
    margin-left: 24px;

}

.top-offers .container .row .column .bottom .content p a {

    text-decoration: none;
    color: black;
    transition: 300ms;

}

.top-offers .container .row .column .bottom .content p a:hover {

    text-decoration: underline;

}

.top-offer-heading {

    text-align: center;
    margin-top: 3rem;

}

.top-offer-row a {

    text-decoration: none;
    color: black;

}

.top-offer-items {

    position: relative;
    border-radius: 10px;

}

.card-top {
    width: 305px;
    height: 160px;
}

.top-offer-image {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.card-mid {

    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    top: 47%;
    left: 5%;
    background-color: white;
    border-radius: 2.5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 8px gray;
}

.top-offer-logo {

    width: 70px;
    object-fit: cover;
    border-radius: 2.5px;

}

/* TOP OFFERS END */

/* POPULAR STORE START */



.popular-store-container-row-items {

    width: 200px;
    height: 75px;
    margin: 10px;
    border-radius: 10px;
    position: relative;

}

.popular-store-container-row-items a img {

    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;

}

.popular-store-container-row-items-overlap {

    padding-top: 1.5rem;
    line-height: 5px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #04a22b;
    left: 0;
    opacity: 0;
    transition: 300ms ease-in-out;
    color: white;

}

.popular-store-container-row-items:hover .popular-store-container-row-items-overlap {

    opacity: 1;

}

.popular-store-container-row-view a {

    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 1.5rem;

}

.popular-store-container-row-view {

    transition: 300ms ease-in-out;

}

.popular-store-container-row-view:hover {

    background-color: #04a22b;

}

.popular-store-container-row-view a:hover {

    color: white;

}

/* POPULAR STORE END */

/* ALL CATEGORIES START*/

#heading .categories {
    background: #6361aa;
    background: linear-gradient(178deg, #6361aa -8%, #6361aa 93%);
    color: #fff;
    padding: 12px 0;
    height: 210px;
}

#heading .categories .container {
    width: 100%;
    background: #6361aa;
    background: linear-gradient(178deg, #6361aa -8%, #6361aa 93%);
    margin: 0px auto;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    height: 190px;
}

#heading .categories .container .all-categories {
    display: inline-block;
    width: 200px;
    height: 180px;
    text-align: center;
    border-radius: 4px;
    background: #04a22b;
    box-shadow: 0 0 8px #04a22b;
    padding: 50px 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    margin-left: 30px;
}

#heading .categories .container .all-categories-section {
    display: inline-block;
    position: absolute;
    margin-left: 12px;
    word-wrap: normal;
    left: 259px;
    top: 41px;
    right: 50px;
    font-size: 13px;
    padding: 0 10px;

}

#main-content .container {

    position: relative;
    height: 50%;
    margin-top: 30px;
}

#main-content .container .list {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 200px;
    height: 250px;
    border-radius: 4px;
}

#main-content .container .list ul {
    margin: 15px 5px;

}

#main-content .container .list ul li {
    list-style: none;
}

#main-content .container .list ul li a {
    list-style: none;
    line-height: 2.5rem;
    color: gray;
    text-decoration: none;
}

#main-content .container .list ul li a:hover {
    color: #04a22b;
    transition: 300ms ease-in-out;
}

#main-content .container .row .categories-heading h6 a {
    color: #04a22b;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

#main-content .container .row .categories-heading h6 a:hover {
    text-decoration: underline;
}

#main-content .container .row .categories-heading ul li {
    list-style: square;
}

#main-content .container .row .categories-heading ul li:hover {
    color: #04a22b;
}

#main-content .container .row .categories-heading ul li a {
    text-transform: capitalize;
    color: black;
    text-decoration: none;
}

#main-content .container .row .categories-heading ul li a:hover {
    color: #04a22b;
}

/* ALL CATEGORY END */




/* POPULAR CATEGORIES START */

#popular-categories {

    margin-bottom: 10rem;

}

.popular-categories-container-row-items {

    height: 100px;
    width: 200px;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    position: relative;

}

.popular-categories-container .popular-categories-container-row-items a img {

    height: 100%;
    width: 100%;
    object-fit: contain;

}

.popular-categories-container-row-items-overlap {

    padding-top: 3rem;
    line-height: 5px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #04a22b;
    left: 0;
    opacity: 0;
    transition: 300ms ease-in-out;
    color: white;

}

.popular-categories-container-row-items:hover .popular-categories-container-row-items-overlap {

    opacity: 1;

}

.popular-categories-main-offer-row-items {

    width: 50px;
    height: 300px;
    margin: 5px;

}

.popular-categories-main-offer-row-items a {

    text-decoration: none;
    color: black;

}

.offer-container a .head {
    font-weight: bold;
    color: #04a22b;
}

.offer-container a .offer-image {

    width: 200px;
    height: 90px;
}

.offer-container a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    margin-left: 10px;
}

.offer-container a img:hover {
    box-shadow: 0 0 8px #c8dccf;
}

.offer-container a .body {
    margin-top: 1rem;
}

.offer-container a button {
    margin-top: 0.2rem;
    width: 100%;
}


#popular_category23,
#popular_category24,
#popular_category26,
#popular_category41 {

    display: none;

}

#popular-categories .popular-categories-main-row-items {

    padding: 40px;

}

#popular-categories .top-offer-container-row-column {

    width: 269px;
    height: 215px;
    margin-left: 33px;
    position: relative;
    margin-bottom: 30px;

}

#popular-categories .top-offer-container-row-column-bottom-logo {

    width: 244px;
    height: 50px;
    margin-top: 20px;
    padding: 2px;

}

#popular-categories .top-offer-container-row-column-bottom-logo a img {

    width: 100%;
    height: 100%;
    object-fit: contain;

}

#popular-categories a {

    text-decoration: none;
    color: black;

}

#popular-categories a:hover {

    text-decoration: underline;

}

#popular-categories .top-offer-container-row-column-bottom button {

    position: absolute;
    bottom: 15px;
    background-color: #04a22b;
    margin-left: 75px;
    margin-top: 40px;

}

#popular-categories button a {

    color: #FFF;
    text-decoration: none;

}

#popular-categories .top-offer-container-row-column-bottom-content {

    margin-top: 20px;

}

#popular-categories .top-offer-container-row-column-bottom-content p{
    text-align: justify center;
    text-justify: inter-word;
    padding: 0px 10px;
}



/* MEDIA QUERY */


/*Phone Media Query*/

/*@media only screen and (min-width: 400px){*/
    
/*    #popular-categories .top-offer-container-row-column {*/
/*        width: 142px;*/
/*        height: 200px;*/
/*        position: relative;*/
/*        margin-bottom: 15px;*/
/*        margin-right: auto;*/
/*        margin-left: auto;*/
/*    }*/
/*    #popular-categories .popular-categories-main-row-items {*/
/*        padding: 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {

    .top-bar ul {
        padding-left: 6.5rem;
    }

    #navbar .bottom a img {
        width: 170px;
        margin-left: 0;
    }

    #navbar .navbar form input[type="search"] {
        display: none;
    }

    #navbar .navbar .nav-pos .submit {
        display: none;
    }

    #banner .ms-5 {
        margin-left: 0rem !important;
    }

    #banner .me-3 {
        margin-right: 0.3rem !important;
    }

    #banner .w-100 {
        width: 100% !important;
    }

    .top-offers .container .row .column {
        width: 167px;
        height: 245px;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 0;
        margin-right: auto;
    }

    .top-offers .container .row .column .bottom .logo {
        height: 60px;
        width: 60px;
        position: absolute;
        margin-left: 10px;
        top: 75px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }

    .top-offers .container .row .column .bottom .content {
        margin-top: 27px;
        margin-left: 8px;
    }

    .top-offers .container .row .column .bottom .content p a {
        text-decoration: none;
        color: black;
        transition: 300ms;
        font-size: 12px;
    }

    .popular-store-container-row .col-12 {
        flex: 0 0 auto;
        width: 95.5%;
    }

    #popular-categories .popular-categories-container-row {

        margin-left: -5px;
        margin-right: -4px;

    }

    .popular-categories-container-row-items {
        height: 85px;
        width: 200px;
        border-radius: 10px;
        margin: 5px;
        margin-top: 5px;
        padding: 20px;
        padding-right: 20px;
        padding-left: 20px;
        position: relative;
    }

    #heading .categories .container .all-categories {
        display: inline-block;
        width: 173px;
        height: 44px;
        text-align: center;
        border-radius: 4px;
        background: #04a22b;
        box-shadow: 0 0 8px #04a22b;
        padding: 6px 8px;
        font-size: 1.5rem;
        text-transform: uppercase;
        position: absolute;
        top: -20px;
        margin-left: -3px;
    }

    #heading .all-categories-heading {

        display: none;

    }

    #heading .categories .container .all-categories-section {
        display: inline-block;
        position: absolute;
        margin-left: 12px;
        word-wrap: normal;
        left: 0;
        top: 32px;
        right: 0;
        font-size: 12px;
        padding: 0px 4px;
    }

    #main-content .container .list {
        display: none;
    }

    #main-content .mt-4 {
        margin-top: 11.5rem !important;
    }

    #main-content .ms-2 {
        margin-left: 0rem !important;
    }

    .popular-categories-container-row-items-overlap {
        padding-top: 1.5rem;
        line-height: 16px;
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background-color: #04a22b;
        left: 0;
        opacity: 0;
        transition: 300ms ease-in-out;
        color: white;
    }

    #navbar .bottom .mega-menu {
        display: none;
    }

    #main-content .container .list {
        position: absolute;
        left: 14px;
        top: -17px;
        width: 358px;
        height: 186px;
        border-radius: 4px;
    }

    #main-content .container .list ul {
        margin: 15px 80px;
    }

    #offer_main .container .row .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    #offer_main .container .row .main-container .main-content-top-bar {
        display: none;
    }

    #offer_main .filter {
        display: none;
    }


    #main-content .mt-4 {
        margin-top: 0.5rem !important;
    }

    #main-content .container .sidebar {

        display: none;

    }
    
    #popular-categories .top-offer-container-row-column {
      width: 158px;
      height: 200px;
      position: relative;
      margin-bottom: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    
      #popular-categories .top-offer-container-row-column-bottom-logo {
      width: 110px;
      height: 40px;
      margin-top: 7px;
      padding: 2px;
      margin-left: auto;
      margin-right: auto;
      
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content {
        margin-top: 5px;
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content p {
      text-align: justify center;
      text-justify: inter-word;
      padding: 0px 0px;
      font-size: 13px;
    }
    
    #popular-categories .top-offer-container-row-column-bottom button {
        position: absolute;
        bottom: 10px;
        left: 2.5rem;
        background-color: #04a22b;
    }
    
    #popular-categories .popular-categories-main-row-items {
      padding: 16px;
    }
}




/*Tablet Media Query*/
@media only screen and (min-width: 600px) {

    #navbar .bottom .mega-menu {
        display: none;
    }

    #banner .ms-5 {
        margin-left: 2rem !important;
    }

    .top-offers .container .row .column {
        width: 252px;
        height: 300px;
        margin: 9px;
        padding: 0;
        position: relative;
    }

    .top-offers .container .row .column .bottom .logo {
        height: 70px;
        width: 70px;
        position: absolute;
        margin-left: 10px;
        top: 145px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }

}

/*Laptop Media Query*/


@media only screen and (min-width: 600px) and (max-width: 768px) {

    .top-offers .container .row .column {
        width: 300px;
        height: 300px;
        margin: 30px;
        padding: 0;
        position: relative;
    }
    
   #popular-categories .top-offer-container-row-column {
      width: 225px;
      height: 200px;
      position: relative;
      margin-bottom: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    
        #popular-categories .top-offer-container-row-column-bottom-logo {
      width: 100px;
      height: 40px;
      margin-top: 7px;
      padding: 2px;
      margin-left: auto;
      margin-right: auto;
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content p {
      text-align: justify center;
      text-justify: inter-word;
      padding: 0px 0px;
      font-size: 14px;
    }
    
    #popular-categories .top-offer-container-row-column-bottom button {
    position: absolute;
    bottom: 11px;
    background-color: #04a22b;
    margin-left: 60px;
    margin-top: 40px;
    }
    
    #popular-categories .popular-categories-main-row-items {
      padding: 24px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 992px) {

    .top-offers .container .row .column {
        width: 300px;
        height: 300px;
        margin: 30px;
        padding: 0;
        position: relative;
    }
    
    #popular-categories .popular-categories-main-row-items {

    padding: 40px;
    
    }
    
    #popular-categories .top-offer-container-row-column {
    
        width: 269px;
        height: 215px;
        margin-left: 33px;
        position: relative;
        margin-bottom: 30px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo {
    
        width: 244px;
        height: 50px;
        margin-top: 20px;
        padding: 2px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo a img {
    
        width: 100%;
        height: 100%;
        object-fit: contain;
    
    }
    
    #popular-categories a {
    
        text-decoration: none;
        color: black;
    
    }
    
    #popular-categories a:hover {
    
        text-decoration: underline;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom button {
    
        position: absolute;
        bottom: 15px;
        background-color: #04a22b;
        margin-left: 50px;
        margin-top: 40px;
    
    }
    
    #popular-categories button a {
    
        color: #FFF;
        text-decoration: none;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content {
    
        margin-top: 20px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content p{
        text-align: justify center;
        text-justify: inter-word;
        padding: 0px 10px;
    }

}

/*Desktop Media Query*/
@media only screen and (min-width: 992px){

    .top-offers .container .row .column {
        width: 300px;
        height: 300px;
        margin: 10px;
        padding: 0;
        position: relative;
    }

    #navbar .navbar .nav-pos .submit {
        border-radius: 20px;
        right: 3.17rem;
    }

    #navbar .navbar form input[type="search"] {
        border: 1px solid green;
        width: 14rem;
        border-radius: 20px;
        margin-right: 0rem;
    }
    
    #popular-categories .popular-categories-main-row-items {

    padding: 25px;
    
    }
    
    #popular-categories .top-offer-container-row-column {
    
        width: 258px;
        height: 215px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: 30px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo {
    
        width: 231px;
        height: 45px;
        margin-top: 20px;
        padding: 2px;
    }
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo a img {
    
        width: 100%;
        height: 100%;
        object-fit: contain;
    
    }
    
    #popular-categories a {
    
        text-decoration: none;
        color: black;
    
    }
    
    #popular-categories a:hover {
    
        text-decoration: underline;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom button {
    
        position: absolute;
        bottom: 11px;
        background-color: #04a22b;
        margin-left: 70px;
        margin-top: 40px;
    }
    
    }
    
    #popular-categories button a {
    
        color: #FFF;
        text-decoration: none;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content {
    
        margin-top: 20px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content p{
        text-align: justify center;
        text-justify: inter-word;
        padding: 0px 10px;
    }

}

/*Large Desktop Media Query*/
@media only screen and (min-width: 1200px) {

    #navbar .navbar-nav {
        margin-left: 180px;
        margin-right: 128px;
    }

    #navbar .navbar .nav-pos .submit {
        border-radius: 20px;
        right: 3.17rem;
    }

    #navbar .navbar form input[type="search"] {
        border: 1px solid green;
        width: 14rem;
        border-radius: 20px;
        margin-right: 0rem;
    }

    #navbar .navbar-bottom {

        margin-right: 40px;

    }

    #navbar .bottom .mega-menu {
        position: absolute;
        top: 120%;
        width: 50%;
        height: 360px;
        left: 25%;
        opacity: 0;
        visibility: hidden;
        transition: 500ms;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: white;
        z-index: 5;
    }

    #banner .ms-5 {
        margin-left: 3.5rem !important;
    }

    .top-offers .container .row .column {
        width: 265px;
        height: 300px;
        margin: 10px;
        padding: 0;
    }

    .top-offers .container .row .column .bottom .logo {
        height: 70px;
        width: 70px;
        position: absolute;
        margin-left: 10px;
        top: 120px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }

    .top-offers .container .row .column .bottom .content {
        margin-top: 20px;
        margin-left: 9px;
    }

    .top-offers .container .row .column .bottom .content p a {
        text-decoration: none;
        color: black;
        transition: 300ms;
        font-size: 15px;
    }

    .popular-categories-main-offer-row-items {

        height: 275px;
        width: 200px;

    }
    
    #popular-categories .popular-categories-main-row-items {

    padding: 15px;
    
    }
    
    #popular-categories .top-offer-container-row-column {
    
        width: 251px;
        height: 215px;
        margin-left: 16px;
        position: relative;
        margin-bottom: 30px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo {
    
        width: 206px;
        height: 50px;
        margin-top: 20px;
        padding: 2px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-logo a img {
    
        width: 100%;
        height: 100%;
        object-fit: contain;
    
    }
    
    #popular-categories a {
    
        text-decoration: none;
        color: black;
    
    }
    
    #popular-categories a:hover {
    
        text-decoration: underline;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom button {
    
        position: absolute;
        bottom: 10px;
        background-color: #04a22b;
        margin-left: 63px;
        margin-top: 40px;
    
    }
    
    #popular-categories button a {
    
        color: #FFF;
        text-decoration: none;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content {
    
        margin-top: 20px;
    
    }
    
    #popular-categories .top-offer-container-row-column-bottom-content p{
        text-align: justify center;
        text-justify: inter-word;
        padding: 0px 10px;
    }

}

@media only screen and (min-width: 1400px) {

    #navbar .navbar-nav {
        margin-left: auto;
        margin-right: 4.5rem;
    }

    #navbar .navbar form input[type="search"] {
        border: 1px solid green;
        width: 17rem;
        border-radius: 20px;
    }

    #navbar .navbar .nav-pos .submit {
        border-radius: 20px;
        right: 5.8rem;
    }

    .top-offers .container .row .column {
        width: 310px;
        height: 300px;
        margin: 10px;
        padding: 0;
    }

    #navbar .navbar-bottom {

        margin-right: 40px;

    }

    .top-offers .container .row .column .bottom .logo {
        height: 70px;
        width: 70px;
        position: absolute;
        margin-left: 10px;
        top: 150px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }
    
    #popular-categories .popular-categories-main-row-items {

    padding: 40px;

}

#popular-categories .top-offer-container-row-column {

    width: 269px;
    height: 215px;
    margin-left: 22px;
    position: relative;
    margin-bottom: 30px;

}

#popular-categories .top-offer-container-row-column-bottom-logo {

    width: 244px;
    height: 50px;
    margin-top: 20px;
    padding: 2px;

}

#popular-categories .top-offer-container-row-column-bottom-logo a img {

    width: 100%;
    height: 100%;
    object-fit: contain;

}

#popular-categories a {

    text-decoration: none;
    color: black;

}

#popular-categories a:hover {

    text-decoration: underline;

}

#popular-categories .top-offer-container-row-column-bottom button {

    position: absolute;
    bottom: 15px;
    background-color: #04a22b;
    margin-left: 75px;
    margin-top: 40px;

}

#popular-categories button a {

    color: #FFF;
    text-decoration: none;

}

#popular-categories .top-offer-container-row-column-bottom-content {

    margin-top: 20px;

}

#popular-categories .top-offer-container-row-column-bottom-content p{
    text-align: justify center;
    text-justify: inter-word;
    padding: 0px 10px;
}

}


/*Extra Large Desktop Media Query*/
@media only screen and (min-width: 1600px) {

    #navbar .navbar-nav {
        margin-left: auto;
        margin-right: 13rem;
    }

    #navbar .navbar form input[type="search"] {
        border: 1px solid green;
        width: 14rem;
        border-radius: 20px;
        display: inline;
    }

    #banner .ms-5 {
        margin-left: 4.5rem !important;
    }

    .top-offers .container .row .column {
        width: 310px;
        height: 300px;
        margin: 10px;
        padding: 0;
    }

    .top-offers .container .row .column .bottom .logo {
        height: 70px;
        width: 70px;
        position: absolute;
        margin-left: 10px;
        top: 150px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }
    
    #popular-categories .popular-categories-main-row-items {

    padding: 40px;

}

#popular-categories .top-offer-container-row-column {

    width: 269px;
    height: 215px;
    margin-left: 33px;
    position: relative;
    margin-bottom: 30px;

}

#popular-categories .top-offer-container-row-column-bottom-logo {

    width: 244px;
    height: 50px;
    margin-top: 20px;
    padding: 2px;

}

#popular-categories .top-offer-container-row-column-bottom-logo a img {

    width: 100%;
    height: 100%;
    object-fit: contain;

}

#popular-categories a {

    text-decoration: none;
    color: black;

}

#popular-categories a:hover {

    text-decoration: underline;

}

#popular-categories .top-offer-container-row-column-bottom button {

    position: absolute;
    bottom: 15px;
    background-color: #04a22b;
    margin-left: 75px;
    margin-top: 40px;

}

#popular-categories button a {

    color: #FFF;
    text-decoration: none;

}

#popular-categories .top-offer-container-row-column-bottom-content {

    margin-top: 20px;

}

#popular-categories .top-offer-container-row-column-bottom-content p{
    text-align: justify center;
    text-justify: inter-word;
    padding: 0px 10px;
}

}



#footer {

    margin-top: 5%;
    background-color: #e4e4e4;
    border-top: 4px solid #6460aa;

}


body {
    margin: 0;
}

.box {
    background-color: #6460aa;
    color: white;
    text-align: center;
    z-index: 1;
}

.text {
    padding: 100px 0;
}

.box p {
    font-size: 18px;
}

.red {
    color: orangered;
}

.redline {
    width: 100px;
    height: 3px;
    background-color: red;
    border: none;
}

.touch h2 {
    padding-top: 20px;
    text-align: center;
}

.form-margin {
    margin-top: 40px;
}

.left {
    text-align: left;
}

h3 {
    font-variant: bold;
}

.redline-address {
    border: none;
    height: 3px;
    background-color: orangered;
    width: 140px;
    margin-bottom: 20px;
}

.address {
    padding-top: 50px;
}

.address p {
    font-weight: bold;
    color: #676565;
    margin: 3px;
}

.phone-e {
    padding: 15px 0;
}

.logo img {
    height: 50px;
    width: 150px;
    z-index: 2;
    float: left;
    /*margin-top: 10px;*/
}

.bottom-gap {
    margin-bottom: 100px;
}

/*validation css*/
input.ng-valid {
    background-color: #dff0d8;
}

input.ng-invalid {
    background-color: #f2dede;
}

input.ng-pristine {
    background-color: white;
}

textarea.ng-invalid {
    background-color: #f2dede;
}

textarea.ng-pristine {
    background-color: white;
}

textarea.ng-valid {
    background-color: #dff0d8;
}