/** Shopify CDN: Minification failed

Line 52:0 Unexpected "}"

**/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Lato, sans-serif;
}
.mobile {
  display: none;
}
.mobile_large {
  display: none;
}

.text-for-the-section-homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-2-newsletter{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.container-1-newsletter{
  display: grid;
  justify-items: start;
}
.footer-logo.text-in-footer{
  color: var(--cc-secondary-color) !important;
  font-family: var(--cc-primary-font) !important;
  text-transform: uppercase;
  font-size: 32px !important;
  letter-spacing: 0.2em;
}
.footer-social-mobile{
    display: none;
}
}
@media screen and (max-width: 1025px) {
  .mobile_large {
    display: block !important;
  }
  .site-logo.desktop {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .footer-new .payment-icon-list li {
    margin: 0 4px !important;
  }
}
.template-index .section-title {
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  max-width: 400px;
  margin: 2em auto;
  /* margin: 2.6vw auto;
	 line-height: 2.4vw;
	 */
  position: relative;
}
.template-index .section-title.custom-border span {
  display: inline-block;
  position: relative;
}
.template-index .section-title.custom-border span:after {
  content: "";
  border-bottom: 11px solid #feab83;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0.4;
}
@media screen and (max-width: 979px) {
  .template-index .section-title.custom-border span:after {
    border-bottom-width: 8px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-social-mobile{
    display: block;
  }
  .container-1-newsletter{
    display: grid;
    justify-content: center;
    justify-items: center;
}
  .container-2-newsletter{
  display: none;
}
  .home_page_newletter{
    grid-template-columns: 1fr !important;
  }
  .template-index .section-title {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.main-content {
  margin-top: 120px !important;
}
@media screen and (max-width: 479px) {
  .template-page .main-content,
  .template-collection .main-content,
  .template-product .main-content,
  .template-blog .main-content,
  .template-article .main-content {
    /* margin-top: 150px !important; */
    padding-bottom: 25px;
  }
}
#shopify-section-header-new {
  /* margin-bottom: 60px; */
  /* Mobile */
  position: sticky;
  top: 0;
  z-index: 999;
}
#bundles #shopify-section-header-new {
  position: static;
}
#shopify-section-header-new .site-header {
  background-color: #fff;
  position: relative !important;
}
#shopify-section-header-new .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  position: static !important;
  /* border-bottom: 8px solid #a8dbbd; */
}
#shopify-section-header-new .btn-nav-drawer {
  /* position: absolute;
	 left: auto;
      right: 45px; */
  display: none;
}

#shopify-section-header-new .site-logo img {
  /* max-height: 75px; */
  width: 85px;
}
#shopify-section-header-new .site-nav__item--icon a {
  color: #52565a;
}
#shopify-section-header-new a {
  color: inherit;
  font-size: inherit !important;
  font-family: "TradeGothic LT CondEighteen";
}
#shopify-section-header-new a:hover {
  color: #115e67 !important;
}
#shopify-section-header-new .site-nav__item .icon--user g {
  stroke: #fff;
}
#shopify-section-header-new .site-nav__item .icon--cart path {
  fill: #fff;
}
#shopify-section-header-new ul {
  list-style: none;
  margin: 0;
}
#shopify-section-header-new ul.site-nav {
  display: flex;
  /* position: relative;
	 top: 30px; */
}
#shopify-section-header-new ul.site-nav li {
  cursor: pointer;
  text-align: center;
  /* position: relative; */
  margin: 0 16px;
}
#shopify-section-header-new ul.site-nav li span a {
  display: block;
  line-height: 26px !important;
  white-space: nowrap;
  position: relative;
  color: #52565a;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0.04em;
  border-bottom: 4px solid transparent;
  padding: 38px 0 22px;
}
#shopify-section-header-new ul.site-nav li:hover span a {
  color: #115e67 !important;
  border-color: #9baf88 !important;
}
#shopify-section-header-new ul.site-nav li .custom-icon-down-arrow {
  color: #666;
  display: none;
  position: absolute;
  top: 0;
  right: -1px;
  font-size: 10px;
}
#shopify-section-header-new
  ul.site-nav
  li.has-secondary-nav
  .custom-icon-down-arrow {
  display: inline-block;
}
#shopify-section-header-new ul.site-nav img {
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #444;
  max-width: 95px;
}
#shopify-section-header-new ul.secondary-nav-1 {
  display: none;
  background: #fff;
  /* border: 1px solid #444; */
  position: absolute;
  z-index: 1;
}
#shopify-section-header-new ul.secondary-nav-1 li {
  /* margin: 10px; */
  /* padding: 0 5px 5px 5px; */
  /* border-bottom: 1px solid #ccc; */
  color: #52565a;
  text-align: left;
  padding-top: 8px;
  margin: 0;
}
#shopify-section-header-new ul.secondary-nav-1 li a {
  color: #52565a;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-family: TradeGothic LT Condfive;
}
#shopify-section-header-new ul.secondary-nav-1 li:last-of-type {
  border-bottom: 0;
  margin-bottom: 5px;
}
#shopify-section-header-new ul.primary-nav li:hover .secondary-nav-1,
#shopify-section-header-new ul.primary-nav li.active .secondary-nav-1 {
  display: block;
}

#shopify-section-header-new .link .sub-menu,
#shopify-section-header-new .has-secondary-nav .sub-menu {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  margin-left: -20px;
  top: calc(100% + 30px);
}
#shopify-section-header-new .link:hover .sub-menu,
#shopify-section-header-new .has-secondary-nav:hover .sub-menu {
  display: block !important;
  animation: gotop 0.1s linear forwards;
}
#shopify-section-header-new .has-secondary-nav:hover .multiple-menu {
  display: flex !important;
}
#shopify-section-header-new ul.secondary-nav-1 {
  position: static;
}
#shopify-section-header-new .link:after,
#shopify-section-header-new .has-secondary-nav:after {
  content: "";
  width: 100%;
  height: 0px;
  background: transparent;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: -1;
  pointer-events: none;
}
#shopify-section-header-new .has-secondary-nav:nth-child(2):after {
  height: 420px;
}
/* #shopify-section-header-new .link:nth-child(3):after{
  height:200px;
} */
/* #shopify-section-header-new .link:nth-child(5):after{
  height:200px;
} */
/* #shopify-section-header-new .link:nth-child(7):after {
  height: 230px;
} */
#shopify-section-header-new .link:hover:after,
#shopify-section-header-new .has-secondary-nav:hover:after {
  pointer-events: all;
  background-color: #fff;
  animation: gotop 0.1s linear forwards;
}
@keyframes gotop {
  from {
    top: calc(100% + 30px);
  }
  to {
    top: 100%;
  }
}
#shopify-section-header-new .has-secondary-nav .sub-menu h2 {
  line-height: 1.6em;
  padding-bottom: 17px;
  color: #52565a;
  font-size: 20px;
  font-family: TradeGothic LT CondEighteen;
  text-align: left;
  margin: 0;
}
#shopify-section-header-new .menu_1 {
  min-width: 200px;
}
#shopify-section-header-new .menu_1:nth-child(2) {
  margin-left: 20px;
}
/* #shopify-section-header-new .desktop .site-nav {
	 height: 100px;
} */
/* #shopify-section-header-new .menu-icons {
	 position: absolute;
	 right: 2em;
} */
@media screen and (max-width: 991px) {
  /* #shopify-section-header-new .menu-icons {
		 right: 10px;
	} */
  #shopify-section-header-new .site-nav__item--icon,
  #shopify-section-header-new #CartCount {
    display: inline-block;
  }
  #shopify-section-header-new .site-nav__item .icon--cart {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1024px) {
  /* #shopify-section-header-new ul.site-nav {
		 top: 60px;
	} */
  #shopify-section-header-new ul.site-nav li {
    margin: 0 5px;
  }
  #shopify-section-header-new ul.site-nav li span {
    max-width: 80px;
  }
  #shopify-section-header-new ul.site-nav img {
    max-width: 70px;
  }
  #shopify-section-header-new
    ul.site-nav
    .has-secondary-nav
    .custom-icon-down-arrow {
    display: block !important;
  }
}
@media screen and (max-width: 679px) {
  #shopify-section-header-new {
    /* margin-bottom: 60px; */
  }
  #shopify-section-header-new .site-logo {
    position: initial;
  }
  #shopify-section-header-new .site-logo img {
    max-width: 225px;
  }
  #shopify-section-header-new .btn-nav-drawer {
    display: inline-block;
  }
  #shopify-section-header-new .btn-nav-drawer .icon {
    color: #fff;
  }
  #shopify-section-header-new ul.site-nav {
    /* top: 100%; */
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  #shopify-section-header-new ul.site-nav::-webkit-scrollbar {
    display: none;
  }
  #shopify-section-header-new ul.site-nav img {
    max-width: 70px;
  }
  #shopify-section-header-new
    ul.site-nav
    .has-secondary-nav
    .custom-icon-down-arrow {
    display: none !important;
    bottom: 0.5em;
    right: -1.25em;
  }
  #shopify-section-header-new ul.site-nav .secondary-nav-1 {
    display: none !important;
  }
  #shopify-section-header-new .site-nav__item .icon {
    width: 20px;
    height: 20px;
  }
  #shopify-section-header-new .site-nav__item .icon--cart {
    height: 22px !important;
    margin-bottom: 7px;
  }
}
[data-section="animated-gif"] {
  padding-bottom: 150px;
}
[data-section="animated-gif"] .container {
  text-align: center;
  position: relative;
}
[data-section="animated-gif"] .container .image {
  width: 1024px;
  margin: 0 auto;
}
[data-section="animated-gif"] .container .image img {
  width: 100%;
}
[data-section="animated-gif"] .container:before {
  content: "";
  position: absolute;
  background-color: #f0efe9;
  width: 100%;
  height: 80%;
  left: 0;
  top: 10%;
}
[data-section="animated-gif"] .container img {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
[data-section="animated-gif"] .container img.loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
[data-section="animated-gif"] .container video {
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
}
[data-section="animated-gif"] .container video,
[data-section="animated-gif"] .container video.loaded {
  position: relative !important;
}
[data-section="animated-gif"] .container video.loaded + img.poster {
  display: none;
}
[data-section="animated-gif"] .container .image {
  line-height: 0;
}
[data-section="animated-gif"] .container .text {
  margin-top: -30px;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
}
[data-section="animated-gif"] .container .title {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
[data-section="animated-gif"] .container .stars {
  margin-bottom: 0;
}
[data-section="animated-gif"] .container .stars .loox-star {
  color: #feab83;
}
[data-section="animated-gif"] .btn {
  font-size: 1.1em;
}
[data-section="animated-gif"] .stars a {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 979px) {
  [data-section="animated-gif"] .container .image {
    width: 100%;
  }
  [data-section="animated-gif"] .container img,
  [data-section="animated-gif"] .container video {
    max-width: 100%;
  }
  [data-section="animated-gif"] .container h4 {
    font-size: 100%;
  }
}
@media screen and (max-width: 679px) {
  [data-section="animated-gif"] {
    padding-top: 35px;
  }
  [data-section="animated-gif"] .container {
    margin: 0 !important;
  }
  [data-section="animated-gif"] .text {
    max-width: 100%;
    width: auto;
    margin-top: -20px !important;
  }
}
@media screen and (max-width: 479px) {
  [data-section="animated-gif"] .text {
    margin: 0;
  }
}
/* Home Exploding Images */
[data-section="exploding-images"] {
  padding-top: 50px;
}
[data-section="exploding-images"] .container {
  text-align: center;
  position: relative;
}
[data-section="exploding-images"] .images {
  position: relative;
  padding: 5em;
  max-width: 500px;
  min-height: 500px;
  margin: 5em auto 10em;
}
[data-section="exploding-images"] img {
  max-height: 325px;
  z-index: 5;
}
[data-section="exploding-images"] img.animate {
  position: absolute;
  transform: translateX(-100%);
  transition: all 1.5s ease-in-out;
}
[data-section="exploding-images"] img:nth-of-type(2) {
  z-index: 4;
}
[data-section="exploding-images"] img:nth-of-type(3) {
  z-index: 3;
}
[data-section="exploding-images"] img:nth-of-type(3) {
  z-index: 2;
}
[data-section="exploding-images"] img:nth-of-type(4) {
  z-index: 1;
}
[data-section="exploding-images"] .btn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 6;
  width: auto;
  padding: 10px 2em;
  border-radius: 0 0 25px;
  font-weight: bold;
  transform: translateX(300%);
  transition: transform 1.5s ease-in-out;
}
[data-section="exploding-images"].inview img:nth-of-type(2) {
  transform: translate(15%, -45%);
}
[data-section="exploding-images"].inview img:nth-of-type(3) {
  transform: translate(-5%, 50%);
}
[data-section="exploding-images"].inview img:nth-of-type(4) {
  transform: translate(-210%, -50%);
}
[data-section="exploding-images"].inview img:nth-of-type(5) {
  transform: translate(-190%, 40%);
}
[data-section="exploding-images"].inview .btn {
  transform: translateX(0%);
}
@media screen and (max-width: 679px) {
  [data-section="exploding-images"] {
    padding-top: 25px;
  }
  [data-section="exploding-images"] .images {
    margin: 4em auto 0;
    padding: 1em;
    min-height: 300px;
  }
  [data-section="exploding-images"] img {
    max-width: 125px;
  }
  [data-section="exploding-images"] .btn {
    width: auto;
    padding: 5x 20px;
    right: 0;
    transform: translateX(100%);
  }
  [data-section="exploding-images"].inview .btn {
    transform: translateX(0%);
  }
}
/* Home Product Features */
[data-section="product-features"] {
  background-color: #f3f3f3;
}
[data-section="product-features"] .container {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 0;
  padding-bottom: 4em;
  position: relative;
}
[data-section="product-features"] .section-title {
  margin: 1em auto;
}
[data-section="product-features"] .icons {
  display: flex;
}
[data-section="product-features"] .icons .block {
  padding: 2.5em;
}
[data-section="product-features"] .icons img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
  opacity: 0.1;
  /*filter: grayscale(100%);
	*/
  transition: all 0.5s ease-in-out;
}
[data-section="product-features"] .icons .label {
  display: block;
  font-size: 90%;
  margin: 1em 0;
}
[data-section="product-features"].focus img {
  opacity: 1;
  /*filter: grayscale(0);
	*/
}
[data-section="product-features"] .shop-now {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
}
[data-section="product-features"] .shop-now .btn {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
  font-size: 1.1em;
}
[data-section="product-features"] .shop-now .btn:hover {
  /* background-color: #feab83;
	 border-color: #feab83;
	 color: #fff;
	 */
  background-color: #fff;
  border-color: #5e5e5e;
  color: #5e5e5e;
}
@media screen and (max-width: 979px) {
  [data-section="product-features"] .icons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  [data-section="product-features"] .icons .block {
    width: 33.3%;
    padding: 1em;
  }
}
@media screen and (max-width: 679px) {
  [data-section="product-features"] .icons img {
    width: 75px;
  }
}
/* Mini Studio Collage */
[data-section="mini-studio-collage"] .container {
  margin: 7em 0 5em;
  padding: 2em 0;
  background: #d1e0d7;
}
[data-section="mini-studio-collage"] .section-title {
  color: #5d5d5d;
  margin: 1em auto;
}
[data-section="mini-studio-collage"] .section-title.custom-border {
  max-width: 300px;
}
[data-section="mini-studio-collage"] .section-title.custom-border:after {
  border-color: #fff;
  opacity: 0.5;
  bottom: 5px;
}
[data-section="mini-studio-collage"] .images {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0em 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  [data-section="mini-studio-collage"] .images img {
    transition: transform 0.75s ease-in-out;
    z-index: 1;
    transform: scale(0.75);
    max-width: 600px;
  }
  [data-section="mini-studio-collage"] .images img.left {
    transform: scale(0.75) translateX(25%);
  }
  [data-section="mini-studio-collage"] .images img.right {
    transform: scale(0.75) translateX(-25%);
  }
  [data-section="mini-studio-collage"] .images img.is-selected {
    transform: scale(1);
    z-index: 2;
    -webkit-box-shadow: -1px -2px 20px 0px rgba(102, 102, 102, 0.4);
    -moz-box-shadow: -1px -2px 20px 0px rgba(102, 102, 102, 0.4);
    box-shadow: -1px -2px 20px 0px rgba(102, 102, 102, 0.4);
  }
}
[data-section="mini-studio-collage"] .flickity-prev-next-button.previous {
  left: -50px;
}
[data-section="mini-studio-collage"] .flickity-prev-next-button.next {
  right: -50px;
}
@media screen and (max-width: 679px) {
  [data-section="mini-studio-collage"] {
    margin: 0;
    display: flex;
    flex-flow: column;
  }
  [data-section="mini-studio-collage"] .section-title {
    padding: 0 10px;
  }
  [data-section="mini-studio-collage"] .section-title.custom-border {
    order: 1;
  }
  [data-section="mini-studio-collage"] .section-title.title-small {
    order: 2;
    font-size: 110%;
    margin: 0;
  }
  [data-section="mini-studio-collage"] .images {
    order: 3;
  }
  [data-section="mini-studio-collage"] .flickity-prev-next-button.previous {
    left: -5px;
  }
  [data-section="mini-studio-collage"] .flickity-prev-next-button.next {
    right: -5px;
  }
}
/* Success Stories */
[data-section="success-stories"] .stories {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 2em;
}
[data-section="success-stories"] .stories.flickity-enabled {
  display: block;
}
[data-section="success-stories"] .stories .story {
  display: inline-block;
  width: 340px;
  border: 1px solid #5d5d5d;
  margin: 1em 15px;
  position: relative;
}
[data-section="success-stories"] .stories .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
[data-section="success-stories"] .other-stories.btn {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
[data-section="success-stories"] .other-stories.btn:hover {
  background: #fe8950;
  border-color: #fe8950;
  color: #fff;
}
[data-section="success-stories"] .author {
  margin: 10px 0;
}
[data-section="success-stories"] .author img {
  display: block;
  margin: 10px auto;
  border-radius: 100%;
  border: 1px solid #000;
  width: 85px;
}
[data-section="success-stories"] .author h5 {
  letter-spacing: 1px;
  margin: 0;
}
[data-section="success-stories"] .author .name {
  font-size: 130%;
  color: #feab83;
}
[data-section="success-stories"] .review-content .review {
  margin: 2em;
  border: 2px solid #5d5d5d;
  margin-top: -6px;
  padding: 0 20px;
}
[data-section="success-stories"] .flickity-prev-next-button.previous {
  left: -50px;
}
[data-section="success-stories"] .flickity-prev-next-button.next {
  right: -50px;
}
[data-section="success-stories"] .flickity-prev-next-button .arrow {
  fill: #5d5d5d;
}
[data-section="success-stories"] .btn--secondary {
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  [data-section="success-stories"] {
    margin-bottom: 2.5em;
  }
  [data-section="success-stories"] .stories .story {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  [data-section="success-stories"] {
    margin-bottom: 2em;
  }
  [data-section="success-stories"] .stories .story {
    width: 100%;
  }
  [data-section="success-stories"] .flickity-prev-next-button.previous {
    left: 0;
  }
  [data-section="success-stories"] .flickity-prev-next-button.next {
    right: 0;
  }
}
/* Customer Reviews */
[data-section="customer-reviews"] .section-title {
  margin-bottom: 1em;
}
[data-section="customer-reviews"] .stars {
  color: #feab83;
  font-size: 1.5em;
  margin-bottom: 0;
}
[data-section="customer-reviews"] .reviews {
  justify-content: center;
  max-width: 975px;
  margin: 0 auto;
  margin-bottom: 2em;
}
[data-section="customer-reviews"] .reviews .review {
  display: inline-block;
  width: 300px;
  margin: 10px 15px;
  padding: 2em;
  position: relative;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 2px 0px #e3e3e3;
}
[data-section="customer-reviews"] .reviews .review-text {
  color: #000;
  margin: 0 10px;
  font-size: 1.2em;
}
[data-section="customer-reviews"] .reviews .review-author {
  margin: 10px 0;
}
[data-section="customer-reviews"] .reviews .review-author img {
  display: block;
  margin: 10px auto;
  border-radius: 100%;
  border: 1px solid #000;
  width: 65px;
}
[data-section="customer-reviews"] .reviews .review-author h5 {
  letter-spacing: 1px;
  margin: 0;
}
[data-section="customer-reviews"] .reviews .review-author .name {
  font-size: 130%;
  color: #feab83;
}
[data-section="customer-reviews"] .reviews .review-content .review {
  margin: 2em;
  border: 2px solid #5d5d5d;
  margin-top: -6px;
  padding: 0 20px;
}
[data-section="customer-reviews"] .reviews-facebook {
  max-width: 1150px;
  margin: 0 auto;
}
[data-section="customer-reviews"] .reviews-facebook .review {
  display: inline-block;
  width: 400px;
  margin: 10px;
  padding: 1em 2em;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 2px 0px #e3e3e3;
}
[data-section="customer-reviews"] .reviews-facebook .review-author {
  margin: 0 0 10px;
  text-align: left;
}
[data-section="customer-reviews"] .reviews-facebook .review-author img {
  display: block;
  margin: 10px auto;
  margin-left: 0;
  border-radius: 100%;
  border: 1px solid #000;
  width: 90px;
}
[data-section="customer-reviews"] .reviews-facebook .review-author .avatar {
  position: relative;
  display: inline-block;
}
[data-section="customer-reviews"] .reviews-facebook .review-author svg {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 10px;
  right: 0px;
}
[data-section="customer-reviews"] .reviews-facebook .date-stars {
  display: flex;
}
[data-section="customer-reviews"] .reviews-facebook .date-stars .stars {
  font-size: 1em;
}
[data-section="customer-reviews"] .reviews-facebook .date-stars h6 {
  padding: 0 10px;
}
[data-section="customer-reviews"]
  .reviews-facebook
  .date-stars
  h6:first-of-type {
  border-right: 1px solid;
  padding-left: 0;
}
[data-section="customer-reviews"] .reviews-facebook .review-text {
  text-align: left;
}
[data-section="customer-reviews"] .flickity-prev-next-button.previous {
  left: -50px;
}
[data-section="customer-reviews"] .flickity-prev-next-button.next {
  right: -50px;
}
[data-section="customer-reviews"] .flickity-prev-next-button .arrow {
  fill: #5d5d5d;
}
@media screen and (max-width: 679px) {
  [data-section="customer-reviews"] .reviews .review {
    width: calc(60% - 10px);
    margin: 10px;
    padding: 10px;
  }
}
/* Featured Blogs */
[data-section="featured-blogs"] {
  margin: 5em auto 0;
}
[data-section="featured-blogs"] .container {
  max-width: 600px;
  background: #f3f3f3;
  margin: 0 auto;
  padding: 2em;
}
[data-section="featured-blogs"] .section-title {
  margin-top: 1em;
  margin-bottom: 0;
}
[data-section="featured-blogs"] .subtitle {
  margin: 0 auto 1em;
}
[data-section="featured-blogs"] ul {
  max-height: 34em;
  overflow: scroll;
  margin: 0;
}
[data-section="featured-blogs"] ul li {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
[data-section="featured-blogs"] ul.scroll-complete {
  overflow: hidden;
}
[data-section="featured-blogs"] .image {
  padding: 1em;
}
[data-section="featured-blogs"] .image img {
  border-radius: 100%;
  width: 75px;
}
[data-section="featured-blogs"] .blog-item {
  text-align: left;
  padding: 1em;
  flex: 1 0 80%;
}
[data-section="featured-blogs"] .blog-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.25em;
}
[data-section="featured-blogs"] .blog-item p {
  margin: 0;
  line-height: 1.1;
  color: #a0a0a0;
  font-size: 16px;
}
[data-section="featured-blogs"] .bottom-arrow {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
  top: 15px;
}
[data-section="featured-blogs"] .bottom-arrow svg {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .image-for-home-page-mobile{
        display: none;
  }
  [data-section="featured-blogs"] .container {
    padding: 2em 1em;
  }
  [data-section="featured-blogs"] ul li {
    align-items: center;
  }
  [data-section="featured-blogs"] .image,
  [data-section="featured-blogs"] .blog-item {
    padding: 10px;
  }
}
/* Meet the founder */
[data-section="meet-founder"] .container {
  max-width: 1280px;
  margin: 4em auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-section="meet-founder"] .container .image-block {
  flex: 1 0 65%;
}
[data-section="meet-founder"] .container .image-block img {
  width: 100%;
}
[data-section="meet-founder"] .container .content-block {
  flex: 1 0 35%;
  position: relative;
}
[data-section="meet-founder"] .container .content {
  position: absolute;
  min-width: 600px;
  background: rgba(232, 245, 237, 0.95);
  text-align: center;
  padding: 4em;
  padding-bottom: 5em;
  top: 50%;
  transform: translateY(-50%);
}
[data-section="meet-founder"] .container .content .btn {
  position: absolute;
  transform: translateX(-50%);
  background-color: #5d5d5d;
  /*border-color: #5D5D5D;
	*/
  border: 2px solid #fff;
  bottom: -20px;
  border-radius: 0;
}
[data-section="meet-founder"] .container .content .btn:hover {
  /* background: #fe8950;
	 border-color: #fe8950;
	 color: #fff;
	 */
  background-color: #fff;
  border-color: #5e5e5e;
  color: #5e5e5e;
}
@media screen and (max-width: 679px) {
  [data-section="meet-founder"] .container .content-block {
    flex: 1 0 80%;
  }
  [data-section="meet-founder"] .container .content {
    min-width: auto;
    z-index: 1;
    padding: 10px;
  }
  [data-section="meet-founder"] .container .content .h1 {
    font-size: 1.5em;
  }
  [data-section="meet-founder"] .container .content .btn {
    padding: 0px;
    width: 125px;
  }
  [data-section="meet-founder"] .container .image-block {
    transform: translateX(-50%);
  }
}
/* Newsletter */
[data-section="newsletter"] .container {
  max-width: 450px;
  margin: 4em auto !important;
}
[data-section="newsletter"] .section-title {
  margin-bottom: 1em;
}
[data-section="newsletter"] p {
  margin-bottom: 1.5em;
}
[data-section="newsletter"] form {
  margin-top: 2em;
}
[data-section="newsletter"] button {
  color: #fff;
}
@media screen and (max-width: 679px) {
  [data-section="newsletter"] .container {
    margin: 0 20px 40px !important;
  }
}
/* Rich text with image - TODO update section id */
#shopify-section-1586714414852 .wrapper {
  max-width: 1280px;
}
#shopify-section-1586714414852 .rich-text__image {
  width: calc(60% + 85px);
}
#shopify-section-1586714414852 .rich-text__content {
  background: rgba(239, 198, 183, 0.8) !important;
  width: calc(45% - 20px);
}
#shopify-section-1586714414852 .rich-text__text {
  font-size: 2em;
  text-align: center;
}
/* Custom Instagram Feed */
[data-section="instagram-feed-custom"] .container {
  max-width: 1280px;
  margin: 4em auto;
}
[data-section="instagram-feed-custom"] .wrapper {
  display: table;
  align-items: center;
  justify-content: space-evenly;
}
[data-section="instagram-feed-custom"] .content {
  display: table-cell;
  width: 100%;
}
[data-section="instagram-feed-custom"] .images {
  display: none;
}
[data-section="instagram-feed-custom"].instafeed-loaded .content,
[data-section="instagram-feed-custom"].instafeed-loaded .images {
  display: table-cell;
  width: 50%;
}
[data-section="instagram-feed-custom"] .images div.feed {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
[data-section="instagram-feed-custom"] .images div.feed a {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
[data-section="instagram-feed-custom"] .images div.feed a:nth-last-of-type(1) {
  margin-bottom: 0;
}
[data-section="instagram-feed-custom"] .images div.feed a:nth-last-of-type(2) {
  margin-bottom: 0;
}
[data-section="instagram-feed-custom"] .images div.feed a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
[data-section="instagram-feed-custom"]
  .images
  div.feed
  a:hover
  .ooo-instagram-media__overlay {
  opacity: 0.9;
}
[data-section="instagram-feed-custom"] .images div.feed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
[data-section="instagram-feed-custom"] .content {
  padding: 5em;
  background-color: #ffe1d3;
  vertical-align: middle;
}
[data-section="instagram-feed-custom"] .ooo-instagram-media__overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
[data-section="instagram-feed-custom"] .ooo-instagram-media__date {
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
[data-section="instagram-feed-custom"] .ooo-instagram-media__caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
[data-section="instagram-feed-custom"] ul li {
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  [data-section="instagram-feed-custom"] .content {
    padding: 2em;
  }
}
@media screen and (max-width: 679px) {
  [data-section="instagram-feed-custom"] .wrapper {
    padding: 10px;
  }
  [data-section="instagram-feed-custom"] h2 {
    font-weight: bold;
    font-size: 1.25em;
  }
  [data-section="instagram-feed-custom"] h4 {
    font-size: 1.2em;
  }
  [data-section="instagram-feed-custom"].instafeed-loaded .images {
    width: 50%;
  }
  [data-section="instagram-feed-custom"].instafeed-loaded .content {
    width: 50%;
  }
  [data-section="instagram-feed-custom"] .images div.feed {
    grid-template-columns: repeat(1, 1fr);
  }
  [data-section="instagram-feed-custom"]
    .images
    div.feed
    .ooo-instagram-media:nth-of-type(3) {
    margin-bottom: 0;
  }
  [data-section="instagram-feed-custom"]
    .images
    div.feed
    .ooo-instagram-media:nth-of-type(4),
  [data-section="instagram-feed-custom"]
    .images
    div.feed
    .ooo-instagram-media:nth-of-type(5),
  [data-section="instagram-feed-custom"]
    .images
    div.feed
    .ooo-instagram-media:nth-of-type(6) {
    display: none;
  }
}
/* TODO - Hide instafeed generated from app (Update based on section id) */
#shopify-section-1587174764530 {
  display: none;
}
@media screen and (max-width: 979px) {
  .featured-content-section {
    margin-top: 10em;
  }
  .featured-content-section .rich-text__image {
    width: 100% !important;
  }
  .featured-content-section .rich-text__content {
    width: 90% !important;
    font-size: 75%;
    top: -2em;
    padding: 10px;
  }
  .featured-content-section .rich-text__wrapper {
    flex-direction: column;
  }
}
/* Featured Image/ Join Community */
[data-section="featured-image"] .container,
[data-section="join-community"] .container {
  max-width: 1080px;
  text-align: center;
  margin: 2em auto;
}
[data-section="featured-image"] .container img,
[data-section="join-community"] .container img {
  margin: 0 auto;
}
[data-section="featured-image"] .container .action-button,
[data-section="join-community"] .container .action-button {
  margin-top: 2em;
}
[data-section="featured-image"] .container .action-button .btn--secondary,
[data-section="join-community"] .container .action-button .btn--secondary {
  font-weight: bold;
}
[data-section="featured-image"] .container .mobile,
[data-section="join-community"] .container .mobile {
  display: none;
}
@media screen and (max-width: 749px) {
  [data-section="featured-image"] .container .mobile,
  [data-section="join-community"] .container .mobile {
    display: block;
  }
  [data-section="featured-image"] .container .desktop,
  [data-section="join-community"] .container .desktop {
    display: none;
  }
}
[data-section="join-community"] h1,
[data-section="join-community"] h2,
[data-section="join-community"] h3,
[data-section="join-community"] h4,
[data-section="join-community"] h5,
[data-section="join-community"] h6 {
  margin: 10px auto;
}
[data-section="join-community"] .container {
  position: relative;
}
[data-section="join-community"] .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 400px;
}
[data-section="join-community"] .action-button {
  position: absolute;
  width: 100%;
  bottom: 115px;
}
@media screen and (max-width: 768px) {
  [data-section="join-community"] .image img.desktop {
    min-height: 700px;
    width: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 679px) {
  [data-section="join-community"] h1,
  [data-section="join-community"] h2,
  [data-section="join-community"] h3,
  [data-section="join-community"] h4,
  [data-section="join-community"] h5,
  [data-section="join-community"] h6 {
    margin: 0 auto;
  }
  [data-section="join-community"] .section-title {
    margin: 5px auto;
  }
  [data-section="join-community"] .overlay-text {
    top: 175px;
  }
  [data-section="join-community"] .top {
    transform: scale(0.8);
  }
  [data-section="join-community"] .bottom {
    position: relative;
    top: 195px;
  }
  [data-section="join-community"] .action-button {
    bottom: -25px;
  }
}
.footer-new {
  background-color: rgba(214, 210, 196, 0.2);
  /* #f3f3f3;
	 */
}
.footer-new .payment-icon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4em 0 0;
}
.footer-new .payment-icon-list li {
  margin: 0 10px;
}
.footer-new .payment-icon-list svg {
  width: 45px;
  height: 45px;
}
.footer-new .footer-link {
  font-size: 1.2em;
  color: var(--cc-secondary-color) !important;
  /** #feab83 **/
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer-new .grid__item {
    text-align: center;
  }
  .footer-new .footer-link {
    padding: 0;
  }
}
.mfp-bg {
  background-color: #000;
}
.mfp-content ul[class*="secondary-nav"] {
  list-style: none;
  padding: 20px;
  margin: 0;
  background: #fff;
}
.loox-float-toggler {
  z-index: 99 !important;
}
.loox-float-toggler-container {
  display: none;
}
/* Section compare images */
[data-section="compare-images"] .container {
  max-width: 480px;
  text-align: center;
  margin: 4em auto;
}
[data-section="compare-images"] .twentytwenty-handle {
  background: #b36956 url("left-right.png") no-repeat center center !important;
  background-size: 120% !important;
}
[data-section="compare-images"] .twentytwenty-right-arrow,
[data-section="compare-images"] .twentytwenty-left-arrow {
  display: none;
}
/* Navigation drawer open from left */
#NavDrawer {
  right: auto !important;
  left: -300px;
  /*border-right: 2px solid #feab83;
	*/
  border-right: 2px solid #9ab9ad;
  border-left: none;
  z-index: 999;
}
/* .js-drawer-open-left #NavDrawer, .js-drawer-open-left .is-moved-by-drawer { */
.js-drawer-open-left #NavDrawer {
  transform: translateX(300px) !important;
  z-index: 999;
}
.js-drawer-open-left .is-moved-by-drawer {
  transform: translate(0) !important;
}
.rpu-body.js-drawer-open.js-drawer-open-left #shopify-section-header-new:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 998;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}

.mobile-nav__link {
  padding: 15px 0;
}
/* Mobile Secondary navigation */
[data-section="secondary-menu"] {
  margin: 2em auto 0;
}
[data-section="secondary-menu"] .container {
  max-width: 600px;
  /*background: #F3F3F3;
	*/
  /*background: #D6D2C4;
	*/
  background: #f5f6f1;
  margin: 0 auto;
  padding: 2em;
}
[data-section="secondary-menu"] .section-title {
  margin-top: 1em;
  margin-bottom: 0;
}
[data-section="secondary-menu"] .subtitle {
  margin: 0 auto 1em;
}
[data-section="secondary-menu"] ul {
  margin: 0;
}
[data-section="secondary-menu"] ul li {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
[data-section="secondary-menu"] .image {
  padding: 1em;
}
[data-section="secondary-menu"] .image img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 75px;
  height: 75px;
}
[data-section="secondary-menu"] .image img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
[data-section="secondary-menu"] .nav-item {
  text-align: left;
  padding: 1em;
  flex: 1 0 80%;
}
[data-section="secondary-menu"] .nav-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.25em;
}
[data-section="secondary-menu"] .nav-item p {
  margin: 0;
  line-height: 1.1;
  color: #a0a0a0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  [data-section="secondary-menu"] .container {
    padding: 2em 5px;
  }
  [data-section="secondary-menu"] ul {
    margin-left: 0;
  }
  [data-section="secondary-menu"] ul li {
    align-items: center;
  }
  [data-section="secondary-menu"] .image,
  [data-section="secondary-menu"] .nav-item {
    padding: 10px;
  }
  [data-section="secondary-menu"] .image img {
    width: 48px;
    height: 48px;
  }
}
#shopify-section-mobile-secondary-menu-customer-photos
  [data-section="secondary-menu"]
  .nav-item {
  display: flex;
  align-items: center;
}
#shopify-section-mobile-secondary-menu-customer-photos
  [data-section="secondary-menu"]
  h6 {
  font-size: 1.75em;
}
@media screen and (max-width: 679px) {
  #shopify-section-mobile-secondary-menu-customer-photos
    [data-section="secondary-menu"]
    h6 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 979px) {
  .rich-text .featured-content-section {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 680px) {
  .rich-text__wrapper {
    min-height: 725px;
  }
}
.faq-section,
.faq__content {
  margin-top: 0;
}
#sellify-ucd-cart-drawer {
  opacity: 0;
}
.ucd-drawer-open #sellify-ucd-cart-drawer {
  opacity: 1;
}
#sellify-ucd-cart-drawer .ucd-price-container .strike-through {
  display: none !important;
}
#mail {
  font-size: 16px;
}
/**************************** HOMEPAGE COLOR CHANGE*******************************/
#shopify-section-1585871735746 .section-title.custom-border span:after {
  border-bottom: 11px solid #ebe9e2;
  opacity: 1;
}
#shopify-section-1585871735746 .btn--small {
  /*ackground: #9AB9AD !important;
	*/
}
#shopify-section-1585871735746 .btn,
.btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
  /*background: #5E5E5E;
	*/
}
#shopify-section-1585871735746 .btn-more-success {
  background: #5e5e5e;
}
#shopify-section-1585871735746 .btn-more-success:hover {
  background-color: #fff;
  border-color: #5e5e5e;
  color: #5e5e5e;
}
#shopify-section-1585968748101 .section-title.custom-border span:after {
  border-bottom: 11px solid #9ab9ad;
}
[data-section="product-features"] {
  background-color: #d6d2c4;
}
#shopify-section-1585504404642 .section-title.custom-border span:after {
  border-bottom: 11px solid #9ab9ad;
}
/* #shopify-section-header-new .container {
	 border-bottom: 8px solid #9ab9ad;
} */
.action-button.start_bundle {
  margin-top: -2.4em !important;
}
.images_changing_sec {
  background: #fff;
}
.images_changing_sec .rich-text__content {
  width: 35% !important;
  margin-right: 13em !important;
}
.own_mini_studio {
  background-color: #f0efe9 !important;
  opacity: 0.9;
}
.own_mini_studio .section-title.custom-border span {
  z-index: 2;
  color: #5e5e5e;
  line-height: 40px;
  padding: 0 15px;
}
.own_mini_studio .section-title.custom-border span:nth-child(1):after {
  display: none;
}
.own_mini_studio .section-title.custom-border span:after {
  z-index: -1;
  border-color: #fff;
  opacity: 0.7;
  bottom: -2px;
}
.images_changing_sec .rich-text__text p {
  font-family: "Lato", sans-serif;
}
.own_mini_studio .images .flickity-viewport {
  height: 860px !important;
  padding-top: 20px;
}
.surface_features {
  background: #f6f5f1;
}
.surface_features .section-title.custom-border span {
  z-index: 2;
  color: #5e5e5e;
  padding: 0 15px;
}
.surface_features .section-title.custom-border span:after {
  z-index: -1;
  border-bottom: 11px solid #ecbaa9 !important;
  opacity: 0.6 !important;
  bottom: 7px;
}
.surface_features span.label {
  color: #5e5e5e;
}
.surface_features .shop-now a.btn {
  background: #5e5e5e;
  /*border: 2px solid #ffffff !important;
	*/
}
.own_mini_studio h3.section-title {
  color: #5e5e5e;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 1px;
  font-family: "TradeGothic LT Condfive";
}
.own_mini_studio h2.section-title.custom-border {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
.own_mini_studio h2.section-title.custom-border span:nth-child(1) {
  display: block;
}
.compare_images .section-title.custom-border span {
  z-index: 2;
  color: #5e5e5e;
  padding: 0 15px;
}
.compare_images .section-title.custom-border span:after {
  z-index: -1;
  border-bottom: 11px solid #9ab9ad;
}
.compare_images .container {
  max-width: 700px;
  margin-bottom: 1em;
}
.compare_images .compare_images_text {
  padding-top: 3em;
  margin-bottom: 3em;
}
.compare_images_text p {
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  color: #707070;
  font-weight: 400;
}
.compare_images .compare_images_text h3 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #707070;
  font-weight: 500;
}
.home_page_newletter .section-title.custom-border span {
  z-index: 2;
  padding: 0 15px;
}
.home_page_newletter .section-title.custom-border span:after {
  z-index: -1;
  border-bottom: 11px solid #efdaaf;
  opacity: 1;
  bottom: 7px;
}
.home_page_newletter #mail {
  border: 2px solid #cc8a00;
}
.home_page_newletter input#mail::placeholder {
  /* letter-spacing: 0px; */
  /* color: #5e5e5e !important; */
  /* opacity: 0.36; */
  /* font-family: lato, sans-serif !important; */
  /* font-size: 17px !important; */
}
.home_page_newletter button#subscribe {
  background-color: #cc8a00;
  border-color: #cc8a00;
}
.home_page_newletter p.h3 {
  display: none;
}
.home_page_newletter .klaviyo-form {
  padding-top: 0px !important;
}
.homepage_feature_blogs .section-title.custom-border span {
  z-index: 2;
  color: #5e5e5e !important;
  font-family: "TradeGothic LT Condfive";
  font-size: 27px;
  letter-spacing: 2px;
}
.homepage_feature_blogs .section-title.custom-border span:after {
  border-bottom: 11px solid #fff !important;
  z-index: -1;
  opacity: 1 !important;
}
.homepage_feature_blogs .blog-item h4 {
  /*line-height: 16px;
	*/
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5e5e5e;
  font-family: "TradeGothic LT Condfive";
  font-size: 21px;
}
.homepage_feature_blogs .blog-item p {
  font-family: "Lato";
  line-height: 20px !important;
}
.customer_reviews .section-title.custom-border {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
.customer_reviews .section-title.custom-border span {
  z-index: 2;
  padding: 0 15px;
}
.customer_reviews .section-title.custom-border span:after {
  z-index: -1;
  border-bottom: 11px solid #d1961b;
  bottom: 7px;
}
.customer_reviews i.loox-icon.loox-star {
  color: #d1961b;
}
.customer_reviews .stars h2 {
  font-size: 27px;
  line-height: 38px;
  text-align: center;
  font-family: "TradeGothic LT Condfive";
  letter-spacing: 2px;
  color: #5e5e5e !important;
  text-transform: uppercase;
  opacity: 1;
}
.join_community .section-title.custom-border span {
  z-index: 2;
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  line-height: 40px;
  max-width: 100% !important;
  padding: 0 15px;
}
.join_community .section-title.custom-border span:nth-child(1):after {
  display: none;
}
.join_community .section-title.custom-border span:after {
  z-index: -1;
  border-bottom: 11px solid #fff !important;
  opacity: 1 !important;
  bottom: -2px;
}
.join_community .top h3 {
  font-family: "TradeGothic LT Condfive";
  font-size: 27px;
  letter-spacing: 2px;
}
.join_community .overlay-text h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.join_community .bottom h5 {
  font-size: 15px;
}
.join_community a.btn.btn--secondary {
  background: #9ab9ad;
  border: 2px solid #fff !important;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT Condfive" !important;
  padding: 15px 40px;
}
.join_community .join_fb_icon {
  position: absolute;
  top: 3%;
  left: calc(50% - 50px);
}
.join_community .join_fb_icon svg#Group_289 {
  width: 100px;
  height: 100px;
}
.template-index .btn {
  font-family: Lato, sans-serif !important;
  font-weight: 500 !important;
}
.join_community .action-button {
  /*bottom: 128px;
	*/
  bottom: 16%;
}
.homepage_success_story .section-title {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
.homepage_success_story .section-title.custom-border span {
  z-index: 2;
  color: #5e5e5e;
  padding: 0 15px;
}
.homepage_success_story .section-title.custom-border span:after {
  z-index: -1;
  bottom: 7px;
}
.homepage_success_story .author .name {
  color: #9ab9ad;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT CondEighteen";
}
section.homepage_success_story .review-content .review p {
  font-family: "Lato";
  color: #707070;
  font-size: 14px;
}
.homepage_success_story .btn--small {
  width: 75%;
  padding: 13px 0;
  bottom: -22px !important;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: 1px;
  font-family: "TradeGothic LT Condfive" !important;
}
.homepage_success_story a.btn.btn--secondary {
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT Condfive" !important;
  padding: 15px 40px;
}
.homepage_success_story .story {
  border-color: #5e5e5e !important;
  height: 635px;
}
.homepage_success_story .flickity-viewport {
  height: 680px !important;
}
.homepage_success_story .review-content .review {
  border: 2px solid #5e5e5e !important;
  height: 155px;
}
.homepage_success_story .review-content img {
  width: 60%;
}
.homepage_feature_blogs .container {
  /*background: rgba(214, 210, 196,0.23);
	*/
  background: #f5f6f1;
}
.homepage_feature_blogs ul {
  overflow-y: visible;
  overflow-x: hidden;
  /* overflow: hidden;
	 */
}
.homepage_feature_blogs ul li {
  border-color: #fff;
}
.meet_founder .content {
  background: rgba(236, 186, 169, 0.9) !important;
}
.meet_founder .content h2,
.meet_founder .content h3 {
  color: #fff;
}
.meet_founder .content h2 {
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: 3px;
  margin: 0;
}
.meet_founder .content h3 {
  font-family: "TradeGothic LT Condfive";
  letter-spacing: 3px;
  margin: 0;
}
.meet_founder .container {
  /*max-width: 100%;
	*/
}
.join_community .container {
  max-width: 100%;
}
.insta_content h2.h1 {
  font-size: 80px;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: 3px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .insta_content h2.h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
.insta_content ul li {
  font-size: 20px;
  font-family: Lato, sans-serif;
}
.insta_content .h3 .fa {
  margin-right: 15px;
}
.insta_content h3 {
  display: flex;
  align-items: center;
  color: #fff;
}
section.homepage_feature_blogs h2.section-title {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
  margin: 0;
}
.reviews-facebook .avatar img {
  border: none !important;
}
.reviews-facebook .date-stars h6:first-of-type {
  border-color: #63666a !important;
  letter-spacing: 0px;
  color: #5e5e5e;
  opacity: 0.6;
  font-family: "Lato", sans-serif;
}
[data-section="customer-reviews"] .reviews-facebook {
  max-width: 1300px !important;
  margin: 0 auto;
  overflow: hidden;
}
div#looxCarousel {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
div#looxCarousel .review-item__img img {
  display: none !important;
}
div#section-title_heading {
  width: 100vw !important;
  margin-left: -50vw !important;
  left: 50%;
}
div#section-title_heading button.flickity-button {
  display: none;
}
.hyper_text h2 br {
  display: none;
}
.mobile_join_security {
  display: none;
}
.mobile_join_security .fb_icon svg {
  width: 70px;
  height: 70px;
}
.mobile_join_security .container_js {
  background: rgba(214, 210, 196, 0.23);
  position: relative;
  padding-bottom: 20px;
}
.mobile_join_security {
  margin-top: 5em;
}
.mobile_join_security .fb_icon svg {
  margin-top: -38px;
}
.mobile_join_security .js_content_one h3,
.mobile_join_security .js_content_two h3 {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #5e5e5e;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.mobile_join_security .js_content_one h2,
.mobile_join_security .js_content_two h2 {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #5e5e5e;
  font-weight: 500;
  font-family: "Lato";
  text-align: center;
  text-transform: uppercase;
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
}
.mobile_join_security .js_content_one,
.mobile_join_security .js_content_two {
  margin: 15px 0;
}
.mobile_join_security .js_content_three p {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
  padding: 0 20px;
  margin: 10px 0 20px 0;
}
.mobile_join_security .js_btn a {
  background-color: #9ab9ad;
  border: 2px solid #fff;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.mobile_join_security .js_content_one h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0px 15px;
}
.mobile_join_security .js_content_one h2::after {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #fff;
  opacity: 1;
  z-index: -1;
}
.mobile_join_security h3.new_replica_h3 {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  font-size: 26px !important;
  margin: 0;
  line-height: 26px !important;
}
.mobile_join_security .js_content_one > h3 {
  font-family: "TradeGothic LT Condfive";
}
.mobile_join_security p.plus_vip small {
  text-transform: none;
}
.mobile_join_security a.btn.btn--secondary {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT Condfive" !important;
  padding: 15px 40px;
}
.js_content_three > p {
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 20px !important;
}
.bundles--container .right-panel .product-item h6.title {
  color: #595959 !important;
}
.shipping-excluded {
  display: none;
}
.edYMbn.edYMbn.edYMbn.edYMbn.edYMbn.edYMbn {
  color: #000 !important;
}
.hyper_text a.btn {
  background-color: #9ab9ad;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT CondEighteen" !important;
  padding: 15px 40px;
}
.btn-green {
  background-color: #9ab9ad;
  color: white;
}
.btn-green:hover {
  background-color: white !important;
  color: #9ab9ad;
  border-color: #9ab9ad;
  /*border-color:gray;
	*/
}
.hyper_text .loox-star {
  color: #d1961b !important;
}
.hyper_text .title.h2 {
  font-family: "TradeGothic LT CondEighteen" !important;
  font-size: 40px;
  color: #115e67;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.075em;
}
.hyper_text h4 a {
  line-height: 1.4;
  text-align: center;
  font-family: "TradeGothic LT Condfive";
  color: #115e67 !important;
  text-transform: uppercase;
  opacity: 1;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.content.insta_content {
  background: #c89282;
  color: #fff;
  opacity: 0.9;
}
.content.insta_content h4.h4 {
  color: #fff;
}
.action-button.start_bundle {
  display: none !important;
}
.reviews-facebook h6.stars i {
  color: #9ab9ad !important;
}
.desktop_default_view_button button#AddToCart--product-template {
  width: 100% !important;
  margin-top: 10px;
}
.variants-wrapper {
  width: 100% !important;
}
/* h1.product-title {
	 letter-spacing: 2px !important;
	 text-transform: uppercase;
	 color: #5e5e5e;
	 font-size: 62px !important;
	 line-height: 62px !important;
	 font-family: 'TradeGothic LT CondEighteen' !important;
}
 */
.desktop_default_view_button span#AddToCartText {
  font-family: "TradeGothic LT CondEighteen" !important;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 1px;
}
.split_product_template h1.product-title {
  font-size: 36px;
  line-height: 36px;
}
.split_product_template .variants-wrapper {
  width: 10% !important;
}
div#bundle_desktop_default_inner a.bundle_save {
  color: #63666a !important;
  font-family: "TradeGothic LT CondEighteen" !important;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 1px;
}
.product-tab-content h2.section-title.custom-border {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
.product-tab-content h2.section-title.custom-border span {
  padding: 0 15px;
}
#price_desktop #price_desktop_review i.loox-icon.loox-star {
  margin: 0 5px 0 0;
}
.mobile_large_one .quantity_box input {
  color: #5e5e5e;
  font-weight: bold;
}
#default_price_section i.loox-icon.loox-star {
  color: #d1961b !important;
}
.split_product_template i.loox-icon.loox-star {
  color: #5e5e5e !important;
}
.split_product_template .bundles--selector i.loox-icon.loox-star {
  color: #d1961b !important;
}
section.feature_img .container {
  /*margin: 0px;
	*/
  width: 100%;
  /*max-width: 100%;
	*/
  max-width: 1280px;
}
.instafeed-loaded .wrapper {
  padding: 0px 20px;
}
[data-section="instagram-feed-custom"] .container {
  max-width: 1542px;
  /*margin: 4em auto;
	*/
  margin: 6em auto;
}
#bundle_desktop_default span.order_split {
  font-family: "TradeGothic LT Condfive";
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 2px;
  color: #707070;
  line-height: 25px;
  text-transform: uppercase;
}
section.home_page_newletter .section-title {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
section.bundles_heading_sec {
  text-align: center;
  padding: 20px 0;
}
.bundles_heading_sec .bundles_heading h2 {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}
.bundles_heading_sec .bundles_sub_heading h2 {
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-family: "TradeGothic LT Condfive";
  font-size: 25px;
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 15px;
}
.bundles_heading_sec .bundles_sub_heading h2::after {
  position: absolute;
  bottom: -3px;
  background: #eaeae1;
  content: "";
  width: 100%;
  height: 11px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.image-compare.twentytwenty-container {
  margin: 0px 8em !important;
  text-align: center !important;
}
/* ===============================SPLIT TEXT- MOBLE DESIGN =============================== */
html {
  scroll-behavior: smooth;
}
.quantity_box {
  display: flex;
  width: 100%;
  justify-content: center;
}
.border-contain {
  padding: 20px 0 30px;
  border-bottom: 2px solid #dfe3e8;
  margin-bottom: 15px;
}
.quantity_box input {
  width: 33%;
  height: 50px;
  text-align: center;
}
.bundle_save {
  width: 100%;
  background: #fff !important;
  padding: 15px 25px;
  display: inline-block;
  border: 1px solid #feab83;
  font-style: normal;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  color: #feab83 !important;
  font-weight: 500;
  font-family: "Lato";
  text-align: center;
  outline: none !important;
}
#bundle_mobile .order-para a {
  color: #feab83;
  text-transform: capitalize;
}
.breadcrumbs {
  margin: 0;
  padding-left: 30px;
}
.breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
}
a.btn.disabled {
  width: 100%;
  text-align: center;
}
a.btn.disabled {
  width: 100%;
  text-align: center;
}
.audio_split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audio_profile img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.play_icon {
  position: absolute;
  bottom: 45px;
  right: -27px;
}
.audio_profile {
  position: relative;
  flex: 0 0 30%;
}
.audio_content {
  /*flex: 0 0 70%;
	*/
  flex: 0 0 80%;
  padding-left: 10%;
}
.controls img {
  max-width: 60px;
}
.audio_player {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.audio_content p {
  font-size: 17px;
  line-height: 22px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  font-family: "TradeGothic LT";
}
#pButtons {
  height: 150px;
  width: 150px;
  border: none;
  background-size: 50% 50%;
  background-position: center;
  display: block;
}
h4.real_review {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #5e5e5e;
  font-weight: 500;
  font-family: "Lato";
  text-align: center;
}
#product_tabs_split .product-tab-title {
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.43px;
  color: #5e5e5e;
  font-family: "TradeGothic LT Condfive";
  font-size: 22px;
}
#product_tabs_split .product-tab-title .icon-toggle::before,
.product-tab-title .icon-toggle::after {
  font-size: 20px;
  line-height: 16px;
  background: #ecbaa8 !important;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
}
.price-split {
  display: flex;
  margin: 15px 0;
  align-items: center;
}
#price_mobile .price-split span {
  font-size: 20px;
  line-height: 27px;
  color: #5e5e5e;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
}
#price_mobile .large--one-half .loox-rating {
  padding-bottom: 0px;
  padding-left: 5px;
}
#price_mobile .large--one-half .loox-rating span {
  font-size: 16px;
  padding-left: 10px;
}
.price-split .product-price {
  border-right: 2px solid #d4d8dc;
  padding-right: 15px;
}
#price_mobile .loox-rating {
  padding-left: 5px;
}
#price_mobile .price-split .loox-rating .loox-star {
  font-size: 22px;
  padding-left: 5px;
}
#product_revws_rattings .loox-icon.loox-star {
  font-size: 22px;
}
#product_revws_rattings {
  margin-top: 0px;
  margin-bottom: 30px !important;
}
#product_tabs_split .product-tab {
  padding: 25px 0;
  border-top: 2px solid #dfe3e8;
  border-bottom: 0px solid #dfe3e8;
  text-align: left;
  float: left;
  width: 100%;
}
label.quantity-selector {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #919191;
}
#product_tabs_split .review-number {
  font-size: 27px;
  line-height: 38px;
  text-align: center;
  margin-top: 5px !important;
  font-family: "TradeGothic LT Condfive";
  letter-spacing: 2px;
  color: #5e5e5e;
  text-transform: uppercase;
  opacity: 1;
}
audio#music {
  width: 100%;
}
.mobile_large .newsletter-section {
  background-color: #fff;
  text-align: center;
  padding-top: 0px;
}
.breadcrumb_new {
  display: block;
}
.sqs-audio-embed {
  visibility: hidden;
}
div#icons_section {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  display: block;
}
.icons_content {
  width: 100%;
  float: left;
  padding: 0px 0px 10px;
}
.icon_wrapper_internal {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  border-top: 2px solid #dfe3e8;
  /*border-bottom: 2px solid #dfe3e8;
	*/
}
.icon_wrapper_internal_part {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}
.icons_bundle_bottom {
  width: 100%;
  float: left;
  padding: 0px 0px 0px;
  border-top: 2px solid #dfe3e8;
}
.product-tabs {
  margin: 0;
}
div#product_tabs_split {
  width: 100%;
  float: left;
}
div#product-tabs-desktop {
  width: 100%;
  float: left;
}
small.end-time {
  float: right;
}
.player-controls.scrubber {
  padding-top: 5px;
}
/* #product_tabs_split iframe {
	 margin-top: -22px;
}
 */
.image_and_play_pause {
  position: relative;
}
.new_music_player {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.image_and_play_pause .image_box img {
  max-width: 100%;
}
.music_content {
  /*flex: 0 0 70%;
	*/
  padding-left: 20px;
}
.new_music_player .playpause-track {
  position: absolute;
  right: -30px;
  bottom: 30px;
  color: #9cb9ad;
  font-size: 13px;
  background: #fff;
  border-radius: 50%;
}
.seek_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  padding: 2px !important;
  width: 85% !important;
  background: #fff;
  display: block !important;
  height: 8px;
  position: relative;
  border: 1px solid #f0f0f0 !important;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  float: left;
}
.seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 28px !important;
  height: 28px !important;
  background: #b46a55 !important;
  border: none !important;
  cursor: pointer;
  border-radius: 100% !important;
  margin-left: -5px;
  margin-right: -720px;
}
.split_product_template .seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 28px !important;
  height: 28px !important;
  background: #9cb9ad !important;
  border: none !important;
  cursor: pointer;
  border-radius: 100% !important;
  margin-left: -5px;
  margin-right: -720px;
}
.timing {
  display: block;
  justify-content: space-between;
  width: 15%;
  float: left;
  margin-top: -7px;
  padding-left: 10px;
}
img#img_ply_puse {
  width: 80px;
  border: none;
}
div#footer_line {
  padding: 0px 0px 8px;
}
div#product_revws_rattings h2 {
  margin-bottom: 20px;
}
#price_desktop .product-price {
  width: auto;
  float: left;
}
#price_desktop #price_desktop_review {
  float: right;
  width: auto;
}
#price_desktop {
  width: 100%;
  float: left;
}
.product-form .available_date {
  font-family: "TradeGothic LT CondEighteen";
  font-size: 32px;
}
@media (max-width: 768px) {
  .product-form .available_date {
    font-size: 20px;
  }
}
.quantity-input {
  width: 55px;
  height: 55px;
}
.variants-wrapper {
  width: 10%;
  /*float: left;
	*/
  margin-bottom: 0;
}
div#bundle_desktop {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#AddToCart--product-template {
  width: 90% !important;
  float: left;
  margin-top: 35px;
  margin-right: 0px;
  background-color: #9ab9ad;
}
#tbadge img {
  max-width: 100%;
  padding-top: 4px;
  border-top: 2px solid #dfe3e8;
  border-bottom: 2px solid #dfe3e8;
  width: 100%;
}
div#description_desktop {
  display: none;
}
.icon_wrapper_internal_part_single {
  padding: 15px 0px;
}
div#section-title_heading {
  text-align: center;
  width: 84vw;
  position: inherit;
  margin-left: -44vw;
  height: auto;
  left: 50%;
  margin-top: 4em;
}
#mobile_large_music {
  display: block;
}
.breadcrumbs {
  margin: 0;
  padding-left: 0px;
  text-align: left;
  margin-top: -50px;
  padding-bottom: 25px;
}
#footer_line_bottom {
  width: 100%;
  float: left;
  border-bottom: 8px solid #9ab9ad;
}
.shpping_section {
  width: 100%;
  float: left;
  padding: 20px 0% 20px;
  border-top: 2px solid #e1e1e1;
}
.shipping_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping_left {
  position: relative;
  flex: 0 0 20%;
}
.shipping_right {
  flex: 0 0 80%;
  padding-left: 5%;
}
.shipping_right h5 {
  margin: 0;
  color: #707070;
  font-family: "TradeGothic LT CondEighteen" !important;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 1px;
}
.shipping_right p {
  margin: 0;
  line-height: 20px;
}
.default_view {
  padding-top: 21px;
}
.meet_founder a.btn {
  /*border: 2px solid #fff !important;
	*/
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "TradeGothic LT Condfive" !important;
  padding: 15px 40px;
}
.homepage_success_story .section-title {
  margin: 3em auto 2em;
}
[data-section="success-stories"] .stories .story {
  border: 1px solid #5e5e5e !important;
  width: 29.6%;
  margin: 1em 35px;
}
div#bundle_desktop_default {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.desktop.default_view {
  padding-top: 0px;
}
.quantity-selector.quantity-input {
  border: 2px solid #707070;
}
.loox-rating .loox-icon {
  color: #5e5e5e;
}
.bundle_desktop_default .bundle_save {
  width: 100%;
  background: #fff !important;
  padding: 15px 25px;
  display: inline-block;
  border: 1px solid #5e5e5e;
  font-style: normal;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  color: #5e5e5e !important;
  font-weight: 500;
  font-family: "Lato";
  text-align: center;
  outline: none !important;
}
#section-title_heading .section-title.custom-border span {
  z-index: 2;
}
.split_product_template
  #section-title_heading
  .section-title.custom-border
  span:after {
  content: "";
  border-bottom: 11px solid #feab83;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0.4;
}
#section-title_heading .section-title.custom-border span {
  z-index: 2;
  position: relative;
}
#section-title_heading .section-title.custom-border span:after {
  content: "";
  border-bottom: 11px solid #d1961b;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0.35;
  z-index: -1;
}
#section-title_heading .section-title {
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  max-width: 310px;
  margin: 1em auto 15px;
  position: relative;
}
[data-section="customer-reviews"] .stars {
  color: #5e5e5e;
}
.split_product_template [data-section="customer-reviews"] .stars {
  color: #feab83;
}
#product_revws_rattings .loox-star:before {
  content: "\e800" !important;
  font-size: 1.5em;
}
.newsletter-section .section-title.custom-border span {
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.split_product_template
  .newsletter-section
  .section-title.custom-border
  span:after {
  content: "";
  border-bottom: 11px solid #feab83;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0.4;
}
.newsletter-section .section-title.custom-border span:after {
  content: "";
  border-bottom: 11px solid #efdaaf;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 1;
  z-index: -1;
}
.newsletter-section .section-title {
  margin: 1em auto 15px;
  position: relative;
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
.split_product_template #AddToCart--product-template {
  background-color: #feab83;
}
#default_price_section .loox-rating .loox-icon {
  color: #5e5e5e;
}
div#bundle_desktop_split {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL {
  background-color: #cc8a00 !important;
  border-color: #cc8a00 !important;
}
.gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh {
  border-color: #cc8a00 !important;
}
#product_revws_rattings .loox-icon.loox-star {
  color: #d1961b;
}
#price_desktop #price_desktop_review i.loox-icon.loox-star {
  color: #d1961b;
}
[data-section="success-stories"] .flickity-prev-next-button.next {
  /*right: -35px;
	*/
}
[data-section="success-stories"] .flickity-prev-next-button.previous {
  /*left: -35px;
	*/
}
.reviews-facebook .review-author h4 {
  letter-spacing: 2.43px;
  color: #5e5e5e;
  text-transform: uppercase;
  font-family: "TradeGothic LT Condfive";
  font-size: 21px;
  line-height: 23px;
}
.newsletter-section p {
  margin-top: -10px;
  font-size: 21px;
  font-family: lato, sans-serif;
  line-height: 25px;
  color: #5e5e5e;
}
input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.gGPuQh.kl-private-reset-css-Xuajs1::placeholder {
  letter-spacing: 0px;
  color: #5e5e5e !important;
  opacity: 0.36;
  font-family: lato, sans-serif !important;
  font-size: 17px !important;
}
.footer-new .footer-link {
  font-size: 22px;
  line-height: 27px;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-family: "TradeGothic LT Condfive";
  letter-spacing: 1px;
  color: #5e5e5e;
}
.footer-new .footer-link:hover {
  color: #d1e0d7;
}
.reviews-facebook .review-text p {
  letter-spacing: 0px;
  color: #5e5e5e;
  opacity: 0.6;
  /*font-family: 'Lato',sans-serif;
	*/
  font-size: 13px;
  font-family: "TradeGothic LT Condfive";
}
.icons_bundle_bottom p {
  letter-spacing: 0px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.icons_content p {
  letter-spacing: 0px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.mobile_large_one label.quantity-selector {
  font-family: "TradeGothic LT Condfive";
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
  color: #5e5e5e;
}
.top-bar a {
  /* font-family: 'TradeGothic LT Condfive';
	 font-size: 14px;
	 line-height: 16px;
	 color: #5e5e5e; */
}
section.compare_images .section-title {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 30px;
  max-width: 100% !important;
  margin-bottom: 1em;
  margin-top: 3em;
}
.surface_features .section-title {
  font-family: "TradeGothic LT CondEighteen" !important;
  letter-spacing: 2px !important;
  color: #5e5e5e;
  font-size: 40px;
  max-width: 100% !important;
}
#shopify-section-header-new ul.site-nav li span {
  /* font-size: 14px !important; */
  /*width: 88px;
	*/
  /* width: 95px; */
}
.has-secondary-nav a {
  font-size: 14px !important;
}
.has-secondary-nav .custom-icon-down-arrow {
  display: block !important;
}
a.rpu-checkout {
  background-color: #9ab9ad !important;
}
.rpu-drawer_container .progress_made {
  background-color: #9ab9ad !important;
}
[data-section="customer-reviews"] .reviews-facebook .review-author svg {
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -8px;
}
.home_page_newletter button#subscribe:hover {
  background: #fff;
}
.home_page_newletter button#subscribe:hover i.custom-icon-triangle {
  color: #cc8a00;
}
.ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL:hover {
  color: #cc8a00;
  transition: 0.4s all;
  background: #fff !important;
}
.product-form a.btn.disabled {
  background: #9cb9ad;
  margin-top: 15px;
  color: #fff !important;
  font-family: "TradeGothic LT CondEighteen" !important;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 1px;
}
#AddToCart--product-template:hover {
  background: #fff;
  color: #9ab9ad;
  border-color: #9ab9ad;
}
h2.no_reviews {
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.43px;
  color: #5e5e5e;
  font-family: "TradeGothic LT Condfive";
  font-size: 22px;
  margin-bottom: -20px !important;
}
.bk-text {
  letter-spacing: 2px !important;
  color: #5e5e5e !important;
  font-family: "TradeGothic LT Condfive" !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}
/*************************** MEDIA QUERY *******************************/
@media screen and (min-width: 1700px) {
  #mobile_large_music {
    padding: 10px 15% 30px;
  }
  .shpping_section {
    padding: 20px 15% 20px;
  }
  .join_community .join_fb_icon {
    top: 5%;
  }
}
@media screen and (min-width: 1400px) {
  #shopify-section-header-new .container {
    justify-content: space-between;
    padding: 0 45px;
  }
  #shopify-section-header-new .site-logo {
    position: unset;
    text-align: center;
    width: 105px;
  }
  #shopify-section-header-new .menu-icons {
    position: unset;
    width: 105px;
    text-align: center;
  }
  #shopify-section-header-new nav#desktop_header {
    text-align: center;
    /* width: calc(100% - 210px); */
  }
  #shopify-section-header-new ul.site-nav {
    justify-content: center;
  }
  #shopify-section-header-new ul.site-nav li {
    /* margin:0 20px; */
  }
}
@media screen and (max-width: 1600px) {
  #shopify-section-header-new ul.site-nav li span {
    font-size: 14px !important;
    width: auto;
  }
  #shopify-section-header-new ul.site-nav > li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1330px) {
  .seek_slider {
    width: 80% !important;
  }
  .timing {
    width: 20% !important;
  }
  #shopify-section-header-new .container {
    justify-content: space-between;
    padding: 0 45px;
  }
  #shopify-section-header-new ul.site-nav > li {
    /*margin: 0 0.5em;
		*/
    margin: 0 10px;
  }
  #shopify-section-header-new ul.site-nav img {
    /*max-width: 70px;
		*/
    max-width: 85px;
  }
  #shopify-section-header-new ul.site-nav li span {
    /*max-width: 80px;
		*/
    /* max-width: 83px; */
  }
  /* #shopify-section-header-new ul.site-nav {
		 top: 60px;
	} */

  #shopify-section-header-new ul.site-nav li span {
    font-size: 14px !important;
    width: auto;
  }
  .has-secondary-nav a {
    font-size: 13px !important;
  }
}
/* #shopify-section-header-new .site-nav__item:nth-child(2){
 display:none;
} */
@media screen and (max-width: 1200px) {
  #shopify-section-header-new .site-logo img {
    width: 70px;
  }
  #desktop_header {
    display: none;
  }
  #shopify-section-header-new .site-logo {
    margin-bottom: -36px;
    padding-top: 18px;
    flex-grow: 1;
  }
  #shopify-section-header-new .site-nav__item {
    padding-right: 28px;
  }
  #shopify-section-header-new .site-nav__item:nth-child(2) {
    display: none;
  }
  #shopify-section-header-new .btn-nav-drawer {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .site-header__cart-toggle {
    bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  #shopify-section-header-new .site-logo img {
    width: 50px;
  }
  #shopify-section-header-new .site-logo {
    margin-bottom: -25px;
    padding-top: 16px;
  }
  #shopify-section-header-new .container {
    padding: 0 25px 0 15px;
  }
}
@media screen and (max-width: 375px) {
  #shopify-section-header-new ul.site-nav img {
    max-width: 91px;
  }
}
@media screen and (max-width: 1200px) {
  .join_community .template-index .section-title {
    margin: 1em auto;
  }
}

@media screen and (max-width: 1024px) {
  /* .split_product_template .top-bar__slide {
		 top: 50%;
		 transform: translate(0,-50%);
	}
	*/
  .split_product .product-title {
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 37px;
    color: #5e5e5e;
    font-weight: 400;
    font-family: "Lato";
  }
  .split_product #AddToCart--product-template {
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 19px;
    color: #fff;
    font-weight: 700 !important;
    font-family: "Lato";
    text-align: center;
    width: 100% !important;
    margin-top: 0px;
  }
  .breadcrumb_new {
    display: block;
  }
  .split_product #tbadge img {
    width: 100%;
  }
  .footer-new .split_class .payment-icon-list {
    background: #fff;
  }
  .footer-new .split_class .grid__item.large--one-whole.medium-down--one-whole {
    padding-right: 0px;
  }
  .footer-new .split_class .grid__item.large--one-third.medium-down--one-whole {
    padding-right: 0px;
  }
  .footer-new .split_class .payment-icon-list {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
  }
  .section-title.custom-border span:after {
    content: "";
    border-bottom: 8px solid #9ab9ad;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    opacity: 0.4;
  }
  h2.section-title.custom-border {
    position: relative;
    display: inline-block;
  }
  .mobile ul.site-nav {
    display: none !important;
  }
  .template-product .main-content {
    margin-top: 70px !important;
  }
  .template-product .grid__item.product-images.large--one-half.text-center {
    width: 100%;
  }
  .template-product
    .grid__item.large--one-half.product-description-wrapper.text-left {
    width: 100%;
  }
  ul.site-nav.primary-nav.site-nav--init {
    opacity: 1;
    pointer-events: none;
  }
  .qtydiv {
    display: none;
  }
  .split_product_template .split_product br {
    display: none;
  }
  .breadcrumb_new .breadcrumbs li {
    margin-bottom: 10px;
  }
  .product-images__thumbs-slide img,
  .split_product_template .product-images__thumbs-slide {
    height: 70px;
    /*width: 70px;
		*/
  }
  .product-images__slider {
    margin: 0 auto 10px;
  }
  .split_product_template p.order-para {
    margin: 8px 0px;
  }
  .split_product_template .variants-wrapper {
    margin-bottom: 10px;
  }
  .split_product_template #tbadge {
    margin: 12px 0 0;
  }
  .split_product_template .newsletter {
    padding-bottom: 0px;
  }
  .split_product_template .newsletter input[type="email"] {
    border-width: 2px !important;
  }
  html {
    padding-bottom: 0px !important;
  }
  div#description_mobile {
    display: none !important;
  }
  div#description_desktop {
    display: none;
  }
  div#price_desktop {
    display: none;
  }
  .breadcrumb_new {
    display: block;
    z-index: 9999;
    margin-bottom: 5px;
  }
  #product_tabs_split #product_description h1:nth-of-type(1) {
    display: none;
  }
  #product_tabs_split #product_description h4:nth-of-type(1) {
    display: none;
  }
  #product_tabs_split #product_description h2:nth-of-type(1) {
    display: none;
  }
  #product_tabs_split #product_description h6:nth-of-type(1) {
    display: none;
  }
  #product_tabs_split #product_description h6:nth-of-type(2) {
    display: none;
  }
  #product_tabs_split #product_description h6:nth-of-type(3) {
    display: none;
  }
  #product_tabs_split #product_description img:nth-of-type(1) {
    display: none;
  }
  #product_tabs_split #product_description ul li h6:nth-of-type(1) {
    display: block;
  }
  div#product-tabs-desktop {
    display: none;
  }
  #ProductThumbs {
    margin-top: -5px;
  }
  .site-logo.mobile_large img {
    padding: 10px 0px 5px;
  }
  .mobile_btn {
    display: block !important;
  }
  .split_product_template .variants-wrapper {
    width: 100%;
    float: left;
  }
  div#bundle_desktop {
    display: none;
  }
  div#music_section {
    display: none;
  }
  .icon_wrapper_internal_part_single {
    padding: 10px 0px;
  }
  div#section-title_heading {
    text-align: center;
    width: 100% !important;
    position: inherit;
    margin-left: 0px !important;
    height: auto;
    left: 0px;
    margin-top: 15px;
  }
  #product_tabs_split .review {
    width: 65% !important;
  }
  #mobile_large_music {
    display: block;
    padding: 20px 0 30px;
  }
  .breadcrumbs {
    margin: 0;
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .seek_slider {
    width: 85% !important;
  }
  .timing {
    width: 15% !important;
  }
  div#footer_line {
    padding: 0px 0px 0px;
  }
  .join_community .template-index .section-title {
    margin: 1px auto;
  }
  [data-section="success-stories"] .stories .story {
    width: 28.8%;
  }
  .desktop_default_view .qtydiv {
    display: inline-block;
  }
  .desktop_default_view_button #AddToCart--product-template {
    width: 80% !important;
    float: right;
    margin-top: 35px;
    margin-right: 0px;
    background-color: #9ab9ad;
    line-height: 2;
  }
}
@media screen and (max-width: 979px) {
  [data-section="success-stories"] .stories .story {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #pButtons {
    height: 120px;
    width: 120px;
  }
  img#img_ply_puse {
    width: 70px !important;
  }
  .play_icon {
    right: -30px;
    bottom: 25px;
  }
  .timing {
    width: 20% !important;
  }
  .seek_slider {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: -15px;
  }
  footer.site-footer.footer-new {
    padding-top: 25px;
  }
  .template-product .main-content {
    padding-top: 50px;
  }
  .top-bar {
    height: 55px;
    padding-top: 2px;
  }
  .top-bar a {
    line-height: 18px;
  }
  .top-bar__slide {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
  }
  .product-images__slide img.featured-image {
    max-width: 100%;
  }
  .product-images__thumbs-slide img {
    left: 44%;
  }
}
#shopify-section-header-new .btn-nav-drawer .icon {
  color: #52565a !important;
}
@media screen and (max-width: 749px) {
  /* .feed a.ooo-instagram-media:nth-child(1), .feed a.ooo-instagram-media:nth-child(2), .feed a.ooo-instagram-media:nth-child(3){
		 display: none !important;
	}
	 */
  #shopify-section-header-new
    ul.site-nav
    .has-secondary-nav
    .custom-icon-down-arrow {
    display: none !important;
  }
  .desktop {
    display: none;
  }
  #shopify-section-header-new .site-logo {
    position: inherit;
    left: 0;
  }
  #shopify-section-header-new a {
    line-height: 0;
  }
  #shopify-section-header-new .btn-nav-drawer {
    display: inline-block;
  }
  #shopify-section-header-new .btn-nav-drawer .icon {
    color: #52565a !important;
  }
  #shopify-section-header-new .btn-nav-drawer {
    top: 26px;
    left: 15px;
  }
  .mobile ul.site-nav {
    display: flex !important;
    pointer-events: unset !important;
  }
  #shopify-section-header-new ul.site-nav {
    /* top: 100%; */
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .template-product .main-content {
    padding-top: 90px;
  }
  .hyper_text h2.title {
    margin-bottom: 24px !important;
  }
  .hyper_text h2 br {
    display: block;
  }
  .hyper_text span.after_line {
    position: relative;
    z-index: 2;
  }
  .hyper_text span.after_line::after {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #feab83;
    opacity: 0.4;
    z-index: -1;
  }
  #shopify-section-header-new ul.site-nav li span {
    font-size: 12px;
  }
  .compare_images_text p {
    font-size: 12px;
  }
  .compare_images .compare_images_text h3 {
    font-size: 16px;
  }
  .own_mini_studio .images .flickity-viewport {
    height: 548px !important;
    padding-top: 20px;
  }
  .own_mini_studio .images {
    padding: 0 !important;
  }
  .images_changing_sec {
    margin-top: 8em !important;
  }
  section.homepage_success_story {
    padding: 0 20px;
  }
  .insta_content h2.h1 {
    font-size: 37px;
    line-height: 35px;
  }
  .insta_content ul li {
    font-size: 16px;
  }
  .insta_content .h4 {
    font-size: 16px;
  }
  .reviews-facebook {
    padding: 0 20px;
  }
  .meet_founder .content {
    min-width: 400px !important;
    padding: 2em 2em 3em 2em !important;
  }
  .meet_founder .container {
    padding-left: 20px;
  }
  .meet_founder a.btn {
    padding: 7px 8px !important;
    width: auto !important;
  }
  /* .footer-new .logo_footer {
		 display: none;
	} */
  .footer-new .grid--full .grid__item {
    padding-right: 0;
  }
  .footer-new .payment-icon-list {
    margin: 0;
  }
  footer.site-footer.footer-new {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-new > .grid--full > .grid__item:nth-child(2) {
    padding-bottom: 0;
  }
  section.join_community {
    display: none;
  }
  .mobile_join_security {
    display: block;
  }
  .feature_img img.mobile {
    width: 100%;
  }
  .feature_img .action-button.start_bundle {
    display: none;
  }
}
@media (max-width: 500px) {
  .insta_content h2.h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 600px) {
  .icon_wrapper_internal_part {
    padding: 10px;
  }
  .icons_names p {
    font-size: 11px;
    line-height: 15px;
  }
  img#img_ply_puse {
    width: 60px !important;
  }
  .play_icon {
    right: -20px;
  }
  .timing {
    width: 25% !important;
  }
  .seek_slider {
    width: 75% !important;
  }
  .icon_wrapper_internal_part_single {
    padding: 5px 0px;
  }
  .homepage_success_story .review-content .review {
    height: auto;
    padding: 7px;
  }
  .image-compare.twentytwenty-container {
    margin: 0px 10px !important;
    height: 550px !important;
  }
  .twentytwenty-container img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  /* .icons_bundle_bottom p {
		 font-size: 13px;
		 line-height: 20px;
		 opacity: 0.6;
	}
	 */
  /* .mobile_large .product-description.rte {
		 font-size: 13px;
		 line-height: 20px;
		 opacity: 0.6;
	}
	 .details_content_new {
		 font-size: 13px;
		 line-height: 20px;
		 opacity: 0.6;
	}
	 .collection_nav {
		 font-size: 13px;
		 line-height: 20px;
		 opacity: 0.6;
	}
	 */
  .audio_profile {
    flex: 0 0 40%;
  }
  .audio_content {
    flex: 0 0 60%;
  }
  #section-title_heading .section-title.custom-border {
    font-size: 18px;
  }
  .icon_wrapper_internal_part {
    padding: 5px;
  }
  .icons_names p {
    font-size: 10px;
  }
  #product_tabs_split .product-tab {
    padding: 20px 0;
  }
  .timing {
    width: 30% !important;
  }
  .seek_slider {
    width: 70% !important;
  }
  .images_changing_sec video#rich-text-video {
    object-fit: cover;
  }
  .images_changing_sec .rich-text__content {
    width: 90% !important;
    margin-right: 0 !important;
    margin-left: 0;
    margin-top: -25px;
  }
  .images_changing_sec .rich-text__content .rich-text__text p {
    font-size: 16px;
    /* margin: 0; */
    padding: 0;
  }
  .images_changing_sec .rich-text__content .rich-text__text {
    padding: 0;
  }
  .meet_founder .content {
    /*min-width: 310px !important;
		*/
    min-width: 285px !important;
    padding: 1.5em 1em 2em 1em !important;
  }
  .meet_founder a.btn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.76px;
    padding: 6px 24px !important;
    width: auto !important;
  }
  .homepage_success_story .flickity-viewport {
    height: 663px !important;
    overflow: visible !important;
  }
  .homepage_success_story .story {
    height: auto;
  }
  .homepage_success_story a.btn.btn--secondary {
    margin-top: 25px;
  }
  [data-section="success-stories"] .stories .story {
    width: 100%;
  }
  .newsletter-section .section-title {
    font-size: 18px;
  }
  .newsletter-section .section-title.custom-border span:after {
    border-bottom: 7px solid #efdaaf;
    bottom: 0;
  }
  .newsletter-section p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
  }
  .footer-new .grid--full .grid__item {
    padding-bottom: 0;
  }
  .footer-new .footer-link {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 0;
    letter-spacing: 1.17px;
  }
  .footer-new .payment-icon-list {
    margin-top: 15px;
  }
  .reviews-facebook .review-author h4 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 23px;
  }
  h1.product-title {
    letter-spacing: 2px !important;
    font-size: 33px !important;
    line-height: 33px !important;
  }
  #price_mobile .price-split #ProductPrice {
    font-family: "TradeGothic LT CondEighteen";
  }
  #price_mobile .loox-rating span {
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px;
  }
  .quantity_box input {
    border-color: #d8d9d8;
  }
  .desktop_default_view_button button#AddToCart--product-template {
    padding: 11px;
  }
  .desktop_default_view_button span#AddToCartText {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.76px;
  }
  #bundle_desktop_default span.order_split {
    font-size: 17px;
    letter-spacing: 1.87px;
    line-height: 17px;
  }
  p.order-para a {
    font-family: "Lato", sans-serif;
    color: #707070;
    font-size: 13px;
    line-height: 17px;
  }
  div#bundle_desktop_default_inner a.bundle_save {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.76px;
    padding: 14px 0;
  }
  .shipping_right h5 {
    font-size: 15px;
    letter-spacing: 1.65px;
  }
  .shipping_right p {
    font-size: 13px;
    line-height: 16px;
    font-family: "Lato", sans-serif;
    color: #707070;
  }
  .audio_content p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.43px;
    font-family: "TradeGothic LT Condfive";
  }
  .audio_content p br {
    display: none;
  }
  .icons_content p {
    font-size: 13px;
    line-height: 20px;
    opacity: 0.6;
  }
  #product_tabs_split .product-tab-title {
    line-height: 16px;
    letter-spacing: 1.43px;
    font-size: 13px;
  }
  #product_tabs_split .review-number {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .reviews-facebook .review-text p {
    font-size: 13px;
  }
  .reviews-facebook .date-stars h6:first-of-type {
    opacity: 0.6;
    font-family: "Lato", sans-serif;
    font-size: 13px;
  }
  .product-tab-content h2.section-title.custom-border span::after {
    border-bottom: 7px solid #d1961b !important;
    bottom: 0 !important;
  }
  #product_revws_rattings .loox-icon.loox-star {
    font-size: 18px;
  }
  .shopify-link span {
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 12px;
  }
  .gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh {
    height: 39px !important;
    border-radius: 0 !important;
  }
  .gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh.gGPuQh::placeholder {
    font-size: 13px !important;
  }
  .ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL.ePoEmL {
    padding: 6.5px 5px !important;
  }
  .hyper_text .title.h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .hyper_text .loox-star {
    color: #d1961b !important;
    font-size: 25px !important;
  }
  .hyper_text h4 a {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .hyper_text a.btn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.76px;
    padding: 9px 40px;
  }
  section.compare_images .section-title {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 24px;
  }
  .surface_features .section-title {
    font-size: 24px;
  }
  .surface_features .section-title.custom-border span:after {
    border-bottom: 7px solid #ecbaa9 !important;
    bottom: 3px;
  }
  .own_mini_studio h3.section-title {
    margin: 0 auto !important;
  }
  .surface_features .shop-now a.btn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.76px;
    padding: 10px 40px;
    font-family: "TradeGothic LT Condfive" !important;
  }
  .own_mini_studio .section-title.custom-border span {
    line-height: 24px;
  }
  .own_mini_studio h2.section-title.custom-border {
    font-size: 24px;
  }
  .own_mini_studio {
    padding-bottom: 0 !important;
  }
  .images_changing_sec .wrapper {
    max-width: 100% !important;
    padding: 40px 20px !important;
  }
  .bundles_heading_sec .bundles_heading h2 {
    font-size: 25px;
  }
  .bundles_heading_sec .bundles_sub_heading h2 {
    font-size: 18px;
  }
  .bundles_heading_sec .bundles_sub_heading h2::after {
    height: 9px;
  }
  .homepage_success_story .section-title {
    margin: 2em auto 0.5em;
  }
  .homepage_success_story .section-title {
    font-size: 24px;
  }
  .homepage_success_story .section-title.custom-border span:after {
    bottom: 3px;
    border-bottom: 9px solid #ebe9e2 !important;
  }
  .homepage_success_story a.btn.btn--secondary {
    margin-top: 45px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.76px;
    padding: 10px 40px;
    font-family: "TradeGothic LT Condfive" !important;
  }
  .instafeed-loaded .wrapper {
    padding: 0;
  }
  .insta_content h3 {
    font-size: 16px;
  }
  .insta_content .h3 .fa::before {
    font-size: 16px;
  }
  [data-section="instagram-feed-custom"].instafeed-loaded .images {
    width: 30% !important;
  }
  [data-section="instagram-feed-custom"].instafeed-loaded .content {
    width: 70% !important;
  }
  .insta_content ul li {
    font-size: 14px;
  }
  .insta_content .h4 {
    font-size: 14px;
  }
  section.homepage_feature_blogs h2.section-title {
    font-size: 25px;
    line-height: 25px;
  }
  .homepage_feature_blogs .section-title.custom-border span {
    font-size: 18px;
    line-height: 18px;
  }
  .homepage_feature_blogs .blog-item h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .homepage_feature_blogs .blog-item p {
    line-height: 16px !important;
    font-size: 13px;
  }
  .customer_reviews .section-title.custom-border {
    font-size: 24px;
  }
  .customer_reviews .section-title.custom-border span:after {
    border-bottom: 9px solid #d1961b;
    bottom: 3px;
  }
  .customer_reviews i.loox-icon.loox-star {
    color: #d1961b;
    font-size: 25px;
  }
  .customer_reviews .stars h2 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .meet_founder .container {
    padding-left: 0px;
  }
  [data-section="meet-founder"] .container .image-block {
    flex: 1 0 50%;
  }
  section.home_page_newletter .section-title {
    font-size: 24px;
    max-width: 100% !important;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .home_page_newletter .section-title.custom-border span:after {
    bottom: 3px;
    border-bottom: 9px solid #efdaaf;
  }
  .home_page_newletter .container.text-center {
    /* padding: 0 50px; */
  }
  .home_page_newletter p.h3 {
    font-size: 14px;
  }
  #section-title_heading
    [data-section="customer-reviews"]
    .reviews-facebook
    .review {
    padding: 10px;
  }
  #section-title_heading [data-section="customer-reviews"] .reviews-facebook {
    padding: 1px;
  }
  .template-index [data-section="customer-reviews"] .reviews-facebook .review {
    padding: 1em 1em;
    width: 65%;
  }
  .template-index .reviews-facebook i.loox-icon.loox-star {
    font-size: 16px;
  }
  .reviews-facebook .review-author h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .audio_content {
    flex: 0 0 65%;
  }
  #section-title_heading .section-title.custom-border {
    font-size: 18px;
  }
  .timing {
    width: 35% !important;
  }
  .seek_slider {
    width: 65% !important;
  }
  [data-section="customer-reviews"] .reviews-facebook .review {
    padding: 1em 1em;
  }
  i.loox-icon.loox-star {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .reviews-facebook .loox-icon.loox-star {
    font-size: 12px;
  }
  img#img_ply_puse {
    width: 50px !important;
  }
  .desktop_default_view_button #AddToCart--product-template {
    width: 73% !important;
  }
}
.title_shadow_container {
  position: relative;
  display: inline-block;
  font-family: "TradeGothic LT CondEighteen";
  /*font-family: 'TradeGothic LT Condfive';
	*/
}
.title_shadow {
  width: 100%;
  display: inline-block;
  position: absolute;
  /*left: 10px;
	*/
  height: 14px;
  top: 31px;
  opacity: 0.7;
  background-color: #9ab9ad;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 991px) {
  .title_shadow {
    top: 22px;
  }
}
.title_shadow_success {
  background-color: #ebe9e2;
}
.title_shadow_review {
  background-color: #efdaaf;
}
.title_shadow_story {
  background-color: #efdcd3;
}
.title_content {
  position: relative;
  /*letter-spacing:3px;
	*/
  letter-spacing: 2px;
}
.title_uppercase {
  text-transform: uppercase;
}
.title_bold_font {
  font-family: "TradeGothic LT CondEighteen";
}
.custom-border span,
.custom-border-card span {
  letter-spacing: 1px;
  font-family: "TradeGothic LT CondEighteen";
}
.close-icon {
  background: url("X-button2.png") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.shipping_text_hide {
  text-align: center;
  padding-bottom: 5px;
  padding-left: initial;
}
.shipping_text_hide p {
  display: none;
}
.bundles--subtotal .subtotal_maximum_text {
  color: #b46a55;
}
/* .slider-image:not(.slick-slide) {
	 width: 100% !important;
}
 */
.shopify-cleanslate .payment_button {
  display: flex;
  flex-basis: 300px;
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .shopify-cleanslate .payment_button {
    flex-basis: unset;
    width: 300px;
  }
}
.shopify-cleanslate .payment_button {
  /* width: 100%;
	 flex-basis: unset !important;
	 max-width: 300px;
	 */
  width: 100% !important;
  flex-basis: unset !important;
  max-width: 300px !important;
  margin: auto !important;
  margin-bottom: 5px !important;
}
.rpu-expend-body #RPU_Drawer {
  right: 0px;
  transform: translateX(0px);
  background-color: white;
}
.payment_button > form {
  width: 100%;
}
/*main.66a70c79.chunk.css*/
#RPU_Drawer {
  right: -420px;
  bottom: 0;
  overflow: auto;
  z-index: 99999;
  font-family: Lato, sans-serif;
}
#RPU_Drawer,
.rpu-drawer_container {
  width: 420px;
  max-width: 420px;
  position: fixed;
  top: 0;
  transition: all 0.5s;
}
.rpu-drawer_container {
  max-width: 100%;
  height: 100vh;
  overflow-x: hidden;
  opacity: 0;
  background-color: #fff;
  letter-spacing: 1px;
  font-family: "TradeGothic LT Condfive";
  color: #5e5e5e;
}
.rpu-drawer_container .drawer_title {
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 10px 35px;
  border-bottom: 1px solid #f7f8f9;
  font-weight: 700;
  text-align: center;
  display: block;
}
.rpu-drawer_container .button_close {
  position: absolute;
  right: 18px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.rpu-drawer_container .close:hover {
  opacity: 1;
}
.close:after,
.rpu-drawer_container .close:before {
  position: absolute;
  content: " ";
  height: 11px;
  width: 2px;
  background-color: #333;
  top: 4px;
  left: 14px;
}
.rpu-drawer_container .close:before {
  transform: rotate(45deg);
}
.rpu-drawer_container .close:after {
  transform: rotate(-45deg);
}
.rpu-body {
  overflow-x: hidden;
  transition: all 0.5s;
}
.rpu-expend-body {
  overflow-x: hidden;
  /* padding-right: 20px; */
  overflow: hidden;
}
.rpu-expend {
  opacity: 1;
  z-index: 99999;
}
.rpu-drawer_container_cover {
  width: 420px;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rpu-drawer_container .rpu-empty_cart_message {
  display: grid;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.rpu-drawer_container_cover > div {
  display: flex;
}
.rpu-drawer_container button.upsell-add {
  background: #5e5e5e;
  border: 1px solid #5e5e5e;
  color: #fff;
  display: block;
  margin: 0 0 0 auto;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 19.2px;
  font-family: "TradeGothic LT CondEighteen";
}
.rpu-drawer_container .upsell-title {
  color: #5e5e5e;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.rpu-drawer_container ul {
  margin: 0;
}
.upsell_list_container {
  background: #f7f8f9;
}
.upsell_list_container li {
  border-top: 1px solid #fff;
}
.cartsell_list_container li {
  border-bottom: 1px solid #f7f8f9;
}
.rpu-drawer_container .rpu-price-container {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.rpu-drawer_container button.upsell-add:hover {
  background: #fff;
  color: #5e5e5e;
  cursor: pointer;
}
.rpu-drawer_container .rpu-grid,
.rpu-drawer_container .rpu-grid-row1 {
  display: grid;
  grid-template-columns: 60px calc(100% - 80px);
  grid-gap: 20px;
  align-items: center;
  min-height: 60px;
}
.rpu-drawer_container .upsell-image {
  max-height: 60px;
  text-align: center;
}
.rpu-drawer_container .rpu-grid-row2 {
  display: flex;
  justify-content: space-between;
}
.rpu-drawer_container .rpu-grid-row2 .rpu-grid-row2-remove {
  display: flex;
  align-items: flex-end;
}
.rpu-drawer_container .rpu-upsell-info {
  display: grid;
  grid-template-columns: 185px calc(100% - 195px);
  grid-gap: 10px;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .rpu-drawer_container .rpu-upsell-info {
    grid-template-columns: 160px calc(100% - 195px);
  }
}
.rpu-drawer_container img {
  max-width: 100%;
  max-height: 60px;
}
.rpu-drawer_container li {
  list-style: none;
}
.rpu-drawer_container .rpu-quantity-grid {
  display: grid;
  grid-template-columns: calc(100% - 110px) 100px;
  align-items: center;
  grid-gap: 10px;
}
.rpu-drawer_container .rpu-quantity-grid .rpu-quantity-container {
  text-align: right;
}
.rpu-drawer_container .cart_qty {
  max-height: 39px;
  display: grid;
  grid-template-columns: 28px calc(100% - 56px) 28px;
  width: 84px;
  max-width: 120px;
  margin: 10px 0 0;
  border: 1px solid #ccc;
}
.rpu-drawer_container .cart_qty .icon-fallback-text {
  outline: none;
  line-height: 1.6;
  min-width: 0;
  height: auto !important;
  padding: 0;
  border-radius: 0;
  height: 38px;
  min-height: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-top: 0;
  border-bottom: 0;
  position: static;
  display: block;
}
.rpu-drawer_container .click_disable .icon-fallback-text {
  cursor: default;
}
.rpu-drawer_container .click_disable .icon {
  color: #c6c6c6;
}
.rpu-drawer_container .click_disable .cart_qty-num {
  color: #c6c6c6;
  background-color: #fff;
}
.rpu-drawer_container .cart_qty .cart_qty-num {
  outline: none;
  line-height: 1.6;
  border: 0;
  height: 36px;
  text-align: center;
  padding: 0;
}
.rpu-drawer_container .rpu-remove {
  font-size: 12px;
  font-weight: 700;
  position: static;
  display: inline-block;
  margin-top: 30px;
  color: #5e5e5e;
  text-transform: none;
  text-decoration: underline;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
.rpu-drawer_container .rpu-remove_bundle,
.rpu-drawer_container .rpu-edit_bundle {
  margin-top: 0;
  text-decoration: underline;
  color: #666;
  font-weight: 400;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.rpu-drawer_container .rpu-remove_bundle {
  margin-left: 20px;
}
.rpu-drawer_container p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
.rpu-drawer_container .cart_row {
  padding: 20px;
  background-color: #fff;
}
.upsell_list_container .cart_row {
  background-color: #f1efea;
}
.rpu-drawer_container .rpu-checkout {
  color: #fff;
  background-color: #feab83;
  border: 0;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  visibility: visible;
  max-width: 300px;
  padding: 25px 20px;
  margin: 20px auto;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  letter-spacing: normal;
  line-height: 15px;
  font-size: 23px;
  font-family: "TradeGothic LT CondEighteen";
  letter-spacing: 2px;
}
.sub_total_container {
  background: #f1efea;
  text-align: center;
  padding: 20px;
  color: #666;
}
.sub_total_container .money {
  margin-left: 10px;
  font-weight: 700;
}
.sub_total_container .shipping_warning {
  font-size: 13px;
  color: #bbb;
}
.sub_total_container .sub_total_money_container {
  color: #365034;
  padding: 20px 20px 0;
  font-size: 16px;
}
.sub_total_container .money_title {
  font-weight: 700;
}
.rpu-drawer_container .free_shipping_bar {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  font-family: Lato, sans-serif;
}
.rpu-drawer_container .shipping_progress {
  height: 10px;
  margin-bottom: 25px;
  background: #f2f2f2;
  position: relative;
  border-radius: 10px;
}
.rpu-drawer_container .special_offer_message {
  margin-bottom: 10px;
  font-weight: 700;
}
.rpu-drawer_container .progress_bar {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.rpu-drawer_container .progress_made {
  background-color: #feab83;
  height: 100%;
}
.rpu-drawer_container .bundle-title {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.gray_covert {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
  left: 50%;
  transform: translate(-50%);
}
.rpu-expend-body .site-header {
  /* margin-left: -20px; */
}
.rpu-expend-body {
  /* margin-left: -420px; */
  width: 100%;
}
.rpu-expend-body .gray_covert {
  display: block;
}
#rpu_checkout_container > .additional-checkout-buttons {
  margin: auto;
}
@media (max-width: 600px) {
  #RPU_Drawer {
    position: fixed;
  }
  #RPU_Drawer,
  .rpu-drawer_container {
    width: 100%;
    height: auto;
  }
  @supports (-webkit-touch-callout: none) {
    .rpu-drawer_container {
      position: absolute;
    }
  }
  .rpu-expend-body,
  .rpu-expend-body .site-header {
    padding-right: 0;
  }
}
.cart_qty .icon-minus,
.cart_qty .icon-plus {
  color: #5e5e5e;
}
.click_disable .icon,
.click_disable .icon-fallback-text {
  cursor: default;
}
.button_loading {
  visibility: visible !important;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: inline-block;
}
.rpu-drawer_container .rpu-checkout:hover .button_loading {
  border: 3px solid #9ab9ad;
  border-top-color: transparent;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.rpu-drawer_container .loox-rating {
  margin-bottom: 5px;
  min-height: 22px;
}
.product-description h5.p1 {
  margin-top: 20px;
}
.rpu-drawer_container .rpu-checkout {
  border: #9ab9ad solid 2px;
}
.rpu-drawer_container .rpu-checkout:hover {
  background: #fff !important;
  color: #9ab9ad;
}
.title_with_shadow {
  position: relative;
  display: inline-block;
}
.title_with_shadow .the_shadow {
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 12px;
  top: 22px;
  opacity: 0.7;
  /*background-color: #9ab9ad;
	*/
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 768px) {
  .title_with_shadow .the_shadow {
    top: 17px;
  }
}
.title_with_shadow .shadow_white {
  background-color: white;
}
.title_with_shadow .the_content {
  position: relative;
}
@media (max-width: 768px) {
  #sca_fg_cart .loox-rating {
    text-align: center;
  }
}
.btn-coming-soon {
  float: left;
  margin-right: 0px;
  background-color: #9ab9ad;
  width: 100% !important;
  margin-top: 10px;
}
.join_community .section-title.custom-border span {
  font-size: 2.1vw;
  line-height: 2.1vw;
  display: inline-block;
}
.template-index .join_community .bottom h5 {
  margin-top: 30px;
}
.template-index .join_community .section-title {
  margin: 2.6vw auto;
  line-height: 2.4vw;
}
@media (max-width: 1024px) {
  [data-section="join-community"] .overlay-text {
    width: 390px;
    top: 55%;
  }
  .join_community .section-title.custom-border span {
    display: block;
  }
  .join_community .template-index .section-title {
    margin: 1vw auto;
    line-height: 1vw;
  }
  .join_community .top h3 {
    margin: 0 auto;
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  [data-section="join-community"] .overlay-text {
    top: 58%;
  }
  .template-index .join_community .bottom h5 {
    margin-top: 0px;
  }
}
.title_shadow_none {
  background: none;
}
article .title_shadow_container .title_content,
#PageContainer .title_shadow_container .title_content {
  text-transform: uppercase;
}
#PageContainer .page-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.product-description.rte h4 span {
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.43px;
  color: #5e5e5e;
  font-family: "TradeGothic LT Condfive" !important;
  font-size: 22px !important;
}
.carrying_preorder_label {
  font-size: 13px;
}
.carrying_preorder_label input[type="checkbox"] {
  margin: 0 6px 0 0;
}
.carrying_preorder_text_approx {
  font-size: 13px;
  margin-left: 20px;
  text-align: right;
}
.error404 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}
.free_gift_inactive {
  opacity: 0.2;
  cursor: no-drop;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* for 16:9 ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Klaviyo start*/
.form-version-cid-2 button.needsclick {
  background-color: #9cb9ad !important;
  border-color: #9cb9ad !important;
  z-index: 1000 !important;
}
button.needsclick.klaviyo-close-form {
  background-color: transparent !important;
  z-index: 1000 !important;
}
.newsletter input[type="email"].needsclick {
  border-color: #9cb9ad !important;
}
/*Klaviyo end*/
.gorgias_close_custom {
  position: fixed;
  /*bottom: 268px;
	*/
  bottom: 428px;
  z-index: 2147483002;
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  /*background-color: gainsboro;
	*/
  background-color: #cc8a00;
  color: white;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.later_ships {
  padding-left: 10px;
  font-size: 25px;
  display: inline-block;
  height: 31px;
  vertical-align: middle;
}
.mobile_large .later_ships {
  font-family: "TradeGothic LT CondEighteen";
  white-space: nowrap;
  padding-left: 0;
  font-size: 22px;
}
#price_mobile .price-split .later_ships {
  font-family: "TradeGothic LT CondEighteen";
}
@media (min-width: 769px) {
  .later_ships {
    border-left: 2px solid #d4d8dc;
    height: 39px;
  }
}
.video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.smile-launcher-frame-container {
  transform: scale(0.8);
}

.needsclick .custom-icon-triangle {
  display: none;
}

/* Shop pay popup start */
#shop_pay_popup {
  position: fixed;
  inset: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#shop_pay_popup * {
  color: black;
}
#shop_pay_popup .price.over50,
#shop_pay_popup .price.under50 {
  display: none;
}
#shop_pay_popup > div {
  position: fixed;
  inset: 0px;
  z-index: 999999;
  background: white;
  height: 630px;
  width: 432px;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  border-radius: 7px;
  padding: 32px;
  box-sizing: border-box;
  overflow: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#shop_pay_popup .visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#shop_pay_popup h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 20px;
  max-width: 255px;
}
#shop_pay_popup p {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 24px;
}
#shop_pay_popup header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#shop_pay_popup .price {
  color: rgb(90, 49, 244);
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}
#shop_pay_popup .price__icon {
  width: 43px;
  height: 10px;
}
#shop_pay_popup .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#shop_pay_popup .list-item {
  display: flex;
  padding-bottom: 24px;
}
#shop_pay_popup .list-item__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 4px;
}
#shop_pay_popup .list-item__subheading {
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.7);
}
#shop_pay_popup .list-item__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 21px;
  /*padding-right: 12px;*/
  margin-right: 12px;
}
#shop_pay_popup .btn__close {
  position: relative;
  overflow: visible;
  margin: 0;
  background: transparent;
  border: none;
  -webkit-font-smoothing: inherit;
  appearance: button;
  cursor: pointer;
}
#shop_pay_popup .btn__close--primary {
  background-color: rgb(235, 230, 252);
  color: rgb(36, 20, 98);
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  transition: background-color 100ms ease-in-out, opacity 100ms ease-out,
    color 100ms ease-in-out;
}
#shop_pay_popup .btn__close--icon {
  display: inline-flex;
  flex-shrink: 0;
  padding: 16px;
  border-radius: 6px;
}
#shop_pay_popup .btn__close--icon:hover,
#shop_pay_popup .btn__close--icon:active,
#shop_pay_popup .btn__close--icon:focus {
  background-color: rgb(244, 241, 254);
  color: rgb(63, 34, 171);
}
#shop_pay_popup .btn__close--primary:hover,
#shop_pay_popup .btn__close--primary:active,
#shop_pay_popup .btn__close--primary:focus {
  background-color: rgb(189, 173, 251);
}
#shop_pay_popup .help_text {
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
#shop_pay_popup .help_text__link {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
#shop_pay_popup .help_text__link:hover,
#shop_pay_popup .help_text__link:active,
#shop_pay_popup .help_text__link:focus {
  color: rgb(63, 34, 171);
}
#shop_pay_popup footer {
  text-align: center;
}
#shop_pay_popup .close__icon {
  width: 13px;
  height: 13px;
}
#shop_pay_popup .affirm-logo {
  width: 39px;
  height: 21px;
  padding-left: 4px;
}
#shop_pay_popup .affirm-text {
  display: flex;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.icon_shop_pay {
  background-image: url("/cdn/shop/files/icon_shop_pay.svg?v=1651078166");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 59px;
  height: 14px;
  display: inline-block;
}
.icon_shop_pay_learn_more {
  text-decoration: underline;
  cursor: pointer;
  /*float:right;*/
  position: absolute;
  right: 10px;
}
.shop_pay_snippet {
  color: #454545;
  white-space: nowrap;
  padding-bottom: 15px;
}
.shop_pay_interest_free {
  display: none;
}
@media (min-width: 400px) and (max-width: 1024px) {
  .shop_pay_interest_free {
    display: inline-block;
  }
}
/* Shop pay popup end */

#collection__items {
  display: flex;
  flex-flow: wrap;
}

#shopify-section-announcement-bar .top-bar__slide {
  font-size: 16px !important;
  padding: 7px 10px;
  letter-spacing: 0.125em;
  font-family: TradeGothic LT CondEighteen;
}

.template-index .main-content {
  margin-top: 0 !important;
}
.home-first-video {
  padding: 0;
}
.home-first-video .container {
  background-color: #f1e9db;
}
.home-first-video .container:before {
  display: none;
}
.home-first-video .container .image,
.home-first-video .container .image video {
  width: 100%;
  max-width: 100%;
}
.home-first-video .container .text {
  position: static;
  padding-bottom: 20px;
}
.home-first-video a.btn {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background-color: #9baf88;
  max-width: 350px;
  margin: 0px auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
  border: 0;
  line-height: 0.8;
  border-radius: 0;
}
.home-first-video a.btn:hover {
  color: #115e67;
  background-color: #9baf88 !important;
}
.home-first-video .stars img {
  width: 300px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  padding-top: 15px;
}
@media (max-width: 991px) {
  .hyper_text .title.h2 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .home-first-video .stars img {
    width: 220px;
  }
  /* .home-first-video .hyper_text .btn,
  .home-first-video .hyper_text .title.h2{
    display:none !important;
  }
  .home-first-video .only-mobile{
    display:block !important;
    padding: 20px 25px 0;
  } */
  .home-first-video .container .text {
    margin: 0 !important;
    padding: 0px 15px 5px;
    margin-top: -25px !important;
  }
  .home-first-video .hyper_text h4 {
    margin-bottom: 0;
  }
  .home-first-video .hyper_text h4 a {
    font-size: 17px;
  }
  .home-first-video .title {
    font-size: 34px !important;
    text-align: center !important;
    color: #115e67 !important;
    line-height: 36px !important;
    font-family: TradeGothic LT CondEighteen !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .hyper_text .title.h2 {
    margin-top: 50px;
    margin-bottom: 5px !important;
  }
  .home-first-video a.btn {
    padding: 15px !important;
    font-size: 20px !important;
    max-width: 300px !important;
    width: 100%;
    margin: 0px auto -25px !important;
    font-family: TradeGothic LT CondEighteen !important;
    line-height: 1;
  }
}

.image-slide-section {
  background-color: #fff;
}
.image-slide-section .container {
  padding: 25px 45px;
}
.image-slide-section .image-slider {
  border-top: 2px solid #115e67;
  border-bottom: 2px solid #115e67;
  position: relative;
}
.image-slide-section .swiper {
  margin-right: -45px;
}
.image-slide-section .swiper-slide {
  padding-right: 45px;
}
.image-slide-section .img-container {
  position: relative;
}

.image-slide-section .image-slider .swiper-button-next {
  bottom: -25px;
  top: auto !important;
  left: calc(50% + 15px) !important;
  color: #fff;
  background-color: #115e67;
  width: 48px;
  height: 48px;
  border: 0 !important;
  opacity: 1 !important;
  border-radius: 100px;
  padding-left: 2px;
}
.image-slide-section .image-slider .swiper-button-prev {
  bottom: -25px;
  top: auto !important;
  left: auto;
  right: calc(50% + 15px) !important;
  color: #fff;
  background-color: #115e67;
  width: 48px;
  height: 48px;
  border: 0 !important;
  opacity: 1 !important;
  border-radius: 100px;
  padding-right: 2px;
}
.image-slide-section .swiper-button-next:after,
.image-slide-section .swiper-button-prev:after {
  font-size: 25px;
}
.image-slide-section .swiper-button-next:hover,
.image-slide-section .swiper-button-prev:hover {
  background-color: #fff;
  color: #52565a;
}
@media (min-width: 1290px) {
  .image-slide-section .swiper {
    margin-left: -45px;
  }
}
@media (max-width: 767px) {
  .image-slide-section .image-slider .swiper-button-prev {
    /* display: block !important;
    top: 0 !important;
    height: 100%;
    background: red;
    right: -15px !important;
    left: auto !important;
    transform: none;
    border-radius: 0;
    width: 30%;
    opacity: 0 !important;
    margin: 0;
    z-index: 9999999;
    cursor: pointer;
    border: 0 !important;
    pointer-events: all; */
    bottom: calc(50% - 18px);
    height: 35px;
    width: 35px;
    background: #52565a;
    left: -5px !important;
  }
  .image-slide-section .image-slider .swiper-button-next {
    /* display: block !important;
  top: 0 !important;
  height: 100%;
  background: red;
  left: 0 !important;
  right: auto !important;
  transform: none;
  border-radius: 0;
  width: 30%;
  opacity: 0 !important;
  margin: 0;
  z-index: 9999999;
  cursor: pointer;
  pointer-events: all; */
    bottom: calc(50% - 18px);
    height: 35px;
    width: 35px;
    background: #52565a;
    right: -5px !important;
    left: auto !important;
  }
  .image-slide-section .image-slider .swiper-button-prev:after,
  .image-slide-section .image-slider .swiper-button-next:after {
    font-size: 16px;
  }
  .image-slide-section .image-slider .swiper-button-prev:hover,
  .image-slide-section .image-slider .swiper-button-next:hover {
    background: #fff;
  }
}
.image-slide-section .image-slider-button {
  text-align: center;
  display: flex;
  justify-content: center;
}
.image-slide-section .image-slider-button a {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background-color: #9baf88;
  margin: 0px auto;
  padding: 20px 90px;
  line-height: 0.8;
  position: relative;
  z-index: 1;
  letter-spacing: calc(150 / 1000 * 1em);
  font-family: TradeGothic LT CondEighteen !important;
}
.image-slide-section .image-slider-button a:hover {
  color: #115e67;
}

.swiper-pagination {
  margin-bottom: 10px;
}
.swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #115e67 !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #115e67;
}
.white-dots .swiper-pagination-bullet {
  border: 1px solid #f1e9db !important;
}
.white-dots .swiper-pagination-bullet-active {
  background-color: #f1e9db;
}

@media (min-width: 768px) {
  .image-slide-section .image-slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 991px) {
  .image-slide-section .container {
    padding: 25px 25px;
  }
  .image-slide-section .swiper {
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  .image-slide-section .container {
    padding: 25px 15px 0px;
  }
  .content-wrapper{
    margin-top: 50px;
  }
  .image-slide-section .image-slider {
    padding-top: 25px;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 3px solid #115e67;
  }
  .image-slide-section .swiper-slide {
    padding-right: 0px;
  }
  .image-slide-section .swiper {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* .image-slide-section .swiper-button-next, .image-slide-section .swiper-button-prev{
    display:none;
  } */
  .image-slide-section .image-slider-button {
    position: static !important;
    transform: none !important;
    display: block;
  }
  .image-slide-section .image-slider-button a {
    padding: 15px !important;
    font-size: 20px !important;
    max-width: 310px !important;
    width: 100%;
    margin: 0px auto 0px !important;
    line-height: 1;
  }
  .image-slide-section .container::after {
    content: "";
    display: block;
    padding-top: 25px;
    border-bottom: 3px solid #115e67;
  }
  .image-slide-section.home-image-slide1 {
    background: linear-gradient(to bottom, #f1e9db 20%, #fff);
  }
  .image-slide-section.home-image-slide1 .image-slider {
    padding-top: 0;
    border-top: 0;
  }
}

.image-slide-section.home-image-slide1 .image-slider-button a {
  margin-bottom: -55px;
}
.image-slide-section.home-image-slide1 {
  background-color: #f1e9db;
}
.image-slide-section.home-image-slide2 .image-slider {
  border-top: 0;
}
@media (min-width: 768px) {
  .image-slide-section.home-image-slide2 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .image-slide-section.home-image-slide2 .image-slider {
    padding-top: 0;
  }
  .image-slide-section.home-image-slide2 .container:after {
    display: none;
  }
  .image-slide-section.home-image-slide5 .image-slider {
    padding-top: 0;
    border-top: 0;
  }
}

.custom_svg_link .banner-item {
  line-height: 0;
}
@media (min-width: 768px) {
  .custom_svg_link {
    padding-bottom: 25px;
  }
  .custom_svg_link .shape-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom_svg_link .shape-desktop {
    display: none;
  }
}
.steps-path .banner-item {
  background: linear-gradient(180deg, transparent 4%, #9ab9ac 4%, #9ab9ac 100%);
}
@media (max-width: 768px) {
  .steps-path .banner-item {
    background: linear-gradient(
      180deg,
      transparent 11%,
      #9ab9ac 11%,
      #9ab9ac 100%
    );
    padding: 0 20px;
  }
}

.can-you-relate {
  padding-bottom: 25px;
}
.can-you-relate .container {
  background-color: #fff;
}

.can-you-relate .container .title {
  font-size: 40px;
  font-family: TradeGothic-Cn;
  font-weight: 700;
  color: #115e67;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: calc(75 / 1000 * 1em);
  font-family: TradeGothic LT CondEighteen !important;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .can-you-relate {
    padding-bottom: 0px;
  }
  section.home_page_newletter .section-title{
    text-align: center !important;
  }
  .can-you-relate .container .title {
    font-size: 34px;
    margin-top: 25px;
    line-height: 1;
    margin-bottom: 25px;
  }
}

.home_page_newletter {
  display:grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #115e67;
  border-top: 2px solid #115e67;
  padding: 55px 45px 45px;
  background-color: #fff;
  margin-top: 25px;
}
.home_page_newletter .container {
  width: 100%;
  margin: 0 !important;
  max-width: 100%;
}
section.home_page_newletter .section-title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #9ab9ad;
  line-height: 1.4;
  letter-spacing: 0.075em !important;
  margin-top: 20px;
}

.home_page_newletter .section-title.custom-border span:after {
  display: none;
}
.home_page_newletter .section-title.custom-border span {
  padding: 0;
}

.home_page_newletter .newsletter--form:last-child {
  max-width: 620px;
  border: 2px solid #115e67;
  margin: 0 auto 20px;
}
.home_page_newletter .form-success {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #115e67;
  line-height: 1.4;
  font-family: TradeGothic LT CondEighteen;
  border: 0;
  margin: 0;
}
.home_page_newletter #mail {
  border: 0;
  height: 60px;
  padding: 10px 20px;
  font-size: 21px !important;
  color: #115e67 !important;
  letter-spacing: 0.05em;
  background: transparent;
  outline: 0 !important;
  font-family: TradeGothic LT Condfive;
}
.home_page_newletter #mail::placeholder {
  color: #115e67 !important;
  font-family: TradeGothic LT Condfive;
  font-size: 21px !important;
}

.home_page_newletter button#subscribe {
  background-color: transparent;
  border-color: transparent;
  color: #115e67;
  height: 60px;
}

.home_page_newletter button#subscribe i:before {
  content: "next";
  font-family: swiper-icons !important;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 25px;
}

.social-sharing-wrapper i {
  font-size: 34px;
  color: #365034;
}
.social-sharing-wrapper a.youtube {
  margin-left: 8px;
}
@media (max-width: 991px) {
  .home_page_newletter #contact_form {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .home_page_newletter {
    padding: 40px 20px;
  }
  .home_page_newletter .newsletter--form {
    border: 0 !important;
  }
  .home_page_newletter #contact_form {
    margin-top: 0;
  }
  .home_page_newletter #mail {
    height: 45px;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    border: 2px solid #115e67;
  }
  .home_page_newletter .input-group {
    position: static;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home_page_newletter .input-group-btn {
    width: 100%;
    margin-top: 15px;
  }
  .home_page_newletter button#subscribe {
    position: static !important;
    width: 100%;
    height: 45px !important;
    background: #115e67 !important;
    color: #9ab9ac !important;
    text-align: center;
  }
  .home_page_newletter button#subscribe i {
    display: none;
  }
  .home_page_newletter button#subscribe:after {
    content: "SUBMIT";
    font-size: 17px;
    font-family: TradeGothic LT CondEighteen !important;
    letter-spacing: 0.05em;
  }
  .home_page_newletter button#subscribe:hover {
    background-color: #e7dccd !important;
    color: #52565a;
  }
}
.site-footer {
  background-color: #9AB8AC;
}
.footer-logo img {
  width: 176px;
}
.footer-new .grid__item .grid__item {
  padding: 0;
}
.footer-new .footer-link {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .footer-logo img {
    width: 100px;
  }
}
@media screen and (min-width: 1599px) {
  .site-footer .grid--full {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .site-footer .grid--full {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (max-width: 767px) {
  .site-footer .grid--full {
    display: flex;
    flex-direction: column;
  }
  .site-footer .grid--full .grid__item {
    padding: 0;
  }
  .site-footer .grid--full .grid__item:first-child {
    order: 2;
  }
  .site-footer.footer-new {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .site-footer #back-top {
    display: block !important;
    border-top: 2px solid #115e67;
    padding: 15px 0;
    border-bottom: 2px solid #115e67;
    margin-bottom: 40px;
    margin-top: 30px;
    letter-spacing: 0.075em;
  }
  .site-footer #back-top a {
    font-family: TradeGothic LT CondEighteen !important;
    font-size: 19px;
    color: #115e67;
    height: 35px;
    line-height: 35px;
  }
}

.template-product .main-content {
  padding-bottom: 50px;
  padding-top: 0px;
  margin-top: 0 !important;
}
.product-review {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.product-review img {
  margin: 20px auto;
  display: block;
}
.product-review h2 {
  margin-bottom: 20px;
}
.product-review h2 a,
.product-review h2 a span {
  text-align: center;
  font-size: 41px;
  color: #115e67;
  line-height: 1;
  text-transform: uppercase;
  font-family: TradeGothic LT Condfive !important;
}
@media (max-width: 767px) {
  .product-review img {
    max-width: 220px;
  }
  .product-review h2 a,
  .product-review h2 a span {
    font-size: 17px;
  }
}

.template-product .product-features {
  background-color: #f1e9db;
  margin-bottom: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0 !important;
}
.photography .product-feature {
  margin-bottom: 20px;
  max-width: 1260px;
}
.photography .product-feature:nth-child(odd) .product-feature__text {
  padding-left: 45px;
  text-align: left;
}
.photography .product-feature:nth-child(even) .product-feature__text {
  padding-right: 45px;
  text-align: right;
}
.photography .product-feature__images {
  padding: 0 15px;
}
.photography .product-feature__image,
.photography .product-feature__image * {
  border-radius: 15px;
}
.photography .product-feature__image:not(.video-wrap) {
  position: relative;
  padding-top: 100%;
}
.photography .product-feature__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photography .section_title {
  color: #115e67;
  font-size: 59px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: TradeGothic LT CondEighteen !important;
  margin-top: 20px;
  margin-bottom: 55px;
}
.photography .section_title span {
  color: #9baf88;
}
.photography .product-feature__text hr {
  display: none;
}
.photography .product-feature__text h1 {
  font-family: TradeGothic LT CondEighteen !important;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-weight: 700;
  line-height: 1.2;
  font-size: 47px;
  margin-top: 0;
  color: #115e67;
}
.photography .product-feature__text p {
  letter-spacing: 0.045em;
  font-size: 25px;
  line-height: 34px;
  color: #115e67;
  font-family: TradeGothic LT Condfive !important;
}

@media (max-width: 991px) {
  .photography .section_title {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .photography .product-feature {
    flex-flow: wrap;
    max-width: 720px;
    margin-bottom: 30px;
  }
  .photography .product-feature__text,
  .photography .product-feature__images {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .photography .product-feature__images {
    margin: 0;
  }
  .photography .wrapper {
    padding: 0 15px;
  }
  .photography .product-feature__text h1 {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .template-product .product-features {
    padding-bottom: 30px !important;
  }
}

.product-single {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1e9db80;
  padding-left: 10px;
  padding-right: 10px;
}
.product-single.grid--full > .grid__item {
  margin: auto;
  display: block;
  float: none;
  max-width: 100%;
}
.product-single .media_title {
  display: none;
}
.product-single .product-images__slider {
  margin-bottom: 20px !important;
}
#ProductThumbs {
  margin-top: 0 !important;
}
#ProductThumbs .flickity-viewport {
  overflow: visible;
  height: auto !important;
}
#ProductThumbs .flickity-slider {
  transform: translateX(0) !important;
  position: static;
  display: flex;
  flex-flow: wrap;
  width: auto;
  height: auto;
  margin-left: -5px;
  margin-right: -5px;
}
#ProductThumbs .product-images__thumbs-slide {
  width: 25%;
  height: auto !important;
  left: 0 !important;
  position: static !important;
  padding: 5px;
  overflow: hidden;
}
#ProductThumbs .product-images__thumbs-slide .pd_thumb_image {
  padding-top: 100%;
  position: relative !important;
  border: 1px solid transparent;
  overflow: hidden;
}
#ProductThumbs .is-selected .pd_thumb_image,
#ProductThumbs .product-images__thumbs-slide:hover .pd_thumb_image {
  border: 1px solid #115e67;
}
#ProductThumbs .product-images__thumbs-slide img {
  width: 100% !important;
  height: auto !important;
  left: 50%;
  max-width: 100%;
  max-height: inherit;
}

@media (min-width: 768px) {
  .product-single.grid--full > .grid__item {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .product-single.grid--full > .grid__item {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .product-single.grid--full > .grid__item {
    width: 1180px;
  }
}
@media (min-width: 1425px) {
  .product-single.grid--full > .grid__item {
    width: 1300px;
  }
}
@media (min-width: 1920px) {
  .product-single.grid--full > .grid__item {
    width: 1440px;
  }
}
.product-single.grid--full > .grid__item .grid {
  margin-left: 0 !important;
}
.product-single.grid--full > .grid__item .grid__item {
  padding: 0 15px !important;
}

@media screen and (max-width: 991px) {
  .product-single .product-images__slide img.featured-image {
    max-width: 100% !important;
  }
}
@media (max-width: 415px) {
  .product-single .product-images__slider {
    min-height: auto;
  }
}
.product-single .flickity-button {
  /* display:none; */
  width: 30px;
  margin: 0 10px;
}
.product-single .flickity-button path {
  fill: #2b5234 !important;
}
.product-single .name_price_ship {
  display: flex;
}
.product-single .price_ship {
  display: flex;
}
.product-single .product-title {
  flex-grow: 1;
  font-size: 36px !important;
  font-family: TradeGothic-Cn;
  text-transform: uppercase;
  color: #52565a;
  letter-spacing: 0.055em !important;
  line-height: 1.2 !important;
}
.product-single .product-price {
  font-size: 30px;
  font-family: TradeGothic LT CondEighteen;
  color: #52565a;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  display: flex;
}
.product-single .product-price > span {
  display: block;
}
.product-single .product-price > span sup {
  display: inline-block !important;
  font-size: 16px;
  position: relative;
  top: -10px;
  left: -5px;
  font-weight: 400;
  letter-spacing: 0.055em;
  font-family: TradeGothic LT Condfive !important;
}
.product-single .loox-rating-link {
  padding-bottom: 15px;
  display: block;
}
.large--one-half div.loox-rating span {
  display: none;
}
.product-single .loox-rating {
  display: inline;
}
.product-single .loox-rating span {
  color: #52565a;
  position: relative;
  top: 3px;
  left: 5px;
  font-family: TradeGothic LT Condfive !important;
}
.product-single .shipping-info {
  width: 135px;
  font-size: 14px;
  font-family: TradeGothic LT Condfive !important;
  color: #52565a;
  padding: 0 0 0 10px;
  border-left: 1px solid #70707080;
  margin-top: 2px;
  letter-spacing: 0.02em;
  align-self: flex-start;
  line-height: 1.2;
}
.product-single .btn {
  background: #9baf88;
  border-radius: 5px;
  height: 55px !important;
  font-size: 25px !important;
  padding: 9px;
  letter-spacing: 0.11em;
  line-height: 1 !important;
  border: 0;
  width: 100%;
}

.product-single .our-details {
  font-size: 23px;
  font-family: TradeGothic LT Condfive;
  color: #52565a;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding: 20px 0 10px;
  clear: both;
}
.product-single .ship-tomorrow {
  display: flex;
  align-items: center;
  padding: 20px 0 30px;
  width:100%;
}
.product-single .ship-tomorrow img {
  width: 120px;
}
.product-single .ship-tomorrow .text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.product-single .ship-tomorrow .text h2 {
  margin: 0;
  color: #52565a;
  font-size: 25px;
  text-transform: uppercase;
  font-family: TradeGothic LT CondEighteen;
  letter-spacing: calc(110 / 1000 * 1em);
  font-weight: 700;
}
.product-single .ship-tomorrow .text p {
  color: #52565a;
  font-size: 19px;
  font-family: TradeGothic LT Condfive;
  margin: 0;
}
.product-single .product-tab {
  border-top: 0 !important;
  border-bottom: 1px solid #70707080;
}
.product-single .product-tab-title:before,
.product-single .product-tab-title:after {
  display: none;
}
.product-single .product-tab {
  padding: 15px 0;
}
.product-single .product-tab .product-tab-title {
  font-size: 20px;
  color: #52565a;
  font-family: TradeGothic LT CondEighteen;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.product-single .product-tab .product-tab-title img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 14px;
}
.product-tab-title .icon-toggle:before {
  display: none;
}
.product-tab-title .icon-toggle:after {
  content: url(/cdn/shop/files/arrow-down-2.svg?v=1714577460);
  background-color: transparent !important;
  line-height: 0;
}
.product-tab-title .icon-toggle {
  height: 10px;
  background-color: transparent;
  top: calc(50% - 4px);
}
.product-single .product-tab .product-tab-content {
  margin-bottom: 0;
}
.product-tab .pg_tab_list {
  padding-left: 50px;
  margin: 0;
}
.product-tab .pg_tab_list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 10px 0;
  color: #52565a;
  margin: 0;
}
.product-tab .pg_tab_list li p {
  margin: 0;
  color: #52565a;
  letter-spacing: calc(20 / 1000 * 1em);
  margin: 0;
  font-family: TradeGothic LT Condfive;
}
.product-tab .pg_tab_list li p:last-child {
  margin-bottom: 0 !important;
}
.product-tab .pg_tab_list li small {
  display: block;
}
.product-tab .pg_tab_list li img {
  width: 80px;
  margin-right: 10px;
}

.product-tab .details_content p {
  font-size: 23px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #52565a;
  letter-spacing: calc(20 / 1000 * 1em);
}
.product-tabs .details_content,
.product-tab .details_content {
  padding-left: 15px;
  font-family: TradeGothic LT Condfive;
  font-size: 16px;
}
.product-tab .details_content p:first-child {
  margin-top: 10px;
}
.product-tab .details_content p:last-child {
  margin-bottom: 10px;
}
.product-tab .details_content .tab_image_slider {
  padding-bottom: 20px;
  padding-right: 15px;
}
.is-active .product-tab-content {
  max-height: 10000px;
}
.image-slide-section.tab_image_slider {
  background-color: transparent;
}
.image-slide-section.tab_image_slider .swiper-slide {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .product-tab .details_content p {
    font-size: 18px;
  }
}

.related-products-wrapper {
  padding: 30px 0 0px;
  margin-bottom: -10px;
}
.related-products-wrapper h3 {
  font-family: TradeGothic LT CondEighteen;
  color: #52565a;
  font-size: 20px;
  letter-spacing: calc(20 / 1000 * 1em);
  margin-bottom: 20px;
}
.related-product-list {
  display: flex;
  justify-content: space-between;
}
.related-product-list .single-product {
  width: calc(33.33% - 12px);
  position: relative;
}
.related-product-list .single-product img {
  width: 100%;
  border-radius: 8px;
  line-height: 0;
}
.related-product-list form {
  padding: 0;
  text-align: center;
}
.related-product-list .button--cart {
  border: 0;
  background: transparent !important;
  padding: 0;
  height: auto !important;
  max-width: 50px;
  margin-top: -20px;
}
.related-product-list .button--cart::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .related-products-wrapper {
    padding: 5px 0 0px;
  }
  .related-product-list .single-product {
    width: calc(33.33% - 7px);
  }
  .related-products-wrapper h3 {
    margin-top: 10px;
  }
}

.menu-tab-titles {
  list-style: none;
  display: flex;
  padding-bottom: 20px;
  margin: 0 0 0 -15px;
  padding-top: 30px;
}
.menu-tab-titles .menu-tab-title {
  color: #52565a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: TradeGothic LT CondEighteen;
  padding: 0 15px;
  cursor: pointer;
}
.menu-tab-titles .menu-tab-title span {
  border-bottom: 3px solid transparent;
  line-height: 1.8;
  display: block;
  border-top: 3px solid transparent;
}
.menu-tab-titles .menu-tab-title.active span {
  border-bottom: 3px solid #9baf88;
}
.menu-tab-titles .menu-tab-title:not(.active) span {
  opacity: 0.32;
}
.menu-tab-titles .menu-tab-title:not(:last-child) {
  border-right: 1px solid #70707080;
}
.menu-tab-contents .details_content:not(.active) {
  display: none;
}
.menu-tab-contents .details_content * {
  color: #52565a;
  font-size: 23px;
  font-family: TradeGothic LT Condfive;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 1350px) {
  .product-single .name_price_ship {
    flex-flow: wrap;
  }
  .product-single .product-title {
    width: 100%;
    padding-bottom: 15px;
  }
  .product-single .product-price {
    font-size: 26px;
    text-align: left;
    white-space: nowrap;
  }
  .product-single .price_ship {
    padding-bottom: 10px;
  }
  .product-single .product-price {
    text-align: left;
    white-space: nowrap;
  }
  .product-single .shipping-info {
    line-height: 1.6;
    width: auto;
    align-self: center;
    margin-top: -4px;
  }
}
@media (max-width: 991px) {
  .menu-tab-mobile {
    display: block !important;
    padding-top: 30px;
  }
  .menu-tab-desktop {
    display: none;
  }
  .menu-tab-mobile.product-tabs .product-tab:first-child {
    border-top: 1px solid #70707080 !important;
  }
}
@media (max-width: 767px) {
  .product-single .name_price_ship {
    flex-flow: wrap;
  }
  .product-single .product-title {
    width: 100%;
    padding-bottom: 15px;
  }
  .product-single .product-price {
    font-size: 26px;
    text-align: left;
    white-space: nowrap;
  }
  .product-single .product-price > span sup {
    font-size: 10px;
  }
  .product-single .shipping-info {
    line-height: 1.6;
    width: auto;
    font-size: 12px;
    align-self: center;
    margin-top: -4px;
  }
  .product-single .price_ship {
    padding-bottom: 10px;
  }
  .product-single .our-details {
    font-size: 18px;
  }
  .product-single .ship-tomorrow {
    padding-bottom: 20px;
  }
  .product-single .ship-tomorrow img {
    width: 65px;
  }
  .product-single .ship-tomorrow .text {
    width: calc(100% - 65px);
  }
  .product-single .ship-tomorrow .text h2 {
    font-size: 18px;
  }
  .product-single .ship-tomorrow .text p {
    font-size: 15px;
  }
  .menu-tab-contents .details_content * {
    font-size: 18px;
  }
}

.template-list-collections .main-content {
  margin-top: 0px !important;
  padding-bottom: 0 !important;
}
#ListCollections {
  padding-top: 70px;
  padding-bottom: 50px;
}
#ListCollections .collection-header {
  background-color: transparent;
  padding-bottom: 50px;
}
#ListCollections .collection-title {
  font-size: 40px !important;
  font-family: TradeGothic LT CondEighteen;
  color: #2A5036;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
#ListCollections .grid--full {
  max-width: 1400px;
  display: flex;
  padding: 0 30px;
}
#ListCollections .grid--full .grid__item {
  padding: 20px 15px;
}
#ListCollections .grid--full .grid__item img {
  width: 100%;
}
#ListCollections .collection-grid-item__title {
  color: #2A5036;
  letter-spacing: 0.075em;
  font-size: 20px;
  padding-top: 20px;
  font-family: TradeGothic LT CondEighteen;
  margin: 0;
}
#ListCollections .collection-header .grid__item {
  padding-left: 0;
}
@media (max-width: 1400px) {
  #ListCollections .grid--full {
    max-width: 1180px;
  }
}
@media (max-width: 991px) {
  #ListCollections .grid--full {
    flex-flow: wrap;
  }
  #ListCollections .grid__item {
    width: 50%;
  }
  #ListCollections .grid--full.wrapper .grid__item a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #ListCollections .grid--full {
    padding: 0 10px;
    flex-flow: wrap;
    justify-content: center;
    /* flex-direction: column; */
  }
  #ListCollections .grid__item {
    width: 50%;
  }
  #ListCollections .collection-header {
    padding: 0 25px 40px;
  }
  #ListCollections .collection-header .grid__item {
    width: 100% !important;
    padding-left: 0;
  }
  #ListCollections .grid--full.wrapper .grid__item {
    padding: 15px 10px;
  }
  #ListCollections .grid--full.wrapper .grid__item a {
    text-align: center;
  }
}
.template-collection .main-content {
  margin-top: 0 !important;
}
#shopify-section-collection-template {
  padding-top: 70px;
  padding-bottom: 25px;
}
#shopify-section-collection-template .collection-header {
  padding-top: 0;
  background: transparent;
}
#shopify-section-collection-template .collection-header h1 {
  font-size: 36px;
  letter-spacing: 0.075em;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  color: #365034;
  line-height: 1;
}
#shopify-section-collection-template .collection-description {
  text-align: center !important;
  font-size: 18px;
  color: #52565a;
  letter-spacing: 0.02em;
  font-family: TradeGothic LT Condfive;
}
#shopify-section-collection-template .grid__image {
  margin-bottom: 0px;
}
#shopify-section-collection-template .product-grid-item__title {
  font-size: 20px;
  height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #52565a;
  font-family: TradeGothic LT Condfive;
}
#shopify-section-collection-template .grid__item.product-item-parent {
  text-align: left !important;
  padding-bottom: 5px;
}
#shopify-section-collection-template .cell .image_container {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
#shopify-section-collection-template .cell img {
  padding: 0;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#shopify-section-collection-template .table {
  height: auto;
  line-height: 0;
}
#shopify-section-collection-template .loox-rating-label {
  font-family: TradeGothic LT Condfive;
}
#shopify-section-collection-template #collection__items {
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
.cc-product-details {
  position: relative;
  padding-top: 15px;
}
.cc-product-details button {
  background: #9ab9ad;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 12px;
  margin-top: 15px;
  font-family: TradeGothic LT CondEighteen;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #shopify-section-collection-template .collection__products {
    padding: 0 30px;
  }
  .cc-product-details button {
    position: absolute;
    bottom: 100%;
    left: 0;
    border-radius: 0;
    opacity: 0;
  }
  #collection__items .grid__item:hover .cc-product-details button {
    opacity: 1;
  }
}
@media (max-width: 7687px) {
  #shopify-section-collection-template .collection__products {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .grid--full .product-item-parent {
    width: 50%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.tag_new.tag_rectangle {
  font-family: TradeGothic LT Condfive;
}
.tag_new.tag_bestseller_new {
  background-color: #115e67;
}
.tag_new.tag_sale_new {
  background-color: #9baf88;
}

#NavDrawer {
  padding: 0;
}
#NavDrawer .drawer__header {
  height: auto;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35) !important;
}
#NavDrawer .drawer__close button {
  right: 0;
}
#NavDrawer .drawer__close button .custom-icon-x {
  font-size: 14px;
}
#NavDrawer .mobile-nav__toggle button:after {
  content: url(/cdn/shop/files/arrow-down.svg?v=1714476047);
  /* margin-top: -6px; */
  display: block;
}
#NavDrawer .mobile-nav__toggle button {
  transition: 0.2s ease;
  transform-origin: 50% 60%;
}
#NavDrawer .mobile-nav__toggle button.is-expanded {
  transform: rotate(180deg);
}
#NavDrawer .mobile-header-search {
  display: flex;
  padding-left: 10px;
  /* opacity:0;
  pointer-events:none; */
}
#NavDrawer .mobile-header-search button {
  color: #52565a;
  padding: 14px 10px;
  line-height: 0;
}
#NavDrawer .mobile-header-search .search-input::placeholder,
#NavDrawer .mobile-header-search .search-input {
  font-size: 16px;
  border: 0;
  outline: 0;
  color: #52565a;
  font-family: TradeGothic LT Condfive;
  padding-left: 2px;
}
#NavDrawer .mobile-nav__item a {
  font-size: 17px !important;
  color: #52565a !important;
  letter-spacing: 0.4px;
  font-weight: 700;
  padding: 16px 20px;
}
#NavDrawer .mobile-nav__item h5,
#NavDrawer .mobile-nav__item h3 {
  margin: 0;
  font-size: inherit !important;
}
#NavDrawer .mobile-nav__item {
  margin: 0;
  padding: 0;
}
#NavDrawer .mobile-nav__toggle {
  padding: 0 20px;
}
#NavDrawer .mobile-nav > .mobile-nav__item > .mobile-nav__sublist {
  padding: 15px 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.35) !important;
}
#NavDrawer .mobile-nav > .mobile-nav__item > .mobile-nav__sublist a {
  font-size: 12px !important;
  letter-spacing: 0.4px;
  color: #52565a !important;
  padding: 5px 0;
}
#NavDrawer .mobile-nav > .mobile-nav__item > .mobile-nav__sublist h5 {
  font-size: 12px !important;
}
#NavDrawer .mobile-nav .multi-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#NavDrawer .mobile-nav .multi-menu .mobile-nav__has-sublist a {
  padding: 16px 20px;
  font-size: 17px !important;
}
#NavDrawer .mobile-nav .multi-menu .mobile-nav__has-sublist:nth-child(3),
#NavDrawer .mobile-nav .multi-menu .mobile-nav__has-sublist:nth-child(5) {
  border-top: 1px solid rgba(112, 112, 112, 0.35) !important;
}
#NavDrawer .mobile-nav .multi-menu .mobile-nav__subsublist {
  margin: 0;
  border: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}
#NavDrawer .social-sharing-wrapper {
    display:flex;
  padding: 16px;
}
#NavDrawer .social-sharing-wrapper a i {
  font-size: 20px;
  color: #52565a;
  padding-right: 10px;
}
#NavDrawer .social-sharing-wrapper a:hover i {
  color: #115e67;
}

.main-content {
  padding: 0 !important;
  margin: 0 !important;
}
.template-page .main-content,
.template-blog .main-content {
  padding-top: 70px !important;
  padding-bottom: 25px !important;
}

.page-title {
  margin-bottom: 0;
}
.page-title .title_content {
  font-size: 40px !important;
  font-family: TradeGothic LT CondEighteen;
  color: #115e67;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.c-soon {
  display: block !important;
  font-size: 25px !important;
  font-family: TradeGothic LT CondEighteen;
  color: #115e67;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border: 2px solid #115e67;
  width: 220px;
  margin: auto;
  padding: 12px 20px;
  line-height: 1;
}
.recently-view-block {
  display: none;
}
@media (min-width: 1200px) {
  .grid__item.with-recent {
    display: flex;
    max-width: 1300px;
    margin: auto;
    float: none;
    flex-flow: wrap;
  }
  .recently-view-block:not(.hide) {
    width: 25%;
    padding: 20px 10px;
    display: block !important;
  }
  .recently-view-block:not(.hide) + div + div,
  .recently-view-block:not(.hide) + div {
    width: 75% !important;
    margin-left: auto;
  }

  .recently-view-block .recently-title h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #365034;
    letter-spacing: 0.075em;
    font-family: TradeGothic LT CondEighteen;
    margin-bottom: 30px;
  }
  .recently-view-block .c-product {
    display: flex;
    margin-bottom: 10px;
  }
  .recently-view-block .c-product__img {
    width: 33.33%;
    padding-right: 15px;
  }
  .recently-view-block .c-product__url {
    font-size: 20px;
    height: 28px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #52565a;
    font-family: TradeGothic LT Condfive;
  }
  .recently-view-block .c-product__title {
    margin: 0;
    width:calc(100% - 33.33%);
  }
  .recently-view-block .loox-rating {
    font-size: 10px;
    font-family: TradeGothic LT Condfive;
  }
}

/* .rpu-drawer_container .rpu-checkout{
  border-color: #9baf88;
  padding: 20px;
  border-radius: 4px;
  background-color:#9baf88 !important;
  margin: 20px;
  width: 100%;
  display: block;
  max-width: calc(100% - 40px);
}
.rpu-drawer_container .rpu-checkout:hover{
  background-color:#9baf88 !important;
  color:#115e67;
} */
.rpu-drawer_container .rpu-checkout {
  border-color: #9ab9ad;
  padding: 20px;
  border-radius: 4px;
  background-color: #9ab9ad !important;
  margin: 20px;
  width: 100%;
  display: block;
  max-width: calc(100% - 40px);
}
.rpu-drawer_container .rpu-checkout:hover {
  background-color: #fff !important;
  color: #9ab9ad;
}
.shopify-cleanslate .payment_button {
  max-width: calc(100% - 40px) !important;
  margin: auto auto 20px !important;
}
.sub_total_container .sub_total_money_container {
  color: #365034;
}

.template-article .section-header {
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .bundles--container .left-panel .grid__item {
    width: 50%;
  }
  .bundles--container .left-panel .grid__item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .bundles--container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  .bundles--container .grid--full .product-item-parent {
    width: 100%;
  }
}
.template-customers-login .main-content {
  padding-top: 70px !important;
}
.template-search .main-content {
  padding: 70px 0 50px !important;
}
.template-customers-login .main-content * {
  font-family: TradeGothic LT Condfive;
}
.template-customers-login .main-content .btn,
.template-customers-login .main-content h2 {
  font-family: TradeGothic LT CondEighteen;
}

.search-design > .grid__item {
  width: 100% !important;
  left: 0 !important;
}
.search-result {
  padding-bottom: 25px;
}
.search-result a {
  display: block;
  line-height: 0;
}
.search-result h5 {
  margin-bottom: 5px;
}
.search-result h5 a {
  font-size: 20px;
  height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #52565a !important;
  font-family: TradeGothic LT Condfive;
  line-height: 1.4;
}
.search-result:hover button {
  opacity: 1;
}
@media (min-width: 1200px) {
  .search-design > .grid__item {
    width: 1024px !important;
    left: calc((100% - 1024px) / 2) !important;
  }
}
a.upsell-title[href="/products/replica-stands"] {
  background: #9ab9ad;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  animation: flashing 4200ms infinite;
}

@keyframes flashing {
  0%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.35;
  }
}

.search-input {
  outline: 0;
  border-bottom: 2px solid #999;
  font-size: 20px;
  font-family: TradeGothic LT Condfive;
  color: #115e67;
}
.search-input:focus {
  border-bottom: 2px solid #115e67;
}
.search-design hr {
  margin: 20px 0;
}
.search-design h1 {
  font-size: 24px;
  color: #115e67;
  line-height: 1.4;
  letter-spacing: 0.075em !important;
  margin-top: 0;
  font-family: TradeGothic LT CondEighteen !important;
  text-transform: uppercase;
  margin: 0;
  padding-top: 30px;
}
.search-design .input-group-btn button {
  padding: 10px;
  color: #115e67;
}

#rpu_checkout_container {
  display: none !important;
}
#chat-button {
  height: 64px !important;
  bottom: 10px !important;
  right: 10px !important;
}
@media (max-width: 768px) {
  #chat-button {
    width: 70px !important;
    left: 10px;
  }
  .smile-launcher-frame-container.smile-launcher-border-radius-circular.smile-launcher-closed {
    left: 10px !important;
  }
}
#shopify-section-cc_image_with_text_JhCqxq .content-wrapper {
    padding-bottom: 25px;
}
