@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;

}
.mySlides {display: none;}
.mySlides img {vertical-align: middle;}
.mySlides img {
    width: 100%;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
body {

  color: #181818;

  font-size: 13px;

  font-weight: 400;

  line-height: 25px;

  font-style: normal;

  background-color: #f5f6f7;

  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: #D0A2F7;

  	transition: all .3s ease-in-out;

}

::-webkit-scrollbar {

  background-color: #ccc;

  width: 8px;

}

.copy-code {
    text-align: center;
    z-index: 999;
    position: relative;
    bottom: -45px;
}

.slider_img {

    float: left;

    width: 100%;

}

.slider_img img {

    max-width: 100% !important;

}
.home_postsBoxs {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.home_postsBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 49% 49%;
}
.post_left {
    float: left;
    width: 100%;
}
.home_post {
    float: left;
    width: 100%;
}
.post_img_content {
    float: left;
    width: 100%;
    position: relative;
}
.post_img_content a {
    float: left;
    width: 100%;
}
.post_img_content img {
    float: left;
    width: 100%;
}
.home_postDetail {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.catLink {
    float: left;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: auto !important;
    background: #d0a2f7;
}
.post_link {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.lgLink {
    font-size: 25px;
    line-height: 30px;
}
.post_right {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 49% 49%;
}






::-webkit-scrollbar-thumb {

  background-color: #1d2122;

}

header {

    float: left;

    width: 100%;

    position: relative;

    background: #9e28b0;

}

.topBar {

    float: left;
    width: 100%;
    padding: 20px 0;
    background-size: cover;
    background-color: #25282e;
    /*background-color: transparent;*/
    /*background-repeat:no-repeat;*/
    /*background-position:center center;*/
    /*background-image: url(../images/snowFallng2.gif);*/

}

.topBox {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 2%;

    grid-template-columns: 20% 56% 20%;

}
.socialMedia {
    float: left;
    width: 100%;
    align-self: center;
}
.socialMedia ul {
    display: flex;
    justify-content: flex-end;
}
.socialMedia li {
    display: block;
}
.socialMedia li a {
    float: left;
    width: 100%;
}
.socialMedia li a img {
    width: 30px;
    float: left;
    margin-right: 10px;
    background: #30343b;
    transition: all .5s ease-in-out;
}
.socialMedia li:last-child a img {
    margin-right: 0;
}
.socialMedia li a:hover img {
    background: #D0A2F7;
    transition: all .5s ease-in-out;
}

.container {

    width: 1170px;

    margin: 0 auto;

}

.topnavBox {

    float: left;

    width: 100%;

    padding: 20px 0;

}


.disclosureBox {
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #000;
}

.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 {

    color: #ffffff;

    font-size: 15px;

    font-weight: 500;

    text-transform: capitalize;

}

.navBox ul li a:hover {

	color: #fff;

}

.event_linkBox {

    float: right;

    margin-left: 10px;

}

.event_linkBox a {

    color: #fff;

    float: right;

    padding: 10px;

    font-size: 18px;

    font-weight: 400;

    margin-right: 10px;

    border-radius: 3px;

    background: #D0A2F7;

}

.event_linkBox :hover {

	background: #000;

}

.event_linkBox a:last-child {

    margin-right: 0;

}

.logo {

    float: left;

    width: 100%;

    align-self: center;

}

.logo a {

    float: left;

    width: 100%;

}

.logo img {

    float: left;

    width: 100%;

    max-width: 110px;

}

.searchBox {

    float: right;

}

.fBox {

    position: relative;

}

.fBox input[type="text"] {

    float: left;

    width: 450px;

    border: none;

    padding: 15px;

    color: #fff;

    font-size: 14px;

    border-radius: 3px;

    background-color: #30343b;

}

.fBox input[type="text"]::placeholder {

    color: #fff;

}

.fBox input[type="submit"] {

    top: 0;

    right: 0;

    width: 46px;

    height: 46px;
    
    font-size: 0;

    z-index: 999;

    border: none;

    cursor: pointer;

    position: absolute;

    border-radius: 3px;

    background-color: #30343b;

    background-repeat: no-repeat;

    background-position: center center;

    background-image: url(../images/search_icon.png);

}

.slider_sec {

    float: left;

    width: 100%;

    margin-top: 45px;

}

.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: 10px!important;

    height: 10px!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: 10px!important;

    height: 10px!important;

    background: #ffffff!important;

    border: 3px solid #020202!important;

    box-shadow: 0 0 0px 3px #fff;

}

.logo_slider_sec {

    float: left;

    width: 100%;

    padding: 35px 0 20px;

}

.logo_sliderBox {

    margin-bottom: 20px;

}

/*.slogo_img img {*/

/*    padding: 0;*/

/*    border-radius: 5px;*/

/*    background-color: #fff;*/

/*    border: 5px solid #ebd4ef;*/

/*}*/

button.owl-dot.active{

    display: inline-block !important;

}

.main_sec {

    float: left;

    width: 100%;

    padding: 15px 0;

}
.home_wrapper {
    display: block!important;
}
.main_wrapper {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 2%;

    grid-template-columns: 73% 25%;

}

.wrapper_inner {

    float: left;

    width: 100%;

    padding: 25px;

    background: #fff;

    box-shadow: 0 0 3px rgb(0 0 0 / 15%);

}

.heading_large {
    gap: 2%;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.heading_large h1 {

    color: #212121;

    font-size: 25px;

    font-weight: 600;

}

.main_couponBox {

    float: left;

    width: 100%;

    padding: 15px 15px 1px 10px;

    background: #fff;
    
    border: 5px solid #f5f6f7;

  /*  box-shadow: 0 0 3px rgb(0 0 0 / 15%); */

}

.couponBox {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 2%;

    background: #fff;

    margin-bottom: 10px;
    
   

    grid-template-columns: 20% 56% 20%;

}

.coupon_offer {

    float: left;

    width: 100%;

    align-self: center;

    border-radius: 3px;

    border: 1px dashed #DDDDDE;

}

.cp_offer {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.cp_offer img {
    margin: 0 auto;
    width: 50%;
    height: auto;
    display: block;
}

.cp_offer img h{
    margin-left: 60px;
    float: left;
    width: 50%;
} 



.tagsBox {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tag_txt {
    float: left;
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    border-radius: 3px;
    background: #9e28b0;

 }

.verifi_txt {

    float: left;

    margin-right: 10px;

}

.verifi_txt img {

    float: left;

    margin-top: 5px;

    margin-right: 5px;

}

.verifi_txt span {

    float: left;

    font-weight: 500;

    color: #23c166;

}

.utxt {

    float: left;

    color: #a0a0a0;

}

.deal_code_txt {

    float: left;

    width: 100%;

    font-size: 15px;

    font-weight: 500;

    color: #343434;

    text-align: center;

    padding: 10px 0;

    background: #f4f4f8;

    border-top: 1px dashed #DDDDDE;

}

.coupon_detail {

    float: left;

    width: 100%;

    align-self: center;

}

.coupon_detail h2 {

    float: left;

    width: 100%;

    color: #222;

    font-size: 18px;

    font-weight: 500;

    line-height: 25px;

    margin-bottom: 5px;

}

.coupon_detail p {

    float: left;

    width: 100%;

    font-size: 13px;

    color: #5b7190;

    font-weight: 500;

    margin-bottom: 5px;

}

.btnsBox {

    float: left;

    width: 100%;

    min-height: 52px;

    position: relative;

    align-self: center;

}

.btnsBox .cp_outer {

    float: left;

    width: 100%;

    z-index: 10;

     color: #fff;
    
    padding: 8px 0;

    cursor: pointer;

    font-size: 17px;

    font-weight: 400;

    text-indent: 15px;

    position: relative;

    text-align: center;

     background:  #9e28b0; /*#ffffff*/

     border-radius: 3px;

     border: 1px solid #D0A2F7;

     text-transform: capitalize;

    transition: all .5s ease-in-out;

}

.btnsBox .cp_outer:hover {

     color: #fff;

     background-color: #9e28b0 ;/* #D0A2F7*/

      transition: all .5s ease-in-out;

}

.btn-inner {

    display: none;

}

.cp_inner {

    top: 0;

    left: 0;

    z-index: 5;

    color: #000;

    width: 100%;

    cursor: pointer;

    font-weight: 600;

    background: #f3f3f3;

    text-align: center;

    text-indent: 15px;

    border-radius: 7px;

    position: absolute;

    padding: 8px 8px 7px;

    text-transform: uppercase;

    transition: all .5s ease-in-out;

}

.slogo_img {

    float: left;

    width: 100%;

    border-radius: 5px;

    background-color: #fff;

    border: 5px solid #ebd4ef;

    height: 130px;

    display: grid;

    align-content: center;

    text-align: center;

}

.owl-carousel .owl-item img {

    display: block;

    width: auto !important;

    margin: 0 auto;

}

.expires_txt {

    float: left;

    width: 100%;

    color: #bdbdbd;

    font-weight: 500;

}

.widgetBox {

    float: left;

    width: 100%;

}

.widget_heading {

    float: left;

    width: 100%;

    margin-bottom: 20px;

}

.widget_heading h3 {

    color: #212121;

    font-size: 20px;

    font-weight: 600;

}

.stores_list {

    float: left;

    width: 100%;

}

.stores_list li {

    float: left;

    width: 100%;

    display: block;

    padding: 10px 0;

    border-top: 1px solid #e6e7eb;

}

.stores_list li a {

    float: left;

    color: #000;

    font-size: 14px;

}

.stores_list li a:hover {

    color: #D0A2F7;

}

.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: 15px;

    border-bottom: 1px solid #e8e8e8;

}

.popular_cat_list {

    float: left;

    width: 100%;

}

.tabs {

    float: left;

    width: 100%;

}

.tabs a {

    float: left;

    font-size: 15px;

    color: #212121;

    font-weight: 500;

    padding: 10px 15px;

}

.tabs a:hover {

    color: #D0A2F7;

    background: #FFF;

    

}

.tabs a.active {

    color: #D0A2F7;

    background: #FFF;

    

}

.popular_cat_list ul {

    float: left;

    width: 100%;

    display: grid;

    padding: 15px;

    grid-gap: 1px;

    background: #fff;

    box-shadow: 0 0 3px rgb(0 0 0 / 15%);

    grid-template-columns: 24% 24% 24% 24%;

}

.popular_cat_list ul li {

    display: block;

}

.popular_cat_list ul li a {

    color: #333;

    font-size: 14px;

    line-height: 14px;

}

.popular_cat_list ul li a:hover {

    color: #D0A2F7;

}

.categories_list {

    float: left;

    width: 100%;

}

.categories_list ul {

    float: left;

    width: 100%;

    padding-top: 10px;

    border-top: 1px solid #e6e7eb;

}

.categories_list ul li {

    display: block;

}

.categories_list ul li a {

    float: left;

    width: 100%;

    color: #25282b;

    font-size: 14px;

    position: relative;

    padding: 10px 0 5px 15px;

}

.categories_list ul li a:hover {

    color: #D0A2F7;

}

.categories_list ul li a:before {

    left: 0;

    top: 19px;

    width: 5px;

    height: 5px;

    content: "";

    background: #fff;

    position: absolute;

    border-radius: 50px;

    box-shadow: 1px 1px 1px inset rgb(0 0 0 / 35%);

}

.categories_list ul li a:hover:before {

    background: #D0A2F7;

}

.newsletter_sec {

    float: left;

    width: 100%;

    padding: 50px 0;

    margin-top: 40px;

    background-color: #fff;

}

.newsletter_box {

    float: none;

    width: 700px;

    margin: 0 auto;

}

.email_heading {

    float: left;

    width: 100%;

}

.email_heading img {

    float: left;

    margin-top: 5px;

}

.email_heading h4 {

    color: #1e2430;

    font-size: 18px;

    font-weight: 500;

    text-align: center;

    margin-bottom: 15px;

}

.newsForm {

    float: left;

    width: 100%;

}

.newsForm form {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 0;

    grid-template-columns: 75% 25%;

}

.newsForm input[type="text"] {

    float: left;

    width: 100%;

    height: 45px;

    border: none;

    color: #D0A2F7;

    background: #f4f4f4;

    padding: 0 10px 0 10px;

    font-family: 'Montserrat', sans-serif;

}

.newsForm input[type="submit"] {

    width: 100%;

    height: 45px;

    color: #fff;

    cursor: pointer;

    font-weight: 500;

    background:  #9e28b0; /*#D0A2F7*/

    text-transform: uppercase;

    border: 2px solid #D0A2F7;

    font-family: 'Montserrat', sans-serif;

  }

.newsForm input[type="submit"]:hover {

    color: #D0A2F7;

    background: #fff;

}

.newsForm p {

    float: left;

    width: 100%;

    margin-top: 10px;

    text-align: center;

}

footer {

    float: left;

    width: 100%;

    padding: 30px 0 0;

    background: #1a1a1a;

    border-top: 3px solid #D0A2F7;

}

.main_footer {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 2%;

    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;

}

.footer_logo {

    align-self: center;

}

.footer_logo img {

    width: 168px;

    max-width: 100%;

}

.footer_links h5 {

    float: left;

    width: 100%;

    color: #c3cdce;

    font-size: 18px;

    margin-bottom: 15px;

}

.footer_links ul {

    float: left;

    width: 100%;

}

.footer_links li {

    display: block;

}

.footer_links li a {

    color: #f8f8f8;

    line-height: 30px;

}

.footer_links li a img {

    width: 30px;

    float: left;

    margin-right: 10px;

    background: #D0A2F7;

    transition: all .5s ease-in-out;

}

.footer_links li a:hover img {

    border-radius: 10px;

    transition: all .5s ease-in-out;

}

.footer_links li a:hover {

    color: #e57df7;

}

.footer_links p {

    color: #f8f8f8;

    line-height: 20px;

    margin-bottom: 15px;

}

.copyrigtBox {

    float: left;

    width: 100%;

    color: #b5b5b5;

    padding: 20px 0;

    margin-top: 25px;

    text-align: center;

    background: #212225;

}

.breadcrumbs {

    float: left;

    width: 100%;

    margin-bottom: 35px;

}

.breadcrumbs li {
    /*color:  #D0A2F7; */ 
    color:  #151415;

    display: inline-block;

    position: relative;

    margin-right: 7px;

    padding-right: 20px;

    font-weight: 500;

}

.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;

}

.main_store_wrapper {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 2%;

    grid-template-columns: 73% 25%;

}

.widgetBox {

    float: left;

    width: 100%;

    padding: 15px;

    background: #fff;

    border-radius: 5px;

    margin-bottom: 20px;

    border: 1px solid #e1e1e1;

}

.store_info {

    float: left;

    width: 100%;

}

.heading_md {

    float: left;

    width: 100%;

    text-align: left;

    margin-bottom: 10px;

}

.heading_md h1 {

    color: #212121;

    font-size: 18px;

    font-weight: 600;

}

.heading_md h1 span {

    color: #D0A2F7;

    padding-bottom: 5px;

    border-bottom: 2px solid #D0A2F7;

}

.st_logo {

    padding: 0 30px;

    text-align: center;

    border-radius: 3px;

    margin-bottom: 15px;

}

.st_logo img {

    max-width: 100%;

}

.rating_stars {

    float: left;

    width: 100%;

    text-align: center;

    margin-bottom: 15px;

}

.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%;

    background: #fff;

    border-radius: inherit;

    margin-bottom: 30px;

    box-shadow: 0 0 3px rgb(0 0 0 / 15%);

}

.filtersBox li {

    float: left;

    width: 100px;

    display: block;

    text-align: center;

    border-right: 1px solid #e8e8e8;

}

.filtersBox li:last-child {

    border-right: 0px solid #ccc;

}

.filtersBox li a {

    float: left;

    width: 100%;

    padding: 10px;

    color: #D0A2F7;

    font-weight: 600;

}

.filtersBox li a:hover {

    color: #fff;

    border-radius: 25px;

    background: #D0A2F7;

}

.filtersBox li a.active {

    color: #fff;

    border-radius: 25px;

    background: #D0A2F7;

}

.main_store_couponBox {

    float: left;

    width: 100%;

    display: grid;

    grid-gap: 20px;

    grid-template-columns: 31.7% 31.7% 31.7%;

}

.more_about_store {

    float: left;

    width: 100%;

    margin-top: 35px;

    padding: 25px;

    background: #fff;

    box-shadow: 0 0 3px rgb(0 0 0 / 15%);

}

.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%;

    margin: 20px 0;

}

.stores_num_list li {

    display: inline-block;

}

.stores_num_list li a {

    float: left;

    width: 35px;

    height: 30px;

    color: #D0A2F7;

    font-size: 13px;

    font-weight: 600;

    line-height: 30px;

    border-radius: 3px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #D0A2F7;

}

.stores_num_list a:hover {

    color: #fff;

    background: #D0A2F7;

    border: 1px solid #D0A2F7;

}

.store_listBox {

    float: left;

    width: 100%;

    margin-bottom: 45px;

}
.heading_large h2 a {
    color: #d0a2f7;
}
.store_listBox .heading_large {

    padding: 10px;

    margin-bottom: 25px;

    border-radius: 5px;

    background: #f4f4f4;

}

.store_listBox .heading_large h1 {

    color: #D0A2F7;

    font-size: 25px;

}

.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;

}

.stores ul li a:hover {

    color: #D0A2F7;

    margin-left: 3px;

}

.stores ul li a span {

    float: right;

}

.about_content {

    float: left;

    width: 100%;

}

.about_content p {

    margin-bottom: 10px;

}

.about_content p a {

    color: #D0A2F7;

}

.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: #D0A2F7;

    border: 2px solid transparent;

    transition: all .5s ease-in-out;

}

.contact_form input[type="submit"]:hover {

    background-color: #000;

    transition: all .5s ease-in-out;

}

.mrg_tp50 {

    margin-top: 50px;

}





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

.container {

    width: 95%;

}

.footer_links li a img {

    margin-right: 5px;

}

}



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

.heading_large h1 {

    font-size: 25px;

    line-height: 35px;

}

.popular_cat_list ul {

    grid-template-columns: 24.9% 24.9% 24.9% 24.9%;

}

.stores ul {

    grid-template-columns: 19% 19% 19% 19% 19%;

}

.main_couponBox {

    grid-template-columns: 31.9% 31.9% 31.9%;

}

}



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

.main_wrapper {

    display: block;

}

.sidebar {

    float: left;

    width: 100%;

    margin-top: 20px;

}

.main_footer {

    display: block;

    text-align: center;

}

.footer_links {

    float: left;

    width: 100%;

    margin-top: 25px;

}

}



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

.newsletter_box {

    display: block;

}

.email_heading {

    text-align: center;

    margin-bottom: 20px;

}

.main_store_wrapper {

    display: block;

}

}



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

.stores ul {

    grid-template-columns: 24% 24% 24% 24%;

}

.topBox {

    grid-template-columns: 25% 51% 20%;

}

.fBox input[type="text"] {

    width: 340px;

}

}



@media only screen and (max-width: 767px) {
    
 .cp_outer {
        width:45%;
  }
    
 .copy-code {
    text-align: center;
    z-index: 999;
    position: relative;
    bottom: -10px;
    width:45%;
    float: right;
 }
.coupon_detail p {
    display: none; 
}
.coupon_offer{
    border: none; 
}
.cp_offer {
    display: none; 
}
.main_couponBox {
    
    padding: 0 15px 0 15px;

    grid-template-columns: 48.5% 48.5%;

}

.navBox {

    width: 100%;

}

.navBox ul {

    top: 55px;

    opacity: 0;

    right: 0;

    z-index: -1;

    width: 300px;

    position: absolute;

    visibility: hidden;

  transition: visibility 0.3s, opacity 0.3s linear;

}

.navBox.responsive ul {

    top: 47px;

    opacity: 1;

    right: -4%;

    z-index: 9999;

    padding: 10px;

    height: 100vh;

    width: 300px;

    position: absolute;

    background: #D0A2F7;

    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: right;

    width: 30px;

    display: block;

    margin-top: 3px;

}

.navBox.responsive {position: relative;}

.nav_toggle span {

    float: left;

    width: 100%;

    height: 2px;

    cursor: pointer;

    background: #f5f6f7;

    margin-bottom: 6px;

}

.nav_toggle span:nth-child(2) {

    width: 80%;

}

.nav_toggle:hover .navBox ul {

    display: block;

}

.topBox {

    grid-template-columns: 49% 0 47%;

}

.searchBox {

    width: 70%;

    left: 15px;

    bottom: 11px;

    position: absolute;

}

.fBox {

    width: 100%;

}

.fBox input[type="text"] {

    width: 100%;

}

.slider_content {

    display: block;

}

.cp_offer {

    padding: 20px 0;

}

.popular_cat_list ul {

    grid-template-columns: 49% 49%;

}

.footer_links li a img {

    display: none;

}

.cp_offer img {

    padding: 0;

    border-radius: 0;

}

.main_store_couponBox {

    grid-template-columns: 48.5% 48.5%;

}

.heading_md h1 {

    font-size: 20px;

}

.newsletter_box {

    float: none;

    width: 100%;

    margin: 0 auto;

}

}



@media only screen and (max-width: 660px) {
.filtersBox {
    display: none;
}
.breadcrumbs {
    margin-bottom: 0;
}
.heading_large {
    margin-bottom: 10px;
}
.heading_large h1 {
    font-size: 20px;
    line-height: 35px;
}
.popular_cat_list ul {

    display: block;

}

.tabs .tabs-list li {
    width: 100%;
}

.stores ul {

    grid-template-columns: 32% 32% 32%;

}

.slogo_img {

    margin-bottom: 0;

}

.couponBox {

    display: block;

}

.coupon_offer {

    float: none;

    width: 115px;

    margin: 0 auto;

    display: flow-root;

}

.coupon_detail {

    text-align: center;

}

.cp_offer {

    width: auto;

}

.tagsBox {

    float: none;

    width: 185px;

    display: none;

    margin: 25px auto;

    margin-bottom: 5px;

}

.expires_txt {

    margin-bottom: 10px;

}

}



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

.store_info {

    display: block;

    padding-top: 0;

}

.st_logo {
        width: 100%;
        padding: 0;
        margin: 0;
    }

.st_desc .heading_md h1 {

    text-align: center;

}

.st_desc {

    text-align: center;

}

.filtersBox li {

    width: auto;

}

.filtersBox li:nth-child(2) {

    margin-right: 0;

}

.stores ul {

    grid-template-columns: 48.5% 48.5%;

}

.couponBox {

   margin-bottom: 1px; 

}

.main_couponBox {

    grid-gap: 0;

    grid-template-columns: 100%;

}

.newsForm form {

    display: block;

}

.email_heading h4 {

    font-size: 15px;

}

.newsForm input[type="text"] {

    margin-bottom: 10px;

    text-align: center;

}

.main_store_couponBox {

    grid-gap: 0;

    grid-template-columns: 100%;

}

}



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

.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;

}

.filtersBox li {

    padding-right: 5px;

}

.filtersBox li p {

    float: left;

    margin-right: 5px;

}

.stores ul {

    grid-template-columns: 49% 49%;

}

.heading_large h1 {
    font-size: 18px;
    line-height: 20px;
}
.breadcrumbs {
    display: none;
}
.stLogo img {
    width: 100%;
    height: auto;
}
.stores ul {

    grid-template-columns: 99%;

}

.heading_md h1 {

    font-size: 18px;

    line-height: 27px;

}

.heading_md h1 span {

    padding-bottom: 0;

}

}

/*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!important;text-decoration: none;background-color: #9e28b0;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*/