@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  color: #181818;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
a {
  outline: none;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:hover {
	color: #5db8ff;
  	transition: all .3s ease-in-out;
}
::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #1d2122;
}
header {
    float: left;
    width: 100%;
    background: #26bf43;
}
.topBar {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.topnavBox {
    float: left;
    width: 100%;
}
.navBox {
    float: left;
    width: 100%;
}
.nav_toggle {
    display: none;
}
.navBox ul {
    float: left;
    width: 100%;
}
.navBox ul li {
    margin-right: 25px;
    display: inline-block;
}
.navBox ul li:last-child {
    margin-right: 0;
}
.navBox ul li a {
    font-size: 12px;
    color: #848484;
    font-weight: 500;
}
.navBox ul li a:hover {
	color: #26bf43;
}
.event_linkBox {
    float: right;
    margin-left: 25px;
    margin-top: 10px;
}
.event_linkBox a {
    color: #fff;
	float: right;
    font-weight: 700;
    margin-right: 10px;
}
.event_linkBox :hover {
	color: #5db8ff;
}
.event_linkBox a:last-child {
    margin-right: 0;
}
.logoBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    padding: 15px 0;
    grid-template-columns: 25% 73%;
}
.logo {
    float: left;
    width: 100%;
}
.logo img {
    width: 100%;
    max-width: 230px;
}
.searchBox {
    float: right;
    text-align: right;
    align-self: center;
}
.searchBox from {
    float: right;
}
.fBox {
    float: right;
    position: relative;
}
.fBox input[type="text"] {
    float: left;
    width: 450px;
    border: none;
    padding: 15px;
    color: #008435;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
}
.fBox input[type="text"]::placeholder {
    color: #008435;
}
.fBox input[type="submit"] {
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 999;
    border: none;
    position: absolute;
    background-color: transparent;
    background-image: url(../images/search_icon.png);
}
.slider_sec {
    float: left;
    width: 100%;
}
.sliderBox {
    float: left;
    width: 100%;
}
.slider_img img {
    width: 100%;
}
.owl-mainSlider .owl-dots {
    bottom: 0;
    width: 100%;
    position: absolute;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    background: transparent!important;
    border: 4px solid transparent!important;
    box-shadow: 0 0 0px 3px #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 15px!important;
    height: 15px!important;
    background: #ffffff!important;
    border: 4px solid #020202!important;
    box-shadow: 0 0 0px 3px #fff;
}

/*Store Search in Header Starts*/
.dropup, .dropdown{position: relative}.dropdown-toggle:focus{outline: 0}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 500px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175)}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333;white-space: nowrap}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{color: #262626;text-decoration: none;background-color: #f5f5f5}.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;background-color: #656b71;outline: 0}.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{color: #777}.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{text-decoration: none;cursor: not-allowed;background-color: transparent;background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open > .dropdown-menu{display: block}.open > a{outline: 0}.dropdown-menu-right{right: 0;left: auto}.dropdown-menu-left{right: auto;left: 0}.dropdown-header{display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777;white-space: nowrap}.dropdown-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret, .navbar-fixed-bottom .dropdown .caret{content: "";border-top: 0;border-bottom: 4px dashed;border-bottom: 4px solid \9}.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right: 0;left: auto}.navbar-right .dropdown-menu-left{right: auto;left: 0}}.nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-tabs .dropdown-menu{margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px}.navbar-nav .open .dropdown-menu > li > a{line-height: 20px}.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none}}.navbar-nav > li > .dropdown-menu{margin-top: 0;border-top-left-radius: 0;border-top-right-radius: 0}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333;background-color: transparent}.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555;background-color: #e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #ccc;background-color: transparent}.dropdown-menu{min-width: 250px;}}@media (max-width: 850px){.dropdown-menu{min-width: 350px;} }@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff;background-color: transparent}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #fff;background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444;background-color: transparent}}.panel-heading > .dropdown .dropdown-toggle{color: inherit}
/*Store Search in Header Ends*/

/* Popup box BEGIN */

.borderClass {
    border: 1px solid #9a9696!important;
}

.pop_content{

    background:rgba(0,0,0,.4);

    cursor:pointer;

    display:none;

    height:100%;

    position:fixed;

    text-align:center;

    top:0;

    width:100%;

    z-index:10000;

}

.pop_content .helper{

    display:inline-block;

    height:100%;

    vertical-align:middle;

}

.pop_content > div {

    background-color: #fff;

    box-shadow: 10px 10px 60px #555;

    display: inline-block;

    height: auto;

    max-width: 760px;

    min-height: 460px;

    vertical-align: middle;

    width: 60%;

    position: relative;

    border-radius: 8px;

    padding: 15px 5%;

    margin-top: 70px;

}

.popupCloseButton {

    background-color: #fff;

    border: 3px solid #999;

    border-radius: 50px;

    cursor: pointer;

    display: inline-block;

    font-weight: bold;

    position: absolute;

    top: 5px;

    right: 5px;

    font-size: 25px;

    line-height: 25px;

    width: 30px;

    height: 30px;

    text-align: center;

}

.popupCloseButton:hover {

    background-color: #ccc;
}
.pop-logo p{
    font-weight: 700;
    font-size: 14px;
}

.copy h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.copy h3 a {

    color: #0094f1;

}
.copy p{
    padding: 0px 40px 20px 40px;
    text-transform: uppercase;

}

.copy h3 a:hover {

    color: #000;

}

.getDealBox {

    margin-bottom: 15px;

}

.linktoStore {

    margin-top: 10px;

    margin-bottom: 20px;

}

.linktoStore a {

    font-size: 15px;

    color: #5eb8d7;

}

.linktoStore a:hover {

    color: #000;

}

.subscribe_txt {

    margin-bottom: 5px;

}
.subscribe_txt p{
    padding: 10px 40px;
}

.pop_footer input[type="email"] {
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 68%;
}

.storeD_logo span.sname_logo {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.pop_footer input[type="submit"] {

    padding: 15px;

    color: #fff;

    border: none;

    cursor: pointer;

    border-radius: 5px;

    background: #000;

}

.pop_footer input[type="submit"]:hover {

    background: #f79800;

}

.pcode {

    font-size: 15px;

    border-radius: 5px;

    padding: 15px 0;

    display: table;

    background: #f5f5f5;

    margin-bottom: 12px!important;

    border: 1px solid #ccc;

    width: 80%;

    margin: 0 auto;
}

.copy button {

    font-size: 15px;

    color: #fff;

    border: none;

    padding: 10px 15px;

    border-radius: 5px;

    margin-bottom: 7px;

    background: #f57f25;

    cursor: pointer;

}

/* Popup box End */

.pop_trigger{

    cursor: pointer;    

}

.error{
    color: #F4080C;
    font-size: 14px;
}
.colorred{

    color: #f11!important;
}

.logo_slider_sec {
    float: left;
    width: 100%;
    padding: 35px 0 20px;
}
.slogo_img {
    margin-bottom: 10px;
}
.logo_sliderBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
}
.slogo_img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.main_sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.main_wrapper {
    float: left;
    width: 100%;
}
.heading_large_center {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.heading_large_center h1 {
    font-size: 30px;
}
.heading_large_center h1 span {
    color: #26bf43;
}
.heading_large {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.heading_large h1 {
    font-size: 24px;
}
.heading_large h1 span {
    color: #26bf43;
}
.heading_large a {
    float: left;
    width: 100%;
    color: #181818;
}
.heading_large a:hover {
    color: #26bf43;
}
.heading_large h2 {
    padding-top: 10px;
    font-size: 22px;
}
.heading_large h2 span {
    color: #26bf43;
}
.main_couponBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 49% 49%;
}
.couponBox {
    float: left;
    width: 100%;
    display: grid;
    border-radius: 15px;
    border: 1px solid #ccc;
    grid-template-columns: 25% 75%;
}
.coupon_offer {
    float: left;
    width: 100%;
    align-self: center;
}
.cp_offer {
    float: left;
    width: 100%;
    padding: 10px;
}
.cp_offer img {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.coupon_detail {
    float: left;
    width: 100%;
    padding: 20px;
}
.coupon_detail h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.coupon_detail p {
    color: #737373;
    margin-bottom: 15px;
}
.btnsBox {
    float: left;
    position: relative;
}
.btnsBox p {
    float: left;
    line-height: 2.5;
    margin-bottom: 0;
    margin-right: 10px;
}
.btnsBox .cp_outer {
    float: left;
    color: #fff;
    width: 130px;
    padding: 8px 0;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
    text-indent: 15px;
    position: relative;
    background: #0275d8;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 7px 0 0 7px;
    transition: all .5s ease-in-out;
}
.btnsBox .cp_outer:after {
    top: 0;
    right: -20px;
    content: "";
    position: absolute;
    border-left: 10px solid #0275d8;
    transition: all .5s ease-in-out;
    border-bottom: 20px solid #0275d8;
    border-top: 21px solid rgb(29 33 34 / 0%);
    border-right: 10px solid rgb(29 33 34 / 0%);
}
.btnsBox .cp_outer:hover:after {
    right: -15px;
    border-left: 10px solid #26bf43;
    transition: all .5s ease-in-out;
    border-bottom: 20px solid #26bf43;
}
.btnsBox .cp_outer:hover {
    color: #fff;
    width: 120px;
    cursor: pointer;
    text-indent: 10px;
    background-color: #26bf43;
    transition: all .5s ease-in-out;
}
.cp_inner {
    top: 0;
    left: 0;
    z-index: -1;
    color: #000;
    width: 160px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    text-align: center;
    text-indent: 15px;
    border-radius: 7px;
    position: absolute;
    padding: 8px 8px 7px;
    border: 1px solid #1871c0;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.btnsBox .cp_deal {
    top: 0;
    left: 0;
    color: #fff;
    width: 160px;
    cursor: pointer;
    font-weight: 600;
    background: #1871c0;
    text-align: center;
    text-indent: 15px;
    border-radius: 7px;
    position: absolute;
    padding: 8px 8px 7px;
    border: 1px solid #1871c0;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    
}

.expires_txt {
    float: right;
    color: #a7a6a6;
    margin-top: 10px;
}
.widgetBox {
    float: left;
    width: 100%;
}
.widget_heading {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.widget_heading h3 {
    font-size: 16px;
    font-weight: 600;
}
.widget_heading h3 span {
    color: #1871c0;
}
.stores_list {
    float: left;
    width: 100%;
}
.stores_list li {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.stores_list li a {
    float: left;
    color: #000;
    font-size: 14px;
}
.stores_list li a:hover {
    color: #1871c0;
}
.stores_list li span {
    float: right;
    font-size: 14px;
}
.event_bannerBox {
    float: left;
    width: 100%;
}
.event_bannerBox img {
    width: 100%;
    border-radius: 10px;
}
.popular_catBox {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}
.btr_btm {
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8;
}
.popular_cat_list {
    float: left;
    width: 100%;
}
.popular_cat_list ul {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    margin-top: 20px;
    grid-template-columns: 24.3% 24.3% 24.3% 24.3%;
}
.popular_cat_list ul li {
    display: list-item;
    list-style: circle;
    list-style-position: inside;
}
.popular_cat_list ul li::marker {
    top: 10px;
    font-size: 35px;
    color: #0275d8;
    line-height: 10px;
    position: absolute;
}
.popular_cat_list ul li a {
    top: -7px;
    left: -22px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.popular_cat_list ul li a:hover {
    color: #0275d8;
}
.alphabet_stores_sec {
    float: left;
    width: 100%;
    padding: 20px 0 10px;
}
.alphabet_stores_box {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}
.alphabet_stores_box p {
    float: left;
    margin-right: 15px;
}
.alphabet_stores_box ul {
    float: left;
}
.alphabet_stores_box ul li {
    margin-right: 20px;
    display: inline-block;
}
.alphabet_stores_box li a {
    color: #4b4b4b;
}
.alphabet_stores_box li a:hover {
    color: #0275d8;
}
footer {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    background: #202020;
}
.main_footer {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.footer_logo {
    align-self: center;
}
.footer_logo img {
    width: 250px;
    max-width: 100%;
}
.footer_links h5 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer_links ul {
    float: left;
    width: 100%;
}
.footer_links li {
    display: block;
    margin-bottom: 10px;
}
.footer_links li a {
    color: #7a7777;
}
.footer_links li a img {
    width: 30px;
    float: left;
}
.footer_links li a:hover {
    color: #fff;
}
.copyrigtBox {
    float: left;
    width: 100%;
    color: #7a7777;
    padding: 20px 0;
    margin-top: 25px;
    text-align: center;
    background: #000000;
}
.breadcrumbs {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.breadcrumbs li {
    color: #1871c0;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    padding-right: 20px;
}
.breadcrumbs li a {
    color: #31393f;
}
.breadcrumbs li:after {
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    color: #31393f;
    content: "\00bb";
    position: absolute;
}
.breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.breadcrumbs li:last-child:after {
    font-size: 0px;
}
.store_info {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    padding: 25px 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    grid-template-columns: 25% 73%;
}
.st_logo {
    text-align: center;
    align-self: center;
}
.st_logo img {
    max-width: 100%;
}
.store_infoBox {
    float: left;
    width: 100%;
    text-align: center;
}
.store_info_img {
    padding: 15px 60px;
}
.store_info_img img {
    width: 100%;
}
.store_ratingBox {
    margin-bottom: 15px;
}
.store_info_link {
    margin-bottom: 15px;
}
.store_info_link a {
    font-size: 17px;
    color: #1871c0;
    font-weight: 600;
}
.store_info_link a:hover {
    color: #000;
}
.store_updated {
    margin-bottom: 15px;
}
.filtersBox {
    float: left;
    width: 100%;
    padding: 15px 0 25px;
}
.filtersBox li {
    float: left;
    width: 125px;
    display: block;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
    background: #0f4067;
    font-weight: 600;
    cursor: pointer;
}
.filtersBox li:hover {
    background: #1b6fb1;
}
.filtersBox li:last-child {
    margin-right: 0;
}
.filtersBox li a {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.filtersBox li p {
    float: left;
    margin-right: 10px;
}
.filtersBox li span {
    float: right;
    font-size: 12px;
}
.filtersBox li:nth-child(2) {
    background: #951e52;
}
.filtersBox li:hover:nth-child(2) {
    background: #cc2970;
}
.filtersBox li:nth-child(3) {
    background: #23b308;
}
.filtersBox li:hover:nth-child(3) {
    background: #2cda0b;
}
.filtersBox li:last-child {
    background: #1a80dc;
}
.filtersBox li:hover:last-child {
    background: #38a1ff;
}
.mrg_tp30 {
    margin-top: 30px;
}
.mrg_bot_0 {
    margin-bottom: 0!important;
}
.store_event_content {
    float: left;
    width: 100%;
}
.store_event_content p {
    margin-bottom: 15px;
}
.stores_num_list {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    margin-bottom: 20px;
}
.stores_num_list li {
    display: inline-block;
}
.stores_num_list li a {
    float: left;
    width: 35px;
    height: 30px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    background: #1871c0;
    border: 1px solid #1871c0;
}
.stores_num_list a:hover {
    color: #fff;
    background: #26bf43;
    border: 1px solid #26bf43;
}
.stores {
    float: left;
    width: 100%;
}
.stores ul {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 15.93% 15.93% 15.93% 15.93% 15.93% 15.93%;
}
.stores ul li {
    display: block;
    text-align: left;
    transition: all .5s ease-in-out;
}
.stores ul li a {
    float: left;
    width: 100%;
    color: #000;
    padding: 5px;
    border-radius: 3px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
}
.stores ul li:nth-child(2n) a {
    background: #fdfdfd;
}
.stores ul li a:hover {
    color: #26bf43;
    font-weight: 600;
}
.stores ul li a span {
    float: right;
}
.about_content {
    float: left;
    width: 100%;
}
.about_content p {
    margin-bottom: 10px;
}
.about_content h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.error404_content {
    float: left;
    width: 100%;
    text-align: center;
}
.error404_content img {
    width: 100%;
    max-width: 500px;
}
.contact_form {
    float: left;
    width: 100%;
}
.contact_form input[type="text"] {
    float: left;
    width: 100%;
    height: 45px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
}
.contact_form input[type="email"] {
    float: left;
    width: 100%;
    height: 45px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
}
.contact_form textarea {
    float: left;
    width: 100%;
    height: 150px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
}
.contact_form input[type="submit"] {
    color: #fff;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
    padding: 8px 20px;
    line-height: 20px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1871c0;
    border: 2px solid transparent;
    transition: all .5s ease-in-out;
}
.contact_form input[type="submit"]:hover {
    background-color: #1d2122;
    transition: all .5s ease-in-out;
}
.mrg_tp50 {
    margin-top: 50px;
}


@media only screen and (max-width: 1169px) {
.container {
    width: 95%;
}
}

@media only screen and (max-width: 1024px) {
.heading_large_center h1 {
    font-size: 25px;
    line-height: 35px;
}
.popular_cat_list ul {
    grid-template-columns: 32.5% 32.5% 32.5%;
}
.stores ul {
    grid-template-columns: 19% 19% 19% 19% 19%;
}
}

@media only screen and (max-width: 900px) {
.main_couponBox {
    display: block;
}
.couponBox {
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 800px) {
.logo {
    align-self: center;
}
.stores ul {
    grid-template-columns: 24% 24% 24% 24%;
}
}

@media only screen and (max-width: 767px) {
header {
    position: relative;
}
.searchBox from {
    width: 100%;
}
.event_linkBox {
    margin-left: 0;
    margin-top: 0;
}
.navBox ul {
    top: 37px;
    opacity: 0;
    left: -100%;
    width: 300px;
    position: absolute;
    visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s linear;
}
.navBox.responsive ul {
    top: 37px;
    opacity: 1;
    left: -4%;
    z-index: 9999;
    padding: 10px;
    height: 100vh;
    width: 300px;
    position: absolute;
    background: #f9f9f9;
    visibility: visible;
    transition: visibility 0.3s, opacity 0.3s linear;
}
.navBox.responsive ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.navBox.responsive ul li a {
    font-size: 14px;
}
.navBox .nav_toggle {
    float: left;
    width: 30px;
    display: block;
    margin-top: 3px;
}
.navBox.responsive {position: relative;}
.nav_toggle span {
    float: left;
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 6px;
}
.nav_toggle span:nth-child(2) {
    width: 80%;
}
.nav_toggle:hover .navBox ul {
    display: block;
}
.logoBox {
    display: block;
}
.logo {
    text-align: center;
}
.searchBox {
    width: 90%;
}
.fBox {
    width: 100%;
}
.fBox input[type="text"] {
    width: 100%;
}
.slider_content {
    display: block;
}
.cp_offer {
    padding: 20px 0;
}
.main_footer {
    display: block;
    text-align: center;
}
.footer_links {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.logo_sliderBox {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.popular_cat_list ul {
    grid-template-columns: 49% 49%;
}
.footer_links li a img {
    display: none;
}
.cp_offer img {
    padding: 0;
    border-radius: 0;
}
.topBar {
    top: 100px;
    left: 10px;
    width: auto;
    position: absolute;
    background-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%);
}
}

@media only screen and (max-width: 660px) {
.popular_cat_list ul {
    display: block;
}
.stores ul {
    grid-template-columns: 32% 32% 32%;
}
.logo_sliderBox {
    grid-gap: 15px;
    grid-template-columns: 31.6% 31.6% 31.6%;
}
.slogo_img {
    margin-bottom: 0;
}
.couponBox {
    display: block;
}
.coupon_offer {
    float: none;
    width: 115px;
    margin: 0 auto;
}
.coupon_detail {
    text-align: center;
}
.cp_offer {
    width: auto;
}
}

@media only screen and (max-width: 580px) {
.store_info {
    display: block;
}
.st_logo {
    width: 150px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.st_desc {
    text-align: center;
}
.filtersBox li {
    width: 48%;
    margin-bottom: 10px;
}
.filtersBox li:nth-child(2) {
    margin-right: 0;
}
.stores ul {
    grid-template-columns: 48.5% 48.5%;
}
}

@media only screen and (max-width: 480px) {
.searchBox {
    width: 85%;
}
.slider_txt h2 {
    font-size: 25px;
    line-height: 30px;
}
.couponBox {
    display: block;
}
.coupon_offer {
    border-radius: 10px 10px 0 0;
}
.cp_offer {
    width: 100px;
    margin: 0 auto;
    padding: 35px 0 20px;
}
.coupon_detail {
    border-radius: 0 0 10px 10px;
}
.amz_logo {
    width: 100%;
    text-align: center;
    margin: 12px 0 0;
}
.btnsBox span {
    width: 175px;
}
.popular_cat_list ul {
    display: block;
}
.popular_cat_list ul li {
    margin-bottom: 5px;
}
.popular_cat_list ul li:last-child {
    margin-bottom: 0;
}
.newsletter_box {
    width: 100%;
}
.newsForm input[type="text"] {
    padding: 0 10px 0 10px;
}
.newsForm input[type="submit"] {
    top: 10px;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.heading_large h1 {
    font-size: 18px;
}
.filtersBox li {
    margin-right: 10px;
}
.filtersBox li p {
    float: left;
    margin-right: 5px;
}
.stores ul {
    grid-template-columns: 49% 49%;
}
.logo_sliderBox {
    grid-template-columns: 47.7% 47.7%;
}
.heading_large_center h1 {
    font-size: 20px;
    line-height: 30px;
}
.stores ul {
    grid-template-columns: 99%;
}
}