.boujee-store-pattern {
  --s: 10px; /* control the size */
  
  --_g: #0000 83%,#ffffff 85% 99%,#0000 101%;
  background:
    radial-gradient(27% 29% at right ,var(--_g)) calc(var(--s)/ 2) var(--s),
    radial-gradient(27% 29% at left  ,var(--_g)) calc(var(--s)/-2) var(--s),
    radial-gradient(29% 27% at top   ,var(--_g)) 0 calc(var(--s)/ 2),
    radial-gradient(29% 27% at bottom,var(--_g)) 0 calc(var(--s)/-2)
    #9beff0;
  background-size: calc(2*var(--s)) calc(2*var(--s));
}

.fa-cart-shopping::before, .fa-shopping-cart::before
{
  content: "\f290"!important;
  font-weight: 100;
  font-size: 1.5em;
}
#eshop-cart
{
  text-align: left;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after {
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner
{
  background: #dbe6b3;
}

html {font-size: 18px;}
label {font-weight: 300;}

  
.logo-image {
  margin-top: -80px;
}


#sp-header {
  box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.3);
  position: absolute;
  top: auto;
}

#sp-header.header-sticky .logo-image {
  margin-top: 70px;
}

@media (min-width:768px) and (max-width:992px) {
  .logo-image-phone {
    height: 80px!important;
    margin-top: -24px;
  }
#sp-header.header-sticky .logo-image-phone {
  margin-top: 30px;
}
}


.com-sppagebuilder #sp-main-body {
  padding: 70px 0 0 0;
}

@media (max-width: 991px) {
  .com-sppagebuilder #sp-main-body {
  padding: 50px 0 0 0;
  }

}

@media (max-width: 767px) {
  .com-sppagebuilder #sp-main-body {
  padding: 30px 0 0 0;
  }

}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 8px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 1em;
}

@media (min-width: 767px) and (max-width: 1300px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 0.8em
  }
}

.sp-megamenu-parent {
  margin: 5px -15px 0 -15px;
}

.sp-megamenu-parent li a {
  color: #706f6f;
}

.sp-megamenu-parent li a:hover {
  color: #191919;
}

.sp-megamenu-parent > li.active > a {
  font-weight: 500;
  color: #aa86bc;
}


.boujeepops-page-icons,
.boujeepops-top-row-items {
  display:flex; 
  justify-content:center; 
  align-items:center;
}

.boujeepops-lg-icons i {
  font-size: 2rem;
  padding-right: 5px;
}

.boujeepops-xxlg-icons i {
  font-size: 3rem;
  padding-right: 5px;
}

.boujeepops-page-icons {
  color: #007681;
}

.boujeepops-top-row-items p {
  display:flex; 
  justify-content:center; 
  align-items:center;
  margin: 0px;
  font-size: 1.25rem;
}

.boujeepops-search .form-control {
  display: block;
  width: 100%;
  padding: .4rem .75rem .3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color, box-shadow, background-color .25s ease-in-out;
}

.boujeepops-search .form-control:hover,
.boujeepops-search .form-control:focus {
  color: #191919;
  background-color: #fff;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13,110,253,.25);
}

.boujeepops-left-border {
  border-left: 1px solid #191919;
}

.boujeepops-right-border {
  border-right: 1px solid #191919;
}

.boujeepops-bottom-border {
  border-bottom: none;
}

.boujeepops-bottom-shadow {
    box-shadow: 0px 15px 10px -15px rgb(0, 0, 0, 0.3)!important;    
}

#sp-footer {
  font-size: 1rem;
}

.footer-osw-logo img {
  opacity: .5;
  filter: grayscale(1);
  transition: all .3s ease;
}
.footer-osw-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .boujeepops-left-border {
  border-left: none;
}

.boujeepops-right-border {
  border-right: none;
}

.boujeepops-bottom-border {
  border-bottom: 1px solid #191919;
}

  .boujee-search-mobile {
    margin: 0 auto;
    text-align: center;
  }
  
  .logo-image-phone {
    height: 80px!important;
  }
}

@keyframes boujee-fadeinscale {
  0%   {scale: 1;}
  75%   {scale: 1.1;}
  100% {scale: 1;}
}

/* The element to apply the animation to */
.boujee-fade-in-zoom {
  animation-name: boujee-fadeinscale;
  animation-duration: 2s;
  animation-delay: .5s;
}

.rsform-block strong {
  font-weight: 300!important;
}

.order-form-header {
  font-family: 'Hind', sans-serif;
  text-align:center;
  line-height: 1;
  margin: 0px;
}
.order-form-headertext {
  text-align: center;
  margin-bottom: 0px!important;
}
.form-control,
.selectize-input {
  color: #585858;
  border: 1px solid #585858!important;
  border-radius: 0px;
}
.form-control:focus,
.selectize-input:focus {
  color: #212529;
  border: 1px solid #459da5!important;
  outline: 0;
  box-shadow: 0 0 5px 1px rgba(69,157,165,.4);
}
.selectize-input.dropdown-active {
  border-radius: 0px;
}
.btn-primary {
  border-color: #f2d777;
  background-color: #f3e1a0;
  color: #585858;
  border-radius: 0px;
  padding: 10px 50px 7px 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:focus-visible {
  border-color: #f2d777;
  background-color: #f2d777;
  color: #585858;
  border-radius: 0px;
}

/** Store Layout Styling **/
.boujee-store {
  background-color: #9beff0;
}

.boujee-store #sp-main-body {
  padding: 30px 0 60px 0;
  width: 80%;
  margin: 0 auto;
  animation: none!important;
}

.boujee-checkout #sp-main-body {
  padding: 100px 0 60px 0;
  width: 80%;
  margin: 0 auto;
  animation: none!important;
}

@media (max-width: 991px){
  .boujee-store #sp-main-body {
    width: 86%;
  }
  .boujee-checkout #sp-main-body {
    width: 86%;
  }
}
.controls {
  display: inline-block;
}
.ajax-block-product
{
  transition: none;
  -webkit-transition: none;
}