body {
  font-family: boucherie-block, sans-serif;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 50px 0 0 50px;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}


.header {
  background-color: #51342d;
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
}

.header ul.navbar-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header ul.navbar-nav li a.nav-link {
  color: #e6cf97;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

.header ul.navbar-nav li.active a.nav-link{
  color: #e6cf97;
}

.header ul.navbar-nav li a.nav-link:hover{
  color: #e6cf97;
}

.header ul.navbar-nav li.main_logo {
  display: none;
}

.header ul.navbar-nav li.main_logo.visible-logo {
  display: block;
}

.header.fixed-header ul.navbar-nav li a {
  font-size: 30px;
}

/*inner header */
.innerheader {
  background-color: #51342d;
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.innerheader ul.navbar-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.innerheader ul.navbar-nav li a.nav-link {
  color: #e6cf97;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

.innerheader ul.navbar-nav li.active a.nav-link{
  color: #e6cf97;
}

.innerheader ul.navbar-nav li a.nav-link:hover{
  color: #e6cf97;
}

.innerheader ul.navbar-nav li.main_logo {
  display: block;
}

.innerheader ul.navbar-nav li.main_logo.visible-logo {
  display: block;
}

.innerheader ul.navbar-nav li a {
  font-size: 30px;
}

/*innerheader*/

.banner {
  position: relative;
  overflow: hidden;
  /* background-image: url(../images/mainbanner.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 0;
  margin-top:-8px;
 
}

.banner .banner_shop {
  position: absolute;
  top: 116px;
  right: 40px;
}

.banner_shop_open ul.banner_mini_cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background-color: #40150d;
  padding: 24px 50px;
  align-items: center;
  padding-right: 0;
}

/* .banner_shop .banner_shop_button {
  transition: all 1.3s ease-in-out;
} */
.banner_shop .banner_shop_button img{width:200px; height:200px;}
/* .banner_shop:hover .banner_shop_button {
  transform: translateX(107%);
} */

.banner_shop_open {
  position: absolute;
  width: 760px;
  right: 0;
  transform: translateX(107%);
  transition: all 1.3s ease-in-out;
  top: 0;
}

.banner_shop_open li {
  flex: 0 0 150px;
  max-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.banner_shop:hover .banner_shop_open {
  transform: translateX(7%);
}

.banner_shop_open li .image_background {
  background-color: #e6cf97;
  padding: 15px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
}

.banner_shop_open li:last-child {
  background-color: transparent;
  padding: 0;
  width: auto;
  flex: 0 0 120px;
  max-width: 120px;
  line-height: 1.2;
text-align: center;
}

.banner_shop_open .banner_mini_cart .image_background{
  position: relative;
}

.banner_shop_open .banner_mini_cart .image_background a.link_to_shops{
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
}

.banner_shop_open .banner_mini_cart .image_background h6{
  margin-bottom: 0;
margin-top: 7px;
color: #7B2D00;
font-size: 14px;
}

.banner_shop_open .banner_mini_cart .to_shop_page a{
  color: #E6CF97;
  font-size: 34px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}

.new_releases .releases_slider li {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.new_releases .releases_slider .whole_product_description {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
  padding: 150px 0 10px;
}

.new_releases .releases_slider .whole_product_description > div {
  flex: 0 0 50%;
  max-width: 50%;
}

.new_releases .releases_slider .whole_product_description h3 {
  color: #e6cf97;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.new_releases .releases_slider .description_image {
  margin: 50px 0 60px;
}

.new_releases .releases_slider p {
  font-family: "Roboto", sans-serif;
  color: #ebe2cc;
  font-size: 26px;
  font-weight: 100;
}

.new_releases .releases_slider .whole_product_description div.product_image {
  text-align: right;
}

.new_releases
  .releases_slider
  .whole_product_description
  div.product_image
  img {
  float: right;
}

.new_releases .releases_slider {
  margin-bottom: -3px;
}

.new_releases .releases_slider .slick-prev {
  left: 25px;
  z-index: 9;
}

.new_releases .releases_slider .slick-prev::before {
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 600;
  content: "\f053";
  opacity: 1;
  position: relative;
  font-size: 76px;
  color: rgba(0, 0, 0, 0.15);
}

.new_releases .releases_slider .slick-next {
  right: 45px;
}

.new_releases .releases_slider .slick-next::before {
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 600;
  content: "\f054";
  opacity: 1;
  position: relative;
  font-size: 76px;
  color: rgba(0, 0, 0, 0.15);
}

.contact_us {
  background-image: url(../images/contact_us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-top:-8px;
}

.contact_us .row {
  max-width: 80%;
  margin: 0 auto;
}

.contact_us h3 {
  color: #e6cf97;
  font-size: 40px;
  margin-bottom: 27px;
}

.contact_us .contect_zip {
  max-width: 80%;
  /* height: 159px; */
  overflow: auto;
  padding-right: 20px;
}

.location_find {
  border: 2px solid #e4c98b;
  background-color: #33120c;
}

.contact_us .location_find li {
  color: #ebe2cc;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 17px;
}

.location_find ul {
  margin-bottom: 0;
}

.contact_us form input {
  background-color: #000 !important;
  border: 2px solid #e6cf97;
  border-radius: 0;
  height: 68px;
  font-size: 35px;
  color: #e6cf97;
  font-family: "Roboto", sans-serif;
}

.contact_us iframe {
  width: 100%;
  height: 500px;
}

.contact_us form input:focus {
  color: #e6cf97;
  border: 2px solid #e6cf97;
  outline:0;
}
.contact_us .contect_zip form input:focus {
  color: #e6cf97;
  border: 2px solid #e6cf97 !important;
  outline:0;
}

.contact_us form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e6cf97;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.contact_us form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e6cf97;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.contact_us form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e6cf97;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.contact_us form input:-moz-placeholder {
  /* Firefox 18- */
  color: #e6cf97;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.contact_us form {
  position: relative;
}
.contact_us .contect_zip form{max-width:570px;}

.contact_us form button.btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
  background-color: transparent !important;
  border: 0 !important;
}

.contact_us form button.btn-primary:focus {
  border: 0;
  box-shadow: none !important;
}

.contact_us form button.btn-primary:active:focus {
  border: 0;
  box-shadow: none !important;
}

.contact_us .map_Address p {
  color: #ebe2cc;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

.contact_us .map_Address {
  margin-top: 20px;
}

.contact_us .col-lg-6:first-child::after {
  content: "";
  position: absolute;
  right: 64px;
  height: 100%;
  width: 2px;
  top: 0;
  background-color: #e6cf97;
}

.store {
  background-image: url(../images/general_store.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.store .container-fluid {
  max-width: 80%;
  margin: 0 auto;
}

.store h3 {
  color: #e6cf97;
  font-size: 40px;
  margin-bottom: 27px;
  text-align: center;
}

.store ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.store ul li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  margin-right: 7px;
  margin-left: 7px;
}

.store ul li .enter_store_svg {
  border: 2px solid #e6cf97;
}

.store ul li .enter_store {
  transition: all 0.3s ease-in-out;
  padding: 25px;
  border: 3px solid transparent;
}

.store ul li .enter_store svg {
  height: 200px;
  width: 100%;
}

.store ul li h4 {
  color: #ebe2cc;
  font-size: 34px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.store ul li {
  position: relative;
}

.store ul li a.link_to_store {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store ul li:hover .enter_store {
  border-color: #e6cf97;
}

.events {
  padding: 100px 0;
  background-image: url(../images/events.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.events h3 {
  color: #40150d;
  font-size: 40px;
  text-align: center;
}

.events .container-fluid {
  max-width: 80%;
  margin: 0 auto;
}

.events h4 {
  color: #7e5700;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.events .eventtext {
  color: #805b40;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.events .event_detail p {
  margin-bottom: 0;
  color: #40150d;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.events .event_detail p:first-child {
  text-transform: uppercase;
}

.events .event_slider li {
  padding: 30px;
  position: relative;
  padding-top: 0;
}

.events .event_slider li::after {
  content: "";
  background-color: #c2a676;
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}

.events .event_slider {
  margin-top: 100px;
}

.footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.footer p {
  margin-bottom: 0;
  color: #ebe2cc;
  font-size: 20px;
}

.footer .row {
  align-items: center;
}

.footer .footer-menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer .footer-menu li {
  margin-right: 18px;
  margin-left: 18px;
  position: relative;
}

.footer .footer-menu li a {
  color: #e4c98b;
  font-size: 20px;
  font-weight: 700;
  padding:0px;
}


.footer .footer-menu li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 3px;
  width: 3px;
  height: 80%;
  background-color: #e4c98b;
}

.footer .footer-menu li:last-child::after {
  display: none;
}

.footer .container-fluid {
  max-width: 90%;
  margin: 0 auto;
}
/*Inner Page*/

.Innerpage  {
  background-image: url(../images/inner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 100px 0px;
}

.Innerpage  .row {
  max-width: 80%;
  margin: 0 auto;
}

.Innerpage  h3 {
  color: #e6cf97;
  font-size: 40px;
  margin-bottom: 10px;
}
.Innerpage .lefttext p{
  font-family: "Roboto", sans-serif;
  color: #ebe2cc;
  font-size: 24px;
  font-weight: 100;
  margin-bottom:0px;
}
.Innerpage .entry-content p{
  font-family: "Roboto", sans-serif;
  color: #ebe2cc;
  font-size: 24px;
  font-weight: 100;
  margin-bottom:0px;
}
.Innerpage h1 {
  color: #e6cf97;
  font-size: 40px;
  margin-bottom: 10px;
}
.Innerpage .rightMap p{
  font-family: "Roboto", sans-serif;
  color: #ebe2cc;
  font-size: 24px;
  font-weight: 100;
  margin-bottom:0px;
}
.Innerpage .rightMap {
  margin-top:30px;
}
.Innerpage .map_Address {
  margin-top: 20px;
}
.Innerpage .ContactAdd{
  margin-top:30px;}
.InnerpageBelow{
  background-image: url(../images/belowinner.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  padding: 90px 0 90px 0px;
  opacity: 1;}
.InnerpageBelow .BelowText  ul li {font-family: "Roboto", sans-serif;
  color: #40150D;
  font-size: 24px;
  font-weight: normal;
  margin-bottom:20px;
  margin-top:30px; 
  list-style:none;}
.InnerpageBelow .BelowText  ul{padding-left:0px;}
.InnerpageBelow .BelowText p{
  font-family: "Roboto", sans-serif;
  color: #7E5700;
  font-size: 24px;
  margin-bottom:0px;font-weight:100;}
  
.InnerpageBelow .BelowText  h3 {
  color: #7E5700;
  font-size: 40px;
  margin-bottom: 10px;}
.BelowImg img{padding:0px 20px 30px 20px;}
/* .InnerpageBelow .BelowText{
  position: absolute;
  top: 10%;
  padding: 50px;
  left:160px;
  max-width: 600px;
} */
.BelowLargeText .ZoombelowImg{text-align:right;}
.BelowLargeText .imgPopup img{
  width: 554px;
  height: 250px;
  float:right;  
  display:block;
}
/* .BelowLargeText.activesection .imgPopup .ZoombelowImg{width:100%; height:100%;} */
.BelowLargeText.activesection .imgPopup .ZoombelowImg{display:none;}
.BelowLargeText.activesection .imgPopup.active .ZoombelowImg{display:block;}
.BelowLargeText.activesection .BelowImg{position:static; flex:0 0 100%; max-width:100%;}
.BelowLargeText .imgPopup .close-btn{display:none;
  float: right;
  top: 15px;
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  color: #fff;
}
.BelowLargeText .imgPopup .close-btn i{font-size:20px;}
.BelowLargeText.activesection .imgPopup.active .close-btn{
  display:block;
 }
.BelowLargeText.activesection .BelowText{z-index: 9;}
.BelowLargeText.activesection .BelowImg img{padding:0px;}
 /*Map*/
 .wpsl-search{background: transparent; padding:0px;}
 #wpsl-search-input{
  background-color: #000 !important;
  border: 2px solid #e6cf97 !important;
  border-radius: 0 !important;
  height: 68px;
  font-size: 35px;
  width:100% !important;
  color: #e6cf97;
  font-family: "Roboto", sans-serif;
}
#wpsl-stores ul{border: 2px solid #e4c98b;
  background-color: #33120c;}
#wpsl-stores ul li {
  color: #ebe2cc;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 17px !important;
}
.wpsl-store-location p strong{color: #ebe2cc;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;}
.wpsl-search-btn-wrap{
  background-image: url(../images/button.svg);
  background-repeat: no-repeat;
  height: 28px;
  width: 61px;
  position: absolute;
  z-index: 999999;
  display: block;
  right: 8px;
  text-align: center;
  top: 20px;}
.wpsl-search-btn-wrap #wpsl-search-btn{opacity: 0;}
/* #wpsl-gmap{display:none;}
#wpsl-result-list{display:none;} */
.BelowImg .imgPopup.active{
  position: absolute;
  top: -65px;
  width: 100%;
  left: 0;
}
.BelowLargeText.activesection{position:relative;}
.imgPopup.active .enlarged{
  animation-name: example;
  animation-duration: 4s;
}

@keyframes example {
  0% {width: 100%;
    height: 250px;}
  100% {width: 100%;
    height: 100%;}
}
.imgPopup.active .enlarged{width:100%; height:100%;}
.page-content p{color:#e4c98b;}
.page-content .search-form label{color:#e4c98b;}
.Innerpage.Bigpage{min-height: calc(100vh - 129px);}
.Innerpage.Bigpage .page-header.alignwide{flex: 0 0 100%;
  max-width: 100%;}
.entry-header h2 a{color:#e4c98b;}
.search .Innerpage.Bigpage article{display:flex; border-bottom: 1px solid #6f5959;
  padding: 30px 0px;}
.search .Innerpage.Bigpage article header{flex:0 0 50%; max-width:50%;}
.search .Innerpage.Bigpage article header{flex:0 0 50%; max-width:50%;}
.Innerpage.Bigpage  .entry-content a{color:#e4c98b; font-weight:bold;}
.search-result-count{color:#e4c98b; font-weight:bold;}
.store h4.comming{color: #e6cf97;
  text-align: center;}
.banner .bannerleftside{text-align:center;}
.banner .bannerleftside li{list-style: none;}
.banner .bannerrow{align-items: flex-end;}
.banner:before{background: transparent radial-gradient(closest-side at 50% 50%, #FFF 0%, #FFF 57%, #40150D 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.21;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: '';
  top: 0;}
.ContactForm {
  padding: 80px 0;
  background-image: url(../images/events.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gfield_label .gfield_required{display:none;}
.ContactForm .gform_wrapper .ginput_container input, .ContactForm .gform_wrapper .ginput_container textarea{
  background-color: transparent;
  border: 2px solid #51342d !important;
  padding:10px 10px !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  width: 100% !important;
  color: #51342d;
  }
.gform_footer .gform_button{
  background-color: #51342d !important;
  background: transparent;
  border:none;
  padding:10px 20px;
  color:#e4c98b;
  font-size:24px !important;
}
.ContactForm h3 {
  color: #51342d;
  font-size: 40px;
  margin-bottom: 27px;
  text-align: center;
}
.navbar-light .navbar-toggler-icon{
  background-image: none;
  width: 40px;
  background-color: #e6cf97;
  height: 1px;
  position: relative;}
.navbar-light .navbar-toggler-icon::before {
  content: '';
  width: 40px;
  position: absolute;
  height: 1px;
  background-color: #e6cf97;
  top: -10px;
  left: 0;
}
.navbar-light .navbar-toggler-icon::after {
  content: '';
  width: 40px;
  position: absolute;
  height: 1px;
  background-color: #e6cf97;
  top: 10px;
  left: 0;
}
.navbar-light .navbar-toggler{border:none; padding-top:15px;}
.header ul.navbar-nav li.main_logo .logoMain{width:75px;top: 5px;
  position: relative;}
 /* Media */
/* @media (max-width: 1199px) {
.InnerpageBelow .BelowText{max-width: 650px; padding:10px;}
} */
@media (max-width: 1366px) {
  .footer .footer-menu li{
    margin-right: 15px;
    margin-left: 15px;}
}
@media (max-width: 1280px) {
  .footer .footer-menu li a{font-size:18px;}
  .footer p{font-size:18px;}
}
@media (max-width: 1199px) {
.footer .footer-menu li::after{right: -10px;}
.footer .footer-menu li{margin-right: 8px;
  margin-left: 8px;}
}
@media (max-width: 1199px) {
  .footer .footer-menu li a{font-size:16px;}  
}
@media (max-width: 991px) {
  .banner_shop .banner_shop_button img{max-width:80%;}
  .banner .banner_shop{top:85px;}
  .new_releases .releases_slider .whole_product_description > div{
    flex: 0 0 100%;
    max-width: 100%;
    text-align:center;
  }
  .new_releases .releases_slider .description_image{
    display:inline-block;
  }
  .new_releases .releases_slider .whole_product_description div.product_image img{
    float:none; display:inline-block;
  }
  .new_releases .releases_slider .whole_product_description div.product_image{
    text-align: center;
  }
  .new_releases .releases_slider .whole_product_description{
    padding:50px 0 10px;
  }
  .store ul li h4{
    font-size:26px;
  }
  .store ul li{
    flex: 0 0 33.33%;
    max-width: 33.33%; margin-bottom:30px;
  }
  .contact_us .Zipform{
    margin-bottom:50px;
  }
  .contact_us .contect_zip{
    /* height:250px; */
     max-width: 100%;
  }
  .contact_us .col-lg-6:first-child::after{
    right:0px; 
  }
  .contact_us{
    text-align: center;
  }
  .footer .footer-menu li a{
    font-size:18px;
  }
  .footer .footer-menu{
    justify-content: center;
  }
  .footer .footer-menu li{
    margin-right: 15px;
    margin-left: 15px;
  }
  footer{
    text-align:center;
  }
  footer .copywrite{
    margin-bottom:20px;
  }
  .store{
    padding:100px 0 70px 0px;
  }
  .events{
    padding:100px 0 70px 0px;
  }
  .InnerpageBelow .BelowText ul li{
    margin-top:10px;
  }
  .BelowImg .imgPopup.active{
    position: relative;
    top: 0px;
  }
  .Innerpage{text-align:center;}
  .Innerpage .lefttext{margin-top:40px;}
  .Innerpage .ContactAdd{margin-top:40px;}
  .Innerpage .InnerpageBelow{text-align: center;}
  .search .Innerpage.Bigpage article{flex-wrap: wrap;}
  .search .Innerpage.Bigpage article header{flex: 0 0 50%;
    max-width: 50%;}
  #wpsl-search-wrap .wpsl-input{width: 100%;}
  .footer .footer-menu li::after{right: -16px;}
  .contact_us .contect_zip form{max-width:100%;}
}
@media (max-width: 767px) {
  .events .event_detail p{
    font-size:30px;
  }
  .events .event_slider{
    margin-top:70px;
  }
  .new_releases .releases_slider .whole_product_description div.product_image img{max-width:50%;}
  .banner_shop_open li .image_background{
    width: 130px;
    height: 130px;
    padding: 4px;
  }
  .banner_shop_open li{
    flex: 0 0 130px;
    max-width: 130px;
  }
  .banner_shop_open{
    width:640px;
  }
  .banner_shop_open ul.banner_mini_cart{
    padding:24px 9px 23px 40px;
  }
  .banner_shop_open li{
    flex: 0 0 90px;
    max-width: 90px;
  }
  .banner_shop_open{right:-9px;}
  .gform_wrapper .top_label li.gfield{width:100% !important; max-width:100% !important;}
}
@media (max-width: 600px) {
  .image_background .img-fluid{
    width:50px;
  }
  .banner_shop_open li .image_background{
    width: 100px;
    height: 100px;
    padding: 6px 19px 19px 19px;
  }
  .banner_shop_open{
    width:530px;
  }
  .banner_shop_open .banner_mini_cart .to_shop_page a{
    font-size: 22px;
  }
  .banner_shop_open li:last-child{
    flex: 0 0 100px;
    max-width: 100px;
  }
  #wpsl-result-list a{margin:0 auto;}
  #wpsl-stores ul li{font-size:16px;}
  .wpsl-store-location p strong{font-size:20px;}
  .banner_shop .banner_shop_button img{width:100px; height:100px;}
  .banner .banner_shop{    text-align: center;
    left: 0;
    right: 0;
}
.bannerrow .bannerleftside ul{padding: 0px 5px;}
.bannerrow .bannerleftside ul li svg{width:80%;}
.banner .bannerleftside li{margin-bottom:20px;}
}
@media (max-width: 575px) {
  .store ul li{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .events .event_slider li::after{
    content:none;
  }
  .events .event_slider li{
    text-align:center;
  }
  .banner .banner_shop{
    top:60px;
  }
  .banner_shop .banner_shop_button img{
    max-width: 70%;
  }
  /* .banner .banner_shop{
    text-align:right;
  } */
  #wpsl-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:18px;
  }
  #wpsl-search-input::-moz-placeholder { /* Firefox 19+ */
    font-size:18px;
  }
  #wpsl-search-input:-ms-input-placeholder { /* IE 10+ */
    font-size:18px;
  }
  #wpsl-search-input:-moz-placeholder { /* Firefox 18- */
    font-size:18px;
  }
}
@media (max-width: 570px) {
  .wpsl-search-btn-wrap{top:8px;}

}
@media (max-width: 420px) {
  .banner_shop .banner_shop_button img{
    max-width: 50%;
  }
  .banner{
    padding-bottom: 35px;
    top: 35px;
  }
  .banner .banner_shop{
    top:35px;
  }
}

#gform_submit_button_1 {

display: flex;
align-items: center;
justify-content: center;

margin-right:auto;
margin-left:auto;
}


#wpsl-search-wrap {
  width: auto;
}
img.cbclogo{
display: block;
  margin-left: auto;
  margin-right: auto;

}
h4.comming {
	color: #e6cf97 !important;
}
