:root {
    --primary-yellow: #f7941d;
    --seconday-blue: #0077C9;
    --primary-yellow-dark: #e07703;
    --off-white: #f4f6f5;;
    --light-black: #212529;;

}
/***********************************************/
/*   Navbar Begins  */
/* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  } */

#body {
    /* width: 100vw;*/
    box-sizing: border-box;
}

@keyframes zoom-in {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.90, 1);
    }

    100% {
        transform: scale(0.90, 1);
    }

}

@keyframes zoom-out {
    0% {
        transform: scale(0.90, 1);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }

}

.zoom-in {

    animation: zoom-in 1s ease;
    transform: scale(0.90, 1);
}

.zoom-out {

    animation: zoom-out 0.5s ease;
    transform: scale(1, 1);
}

.redirect-message {
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: fixed;
    display: none;
}

.redirect-holder {
    height: fit-content;
    width: fit-content;
    padding: 16px 16px;
    background-color: rgb(218, 218, 218);
    z-index: 1000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}


.loading {
    height: 400px;
    border: 10px solid white;
    width: 93% !important;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    background-color: orange;
}
.margin_y_5{
	margin-bottom:2rem !important;
	margin-top:2rem !important;
}
.fa-xmark {
    display: flex;
    font-size: 24px;
    margin-left: auto;
    justify-content: flex-end;
    cursor: pointer;
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

.nav-bar {
    margin: 0px;
    padding: 0px;
    background-color: var(--light-black);
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
    z-index: 1000;

    transition: 'all 0.5s ease-in';
}

.slider {
    margin: 0px;
    padding: 0px;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    z-index: 3000;
    margin-left: -1px;
    margin-top: -60px !important;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
}

#slider-image {
    margin: 0px;
    padding: 0px;
    background-color: black;
    width: 100%;
    padding: 8px;
    height: 60px;
    display: flex;
    align-items: center;

}

.slider-items {
    width: 30%;
    height: 100%;
    background-color: white;
    position: relative;
}





#line {
    margin: 8px auto;
    height: 1px;
    background-color: rgb(211, 211, 211);
    width: 93%;
}

.close-slider-box {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 68px;
    right: 10px;
}

.close-slider {
    font-size: 28px;
    cursor: pointer;
}

.nav-bar:target {
    height: 150px;
}

.nav-bar-inner {
    width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.fa-bars {
    color: white;
    visibility: hidden;
}

#logo-centered {
    display: none;
    cursor: pointer;
}

.nav-center {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.nav-center>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

.nav-center>ul>li {
    display: inline;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
}



.nav-right {
    width: 25%;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;

}

.nav-right>a {
    display: inline;
    text-decoration: none;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: white !important;
    cursor: pointer;
}

.nav-right>a:hover {
    display: inline;
    text-decoration: none;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: green !important;
    cursor: pointer;
}

.nav-right>p {
    margin: 0px;
    padding: 0px;
    display: inline;
    text-decoration: none;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: white !important;
    cursor: pointer;
    height: 80%;
}



.nav-left {
    width: 25%;
    display: flex;
    margin-left: auto;
}



#search-image {
    cursor: pointer;
}

#expandable-search-box {
    height: 40px;
    width: 200px;
    background-color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    display: none;

    transition: width 2s, height 2s;
}

#expandable-search-box:hover {
    width: 300px;
}

#search-query {
    height: 35px;
    width: 70%;
    border: none;
    margin-left: 16px;
}

#form1 {
    border: 2px solid red;
}

#search-query:focus {
    border: 0px solid transparent;
    outline: none;
}

.close-search {
    margin-left: auto;
    font-size: 25px;
    cursor: pointer;
    margin-right: 16px;
}

.search-suggestion {
    margin: 0px;
    background-color: white;
    height: 200px;
    overflow: auto;
    position: absolute;
    left: 51%;
    transform: translate(-50%, -50%);
    /* Move it halfway back(x,y) */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 10;
    border: 1px solid rgb(207, 207, 207);
    display: none;
    margin-top: 166px;
    padding: 1%;
}

.search-suggestion-items {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.search-suggestion-items>a {
    margin: 0px;
    padding: 0px;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 0px;
    padding: 0px;
    height: 50px !important;
    color: black;
    padding: 8px 8px;
    border-radius: 4px;
    font-size: 16px;
    outline: 1px solid black;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: black !important;
    cursor: pointer;
}

.search-suggestion-items>a:hover {
    background-color: green;
    color: white !important;
    outline: 1px solid black;
}

/*   Navbar Ends  */
/***********************************************/
/***********************************************/
/*   Hero Begins  */

.hero-container {
    background-color: rgb(17, 17, 17);
    height: 100px;
    display: flex;
    height: auto;
}

.hero-inner-container {
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 92px auto;
	margin-top: 120px;
	margin-bottom:40px;
    flex-direction: column;
    color: white;
    text-align: center;

}

.sac {
    text-align: center;
}

.hero-search {
    display: flex;
    height: 60px;
    width: 60%;
    display: flex;
    position: relative;

}

.selector {
    display: flex;
    background-color: green !important;
    background-color: white;
    border-radius: 0px !important;
    font-size: 16px;
    width: 100px !important;
}

.search-input {
    display: flex;
    width: 60%;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: white;
    outline: none;
    padding-left: 16px;

}

.dropdown-menu {
    background-color: green !important;
}

.dropdown-menu>a {
    color: white !important;
}

.dropdown-menu>a:hover {
    background-color: rgb(4, 138, 4) !important;

}


.dropdown-x {
    margin: 0px;
    padding: 0px;
    width: 60%;
    height: 100%;
    background-color: white;
    border-radius: 0px !important;
    font-size: 16px;
    text-align: center;
    display: flex;

}

.deals-or-coupons {
    height: 60px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    padding: 0px 16px;
    cursor: pointer;
}

.deals-or-coupons:hover {
    background-color: rgb(4, 138, 4)
}

.deals-or-coupons>p {
    margin: 0px;
    padding: 0px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.search-button {

    margin: 0px;
    padding: 0px;
    width: 20%;
    height: 100%;
    background-color: green;
    font-size: 16px;
    color: white;
    border: none;
}

.search-button:hover {
    background-color: rgb(4, 138, 4)
}

/*   Hero Ends  */
/***********************************************/
/***********************************************/
/*   Top Line Begins  */
.top-line {

    margin-right: 16px;
    margin-left: 16px;
}

.top-line>h1 {
    margin: 0px;
    padding: 0px;

    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    margin-top: 32px;
    text-align: center;
    font-weight: bold;
    transition: all 1s;

}

/*   Top Line Ends  */
/***********************************************/
/***********************************************/
/*   Link-Updtaed Begins  */
.links-updated {
    height: auto;
    margin: 0 auto;
    ;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    align-items: center;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
}

.links-updated>div {

    display: flex;
    width: 100%;
    flex-direction: row;

    align-items: center;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
}

.link-item {
    /* height: 120px;
    width: 120px; */
    height: 131px;
    width: 131px;
    border: 1px solid rgb(128, 128, 128, 0.5);

    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 4px;
    background-color: var(--off-white);
}

.link-item:hover {
    border-radius: 4px;
    box-shadow: 0px 6px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 6px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 6px 32px 7px rgba(125, 115, 115, 0.30);
    cursor: pointer;
    transition: all 0.3s;
}



.link-item>img {
    height: 50px;
    width: 50px;
    margin-bottom: 8px;
}

.link-item>p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*   Link-Updtaed Ends  */
/***********************************************/
/***********************************************/
/* Coupon Codes Begins */

.coupon-codes-top {

    width: 93%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    transition: all 0.3s;
}

.coupon-codes-top-curve {
    width: 20%;
    height: 60px;
    border-radius: 0px 90px 0px 0px;
    background-color: var(--primary-yellow);
    display: flex;
    align-items: center;
}

.coupon-codes-top-curve>h2 {
    margin: 0px;
    padding: 0px;
    width: 30%;
    margin-left: 16px;
    border-radius: 0px 90px 0px 0px;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: left;
}

.coupon-codes-view-all {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    font-size: 16px;
    color: var(--light-black);
    font-weight: bolder;
    cursor: pointer;
}

.coupon-codes-view-all:hover {
    text-decoration: underline;
}

.coupon-codes {
    margin: 0 auto;
    width: 93% !important;
    background-color: white;
    transition: all 0.3s;
    height: auto;
    padding-bottom: 8px;

}
.coupon-codess {
    margin: 0 auto;
    width: 93% !important;
    background-color: white;
    transition: all 0.3s;
    height: auto;
    border: 1px solid rgb(128, 128, 128, 0.5);
    padding-bottom: 8px;

}

.coupon-codes-item {
    margin: 0px !important;
    padding: 0px !important;
    transition: all 0.3s;
    height: auto;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 8px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.coupon-codes-item>div {



    width: 100%;
    background-color: white;
    border-radius: 4px;
    transition: all 0.3s;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid rgb(128, 128, 128, 0.5);
    background-color: white;
}
.coupon-code-row .coupon-codes-bottom-image i{
	margin-top:5px;
}
.coupon-code-row .coupon-codes-prominent{
	margin-top: 0;
    margin-bottom: 3rem;
    height: unset;
    width: 92%;
    justify-content: flex-start;
}
.coupon-codes-solid-bg {
    background-color: white;
    height: 40% !important;
    width: 100%;
}

.coupon-codes-brand-image {
    bottom: 0;
    margin-top: -35px;
    border-radius: 100px;
    border: 4px solid rgb(239, 239, 239);
    height: 90px;
    width: 90px;
}

.coupon-codes-item>div:hover {


    box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);

}

.coupon-codes-off {
    font-size: 16px;
    font-weight: bolder;
    background-color: var(--light-black);
    color: var(--off-white);
    padding: 5px 12px;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0px;
}

.coupon-codes-again {


    margin: 0 auto;
    font-size: 16px;
    font-weight: bolder;
    color: #008000;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: rgb(250, 251, 251);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='https://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='black' stroke-width='4' stroke-dasharray='5%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");


}

.coupon-codes-prominent {
    height: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

.coupon-codes-prominent>p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: black;
    font-weight: bolder;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.coupon-codes-bottom-text {
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 0px;
}

.coupon-codes-bottom-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    cursor: pointer;
	height: 1px;
    margin-right: 8px;
    margin-top: 10px;
}

.coupon-codes-bottom-image>i {

    margin-right: 8px;
}

.margin-left-coupon-codes {
    margin-left: 32px !important;
    background-color: white;
}

.margin-right-coupon-codes {
    margin-right: 32px !important;
}


.coupon-codes-last-seen-found-on-root {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    padding: 5px;

}

.coupon-codes-last-seen-found-on-root>div {
    width: 50% !important;
    display: flex;
    flex-direction: column;
    height: 50px;
    margin-bottom: 8px;

}

.coupon-codes-last-seen-found-on-root>div>p {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    font-size: 14px !important;
    text-align: center;

}

.coupon-codes-last-seen {

    font-style: italic;
}

.coupon-codes-last-seen-bold {

    font-weight: bolder;
    font-style: italic;
}

.coupon-codes-found-on {
    font-style: italic;
}

.coupon-codes-found-on-bold {
    font-weight: bolder;
    font-style: italic;
}








/* Coupon Codes Ends */

/***********************************************/
/***********************************************/
/*   Cashback Begins  */

.cashback {
    margin: 0 auto;
    ;
    width: 93% !important;
    border: 1px solid rgb(128, 128, 128, 0.5);
    margin-top: 32px;

/*    background-color: #008000;*/
background: linear-gradient(-45deg, #c9c615, #f7941d);
    transition: all 0.3s;

}

.cashback-item {
    margin: 0px !important;
    ;
    padding: 0px !important;
    ;
    transition: all 0.3s;
    height: 220px;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

#cb {
    width: 70%;
    color: white;
    font-size: 30px;
    font-family: Frijole, cursive;
    cursor: pointer;
}

#cb:hover {
    text-decoration: underline;
}

.cashback-item>div {



    width: 100%;
    background-color: white;
    border-radius: 4px;
    transition: all 0.3s;
    height: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.cashback-item>div:hover {


    box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);

}

.cashback-item>div>img {
    margin-top: 16px;
    height: 70px;
    width: 70px;
}

.cashback-prominent {
    height: 35px;
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--light-black);
    border-radius: 5px;
    margin-top: 8px;
}

.cashback-prominent>p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    width: 100%;
    color: var(--off-white);
    font-weight: bolder;
}

.cashback-bottom-text {
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
	font-weight:bolder;
    margin-left: 8px;
    margin-right: 8px;
}

.cashback-bottom-image {
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    cursor: pointer;
    position: absolute;
}

.cashback-bottom-image>i {

    margin-bottom: 8px;

}


.margin-left-cb {
    margin-left: 24px !important;
}

.margin-right-cb {
    margin-right: 32px !important;
}

.cb-text-div {

    background-color: #212529 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cb-text-div:hover {

    box-shadow: 0px 0px 0px 0px transparent !important;
}


/*   Cashback Ends  */
/***********************************************/
/***********************************************/
/*   Bogo Begins  */
.bogo-top {

    width: 93%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    transition: all 0.3s;
}

.bogo-top-curve {
    width: 20%;
    height: 60px;
    border-radius: 0px 90px 0px 0px;
    background-color: var(--primary-yellow);
    display: flex;
    align-items: center;
}
.bogo-top-curve>h2 {
    margin: 0px;
    padding: 0px;
    width: 30%;
    margin-left: 16px;
    border-radius: 0px 90px 0px 0px;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: left;
}

.bogo-view-all {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    font-size: 16px;
    color: var(--light-black);
    font-weight: bolder;
    cursor: pointer;
}

.bogo-view-all:hover {
    text-decoration: underline;
}

.bogo {
    margin: 0 auto;
    ;
    width: 93% !important;
    border: 1px solid rgb(128, 128, 128, 0.5);
    border-bottom: 1px solid rgb(128, 128, 128, 0.5);
    background-color: white;
    transition: all 0.3s;

}

.bogo-item {
    margin: 0px !important;
    ;
    padding: 0px !important;
    ;
    transition: all 0.3s;
    height: 200px;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.bogo-item>div {



    width: 100%;
    background-color: white;
    border-radius: 4px;
    transition: all 0.3s;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid rgb(128, 128, 128, 0.5);
}

.bogo-solid-bg {
    background-color: var(--light-black);
    height: 100px;
    width: 100%;
}

.bogo-brand-image {
    bottom: 0;
    margin-top: -25px;
    border-radius: 100px;
    border: 4px solid rgb(239, 239, 239);
}

.bogo-item>div:hover {


    box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);

}

.bogo-prominent {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

.bogo-prominent>p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    width: 100%;
    color: white;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -8px;
    height: 80px;
}

.bogo-bottom-text {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
	font-weight: bolder;
    margin-left: 8px;
    margin-right: 8px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.bogo-bottom-image {
    margin-top: -38px;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}

.bogo-bottom-image>i {
	color:white;
    margin-right: 8px;
}

.margin-left-bogo {
    margin-left: 32px !important;
}

.margin-right-bogo {
    margin-right: 32px !important;
}






/*   Bogo Ends  */
/***********************************************/
/***********************************************/
/*   Events Begins */

.events-top {

    width: 93%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    transition: all 0.3s;
}

.events-top-curve {
    width: 20%;
    height: 60px;
    border-radius: 0px 90px 0px 0px;
    background-color: var(--primary-yellow);
    display: flex;
    align-items: center;
}
.find_deals_top{
	width: 100%;
	margin: 0 auto;
	height: 49px;
	display: flex;
	align-items: center;
	margin-top: 32px;
	transition: all 0.3s;
}
.find_deals_curve {
    width: 20%;
    height: 65px;
    border-radius: 0px 90px 0px 0px;
    background-color: var(--light-black);
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.find_deals_top h2{
	margin: 0px;
    padding: 0px;
    width: 30%;
    margin-left: 16px;
    border-radius: 0px 90px 0px 0px;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: left;
}

.events-top-curve>h2 {
    margin: 0px;
    padding: 0px;
    width: 30%;
    margin-left: 16px;
    border-radius: 0px 90px 0px 0px;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: left;
}

.events-view-all {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    font-size: 16px;
    color: var(--light-black);
    font-weight: bolder;
    cursor: pointer;
}

.events-view-all:hover {
    text-decoration: underline;
}

.events {
    margin: 0 auto;
    ;
    width: 93% !important;
    border: 1px solid rgb(128, 128, 128, 0.5);
    border-bottom: 1px solid rgb(128, 128, 128, 0.5);
    background-color: white;
    transition: all 0.3s;

}

.events-item {
    margin: 0px !important;
    padding: 0px !important;
    transition: all 0.3s;
    height: 225px;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 10px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.events-item>div>img {
    margin-top: 16px !important;
    height: 70px;
    width: 70px;
    border: 1px solid red;
}

.events-item>div {



    width: 100%;
    background-color: white;
    border-radius: 4px;
    transition: all 0.3s;
    height: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid rgb(128, 128, 128, 0.5);
}

.events-solid-bg {
    height: 100px;
    width: 100%;
}

.events-item>div:hover {


    box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);

}

.events-prominent {

    width: 100%;
    display: flex;
    text-align: center;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15% !important;
    height: 60px;
    margin-top: 16px;
}

.events-percentage-off {
    margin: 0px;
    padding: 3px 10px;
    font-size: 14px;
    color: white;
    text-align: start;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
    border-radius: 4px;
    background-color: var(--light-black);
}


.events-prominent>p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    width: 100%;
    color: white;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -8px;
    height: 80px;
}

.events-bottom-text {
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
	font-weight:bolder;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 15px;
    height: 4.5em;
}

.events-bottom-image {
	margin-top: 0px;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    cursor: pointer;
    height: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.events-bottom-image>i {

    padding-right: 8px;
}



.margin-left-events {
    margin-left: 32px !important;
}

.margin-right-events {
    margin-right: 32px !important;
}




/*   Begins Ends  */
/***********************************************/
/***********************************************/

/*   Sales & Clearence Begins  */
.sale-clearence-top {


    width: 93% !important;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    transition: all 0.3s;
}

.sale-clearence-top-curve {
    width: 20%;
    height: 60px;
    border-radius: 0px 90px 0px 0px;
    background-color: var(--primary-yellow);
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.sale-clearence-top-curve>h2 {
    margin: 0px;
    padding: 0px;
    width: 30%;
    margin-left: 16px;
    border-radius: 0px 90px 0px 0px;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: left;
}

.sale-clearence-view-all {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    font-size: 16px;
    color: var(--light-black);
    font-weight: bolder;
    cursor: pointer;
}

.sale-clearence-view-all:hover {
    text-decoration: underline;
}

.sale-clearence {
    margin: 0 auto;
    ;
    width: 93% !important;
    border: 1px solid rgb(128, 128, 128, 0.5);
    border-bottom: 1px solid rgb(128, 128, 128, 0.5);
    background-color: white;
    transition: all 0.3s;
    height: auto;
    padding-bottom: 32px;

}

.sale-clearence-item {
    margin: 0px !important;
    padding: 0px !important;
    transition: all 0.3s;
    height: 328px;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.sale-clearence-item>div {



    width: 100%;
    background-color: white;
    border-radius: 4px;
    transition: all 0.3s;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid rgb(128, 128, 128, 0.5);
    background-color: white;
}

.sale-clearence-solid-bg {
    background-color: var(--light-black);
    height: 40% !important;
    width: 100%;
}

.sale-clearence-brand-image {
    bottom: 0;
    margin-top: -35px;
    border-radius: 100px;
    border: 4px solid rgb(239, 239, 239);
    height: 90px;
    width: 90px;
}

.sale-clearence-item>div:hover {


    box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -webkit-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);
    -moz-box-shadow: 0px 4px 32px 7px rgba(125, 115, 115, 0.30);

}

.sale-clearence-off {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bolder;
    background-color: var(--light-black);
    color: white;
    padding: 5px 12px;
    text-align: center;
    border-radius: 5px;
    margin-top: 8px;
}
.sale-clearence-again {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bolder;
    color: var(--primary-yellow-dark);
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 0px;

}

.sale-clearence-prominent {
    height: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}

.sale-clearence-prominent>p {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    width: 100%;
    color: white;
    font-weight: bolder;
    margin-left: 8px;
    margin-right: 8px;
}

.sale-clearence-bottom-text {
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.sale-clearence-bottom-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    cursor: pointer;
    margin-top: -24px;

    margin-right: 8px;
    margin-bottom: 8px;
}

.sale-clearence-bottom-image>i {


    padding-right: 8px;
}

.margin-left-sale-clearence {
    margin-left: 32px !important;
    background-color: white;
}

.margin-right-sale-clearence {
    margin-right: 32px !important;
}


.sale-clearence-last-seen-found-on-root {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.sale-clearence-last-seen-found-on-root>div {
    width: 50% !important;
    display: flex;
    flex-direction: column;
    height: 50px;
    margin-bottom: 8px;

}

.sale-clearence-last-seen-found-on-root>div>p {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    font-size: 13px !important;
    text-align: center;

}

.sale-clearence-last-seen {

    font-style: italic;
}

.sale-clearence-last-seen-bold {

    font-weight: bolder;
    font-style: italic;
}

.sale-clearence-found-on {
    font-style: italic;
}

.sale-clearence-found-on-bold {
    font-weight: bolder;
    font-style: italic;
}





/*   Sales & Clearence Ends   */

/***********************************************/
/***********************************************/
/*   Compare Model Begins  */




.compare-model-container {

    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    overflow: auto;
    scroll-behavior: smooth;
    transition: all 0.3s;
}

::-webkit-scrollbar {
    /*display: none;*/
}

.content-holder {
    display: flex;
    flex-direction: row;
    width: max-content;
    margin: 0 auto;
}



#ctm {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 32px;
}

#ctm-title {
    height: 60px;
}

.models-root {
    position: relative;
}
.deals-item .product-image-container i.fa-heart{
	float:left;
	margin-top:8px;
}

.actual-model {
    height: 300px;
    margin-left: 2px;
    margin-right: 2px;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgb(178, 178, 178);
}

.actual-model:hover {

    box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
    -webkit-box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
    -moz-box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
}

.product-image-container {
    position: relative;
}

.product-image-container>p {
    position: absolute;
    margin: 0px;
    padding: 0px;
    color: white;
    background-color: var(--seconday-blue);
    right: 8px;
    top: 8px;
    padding: 4px 12px;
    font-size: 14px;

}


.product-ratings {
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}

.fa-star,
.fa-star-half-stroke {
    color: #FF9529;
}

#line {

    margin: 8px auto;
    height: 1px;
    background-color: rgb(211, 211, 211);
    width: 93%;
}

.product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93%;
    margin: 5px auto;
    height: unset;
    overflow: hidden;
}

.product-price>h2 {
    margin: 0px;
    padding: 0px;
    display: flex;
    font-size: 16px;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

#price-d {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bolder;
    color: green;
}

.product-name {
    width: 93%;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
	font-weight:bolder;
    height: auto;
}

.product-name:hover {
    text-decoration: underline;

}

.product-list-of-items {
    width: 93%;
    margin: 0 auto;
}

.product-list-of-items>ul {
    list-style-position: inside;
    padding-left: 0;
}

.product-list-of-items>ul>li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.product-likeNShare {
    display: flex;
    height: 40px;
}

.product-likeNShare>div {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(202, 202, 202);
}

.buy {
    margin: 0px;
    padding: 0px;
    justify-content: flex-start;
}

.product-likeNShare>div>p {
    margin: 0px;
    padding: 0px;
}

.buy:hover {
    background-color: rgb(243, 240, 240);
}

.compare:hover {
    background-color: rgb(243, 240, 240);
}

.buy>button {
    background-color: white;
    outline: none;
    width: 100%;
    height: 35px;
    border: 0px solid rgb(243, 240, 240);
}

.buy>button:hover {
    background-color: rgb(243, 240, 240);
    outline: none;
}







/*   Compare Model Ends  */
/***********************************************/
/***********************************************/
/*   Info Begins  */

.info-container {
	background-color: black;
    color: white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: 93%;
    margin: 10px auto;
    padding: 0 10px;
}

.info-container>h2 {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

/*   Info Ends  */
/***********************************************/
/*   Best Deals Begins  */

.best-deals-container {
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    width: 93%;
    margin: 0 auto;
}

.best-deals-inner-container {
    width: 100%;
    margin: 0 auto;
}

.best-deals-inner-container>h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.best-deals-inner-container>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    margin-bottom: 16px;
}

.best-deals-inner-container>ul>li {
    display: inline;
    text-decoration: none;
    font-size: 16px;
    margin-right: 16px;
    cursor: pointer;
}

.best-deals-inner-container>ul>li:hover {

    color: green;
}

#line-2 {

    margin: 8px auto;
    height: 1px;
    background-color: rgb(211, 211, 211);
    width: 100%;
}

.bd-holder {

    margin-top: 16px;
}

.actual-bd {
    margin-left: 2px;
    margin-right: 2px;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgb(201, 201, 201);
    width: 350px;
    display: block;

}

.actual-bd-loading {
    margin: 0 auto;
    margin-left: 2px;
    margin-right: 2px;

    height: 260px;
    cursor: pointer;
    border: 1px solid rgb(201, 201, 201);
    width: 350px;
    display: block;

    color: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;

}

.actual-bd:hover {

    box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
    -webkit-box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
    -moz-box-shadow: -1px -1px 5px 5px rgba(124, 124, 124, 0.38);
}

.lovely {
    background-color: orange;
    height: 200px;
    width: 300px !important;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.discount {
    font-weight: bold;
    color: blue;
}

.td-upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 93%;
    margin: 0 auto;
    margin-top: 8px;
}

.td-upper>div {
    width: 70%;
    margin-right: auto;

}

.td-upper>div>p {

    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;

}

.td-upper>img {
    height: 60px;
    border-radius: 16px;
    padding: 8px;

}

.td-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 93%;
    margin: 0 auto;
}

.td-bottom>button {
    margin-right: auto;
    border: none;
    background: transparent;
    background-color: green;
    color: white;
}

.td-bottom>img {

    cursor: pointer;
}


.bd-list-of-items {
    width: 93%;
    margin: 0 auto;
}

.bd-list-of-items>ul {
    list-style-position: inside;
    padding-left: 0;
}

.bd-list-of-items>ul>li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.m-holder {
    margin-top: 10px;
}

.image-div {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.red {
    color: red;
}


.fa-heart {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 16px;
}

.nmo-links {
    color: black;
    cursor: pointer;
}

.nmo-links:hover {
    text-decoration: underline;
    color: black;
}

.bogo-heart {
    color: black;
}

@media only screen and (max-width: 991px) {
    .bogo-heart {
        margin-right: 18px;
    }
}


/*   Best Deals Ends  */
/***********************************************/
/***********************************************/
/*   Above Footer Begins  */

.above-footer {
    margin: 0 auto;
    ;
    width: 100% !important;
    margin-top: 32px;
    transition: all 0.3s;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.3s;
    overflow: auto;
    scroll-behavior: smooth;
    overflow: auto;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;

}

.above-footer-inner {
    margin: 0 auto;
    ;
    width: 85% !important;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    overflow: auto;
    scroll-behavior: smooth;
    overflow: auto;
    white-space: nowrap;
    overflow-x: hidden;

}

.above-footer-item {
    margin: 0px;
    padding: 0px;
    transition: all 0.3s;
    background-color: white;
    border-radius: 4px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgb(128, 128, 128, 0.5);
    margin-top: 8px;
    margin-bottom: 8px;

    margin-right: 16px;
    padding: 8px 8px;
    width: 350px;
    white-space: nowrap;
}

.above-footer-item:hover {


    box-shadow: 0px 4px 22px 7px rgba(125, 115, 115, 0.10);
    -webkit-box-shadow: 0px 4px 22px 7px rgba(125, 115, 115, 0.10);
    -moz-box-shadow: 0px 4px 22px 7px rgba(125, 115, 115, 0.10);

}

.above-footer-item>img {

    margin: 0px;
    padding: 0px;

}

.above-footer-item>p {

    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 8px;

}


#left-click {
    position: absolute;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-color: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(245, 245, 245);
    cursor: pointer;
    margin-left: 16px;
    border-radius: 4px;
}

#right-click {
    position: absolute;
    z-index: 999;
    right: 0%;
    height: 40px;
    width: 40px;
    background-color: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(245, 245, 245);
    cursor: pointer;
    margin-right: 16px;
    border-radius: 4px;
}

#left-click:hover {
    background-color: var(--light-black);
}

#right-click:hover {

    background-color: var(--light-black);
}

/*   Above Footer Ends  */
/***********************************************/
/***********************************************/
/* Never Miss Out Begins */

.never-miss-out {
    width: 100%;
    background-color: var(--off-white);
    padding: 20px;
}

.never-miss-out-inner {
    width: 93%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0px;
    transition: all 0.3s;

}

.left-nmo {
    height: auto;
    width: 50%;
}

.left-nmo>h2 {
    font-size: 34px;
    font-weight: bolder;
}

.left-nmo>p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 16px;
    width: 80%;

}

.right-nmo {
    height: auto;
    width: 50%;
}

.sub-message-111 {
    width: 93%;
}

#email {
    width: 93%;
    margin: 0 auto;
    height: 50px;
    padding-left: 8px;
    border-radius: 4px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.right-nmo>p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 8px;
    font-weight: bold;
}

.alert-frequency {
    width: 93%;
    margin: 0 auto;
    height: 40px;
    background-color: white;
    border: 1px solid rgb(128, 128, 128, 0.5);
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.alert-preference {
    width: 93%;
    margin: 0 auto;
    height: 40px;
    background-color: white;
    border: 1px solid rgb(128, 128, 128, 0.5);
    margin-bottom: 16px;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.subscribe-button {
    height: 50px;
    width: 120px;
    font-size: 16px;
    background-color: var(--primary-yellow);
    color: white;
    outline: none;
    border: none;
    border-radius: 4px;
    transition: all 0.3s;

}

.subscribe-button:hover {
    transition: all 0.3s;
    box-shadow: 0px 4px 12px 7px rgb(2, 57, 2, 0.2);
    -webkit-box-shadow: 0px 4px 12px 7px rgb(2, 57, 2, 0.2);
    -moz-box-shadow: 0px 4px 12px 7px rgb(2, 57, 2, 0.2);
}

.afp {
    margin: 0 auto !important;
    width: 93%;
    text-align: start;
    margin-left: 0px !important;
}


@media (max-width: 770px) {

    .never-miss-out-inner {
        flex-direction: column;
        transition: all 0.3s;

    }

    .never-miss-out-inner>div {
        width: 100%;
        text-align: center;
        margin: 0 auto;

    }

    .left-nmo>h2 {

        font-size: 24px;
    }

    .left-nmo>p {

        width: 100%;
    }

    #login-sub {
        margin-bottom: 32px;
    }

    .afp {
        margin: 0 auto;
        width: 93%;
    }

}




/* Never Miss Out Ends*/
/***********************************************/
/***********************************************/
/*   Footer Begins  */

.footer-container {

    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(0, 0, 0);

}

.footer-inner-container {
    height: auto;
    width: 93%;
    margin: 0px;
    margin: 0 auto;
    padding: 20px 0;
}

.heading {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 32px;
    font-size: 20px;
    font-weight: bolder;
    color: white;
}

.footer-inner-container>div {
    margin: 0px;
    padding: 0px;
}

.s {
    margin: 0px;
    padding: 0px;
    color: white;
}


.s>ul {
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
    margin-top: 32px;
}

.s>ul>li {
    margin: 0px;
    padding: 0px;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
    text-decoration: none;
    margin-top: 4px;
    font-size: 16px;
}

.s>ul>li:hover {
    text-decoration: underline;
    color: green;
}

.bottom {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: rgb(66, 66, 66);
    height: 60px;
    margin-top: auto;
    margin-top: 48px;
}

.bottom>p {
    width: 93%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    color: white;

}

/*   Footer Ends  */
/***********************************************/

@media (min-width: 1500px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 90% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        width: 90%;
        /* Full width */
        transition: 0.3s all !important;
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 90%;
        /* Full width */
        transition: 0.3s all !important;
    }

}

@media (min-width: 1650px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 80% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        width: 80%;
        /* Full width */
        transition: 0.3s all !important;
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 80%;
        /* Full width */
        transition: 0.3s all !important;
    }

}

@media (min-width: 1800px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 75% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        width: 75%;
        /* Full width */
        transition: 0.3s all !important;
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 75%;
        /* Full width */
        transition: 0.3s all !important;
    }

}

@media (min-width: 2000px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 67% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        width: 67%;
        /* Full width */
        transition: 0.3s all !important;
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 67%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 2300px) {


    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 50% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        transition: 0.3s all !important;
        width: 50%;
        /* Full width */
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 50%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 3000px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 33% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        transition: 0.3s all !important;
        width: 33%;
        /* Full width */
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 33%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 4000px) {

    .b-root {
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        width: 25% !important;
        flex-direction: column;
        margin: 0 auto !important;
        transition: 0.3s all !important;

    }

    .nav-bar-inner,
    .footer-inner-container {

        transition: 0.3s all !important;
        width: 25%;
        /* Full width */
    }

    .footer-container {

        width: 100% !important;
        /* Full width */
        transition: 0.3s all !important;
    }

    .never-miss-out-inner,
    .hero-inner-container {
        width: 25%;
        /* Full width */
        transition: 0.3s all !important;
    }
}



@media (max-width: 1024px) {

    .nav-left {

        display: flex;
        align-items: center;
    }

    #logo {

        display: none;
    }

    #logo-centered {
        display: flex;
    }

    .fa-bars {
        margin: 0px;
        padding: 0px;
        color: white;
        visibility: visible;
        font-size: 30px;
        margin: auto 0px;
    }


    .nav-center>ul {
        display: none;
    }

    .nav-right {
        display: flex;
        margin-left: auto;
    }

}
@media (max-width: 900px) {
    
}
@media (max-width: 991px) {

.bogo-row .fa-heart {
    margin-top: -25px !important;
    margin-right: 10px !important;
}

    /* Linked Update */
    .links-updated {
        height: auto;
        margin: 0 auto;
        width: 93%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
/*        border: 1px solid rgb(128, 128, 128, 0.5);*/
        margin-top: 32px;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s;
    }

    .link-item {
        height: 160px;
        width: 160px;
        border: 1px solid rgb(128, 128, 128, 0.5);
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
        border-radius: 4px;
        transition: all 0.3s;
        background-color: var(--off-white);
    }

    /*   Cashback */
    .cashback-item>div {



        width: 93%;
        margin: 0 auto;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s;
        height: 220px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;

    }

    .margin-left-cb {
        margin-left: 0px !important;
        background-color: transparent !important;
    }

    .margin-right-cb {
        margin-right: 8px !important;
        margin-bottom: 32px !important;
    }

    #cb {
        width: 70%;
        color: white;
        font-size: 30px;
        font-family: Frijole, cursive;
        cursor: pointer;
        text-align: center;
    }

    /*   Coupon Codes */
    .coupon-codes-top-curve {
        width: 60%;
    }

    .coupon-codes-top-curve>h2 {
        font-size: 14px;
    }

    .coupon-codes-view-all {
        font-size: 14px;
    }

    .coupon-codes-item {
        margin: 0px !important;
        ;
        padding: 0px !important;
        ;
        transition: all 0.3s;
        height: auto;
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        transition: all 0.3s;
    }

    .coupon-codes-item>div {
        width: 93%;
        margin: 0 auto;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        border: 1px solid rgb(128, 128, 128, 0.5);
        background-color: white;
        margin-top: 8px;
        transition: all 0.3s;
    }

    .margin-left-coupon-codes {
        margin-left: 8px !important;
        background-color: transparent;
    }

    .margin-right-coupon-codes {
        margin-right: 8px !important;
    }

    .coupon-codes-last-seen-found-on-root {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 12px;

    }

    /*   Coupon Codes */
    .sale-clearence-top-curve {
        width: 60%;
    }

    .sale-clearence-top-curve>h2 {
        font-size: 14px;
    }

    .sale-clearence-view-all {
        font-size: 14px;
    }

    .sale-clearence-item {
        width: 93%;
        margin: 0px !important;
        padding: 0px !important;
        transition: all 0.3s;
        height: auto;
        width: 100%;
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        transition: all 0.3s;
    }

    .sale-clearence-item>div {
        width: 93%;
        margin: 0 auto;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        border: 1px solid rgb(128, 128, 128, 0.5);
        background-color: white;
        margin-top: 8px;
        transition: all 0.3s;
    }

    .margin-left-sale-clearence {
        margin-left: 8px !important;
        background-color: transparent;
    }

    .margin-right-sale-clearence {
        margin-right: 8px !important;
    }

    .sale-clearence-last-seen-found-on-root {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 16px;

    }


    /* BOGO */

    .bogo-top-curve {
        width: 60%;
    }

    .bogo-top-curve>h2 {
        font-size: 14px;
    }

    .bogo-view-all {
        font-size: 14px;
    }

    .bogo-item {
        margin: 0px !important;
        ;
        padding: 0px !important;
        ;
        margin: 0 auto !important;
        transition: all 0.3s;
        height: 195px;
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        transition: all 0.3s;
    }

    .bogo-item>div {
        margin: 0 auto !important;
        width: 93%;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s;
        height: 195px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        border: 1px solid rgb(128, 128, 128, 0.5);
        transition: all 0.3s;
    }

    .margin-left-bogo {
        width: 100%;
        margin-left: 8px !important;
        background-color: transparent;
    }

    .margin-right-bogo {
        margin-right: 8px !important;

    }


    /* Event */
    .events-top-curve {
        width: 60%;
    }

    .events-top-curve>h2 {
        font-size: 14px;
    }

    .events-view-all {
        font-size: 14px;
    }

    .events-item {
        margin: 0px !important;
        padding: 0px !important;
        margin: 0 auto !important;
        transition: all 0.3s;
        height: 185px;
        width: 100%;
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        transition: all 0.3s;
    }

    .events-item>div {



        margin: 0 auto !important;
        width: 93%;
        background-color: white;
        border-radius: 4px;
        transition: all 0.3s;
        height: 230px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        border: 1px solid rgb(128, 128, 128, 0.5);
        transition: all 0.3s;
    }

    .margin-left-events {
        width: 100%;
        margin-left: 8px !important;
        background-color: transparent;
    }

    .margin-right-events {
        margin-right: 8px !important;

    }
	
	.cash-back-row{
		padding-bottom:5px;
	}
	.cash-back-row .cashback-item{
		margin-bottom:5px !important;
		margin-top:5px !important;
	}
	.cash-back-row .cashback-item:first-child{
		height:100px;
		margin-bottom: 0 !important;
	}
	.cash-back-row .cashback-item:nth-child(2) {
		   margin-left: 8px !important;
		}
	.cash-back-row .cb-text-div{
		height:100px;
		width:90%;
	}
	.bogo-bottom-text{
		height:20px;
		margin-top:3px;
	}
	.bogo-bottom-image{
		margin-top:0;
	}
	.bogo-row .fa-heart{
		margin-top:0;
	}
	.events-row{
		
	}
	.events-prominent {
        margin-top: 10px;
		padding: 0 !important;
		height: 90px;
		
    } 
	.events-row .events-solid-bg{
		height: 90px;
	}
	.events-row  .events-percentage-off{
		margin-top:20px !important;
	}
	.events-row .events-bottom-text{
		height:unset;
		margin-top: 5px;
	}
	.events-row .events-bottom-image{
		margin-top:0;
		margin-bottom:0;
	}
	.events-row .events-bottom-image>i{
		margin-top:5px;
		margin-bottom:3px;
	}
	.events-row .events-item>div{
		height:185px;
	}
	.events-row .events-item{
		margin-top:5px !important;
		margin-bottom:5px !important;
		height:unset;
	}
	.sale-clearence-row .sale-clearence-item{
		margin-top:5px !important;
		margin-bottom:5px !important;
	}
	.sale-clearence{
		padding-bottom:0px;
	}
	.sale-clearence-row .sale-clearence-last-seen-found-on-root{
		margin-top:0px !important;
	}
	.info-container{
		margin-top:10px;
	}
	.info-contaner h2{
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.best-deals-container{
		
	}
	.best-deals-container .fbd{
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.best-deals-container .container-fullwidth .image-div{
		height:220px;
	}
	.best-deals-container .container-fullwidth .product-price{
		margin-top: 0;
		margin-bottom: 0;
	}
	.above-footer{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.never-miss-out .never-miss-out-inner{
		padding-top: 5px;
		padding-bottom: 8px;
	}
	.never-miss-out .never-miss-out-inner .left-nmo p{
		margin-top:0px;
	}

	.never-miss-out .never-miss-out-inner #login-sub{
		margin-bottom:5px;
	}	
	
	.footer-container{
		
	}
	.footer-container .heading{
		margin-top:5px;
	}
	.footer-container .s>ul{
		margin-top:0px;
		margin-bottom:0px;
	}
	.footer-container .bottom{
		margin-top:5px;
	}
	#line-2{
		margin:0;
	}
	.coupon-code-row{
		
	}
	.coupon-code-row .coupon-codes-item{
		
	}
	.coupon-code-row .coupon-codes-item>div{
		margin-top: 0;
	}
	.coupon-code-row .coupon-codes-bottom-image{
		margin-top:0;
		height:3px;
	}
	.coupon-code-row .coupon-codes-bottom-image i.fa-heart{
		margin-top:5px;
	}
	
	.coupon-code-row .coupon-codes-prominent{
		margin-top:0;
		margin-bottom: 3rem;
		height:unset;
		width:92%;
		justify-content:flex-start;
	}
	.coupon-code-row .coupon-codes-prominent>p{
		text-align:left;
	}
	.coupon-code-row .coupon-codes-off{
		margin-top:5px;
	}
	.coupon-code-row  .coupon-codes-again{
		margin-bottom:0;
		margin-top:5px;
	}
	.coupon-code-row .coupon-codes-last-seen-found-on-root{
		margin-top:0px;
	}
	
	
	.sale-clearence-row .sale-clearence-prominent{
		height:90px;
	}
	.sale-clearence-row  .sale-clearence-item>div{
		margin-top:0px;
	}
	.sale-clearence-row  .sale-clearence-off{
		margin-top:5px;
	}
	.sale-clearence-row .sale-clearence-again{
		margin-bottom:0;
		padding:2px;
	}
	
	.top-line .top-line-text{
		font-size:20px;
	}
	
	.find_deals_curve{
		width: 60%;
		height: 50px;
	}
	.top-ads-index{
		margin-top:0;
	}
	.coupon-codes{
		padding-bottom:5px;
	}
	.find_deals_top h2{
		font-size:14px;
	}
	.deals-item .product-image-container>p{
		top: 8px;
	}
	.info-container>h2 {
		margin-top: 18px;
		margin-bottom: 18px;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	.search-suggestion{
		width: 95% !important;
		left:50%;
		overflow-y: scroll;
		padding-bottom: 10px;
	}
	.search-suggestion .search-suggestion-items>a{
		height:30px !important; 
		width: 95% !important;
		font-size:13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 5px;
		margin-top: 5px;
		
	}

	.search-suggestion::-webkit-scrollbar { /* for webkit browsers */
	  width: 10px; /* width of scrollbar */
	  background-color: #F5F5F5; /* color of scrollbar */
	}

	.search-suggestion::-webkit-scrollbar-thumb { /* for webkit browsers */
	  background-color: green; /* color of thumb */
	  border-radius: 10px; /* rounded edges of thumb */
	}
	.log-in-pop-up{
		margin-top:-350px !important;
	}
	.cashback{
		margin-top:10px;
	}
	.bogo-top{
		margin-top:12px;
	}
	.events-top{
		margin-top:12px;
	}
	.sale-clearence-top{
		margin-top:12px;
	}
	.find_deals_top{
		margin-top:12px;
	}
	.info-container{
		width:85%;
	}
	.hero-inner-container{
		margin-top:100px;
	}
	.cashback-item .cashback-bottom-image{
		width:97%;
	}
	/*riz*/

}

@media (max-width: 770px) {
    .links-updated {
        display: none;
    }
	.afp{
		margin-left:auto !important;
	}
}

@media (max-width: 700px) {

    .slider-items {
        width: 40%;
        height: 100%;
        background-color: white;
    }

    #slider-image>img {
        height: 20px;
    }
	
	.footer-container .top_stories, .footer-container .top_stores, .footer-container .top_retailers, .footer-container .top_brands,  .footer-container .top_categories_2_heading{
		display:none;
	}
	
}

@media (max-width: 700px) {

    .item-x {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        margin: 0px;
        flex: 1 1 calc(30%);
        font-size: 14px;
        cursor: pointer;
        border: 1px solid rgb(201, 201, 201);
        text-align: center;
        flex-wrap: wrap;

    }
}

@media (max-width: 400px) {

    .item-x {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        margin: 0px;
        flex: 1 1 calc(50%);
        font-size: 14px;
        cursor: pointer;
        border: 1px solid rgb(201, 201, 201);
        text-align: center;
        flex-wrap: wrap;

    }
}


/*   Loading Zone  */

.image-div-loading {
    height: 400px;
    width: 100%;
    background: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

.product-price-loading {
    background: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    width: 93%;
    height: 30px;
    margin: 16px auto;
}

.product-name-loading {
    background: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    width: 93%;
    height: 30px;
    margin: 16px auto;
}

.loading-star {

    color: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

#line-loading {

    height: 2px;
    width: 100%;
    color: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

.product-list-of-items-loading>ul {
    list-style-position: inside;
    padding-left: 0;
}

.product-list-of-items-loading>ul>li {
    height: 10px;

    width: 93%;
    margin: 0 auto;
    color: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
    margin-top: 2px;

}

.product-likeNShare-loading>div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #f4f6f5;
    background: linear-gradient(110deg, #f4f6f5 8%, #f4f6f5 18%, #f4f6f5 33%);
    border-radius: 5px;
    background-size: 200% 100%;

    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

.actual-model-loading {

    border: 0px solid rgb(178, 178, 178);
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

.top-ads-index {
    /* margin: 0px auto;
    margin-top: 16px;
    width: 100%;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;

    background-image: url(../image/ads2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93% 93%; */

    margin: 0px auto;
    margin-top: 0;
    width: 95.6%;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    background-image: url(../image/ads2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.suggestions-c {
    height: auto;
    background-color: white;
    width: 500px;
    position: fixed;
    z-index: 9000;
    display: none;
    border: 1px solid rgb(178, 178, 178);
    display: flex;
    padding: 1%;
    overflow: scroll;
    overflow-x: hidden;
    display: none;

}

.all-coupons {
    color: black;
    font-weight: 600;
    font-weight: bolder;
    font-size: 14px;
}

.all-coupons:hover {
    color: green;
    cursor: pointer;
    text-decoration: underline;
}



#result-c {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.result-c-items {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px !important;
}

.b-line {
    margin: 0px;
    padding: 0px;
    color: blue;
    font-weight: bold;
    width: fit-content;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}

.b-line:hover {
    text-decoration: underline;
}

.s>ul>li>a {
    color: #adb5bd;
    text-decoration: none;
}

.s>ul>li>a:hover {
    color: white;
    text-decoration: underline;
}


@media (max-width: 860px) {



    .hero-search {

       font-size:13px;

    }
    .selector {
        display: flex;
        background-color: green !important;
        background-color: white;
        border-radius: 0px !important;
        font-size: 16px;
        width: 100% !important;
    }

    .search-input {

        display: flex;
        width: 100%;
        height: 60px !important;


    }

    .dropdown-menu {
        background-color: green !important;
    }

    .dropdown-menu>a {
        color: white !important;
    }

    .dropdown-menu>a:hover {
        background-color: rgb(4, 138, 4) !important;

    }


    .dropdown-x {
        margin: 0px;
        padding: 0px;
        width: 60%;
        height: 100%;
        background-color: white;
        border-radius: 0px !important;
        font-size: 16px;
        text-align: center;
        display: flex;

    }

    /*.deals-or-coupons {
        height: 60px;
        width: 100%;
        margin-bottom: 4px;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: green;
        padding: 0px 16px;
        cursor: pointer;
    }*/

    .deals-or-coupons:hover {
        background-color: rgb(4, 138, 4)
    }

    .deals-or-coupons>p {
        margin: 0px;
        padding: 0px;
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
	/*
    .search-button {

        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 60px;
        background-color: green;
        font-size: 16px;
        color: white;
        border: none;
        margin-top: 4px;
    }
	*/
	.search-button {

        width: 35%;
		font-size:13px;
    }
    .search-button:hover {
        background-color: rgb(4, 138, 4)
    }

    .search-suggestion {

        height: 200px;

    }
	
}
@media (max-width: 640px) {
	.hero-search{
		width:65%;
	}
}
@media (max-width: 580px) {
	.hero-search{
		width:70%;
	}
	
	/* blank spaces media query */
	.hero-inner-container{
		margin-bottom:0;
	}
	.margin_y_5 {
		margin-bottom: 0 !important;
		margin-top: 1rem !important;
		font-size:18px;
	}
	.coupon-codes-top{
		margin-top:0px;
	}
	
}
@media (max-width: 550px) {
	.hero-search{
		width:75%;
	}
}

@media (max-width: 500px) {
	.hero-search{
		width:80%;
	}
	.deals-or-coupons{
		width:25%;
	}
}
@media (max-width: 400px) {
	.deals-or-coupons{
		width:25%;
	}
	.search-button{
		width:45%;
	}
}

/* new changes for auth buttons and logo */
@media (max-width: 1024px) {
    .nav-right>a {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-right>a:hover {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-right>p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .nav-left {
        width: auto;
        margin-left: 0;
    }

    .nav-center {
        width: auto;
        margin-left: 18px;
    }

    #logo-centered {
        height: 26px;
    }
}

@media (max-width: 500px) {
    #logo-centered {
        height: 20px;
    }

    .nav-right>a {
        font-size: 12px;
    }

    .hero-search {
        width: 100%;

    }


}


@media (max-width: 601px) {



}

.alert-message {
    margin: 0px !important;
    padding: 0px !important;
    padding: 8px 16px !important;
    background-color: green;
    color: white;
    width: 93%;
    margin-bottom: 16px !important;
    display: none;
}

.n {
    display: none;
}

.fbd {
    margin-top: 16px !important;
}

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



    .coupon-codes-top,
    .coupon-codes,
    .coupon-codess,
    .cashback,
    .bogo-top,
    .bogo,
    .events-top,
    .events,
    .sale-clearence-top,
    .sale-clearence,
    .best-deals-container {
        width: 85% !important;
    }

    .above-footer-inner {
        width: 75% !important;
    }

    .info-container>h2 {
        width: 85%;
    }



}

.error {
    margin-top: 1px;
    color: #FF9529;
}
/*Nav css*/

/*.dropdown-transfm{
    transform: translate3d(-114px, 30px, 0px) !important;
}*/