/***************************** overwrites theme css | Latori Software www.latori.com *****************************/

/******************** fonts ********************/
@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-ExtraLight.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-Book.otf') format("opentype");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-BookItalic.otf') format("opentype");
  font-weight: light;
  font-style: italic;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-Medium.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-MediumItalic.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-SemiBold.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BabbelMilliard';
  src: url( 'BabbelMilliard-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'LeituraNews-Roman4';
  src: url('LeituraNewsRoman4.eot');
  src: url('LeituraNewsRoman4.eot?#iefix') format('embedded-opentype'),
    url('LeituraNewsRoman4.woff2') format('woff2'),
    url('LeituraNewsRoman4.woff') format('woff'),
    url('LeituraNewsRoman4.ttf') format('truetype'),
    url('LeituraNewsRoman4.otf') format('opentype');
}

@font-face {
  font-family: 'Feature Text Regular';
  src: url( 'FeatureText-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Feature Text Regular';
  src: url( 'FeatureText-RegularItalic.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik LC Regular';
  src: url( 'Graphik-Regular-Cy.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik LC Regular';
  src: url( 'Graphik-RegularItalic-Cy.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik LC Semibold';
  src: url( 'Graphik-Semibold-Cy.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik LC Semibold';
  src: url( 'Graphik-SemiboldItalic-Cy.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
}
/****************** end fonts ******************/

/************ general ************/

* {
  font-family: "Graphik LC Regular", sans-serif;
  font-weight: normal;
}

h1, h2, h3 {
  font-family: "Feature Text Regular", sans-serif;
}

.button, .style-color .button, .style-gradient .button, .overlay-none .button, .overlay-black .button, .overlay-color .button, .overlay-gradient .button, .overlay-primary .button, .style-color .submit, .style-gradient .submit, .overlay-none .submit, .overlay-black .submit, .overlay-color .submit, .overlay-gradient .submit, .overlay-primary .submit,
a.button span {
  font-weight: 500;
}

th, b, strong {
  font-weight: 500;
}

.header-actions-list-item,
.drawer-toggle .icon-menu,
.cart-item-remove .icon,
.number-input-nav-item,
.icon-cross {
  font-family: "Launch Icons", sans-serif !important;
}


.flex {
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.flex_start {
  justify-content: flex-start;
}

.flex.flex_between {
  justify-content: space-between;
}

.flex.flex_end {
  justify-content: flex-end;
}

.flex.center_center {
  justify-content: center;
  align-items: center;
}

.pxs-rich-text, .pxs-video-header, .module {
  padding: 72px 30px 36px 30px;
}

a:not(.header-navigation-link):not(.button):not(.header-cart-link):not(.footer-menu-list-item-anchor):not(.cart-item-remove) {
  text-decoration: underline;
}

.home-inline .list-item-icon,
.home-inline .list-title,
.list-title,
.style-image .module-title {
  color: #70767c;
  font-weight: 500;
}

.anchor {
  display: block;
  position: absolute;
  top: -60px;
  visibility: hidden;
}

.text-bottom {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  z-index: 999;
}

.text-bottom p {
  margin: 0;
  padding: 0;
}

.rich-text-background {
  color: #394149;
}

.style-light {
  color: #FFFFFF;
  background: #082538;
}

.style-light .module-title {
  color: #FFFFFF;
}

.black-friday {
  font-weight: 500;
  font-size: 28px;
  display: none;
}

@media (max-width: 365px) {
  .black-friday {
    font-size: 23px !important;
  }
}

.black-friday .percent-off {
  color: #FFDD33;
}

.style-light .black-friday {
  display: block !important;
}

// .header-navigation-link, .header-cart-link {
//  color: #394149 !important;
// }

/********** end general **********/

/************ buttons ************/
.button,
.style-color .button, .style-gradient .button, .overlay-none .button, .overlay-black .button, .overlay-color .button, .overlay-gradient .button, .overlay-primary .button, .style-color .submit, .style-gradient .submit, .overlay-none .submit, .overlay-black .submit, .overlay-color .submit, .overlay-gradient .submit, .overlay-primary .submit {
  background-color: #ff790f;
  border-color: #ff790f;
  border-radius: 5px;
  color: #ffffff;
  text-transform: none;
  font-size: 20px;
}

.style-color .button:hover, .style-gradient .button:hover, .overlay-none .button:hover, .overlay-black .button:hover, .overlay-color .button:hover, .overlay-gradient .button:hover, .overlay-primary .button:hover, .style-color .submit:hover, .style-gradient .submit:hover, .overlay-none .submit:hover, .overlay-black .submit:hover, .overlay-color .submit:hover, .overlay-gradient .submit:hover, .overlay-primary .submit:hover {
  background-color: #ff790f;
  border-color: #ff790f;
  color: #ffffff;
}

.cart-additional-checkout-buttons {
  display: none;
}

.button.secondary.inverse, .submit.secondary.inverse {
  background: #eef3f5;
  border-color: #eef3f5;
  color: #758fe4;
}

.textlink {
  margin: 60px 10px 0;
}

.button,
.submit {
  letter-spacing: 1px;
}
/********** end buttons **********/

/************ header ************/
.main-header {
  border-bottom: 0;
}

.sticky-header.scrolled,
.header.sticky-header,
.header.sticky-header.bordered_header {
  box-shadow: 0px 0px 10px rgba(40, 75, 124, 0.08);
}

@media screen and (min-width: 721px) {
  .header.sticky-header,
  .header.sticky-header.lower-than-slideshow {
    background-color: white;
  }
}

.main-header,
.header-tools,
.branding-logo-link,
.header-tools .navigation,
.header-actions {
  height: 60px;
}

.branding-logo-link,
.header-tools .navigation,
.header-actions {
  line-height: 60px;
}

.branding-logo-image {
  vertical-align: text-bottom;
}

.main-header:after, .main-header:before {
  border: none;
}

.header-actions:before {
  content: none;
}

.header-cart-link .header-cart-count {
  font-size: 14px;
  top: -9px;
  right: -13px;
}

.header-navigation-link {
  font-size: 16px;
}
/********** end header **********/

/************ section home-slideshow ************/
.slide-text-heading {
  font-size: 78px;
  line-height: 1.0;
}

.slide-text.dark .slide-text-subheading {
  color: #394149;
  font-weight: bold;
}

.slide-text.dark .slide-text-heading,
.slide-text-heading {
  color: #ff790f;
  font-weight: normal;
}

.slide-text-bottom.light {
  color: #FFFFFF;
}

.slide-text .button {
  margin: 40px 0 0;
  padding: 20px 20px;
}

.text-aligned-center .slide-text {
  max-width: 600px;
}

.text-aligned-center .slide-text p {
  padding: 0;
}

.slide-text-bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px 60px;
  z-index: 999;
}

@media only screen and (max-width: 720px) {
  .text-aligned-center .slide-text {
    width: 100%;
    min-width: 280px;
  }

  .text-aligned-center .slide-text {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slide-text {
    height: calc(100vh - 120px);
    box-sizing: border-box;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slide-text-heading {
    font-size: 54px;
    line-height: 1.0;
  }

  .slide-text-subheading {
    line-height: 1.0;
  }
}

@media only screen and (max-width: 720px) {
  .home-slideshow-wrapper.desktop {
    display: none;
  }
}

@media only screen and (min-width: 721px) {
  .home-slideshow-wrapper.mobile {
    display: none;
  }
}
/********** end section home-slideshow **********/

/************ section home-text-with-background ************/
.home-text-with-background .list-item > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  min-height: 250px;
}

.home-text-with-background .list-item > div {
  position: relative;
}

.home-text-with-background .image_overlay {
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-text-with-background .bottom_text {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .home-text-with-background .home-inline .list {
    flex-wrap: wrap;
  }

  .home-text-with-background .list-item {
    width: 100%;
    margin-bottom: 0;
  }
}
/********** end section home-text-with-background **********/

/************ section home-text-columns-with-icons ************/
.home-text-columns-with-icons .home-inline .list-image-wrapper {
  max-height: auto;
  max-width: 100%;
}

.home-text-columns-with-icons .list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-text-columns-with-icons .home-inline .list-image-wrapper img {
  max-height: 120px;
  margin-bottom: 24px;
}

.home-text-columns-with-icons--large .home-inline .list-image-wrapper img {
  max-height: 160px;
}

@media only screen and (min-width: 481px) {
  .home-text-columns-with-icons--space .home-inline-body {
    margin-top: 48px;
  }
}

/********** end home-text-columns-with-icons **********/

/************ section home-text-columns-with-small-icons ************/
.home-text-columns-with-small-icons .list-item {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px
}

.home-text-columns-with-small-icons .home-inline .list-text-wrapper {
  padding: 0 5px;
}

@media only screen and (max-width: 899px) {
  .home-text-columns-with-small-icons .list-item {
    width: 20% !important;
  }
}

@media only screen and (max-width: 720px) {
  .home-text-columns-with-small-icons .list-item {
    width: 25% !important;
  }

  .home-text-columns-with-small-icons .list-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 399px) {
  .home-text-columns-with-small-icons .list-item {
    width: 33.3% !important;
  }

  .home-text-columns-with-small-icons .list-text {
    font-size: 12px;
  }
}
/********** end home-text-columns-with-small-icons **********/

/************ section home-pricing ************/
.home-pricing .list-item {
  padding: 0 5px;
}

.home-pricing .list-text-wrapper {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 40px;
}

.home-pricing .recommended .list-text-wrapper-inner {
  padding-top: 20px;
  padding-bottom: 50px;
}

.home-pricing .pricing_holder:not(.recommended) {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-pricing .list-title,
.home-pricing .product-price
.home-pricing .product-title {
  font-size: 45px;
}

.home-pricing .list-title:not(.price) {
  color: #44cdc8;
  margin: 20px 0;
}
@media (max-width: 940px) {
  .home-pricing .list-title:not(.price) {
    word-spacing: 25px;
  }
}
@media (max-width: 720px) {
  .home-pricing .list-title:not(.price) {
    word-spacing: 0;
  }
}

.list-title.price {
  min-height: 91px;
}
.product-price-compare {
  margin-bottom: 0px;
}

.home-pricing,
.gift-options-premium {
  background-color: #FFFFFF;
}

.home-pricing .product-form,
.home-pricing .add-to-cart {
  margin-top: 0;
}

.home-pricing .list-text {
  margin-top: 0;
  color: #394149;
}

.home-pricing .list-text.recommended {
  height: 30px;
  letter-spacing: 3px;
  color: #ff790f;
  font-weight: bold;
}

.home-pricing .module.module-product {
  padding: 0 10px;
}

.home-inline-header {
  padding-bottom: 0;
}

@media (min-width: 1201px) {
  .home-pricing .c-product-cards .c-product-card:last-child {
    margin-right: 12px !important;
  }
}

@media only screen and (min-width: 769px) {
  .home-pricing .swiper-pagination {
    display: none;
  }

  .home-pricing .c-product-card:first-child {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .home-pricing .module {
    padding-top: 36px;
  }

  .home-pricing .c-product-card__content--standard {
    box-shadow: inset -5px 0 7px -7px rgba(40, 75, 124, 0.08),inset 5px 0 8px -7px rgba(40, 75, 124, 0.08);
  }

  .home-pricing .list-item {
    width: 100%;
  }

  .home-pricing .home-inline .list {
    margin: 0;
  }

  .home-pricing .list-text-wrapper {
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0px 0px 10px #d4d4d4;
  }

  .home-pricing .module.module-product {
    padding: 0 20px;
  }

  .home-pricing .add-to-cart input {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }

  .swiper-pagination {
    margin-top: 15px;
  }

  .swiper-pagination-bullet {
    border: 2px solid #ff790f;
    background-color: transparent;
    width: 15px;
    height: 15px;
    opacity: 1;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff790f;
  }

  .swiper_bg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -17px;
    left: 0;
  }

  .swiper_bg_inner {
    background-color: #fff;
    width: 120%;
    height: 60%;
  }
}
/********** end home-pricing **********/

/************ section home-reviews ************/
.home-reviews {
  background-color: #eff0f8;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.home-reviews__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-reviews__inner {
  display: flex;
  justify-content: center;
  margin-top: 24px;

  @include breakpoint(md) {
    margin-top: 32px;
  }
}

.home-reviews__slider {
  margin: 40px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding-bottom: 48px;
}

@media screen and (min-width: 799px) {
  .home-reviews__slider .swiper-pagination {
    display: none;
  }
  .home-reviews__slider {
    padding-bottom: 0;
  }
}
/********** end home-reviews **********/

/************ section pxs-rich-text-section ************/
.pxs-rich-text-section {
  border-bottom: 2px solid #f2f6f9;
}

.pxs-rich-text-heading-large .pxs-rich-text-heading {
  font-weight: 500;
}

.pxs-rich-text-content p {
  padding: 0;
}

.pxs-rich-text-content p a {
  text-decoration: none !important;
}
/********** end section pxs-rich-text-section **********/

/************ footer ************/
.main-footer {
  font-size: 16px;
}

.main-footer .footer-copyright {
  font-size: 14px;
  font-weight: bold;
}

.footer-information {
  text-align: left;
}

.footer-menu-bottom a,
.footer-menu-top a,
.footer_bottom .footer-column a,
.copyright-container {
  margin: 0 7px;
}

.footer-menu-top a {
  line-height: 3;
}

.footer-menu-top {
  margin-bottom: 10px;
}

.footer_bottom .footer-column {
  padding: 0 7px;
  width: auto;
}

@media only screen and (min-width: 721px) {
  .social_media.mobile {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .social_media.mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .social_media.mobile .footer-menu-list-item {
    margin: 0 10px;
  }

  .social_media:not(.mobile) {
    display: none;
  }

  .footer-information .footer-menu-top,
  .footer-information .footer_bottom  > div {
    text-align: center;
  }

  .footer-information .footer_bottom  > div {
    flex-direction: column;
  }

  .footer-information .footer_bottom {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-menu-top a {
    line-height: 2;
  }

  .footer-information .footer_bottom .footer-menu-bottom {
    display: flex;
    flex-direction: column;
  }
}
/********** end footer **********/

/********************* cart *********************/
.cart-items-container,
.cart-totals {
  padding: 0;
}

.cart-title a {
  color: #70767c;
  text-decoration: none !important;
}

#terms_check {
  margin-top: 20px;
}

#terms_check .terms_error {
  display: none;
  color: #ff790f;
}

#terms_check label {
  margin-left: 5px;
}
/******************* end cart *******************/

/************ redeem_page ************/
body.redeem_page .header-navigation,
body.redeem_page .header-navigation-list,
body.redeem_page .header-actions-list-item.icon-cart.header-cart-link {
  visibility: hidden;
}

body.redeem_page .slide-text-subheading {
  font-size: 24px;
}

body.redeem_page .slide-text-subheading p {
  padding: 2px;
}

body.redeem_page .textlink {
  margin: 40px 10px 0px 20px;
}

@media only screen and (max-width: 720px) {
  body.redeem_page .slide-text,
  body.redeem_page .slide-text .slide-text-heading,
  body.redeem_page .slide-text .slide-text-subheading,
  body.redeem_page .slide-text-bottom {
    text-align: left;
  }

  body.redeem_page .slide-text .slide-text-heading {
    font-size: 36px;
  }

  body.redeem_page .slide-text {
    padding: 0px 20px;
  }

  body.redeem_page .slide-text-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  body.redeem_page .slide-text-bottom p {
    width: 85%;
    margin: 0 auto;
  }

  body.redeem_page .textlink {
    margin: 10px 10px 0;
  }

  body.redeem_page .footer-row {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/********** end redeem_page **********/

/********** Mobile Header Menu **********/
body.template-index #shopify-section-home-slideshow-mobile a.button {
  margin: 30px 50px 0;
  padding: 10px 10px;
  font-size: 14px;
  letter-spacing: 0;
  min-width: initial;
}

body.template-index #shopify-section-home-slideshow-mobile .slide-text {
  padding: 0;
  width: 220px;
  margin-left: calc(50vw - 140px);
}

body.template-index #shopify-section-home-slideshow-mobile .slide-text.dark .slide-text-heading, .slide-text-heading {
  letter-spacing: 0;
}

body.template-index #shopify-section-home-slideshow-mobile .slide-text.dark .slide-text-subheading {
  font-size: 14px;
  line-height: 21px;
}

body.template-index #shopify-section-home-slideshow-mobile .slide-text-bottom {
  padding: 0;
  font-size: 14px;
}

body.template-index #shopify-section-home-slideshow-mobile .slide-text-bottom p {
  padding-bottom: 15px;
}

body.template-index #shopify-section-home-slideshow-mobile .slide-image-container {
  background-size: 100vw auto;
  background-position: top;
  // background-color: #082538; (For Black Friday 2019)
  background-color: #f3efb7;
}

#header-drawer-popout .header-navigation-list li,
#header-drawer-popout .header-navigation-list li #ly-languages-switcher {
  color: #fff;
}

.slide-color-dark .scrolled .header-navigation-link:hover,
.slide-color-dark .scrolled .header-navigation-link:active,
.slide-color-dark .scrolled .header-navigation-link:focus {
  color: #ff790f;
}
/********** end: Mobile Header Menu **********/
