.Drawer.Drawer--fromRight,
.PageOverlay.is-visible { display: none !important; }

.flex-wrap {
  flex-wrap: wrap;
}
.spackle_family img {
  margin: 0;
}
.flex-row-wrapper {
  display: flex;
  flex-direction: row;
}
.flex-col-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-50 {
  width: 50%;
}
.padding-35 {
  padding: 35px;
}
@media only screen and (max-width: 768px) {
  .flex-50 {
    width: 100%;
  }
  .padding-35 {
    padding: 25px 0;
  }
}

.full-width-image-wrapper img {
  width: 100%;
}

/* Header */
.Header__Top__Wrapper {
  background: #FFF;
  padding: 12px 50px;
  max-height: 50px;
}
.Header__Shipping_Text {
  color: #484848;
  float: left;
  font-weight: 500;
}
.Header__Top__Wrapper .Text--subdued, 
.Header__Top__Wrapper .Link--primary, .Header__Top__Wrapper .Link--secondary:hover {
  color: #56585A;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.Header__Top__Wrapper .Heading, .Header__Top__Wrapper .Link--secondary, .Header__Top__Wrapper .Link--primary:hover {
  color: #56585A;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
body {
  margin-top: 0 !important;
}

.Header__FlexItem.Header__FlexItem--fill.Header__Icons {
  position: absolute;
  bottom: -24px;
  right: 65px;
}

.Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
  margin-left: -40.72px;
  justify-content: center;
}

.Header__FlexItem.Header__FlexItem--logo {
  width: 100%;
  justify-content: center;
}

#shopify-section-1600210224885 {
  padding-top: 80px;
}

.Header__Search {
  cursor: pointer;
}

nav.SidebarMenu__Nav.SidebarMenu__Nav--secondary ul.Linklist {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1140px) {
  .Header__FlexItem.Header__FlexItem--fill.Header__Icons {
    position: initial;
  }
  .Header__FlexItem.Header__FlexItem--logo {
    width: unset;
  }
}
/* .HorizontalItem_Search {
  border-bottom: 1px solid black;
  padding-right: 150px;
} */

@media only screen and (max-width: 1360px) {
  .Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
    margin-left: 0px;
  }
  .HorizontalList__Item a.Heading.u-h6 {
    font-size: 14px;
  }
  .Header__MainNav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 14px;
    margin-left: 14px;
  }
}

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

  .Header__FlexItem.Header__FlexItem--fill.Desktop_Nav {
    margin-left: unset;
    justify-content: flex-start;
/*     width: 100%; */
    position: absolute;
  }
  .Header__Shipping_Text {
    text-align: center;
    float: unset;
  }
  .Header__Top__Wrapper .Header__FlexItem--fill {
    display: none;
  }
  .SidebarMenu .Drawer__Content::before,
  header.Drawer__Header,
  aside.Drawer__Footer
  {
    background: white;
  }
  nav.SidebarMenu__Nav.SidebarMenu__Nav--primary {
    background: white;
    margin: 0 -30px;
    padding: 0 30px;
  }
  section#sidebar-menu ,
  .SidebarMenu .Drawer__Footer::before {
    background: #F6F7FA;
  }
  .SidebarMenu__Nav--secondary .Text--subdued{
    color: #56585A;
  }
  .Drawer__Close {
    left: auto;
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #shopify-section-1600181676968 {
    display: none;
  }
  .Header__Top__Wrapper {
    padding: 7px 15px;
  }


}

/* footer */




#footer-newsletter {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-self: center;
}

.Footer__Block--newsletter {
  flex-basis: 50%;
}

.Footer__Block--newsletter h2.Footer__Title.Heading.u-h6 {
  font-family: 'Athelas', serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 1.22px;
  color: #56585A;
}

.Footer__Block--newsletter p {
  font-family: 'Athelas', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #56585A;
/*   text-transform: uppercase; */
}

.Footer__Block--newsletter button {
  background-color: #fff;
  color: #55585a;
  display: inline-flex;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 10.5px 28px;
  height: 46px;
  border: 1px solid #56585A;
  align-items: center;
  border-radius: 0;
}

.Form__Submit.Button.Button--primary::before {
  background-color: #fff;
}

.Footer__Block--newsletter input.Form__Input {
  color: #56585A;
  border: 1px solid #56585A;
  width: 300px;
  display: inline-flex;
  height: 46px;
  margin-right: 5px;
}

.Footer__Block--newsletter input.Form__Input::placeholder {
  color: #56585A;
}
.Footer__Block--newsletter .Social_Text {
  margin-top: 20px;
  margin-bottom: -5px;
}

.Footer__Block .Link.Link--primary {
  font-family: 'Athelas', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.50;
  letter-spacing: normal;
  color: #56585A;
}
.Footer_Content {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1140px) {
  .Form__Submit.Button.Button--primary {
    padding: 10px 28px 11px;
  }
}

@media only screen and (max-width: 768px) {
  .Footer__Block .Linklist__Item {
    text-align: center;
  }
  .Footer__Block--newsletter,
  .Footer_Content {
    text-align: center;
  }
  .Footer__Aside {
    display: none;
  }
  #footer-newsletter {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .Footer__Block--newsletter input.Form__Input {
    width: unset;
    min-width: 200px;
  }
}

/* featured image blocks */
.featured_image_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-evenly;
    margin: 0px 90px;
    padding: 35px 0px;
  }
  .featured_image_block {
    width: 45%;
  }
  .feature_image_info {
    margin-top: 25px;
    text-align: center;
  }
  .feature_image_info h3 {
/*     text-transform: uppercase; */
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .feature_image_info a {
/*     text-transform: uppercase; */
  }
  .feature_image_info p {
    font-family: 'Athelas', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
  }
  @media only screen and (max-width: 768px) {
    .featured_image_info {
      padding-left: 24px;
      padding-right: 24px;
    }
    .featured_image_block {
      width: 100%;
      margin: 35px auto;
    }
    .featured_image_wrapper {
      margin: 0 auto;
    }
  }

/* Image blocks */

.padding-y {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-right {
  padding-right: 15px;
}
.padding-left {
  padding-left: 15px;
}
.margin-top {
  margin-top: 40px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.max-width {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .padding-y {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .padding-right {
    padding-right: 0px;
  }
  .padding-left {
    padding-left: 0px;
  }
}

/* footer navigation */

.footer_top_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  background-color: #d3d7e5;
  color: #56585A;
  text-align: center;
  height: 60px;
  align-items: center;
}
.footer_bottom_wrapper {
  background: #FAF6F3;
  padding: 50px 0px;
  position: relative;
}
.slider_navigation_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: calc(0px - 39px);
  max-width: 1200px;
  left: 0;
  right: 0;
  padding: 0 45px;
  margin: 0 auto;
  z-index: 3;
  
}
.footer_bottom_inner_wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 90px;
}

img.chevron-left,
img.chevron-right {
  top: 50%;
  position: relative;
  max-width: 25px;
  cursor: pointer;
}
img.chevron-right {
  float: right;
}
.footer_bottom_inner_wrapper {
  margin: 0 90px;
  z-index: 1;
}
.footer_bottom_slide_wrapper {
  position: relative;
}

.footer_title_block {
  width: 50%;
  color: #FFFFFF;
/*   text-transform: uppercase; */
}
.footer_slider_block {
  padding: 0 15px;
}
.footer_title_block h3 {
  color: #56585A;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: none;
}
.slider_title {
  line-height: 2;
  padding-top: 10px;
  font-family: 'Athelas', sans-serif;
  font-size: 16px;
  text-align: center;

}
.footer_slider_text {
  display: inline-flex;
/*   text-transform: uppercase; */
  flex-direction: row;
  align-items: baseline;
  padding-left: 90px;
}
.footer_slider_text h3,
.footer_slider_text p,
.footer_slider_text a {
  margin-bottom: 0;
}
.footer_slider_text p,
.footer_slider_text a {
  margin-left: 10px;
}
.footer_slider_text h3 {
  font-family: 'Athelas', serif;
  font-size: 23px;
  font-weight: bold;
}
.footer_slider_text p {
  font-family: 'Athelas', sans-serif;
  font-size: 13px;
}
.footer_slider_text a {
  font-family: 'Athelas', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  z-index: 1;
}
.footer_slider_block img {
  border-radius: 50%;
}
@media only screen and (max-width: 1100px) {
  .slider_navigation_wrapper {
    top: calc(0px - 30.5px);
  }
  img.chevron-left,
  img.chevron-right {
    max-width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_title_block:first-child {
    border-bottom: 1px solid #56585A;
    border-right: none !important;
  }
  .footer_top_wrapper {
    height: unset;
    padding: 0 50px;
  }
  .footer_title_block {
    width: 100%;
    padding: 25px 0;
  },
  .footer_title_block h3 {
    padding: 0 30px;
    font-size: 16px;
  }
  
  .footer_slider_text p,
  .footer_slider_text a {
    margin-left: 0px;
  }

  .footer_slider_text {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-bottom: 25px;
    padding: 0 35px;
  }
  .footer_bottom_wrapper {
    text-align: center;
  }
  .footer_bottom_inner_wrapper {
    margin: 0 auto;
  }
  .slider_title {
    text-align: center;
    padding-bottom: 15px;
  }
  .slider_navigation_wrapper {
    display: none;
  }
}

/* reviews */

[data-bv-show=rating_summary].collection_reviews {
  text-align-last: center !important;
}

.collection_reviews .bv_button_component_container {
  display: none !important;
}
[data-bv-show=rating_summary].collection_reviews .bv_main_container {
  display: flex !important;
  justify-content: center !important;
}

[data-bv-show=rating_summary].collection_reviews .bv_avgRating_component_container.notranslate {
    display: none !important;
}

[data-bv-show=rating_summary].collection_reviews .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important;
}
[data-bv-show=rating_summary].collection_reviews .bv_main_container .bv_numReviews_text {
  color: #56585A !important;
  text-decoration: underline !important;
}

[data-bv-show=rating_summary].collection_reviews .bv_main_container .bv_stars_component_container {
  padding-right: 5px !important;
}

.free-gift-container {
    max-width: 350px;
    float: right;
}

p.free-gift-warning {
  padding-top: 15px;
  padding-bottom: 15px;
}

.Heading_Featured_Collections {
  font-size: 46px;
  margin-bottom: 15px;
}

h3.SectionHeader__SubHeading.SubHeading_Featured_Collections {
  font-size: 23px;
}

@media only screen and (max-width: 768px) {
  .Heading_Featured_Collections {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h3.SectionHeader__SubHeading.SubHeading_Featured_Collections {
    font-size: 20px;
  }
}

/* estimated shipping */

[class^="ot-estimated-shipping"] {
  font-size: 16px !important;
  color: #55585a !important;
  font-family: 'Athelas' !important;
}
[class^="ot-estimated-shipping"] input {
  padding: 3px 3px 3px 10px !important;
  height: 30px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px;
}
[class^="ot-estimated-shipping"] p {
  background-color: #d3d7e5 !important;
  padding: 6px 10px !important;
  color: #55585a !important;
  font-family: 'CircularStd' !important;
  font-size: 14px !important;
  font-weight: 100;
  border-radius: 5px;
}

shopify-payment-terms {
    font-size: 13px !important;
}

/* julep eyeshadow 101 */


div#shopify-section-template--14384260055063__1642460829fcf37e38 p em strong {
    font-size: 22px;
}