html {
  background: none !important;
  min-width: 0 !important;
}
body {
  background-color: #fbf8ee;
  scroll-margin-top: 100px;
  scroll-padding-top: 100px;
}
body.noscroll {
  overflow: hidden;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body {
   background: transparent !important;
   padding: 1rem !important;
}
* {
  font-variant-ligatures: none;
}
.button {
  font-weight: 600;
  font-size: 19px;
  border-radius: 63px;
}
.field.has-addons .control .button {
  font-size: 16px;
}
.input, .textarea, .select select, .is-select {
    background-color: #ffffff;
    border: 2px solid #09254629;
    border-radius: 10px;
    box-shadow: none;
}


.field.floating {
  position: relative;
  margin-bottom: 1rem;
  margin-top: .1rem;
}
.column > .field.floating {
  margin-bottom: 0;
}
.field.floating label:not(.custom-file-input) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 calc(1.15em - 1px);
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: all .1s ease-in-out;
  display: flex;
  align-items: center;
  opacity: 0.4;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 1.15em);
  text-overflow: ellipsis;
}
.field.floating label.custom-file-input {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field.floating .textarea~label {
  align-items: flex-start;
  padding-top: 1em;
}
.field.floating .select::-moz-placeholder,
.field.floating .textarea::-moz-placeholder,
.field.floating .input::-moz-placeholder {
    color: transparent;
}
.field.floating .select::placeholder,
.field.floating .textarea::placeholder,
.field.floating .input::placeholder {
    color: transparent;
}
.field.floating .input:-webkit-autofill~label,
.field.floating .input:focus~label,
.field.floating .input:not(:placeholder-shown)~label,
.field.floating .textarea:focus~label,
.field.floating .textarea:not(:placeholder-shown)~label,
.field.floating .select~label,
.field.floating label.input.custom-file-input ~ label
 {
  position: absolute;
  top: -0.7rem;
  background: #fff;
  padding: 0 .4rem;
  left: 0.6rem;
  font-size: 0.8rem;
  height: auto;
  opacity: 1;
}




#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only {
  display: none;
}
.navbar-item img {
    max-height: unset;
}
.navbar-item .button {
  height: auto;
  padding: 1rem 1.7rem;
  /* margin-left: 0.6rem; */
  font-size: 15px;
}
.navbar-item.sample_nav span {
  opacity: .6;
  display: inline-block;
  margin-left: 3px
}
.navbar-dropdown .navbar-item {
  color: #171717;
  font-size: 1.04em;
  white-space: normal;
  justify-content: center;
  padding: 0.5rem 0;
}
.navbar-dropdown .navbar-item.is-active {
  color: #0d1e25 !important;
}
.navbar-dropdown .navbar-item:hover {
  /* background-color: #f6f5f5 !important; */
  /* color: #0d1e25 !important; */
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p,
.content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title {
  color: #092546;
  font-family: 'Satoshi', serif;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: normal;
}
.content h1, .title.is-1 {
  font-size: 47pt;
  line-height: 1.05;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h2, .title.is-2 {
  font-size: 32pt;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h3, .title.is-3 {
  font-size: 24pt;
  line-height: 1.15;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h4, .title.is-4 {
  font-size: 20pt;
  line-height: 1.2;
}
.content h5, .title.is-5 {
  font-size: 16pt;
  line-height: 1.3;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content p .button:first-child:last-child {
  margin-top: .5rem;
}

.msg {
  /* position: fixed; */
  top: 30px;
  right: 30px;
  z-index: 100;
}
.msg .notification {
  border-radius: 0;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #040404;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #ee7698;border-color: #ee7698;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


.is-static {
  position: static;
}

section form .boxed {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fields .field {
  /*width:  100%;*/
  width: 48%;
}
.fields .field.field_type_button,
.fields .field.field_type_text_box {
  width: 100%;
}
/*.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}*/
.fields .field label {
  /* color: #040404; */
  font-weight: 500;
  font-size: 0.95rem;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #171717;
}

/*.account-main .fields {
  justify-content: flex-start;
  column-gap: 1rem;
}
.account-main .fields .field {
  width: 100%;
}
.account-main .fields .field.is-10 { width: 10%; }
.account-main .fields .field.is-20 { width: 20%; }
.account-main .fields .field.is-30 { width: 30%; }
.account-main .fields .field.is-40 { width: 40%; }
.account-main .fields .field.is-50 { width: 50%; }
.account-main .fields .field.is-60 { width: 60%; }
.account-main .fields .field.is-70 { width: 70%; }
.account-main .fields .field.is-80 { width: 80%; }
.account-main .fields .field.is-90 { width: 90%; }
.account-main .fields .field.is-100 { width: 100%; }*/

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.navbar-item, .navbar-link {
  /* font-family: "DIN Next", serif; */
  /* font-weight: 600; */
  /* letter-spacing: 0.2px; */
  /* font-size: 16px; */
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #ffffff;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #d3af36;
}

section.header .navbar-item:first-child {
  padding-left: 0;
}
section.header .navbar-item:last-child {
  padding-right: 0;
}

section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #092546;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 12px 10px 12px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #040404;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #040404;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.navlink {
  display: none;
}
.navlink svg {
  width: 30px;
}

.announcer p {
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-size: 14px;
}
.announcer p a {
  /* border-bottom: 1px dotted #fff; */
  color: #ffffff;
}
.announcer ul li a {
  font-size: 14px;
}
.announcer .socials {
  position: relative;
  bottom: 0px;
}

.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.4rem;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f178";
  font-weight: 300;
  font-size: 1.3rem;
  vertical-align: middle;
  margin: 0 0 0 11px;
  position: relative;
  top: 1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:after {
  right: -3px;
}

main {
  background: #fff;
}

section.section {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

section.shadow_top {
  box-shadow: inset 0 10px 50px 0 rgb(0 0 0 / 4%);
}
section.shadow_bottom {
  box-shadow: inset 0 -10px 50px 0 rgb(0 0 0 / 4%);
}

section.block_type_block {
  padding: 0 !important;
  background: none !important;
}

/*section.section > section.section {
  padding: 0 !important;
  background: none !important;
}*/

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  /* max-height: 560px; */
  /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%); */
  overflow: hidden;
  /* margin: 20px; */
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}
section .gallery_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
section.round_image .block_image {
  border-radius: 50%;
}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

section.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

.is-sentModal .modal-content {
  width: 420px;
  max-width: calc(100% - 20px);
}
.is-sentModal .modal-content .box {
  border-radius: 5px;
}

/*********/

section ul.ticks {
  list-style: none;
  margin-left: 0;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
}
section ul.ticks li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
/*  width: 49%;*/
  margin-top: 0;
}
section ul.ticks li:before {
  /* color: #040404; */
  background-image: url("data:image/svg+xml,%3Csvg class='is-light mr-3' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d3af36' style='width: 24px;height: 24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #092546;
/*}
#home section.header {*/
  position: sticky;
  /* background: transparent; */
  top: 0;
}

section.header .logo img {
  max-height: 5rem;
}
section.header .navbar-end,
section.header .navbar-start {
  /* min-width: 40%; */
}
section.header .navbar-end nav > ul > li {
  margin-right: 0.7rem;
}
section.header .navbar-end nav > ul > li:last-child {
  padding-right: 0;
  /* margin-right: 0; */
}
section.header .navbar-start nav > ul > li {
  margin-left: .75rem;
}
section.header .navbar-start nav > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
section.header .nav {
  background: #e1dbd5;
}
section.header a.search,
section.header a.cart,
section.header a.account {
  display: inline-flex;
  align-items: center;
}
section.header a.search svg,
section.header a.cart svg,
section.header a.account svg {
  height: 2rem;
}
section.header a.cart[data-count]:before {
  content: attr(data-count);
  position: absolute;
  top: -4px;
  right: -7px;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #d3af36;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 600;
}

section.header .searchbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-1.5rem);
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
  background-color: #092546;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
section.header .searchbar .inner {
  width: 1130px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header .searchbar .inner form {
  width: calc(100% - 50px);
  position: relative;
}
section.header .searchbar .inner form .field {
  margin-bottom: 0;
}
section.header .searchbar .inner form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 51.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
section.header .searchbar .inner form button svg {
  height: 22px;
}
section.header .searchbar .inner .search-close {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.header .searchbar .inner .search-close svg {
  height: 22px;
}
body.is-searching section.header .searchbar {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  padding: 0 1.4rem;
}

body main .search-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #092546;
  z-index: 50;
  opacity: 0;
  transition: all .2s ease;
  pointer-events: none;
  cursor: pointer;
}
body.is-searching main .search-overlay {
  opacity: .4;
  pointer-events: all;
}

section.footer {
  position: relative;
  background: #092546;
  color: #fff;
  overflow: hidden;
}
/*section.footer:before {
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/blue-border.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}*/
section.footer a {
  color: #fff;
}
section.footer a:hover {
  color: #d3af36;
}
section.footer p {
  color: #fff;
  font-size: 16px;
}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #d3af36 !important;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .footer-cols {

}
section.footer .footer-cols .footer-col {
  flex-shrink: 0;
  padding-right: 5rem;
  min-width: 160px;
  width: auto;
  flex-grow: 1;
}
section.footer .footer-cols .footer-col:last-child {
  padding-right: 0;
}
section.footer .footer-col.logo {
  /* text-align: center; */
}
section.footer .footer-col.logo a {
  display: block;
  height: 3rem;
}
section.footer .footer-col.logo a img {
  max-height: 100%;
}
section.footer .footer_small_print_mobile {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
section.footer .footer_small_print_mobile p {
  font-size: 12px;
  margin-bottom: .2rem;
}
section.footer .footer_small_print_mobile p:last-child {
  margin-bottom: 0;
}
/*section.footer .footer-col.copyright {
  flex-shrink: 1;
}*/
section.footer .footer-col .copyright p {
  font-size: 10pt;
}
section.footer .footer-col.icons {
  /* text-align: right; */
}
section.footer .footer-col.icons .google-reviews {
  height: 4rem;
  margin-bottom: 1.5rem;
}
section.footer .footer-col.icons .google-reviews img {
  max-height: 100%;
}
section.footer .footer-col .socials {
  display: flex;
  /* justify-content: center; */
}

section.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
  /* background: linear-gradient(180deg, #0925461c 0%, #09254600 32%, #09254600 100%); */
  background: #d3af36c7;
  backdrop-filter: grayscale(1);
}
#home section.hero .hero-body {
  background: linear-gradient(180deg, #091615c7 0%, #0916159e 32%, #0916153b 100%);
  padding-top: 11rem;
}
section.hero .title.is-1,
section.hero h1 {
  font-size: 60pt;
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  /* margin-bottom: 0.1em; */
}
section.hero p {
  /* font-size: 23px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}

section.hero .video {
  width: 0;
  height: 0;
}
section.hero .video .vjs-loading-spinner .vjs-control-text {
  display: none;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.6;*/
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #040404;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}

#home section.hero {
  /*background-image: url('../img/bg.svg');*/
}

#home section.hero .scroll-me {
  display: block;
}

#home section.hero .button {
  margin-top: 8px;
}
section.hero .button+.button {
  margin-left: 12px;
}
#home section.hero h2,
#home section.hero h1,
#home section.hero p {
  /*width: 60%;*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}
#home section.hero p {
  margin-bottom: 1rem !important;
  /* font-size: 1.5rem; */
  /* width: 80%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
#home section.hero p:last-child {
  /* width: 100%; */
  /* white-space: nowrap; */
  margin-bottom: 0 !important;
}
/*#home section.hero:after {
  content: '';
  width: 75%;
  height: 100%;
  content: '';
  background-color: #ffef8c;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform:  skewX(-10deg);
}*/

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #040404;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

section.big_image {
  position: relative;
}
section.big_image .container {
  position: static;
}
section.big_image .column-image .block_image {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
section.big_image .column-image.is-3 .block_image {
    width: 25%
}
section.big_image .column-image.is-4 .block_image {
    width: 33.33333%
}
section.big_image .column-image.is-5 .block_image {
    width: 41.66667%
}
section.big_image .column-image.is-6 .block_image {
    width: 50%
}
section.big_image .column-image.is-7 .block_image {
    width: 58.33333%
}
section.big_image .column-image.is-5 .block_image {
  width: 42%;
}

section.block_type_image_text.big_image .column-image .block_image {
  left: 0;
}
section.block_type_text_image.big_image .column-image .block_image {
  right: 0;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  /* filter: grayscale(100%); */
  width: 22.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 135px; */
  margin: 0 0 2rem 0;
  opacity: 1;
}

section[class*="slider"] {
  overflow: hidden;
}

section .content-slider {
  /*overflow: hidden;*/
}
section .content-slider .container {
  width: 760px;
  max-width: 100% !important;
}
section .content-slider .quote p {
  font-size: 1.2rem;
  font-weight: 300;
  /* opacity: 0.6; */
  color: #ffffff;
}
section .content-slider .quote p:first-child:before {
  content: "\201C";
  /* opacity: 0.2; */
}
section .content-slider .quote p:last-child:after {
  content: "\201D";
  /* opacity: 0.2; */
}
section .content-slider .name {
  margin-top: 20px;
  color: #ffffff;
  /* font-style: italic; */
  font-weight: 600;
}
section .content-slider .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}
section .content-slider .owl-theme .owl-stage-outer {
   overflow: visible;
}
section .content-slider .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: .2;
}
section .content-slider .owl-theme .owl-dots .owl-dot.active span,
section .content-slider .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
section .content-slider .owl-theme .owl-item {
  opacity: .35;
  transition: opacity .2s ease;
  text-align: center;
}
section .content-slider .owl-theme .owl-item.active {
  opacity: 1;
}
section .content-slider .testimonial_slide {
  border-radius: 10px;
  overflow: hidden;
}
section .content-slider .testimonial_slide .image {
  background-size: cover;
  background-position: center;
  border-radius: 0;
}
section .content-slider .testimonial_slide .details {
  min-height: 440px;
  background-color: #171717;
  padding: 3rem !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}


section .card.article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section .card.article .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section .card.article:hover {
  color: inherit;
}
section .card.article .image {
  overflow: hidden;
  border-radius: 0;
}
section .card.article .image img {
  object-fit: cover;
  transition: transform .2s ease;
}
section .card.article:hover img {
  transform: scale(1.06);
}
section .card.article .content {
  font-size: .9em;
  /* color: #040404; */
  margin-top: auto;
}
section .card.article .content .arrow {
  color: #040404;
}




section.block_type_article_hero {
  text-align: center;
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
  color: #ffffff;
  /*text-shadow: 0 0 80px #0d1e25;*/
}

/*section.block_type_article_content p,
section.block_type_article_content li {
  font-size: 18px;
}
section.block_type_article_content p {
  text-align: justify;
}*/
/*section.block_type_article_content .block_image {
  float: right;
  max-width: 50%;
  margin: -1rem -1rem 3rem 3rem;
  border: 1rem solid #e7ecf7;
}*/


section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #040404;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

section.big_image .column-image {
  min-height: 350px;
}

section.block_type_customers .columns,
section.block_type_cta .columns {
  row-gap: 0.5rem;
}
.cta {
  background: #ffffff;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
}
.cta .details {
  /* height: 100%; */
}
.cta .block_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cta .readmore {
  display: inline-block;
  border-bottom: 1px dashed #2c272969;
}

.cta.supplement-mini {
  border-radius: 1.5rem;
}

#home section.hero {
  background-position: center bottom;
}

section.about_block .column-image {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
section.about_block .column-image .block_image {
  /* border-radius: 0; */
  /* border: 20px solid #445c59; */
}

#about section .column-image .block_image {
  /* border: 20px solid #f3f3ef; */
}

section.details .column:last-child {
  text-align: center;
}
section.details .column:last-child img {
  margin: .6rem;
}

section.testimonials {
  position: relative;
}
section.testimonials .container {
  max-width: 900px !important;
}
section.testimonials:before {
  content: '';
  background-image: url('/file/dfe705d7a08446ba86261aa099eeee5c62bed24922d7d.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.testimonials [class*="ArrowControl__ArrowControlContainer"] {
  box-shadow: none !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"] > * {
  background: none !important;
  fill: #ebeae4 !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:first-child {
  left: -95px;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:last-child {
  right: -95px;
}
section.testimonials [class*="ReviewAlignContainer__Container"] {
  min-height: 200px;
  justify-content: center;
}

section.intro h3 {
  line-height: 1.3;
}




section.block_type_logo_marquee .marquee3k-inner {
  white-space: nowrap;
/*  display: flex;*/
/*  gap: 5rem;*/
/*  display: inline-flex !important;*/
/*  padding-right: 3rem;*/
  width: max-content;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image {
  height: 70px;
  max-width: 180px;
  display: inline-block;
  filter: grayscale(100%) opacity(40%);
  background-size: contain;
  flex-shrink: 0;
  margin: 0 2rem;
  transition: filter .3s ease;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image:hover {
  filter: grayscale(0%) opacity(100%);
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image img {
  max-height: 100%;
  display: block;
  visibility: hidden;
}

section[class*="-border"] {
  position: relative;
}
section[class*="-border"]:before {
  content: '';
  width: 100%;
  height: 40px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
section.grey-border:before {
  background-image: url('../img/grey-border.svg');
}
section.blue-border:before {
  background-image: url('../img/blue-border.svg');
}
section.gold-border:before {
  background-image: url('../img/gold-border.svg');
}
section.lgold-border:before {
  background-image: url('../img/lgold-border.svg');
}
section.white-border:before {
  background-image: url('../img/white-border.svg');
}
section[class*="-border"].top:before {
  top: -10px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

section h1 strong,
section h2 strong {
  position: relative;
}
section h1 strong:after,
section h2 strong:after {
  content: '';
  position: absolute;
  background-image: url('../img/circled.svg');
  background-size: 100% 100%;
  top: 1rem;
  right: -1rem;
  bottom: 0;
  left: -1rem;
}
section h2 strong:after {
  background-image: url('../img/circled-2.svg');
  top: 0.5rem;
}

section.steps {
  overflow: hidden;
}
#how-it-works section.block_id_13 .content,
#how-it-works section.block_id_14 .content,
section.steps .content {
  position: relative;
}
#how-it-works section.block_id_13 .content:after,
#how-it-works section.block_id_14 .content:after,
section.steps .column:first-child .content:after,
section.steps .column:nth-child(2) .content:after {
  background: url('../img/arrow-gold.svg');
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: -93px;
  bottom: 50%;
  left: inherit;
  width: 115px;
  height: 50px;
  transform: rotate(0deg);
  background-size: contain;
  z-index: 99;
  /*  opacity: 0.2;*/
}
section.steps .column:nth-child(2) .content:after {
  bottom: inherit;
  top: 10%;
  transform: scaleY(-1) rotate(-20deg);
}
#how-it-works section.block_id_13 .content:after {
    transform: rotate(75deg) scaleY(-1);
    bottom: -4rem;
    right: -9rem;
}
#how-it-works section.block_id_14 .content:after {
    transform: rotate(75deg);
    bottom: -4rem;
    left: -9rem;
    right: inherit;
}
section.steps .content img {
  border-radius: 50%;
}

section.block_type_benefits {
  overflow: hidden;
}
section.block_type_benefits .benefit_slide {
  border-radius: 0.8rem;
  background-color: #fbf8ee;
}

section.calltoaction h3 {
  font-weight: 500;
}

section#b1 .column-content .elfsight-widget {
  display: none;
}


body#onboarding .widget-visible {
  display: none !important;
}
body#onboarding section.header,
body#onboarding section.footer {
  display: none;
}

section.block_type_onboarding {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 1rem;
}
section.block_type_onboarding header,
section.block_type_onboarding footer {
  position: fixed;
  left: 0;
  right: 0;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.block_type_onboarding header {
  top: 0;
}
section.block_type_onboarding header .steps-outer {
  position: relative;
}
section.block_type_onboarding header .steps-outer .step-label {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  content: "Section " attr(data-number) ": " attr(data-label);
  font-size: 1rem;
  padding: 1rem 0;
}
section.block_type_onboarding header .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
}
section.block_type_onboarding header .steps .step {
  display: inline-flex;
  padding: 0.8rem 1.4rem;
  /*  border-radius: 30px;*/
  background-color: #ffffff7d;
  font-size: 0.9rem;
  font-weight: 500;
  /*  margin: 0 0.8rem;*/
  line-height: 1;
  text-align: center;
  font-weight: 600;
  align-items: center;
}
section.block_type_onboarding header .steps .step:first-child {
  border-radius: 30px 0 0 30px;
}
section.block_type_onboarding header .steps .step:last-child {
  border-radius: 0 30px 30px 0;
}
section.block_type_onboarding header .steps .step.is-active {
  background-color: #fff;
}
section.block_type_onboarding header .steps .step em {
  max-width: 0;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width 0.7s cubic-bezier(0, 1, 0, 1);
}
section.block_type_onboarding header .steps .step.is-active em {
  /* display: inline-block; */
  max-width: 1000px;
  transition: max-width 1.2s ease-in-out;
}
section.block_type_onboarding header .steps span {
  height: 2px;
  width: 30px;
  background-color: #e1bc872b;
  margin: 0 .5rem;
  display: inline-block;

  display: none;
}
section.block_type_onboarding header a.support {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: right;
}
section.block_type_onboarding header a.logo img {
  max-height: 2.5rem;
}
section.block_type_onboarding header a.logo,
section.block_type_onboarding header a.support {
  min-width: 20%;
}
section.block_type_onboarding footer {
  bottom: 0;
  padding-top: 0 !important;
}
section.block_type_onboarding footer a {
  transition: opacity .2s ease;
  opacity: 1;
}
section.block_type_onboarding footer a.hidden {
  opacity: 0;
  pointer-events: none;
  width: 0;
}
section.block_type_onboarding footer a.hidden.open-cart {
  display: none;
}
section.block_type_onboarding footer a.previous {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
}
section.block_type_onboarding footer a.next {
/*  margin-left: auto;*/
}
section.block_type_onboarding .quiz {
  max-height: 80dvh;
  min-width: 0;
  /* overflow: auto; */
  width: 100%;
  overflow: auto;
  position: relative;
  padding: 0 2rem;
}
section.block_type_onboarding .quiz.blocked {
  overflow: hidden;
}
section.block_type_onboarding .quiz:before {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fbf8ee;
  background-image: url('../img/loading.gif');
  background-size: 60px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  content: '';
  z-index: 20;
}
section.block_type_onboarding .quiz.blocked:before {
  opacity: 0.7;
  pointer-events: all;
}
section.block_type_onboarding .quiz .question {
  display: none;
  align-items: center;
  justify-content: center;
}
section.block_type_onboarding .quiz .question.is-active {
  display: flex;
}
section.block_type_onboarding .quiz .question .question-inner {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}
section.block_type_onboarding .quiz .question .question-heading {

}
section.block_type_onboarding .quiz .question .question-heading .question-header {
  margin-bottom: 0;
}
section.block_type_onboarding .quiz .question .question-heading .question-intro {
  margin-top: .7rem;
}
section.block_type_onboarding .quiz .question .question-buttons .button {
  margin: 0.4rem .2rem;
  overflow: hidden;
}
section.block_type_onboarding .quiz .question .question-buttons .button input {
  position: absolute;
  top: -2rem;
  left: -2rem;
}
section.block_type_onboarding .quiz .question .question-buttons .button span:last-child {
  font-weight: 400;
  margin-left: 0.7rem;
  display: inline-block;
  font-size: 1rem;
}
section.block_type_onboarding .quiz .question .question-range .labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.block_type_onboarding .quiz .question[data-question="summary"] .question-inner {
  width: 1100px;
}
section.block_type_onboarding .quiz .question[data-question="summary"] aside .cart-inner {
  position: sticky;
  top: 0;
  max-height: 80dvh;
  display: flex;
  flex-direction: column;
  width: 300px;
}
section.block_type_onboarding .quiz .question[data-question="summary"] aside .cart-inner .too-big-error {
  font-weight: 500;
  color: #be5c5c;
}
section.block_type_onboarding .quiz .question[data-question="summary"] aside .cart-inner .cart-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.block_type_onboarding .quiz .question[data-question="summary"] aside .cart-inner .button {font-size: 1rem;display: flex;justify-content: space-between;padding: 0 1.6rem;}
section.block_type_onboarding .quiz .question[data-question="summary"] aside .cart-inner #add-trial {
  height: 3.1rem;
  font-size: 0.9rem;
  border-width: 0px;
  background: #0825460f;
  font-weight: 500;
  color: #082546;
}

section.block_type_onboarding .quiz.blocked .question[data-question="summary"] .question-inner {
  opacity: 0;
}


section.block_type_onboarding {

}
section.block_type_onboarding .pacSupplements {
    /* max-height: 30vh; */
    overflow: auto;
}
section.block_type_onboarding .pacSupplement {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: .5rem;
  text-align: left;
}
section.block_type_onboarding .pacSupplement .title {
  padding-right: 40px;
  position: relative;
}
section.block_type_onboarding .pacSupplement .title .remove {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-radius: 50%;
  padding: 0 0 1px 1px;
  opacity: 0.3;
  transition: opacity .2s ease;
  cursor: pointer;
}
section.block_type_onboarding .pacSupplement .title .remove:hover {
  opacity: 1;
}
section.block_type_onboarding .pacSupplement .title .remove:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  font-size: 1rem;
}

section.block_type_onboarding .recommend_supps .recommend_supp_level {
  margin-bottom: 3rem;
}

section.block_type_onboarding .recommend_supps .supplement_rec.disabled {
  opacity: .6;
  pointer-events: none;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details > .content {
  height: 100%;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.3rem;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .heading .image {
  margin-right: 1rem;
  flex-shrink: 0;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .heading .image img {
  object-fit: contain;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .heading .image img[src*="placeholder"] {
  background: #fbfbfb;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .heading .heading-content {
  flex-grow: 1;
  width: 100%;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details p.summary {
  font-size: 16px;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .button {
  margin-top: auto;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .button.removeFromPac,
section.block_type_onboarding .recommend_supps .supplement_rec .details .button.incompatibleWithPac,
section.block_type_onboarding .recommend_supps .supplement_rec.added .details .button.addToPac,
section.block_type_onboarding .recommend_supps .supplement_rec.disabled .details .button.addToPac,
section.block_type_onboarding .recommend_supps .supplement_rec.disabled .details .button.removeFromPac {
  display: none;
}
section.block_type_onboarding .recommend_supps .supplement_rec .details .button.addToPac,
section.block_type_onboarding .recommend_supps .supplement_rec.added .details .button.removeFromPac,
section.block_type_onboarding .recommend_supps .supplement_rec.disabled .details .button.incompatibleWithPac {
  display: flex;
}

section.block_type_onboarding .title > span.price {
    display: none; 
    font-size: 0.8rem;
    float: right;
    color: gray;
    line-height: 1.6;
}




section.block_type_edit_subscription .pacSupplements {
    max-height: 30vh;
    overflow: auto;
}
section.block_type_edit_subscription .pacSupplement {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: .5rem;
  text-align: left;
}
section.block_type_edit_subscription .pacSupplement .title {
  padding-right: 40px;
  position: relative;
}
section.block_type_edit_subscription .pacSupplement .title .remove {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-radius: 50%;
  padding: 0 0 1px 1px;
  opacity: 0.3;
  transition: opacity .2s ease;
  cursor: pointer;
}
section.block_type_edit_subscription .pacSupplement .title .remove:hover {
  opacity: 1;
}
section.block_type_edit_subscription .pacSupplement .title .remove:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  font-size: 1rem;
}

section.block_type_edit_subscription .recommend_supps .recommend_supp_level {
  margin-bottom: 3rem;
}

section.block_type_edit_subscription .recommend_supps .supplement_rec.disabled {
  opacity: .6;
  pointer-events: none;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details > .content {
  height: 100%;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.3rem;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .heading .image {
  margin-right: 1rem;
  flex-shrink: 0;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .heading .image img {
  object-fit: contain;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .heading .image img[src*="placeholder"] {
  background: #fbfbfb;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .heading .heading-content {
  flex-grow: 1;
  width: 100%;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details p.summary {
  font-size: 16px;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .button {
  margin-top: auto;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .button.removeFromPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .button.incompatibleWithPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec.added .details .button.addToPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec.disabled .details .button.addToPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec.disabled .details .button.removeFromPac {
  display: none;
}
section.block_type_edit_subscription .recommend_supps .supplement_rec .details .button.addToPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec.added .details .button.removeFromPac,
section.block_type_edit_subscription .recommend_supps .supplement_rec.disabled .details .button.incompatibleWithPac {
  display: flex;
}
section.block_type_edit_subscription .boxlist.summary.loading {
  overflow: hidden;
}
section.block_type_edit_subscription .boxlist.summary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fbf8ee;
  background-image: url('/assets/img/loading.gif');
  background-size: 60px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  content: '';
  z-index: 20;
}
section.block_type_edit_subscription .boxlist.summary {
    position: relative
}
section.block_type_edit_subscription .boxlist.summary.loading:before {
  opacity: 0.7;
  pointer-events: all;
}









body.account section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.account section aside ul {
  width: 200px;
}
body.account section aside ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  padding: .4rem .4rem .4rem 0;
  display: block;
  color: #092546;
}
body.account section aside ul li:hover a,
body.account section aside ul li.is-active a {
  color: #d3af36;
}

body.account section .account-nav {
  background-color: #ebecee;
  margin-bottom: 2.2rem;
}
body.account section .account-nav ul {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  padding: 1.2rem 0;
  justify-content: flex-start;
}
body.account section .account-nav ul li a {
  padding: 0.8rem 1rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  color: #092546;
  font-weight: 500;
  display: inline-block;
  transition: background .2s ease;
}
body.account section .account-nav ul li:hover a {
  background-color: #fffaf3;
}
body.account section .account-nav ul li.is-active a {
  color: #fff;
  background-color: #d3af36;
}
body.account section .account-nav ul li a i {
  margin-right: 5px;
  color: #adb2ba;
  transition: color .2s ease;
}
body.account section .account-nav ul li.is-active a i {
  color: #fff;
}
body.account section .account-nav ul li:not(.is-active):hover a i {
  color: #092546;
}

body.account section .box.animal {
  text-align: center;
}
body.account section .box.animal .image {
  /* display: inline-block; */
  margin-bottom: 1rem;
}

.boxlist {
  padding: 0.3rem 0.7rem;
}
.boxlist .boxlist-row {
  border-bottom: 1px dotted #08254624;
  padding: 1.3rem 1.2rem;
}
.boxlist .boxlist-row:last-child {
  border-bottom: none;
}
.boxlist .boxlist-row sup {
  font-weight: 400;
  opacity: .5;
}
.boxlist .boxlist-row p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.selectboxes {
  width: 100%;
}
.selectboxes .selectbox,
section .rates .rate {
  padding: .8rem 1rem 1rem 1rem;
  background-color: #f3f3f4;
  border-radius: 10px;
  border: 2px solid transparent;
}
.selectboxes.selectable .selectbox,
section .rates.selectable .rate {
  cursor: pointer;
}
.selectboxes.selectable .selectbox:hover,
.selectboxes .selectbox.is-selected,
section .rates.selectable .rate:hover,
section .rates .rate.is-selected {
    border: 2px solid #d9b178;
}
.selectboxes .selectbox h4,
section .rates .rate h4 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}
.selectboxes .selectbox p,
section .rates .rate p {
  font-size: 0.9rem;
}
.selectboxes .selectbox p:not(:last-child),
section .rates .rate p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.selectboxes .selectbox p.price,
section .rates .rate p.price {
/*  margin-bottom: 0;*/
  font-weight: 500;
  font-size: 1rem;
}



section.block_type_supplements .category {
  margin-bottom: 2rem;
}

section.supplements_row .supplements-list {
  justify-content: center;
}
section.supplements_row p .button {
  margin: 0 !important;
  font-size: 1.1rem;
  height: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 1.7rem;
  padding-left: 1.7rem;
}


section .accordion:not(:last-child) {
  margin-bottom: 2rem;
}
section .accordion .question {
  border-top: 2px solid #eeeeee5c;
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 1.5rem 0;
  /* border: none; */
}
section .accordion .question:first-child {
/*  border-bottom: 2px solid #eee3;*/
/*  border-top: none;*/
/*  padding-top: 0 !important;*/
}
section .accordion .question:last-child {
/*  padding-bottom: 0 !important;*/
  border-bottom: 2px solid #eeeeee5c;
}
section .accordion .question .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
section .accordion .question .title {
  cursor: pointer;
  font-size: 1.3rem;
  padding-right: 2.5rem;
  /* color: #ff2401; */
}
section .accordion .question .title:before {
  position: absolute;
  right: 0;
  top: 23px;
  /* bottom: 0; */
  width: 24px;
  height: 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 1.7rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  /* color: #ffffff; */
  /* border: 2px solid #ffffff; */
  border-radius: 50%;
  padding: 0 0 1px 1px;
}
section .accordion .question .answer .answer-inner {
  padding-top: 1.25rem;
}
section .accordion .question.open .answer {
  max-height: 1000px;
  opacity: 1;
}
section .accordion .question.open .title:before {
  transform: scale(-1);
}

section .accordion.light .question {
  border: none;
  background-color: #fff;
  padding: 1.2rem 3.5rem 1.2rem 1rem;
  margin-bottom: 1rem;
}
section .accordion.light .question:last-child {
  margin-bottom: 0;
}
section .accordion.light .question .title:before {
  right: 1rem;
  top: 19px;
}

section .product-image .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  border-radius: 50%;
  background-color: #ffffff1f;
}
section .product-image .owl-carousel .owl-nav button:hover {
  background-color: #ffffff94;
}
section .product-image .owl-carousel .owl-nav button.owl-next {
  right: 1rem;
}
section .product-image .owl-carousel .owl-nav button.owl-prev {
  left: 1rem;
}
section .product-image .owl-carousel .owl-nav button.owl-next svg,
section .product-image .owl-carousel .owl-nav button.owl-prev svg {
  height: 20px;
}
section .product-image .owl-carousel .owl-dots {
  display: none;
}
section .product-image .thumbnails a {
  border-radius: 0.5rem;
  display: block;
}

section .product-info .summary a.read-toggle {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  padding-left: 0.5rem;
}
section .product-info .summary.full a.read-toggle {
  padding-left: 0;
}
section .product-info .summary .desc-short {
  display: block;
}
section .product-info .summary .desc-full {
  display: none;
}
section .product-info .summary.full .desc-short {
  display: none;
}
section .product-info .summary.full .desc-full {
  display: block;
}

section .product-info .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .product-info .options .button {
  flex-grow: 1;
  width: 100%;
}
section .product-info .options span {
  width: 300px;
  font-weight: 500;
  text-align: center;
}
section .product-info .sizes .select {
  width: 300px;
  max-width: 100%;
}
section .product-info .purchasing-options {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
section .product-info .purchasing-options h4 {
  width: 100%;
  margin-bottom: 0;
}
section .product-info .purchasing-options .purchasing-option {
  position: relative;
  cursor: pointer;
}
section .product-info .purchasing-options .purchasing-option .purchasing-option-inner {
  border: 2px solid #d7dce1;
  border-radius: 10px;
  padding: 0.9rem 1.4rem;
  text-align: center;
  position: relative;
  color: #092546;
  background: #f3f3f4;
  z-index: 6;
}
section .product-info .purchasing-options .purchasing-option input[name="js-purchasing-option"] {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
}
section .product-info .purchasing-options .purchasing-option input[name="js-purchasing-option"]:checked+.purchasing-option-inner,
section .product-info .purchasing-options .purchasing-option .purchasing-option-inner:hover {
  border-color: #d3af36;
}
section .product-info .purchasing-options .purchasing-option .tag {
  position: absolute;
  top: -12px;
  width: 80px;
  left: calc(50% - 40px);
  line-height: 1;
  padding: 0;
  height: 1.4rem;
  font-size: 0.74rem;
}
section .product-info .purchasing-options .purchasing-option small {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.7;
  display: block;
  margin-top: -1px;
  margin-bottom: 0.2rem;
}
section .product-info .purchasing-options .purchasing-option p.price {
  font-size: .94rem;
  font-weight: 500;
  /* color: #082546; */
}

section .product-info .purchase-options {
}
section .product-info .purchase-options .purchase-option {
  display: flex;
  /* margin-bottom: 1rem; */
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 1rem;
  border-bottom: 1px solid #eee;
}
section .product-info .purchase-options .purchase-option .purchase-option-buttons {
  width: 230px;
  margin-right: 2.3rem;
  flex-shrink: 0;
  /* padding-top: 0.4rem; */
}
section .product-info .purchase-options .purchase-option .purchase-option-buttons .button {
/*  display: block;*/
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
  font-size: 1.05rem;
  height: 3rem;
}
section .product-info .purchase-options .purchase-option .purchase-option-buttons .button:last-child {
  margin-bottom: 0;
}
section .product-info .purchase-options .purchase-option .purchase-option-desc {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

section .supplements-list,
section .supplements-list-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
section .supplements-list-mini {
  gap: 0.3rem;
}



body#checkout section.header,
body#checkout section.footer {
  display: none;
}

body#checkout section.block_type_checkout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}
body#checkout section.block_type_checkout .checkout-inner {
    height: 100%;
    flex-grow: 1;
    padding: 2rem 1rem;
}
body#checkout header {
  position: sticky;
  left: 0;
  right: 0;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
body#checkout header .return:not(:hover) {
  border-color: #d7dce1;
}


body#checkout .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .8rem;
}
body#checkout .fields:last-child {
  margin-bottom: 0;
}
body#checkout .fields .field {
  margin-bottom: 1rem;
  width: 100%;
}
body#checkout .fields .field:last-child {
  margin-bottom: 0;
}
body#checkout .fields .field.is-half {
  width: calc(50% - .5rem);
}
body#checkout .fields .field .input,
body#checkout .fields .field .select select {
  height: 3rem;
}



body#checkout .summary .items {
  /*margin-bottom: 2rem;*/
}
body#checkout .summary .items .products,
body#checkout .summary .items .subtotals {
  border-bottom: 2px solid #0925460f;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
}
body#checkout .summary .items .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0.3rem;
  /*  border-bottom: 1px solid #0925460f;*/
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
body#checkout .summary .items .item strong {
  font-weight: 500;
  padding-right: 1.5rem;
}
body#checkout .summary .items .item .discounted {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 0.9em;
}
body#checkout .summary .items .item p {
  font-size: 0.9rem;
  /* padding-right: 1.5rem; */
}
body#checkout .summary .items .item.total {
  border-bottom: none;
  padding-bottom: 0;
  /* padding-top: 0.6rem; */
}
body#checkout .summary .items .item.total.grand {
  font-size: 1.2rem;
}
body#checkout .summary .items .item.total.grand p,
body#checkout .summary .items .item.total.grand strong {
  font-weight: 600;
  font-size: 1.1rem;
}
body#checkout .summary .promo {
  padding: 0 0.5rem;
}
body#checkout .summary .promo .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}
body#checkout .summary .proceed .button {
  width: 100%;
}

.account .empty {
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #7a7a7a;
}

.account .error {
  margin-top: 0.25rem;
  display: inline-block;
  color: #920000;
}

/** Bulma Pagination - Laravel */
/*.pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled] {
  background-color: inherit;
  border-color: inherit;
  color: #dedede;
}

.pagination-previous[disabled], .pagination-next[disabled] {
  border-color: transparent;
}

.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover {
  border-color: transparent;
}

.pagination-previous, .pagination-next {
  font-size: 2.5rem;
}

.pagination-previous, .pagination-next, .pagination-link {
  border-color: transparent;
  height: 2.5rem;
  line-height: 2.5rem;
}

.pagination-link.is-current {
  background-color: transparent;
  color: #d3af36;
  border-color: #d3af36;
}*/
/** END Bulma Pagination - Laravel */

section .cart .cart-items .cart-item {
  display: flex;
  border-bottom: 2px solid #0925460f;
  padding: 1.4rem 0;
}
section .cart .cart-items .cart-item:first-child {
  padding-top: 0;
}
section .cart .cart-items .cart-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
section .cart .cart-items .cart-item .cart-item-image {
  width: 90px;
  flex-shrink: 0;
  margin-right: 2rem;
}
section .cart .cart-items .cart-item .cart-item-details {
  width: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
section .cart .cart-items .cart-item .cart-item-details .discounted {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 0.9em;
}
section .cart .cart-items .cart-item .cart-item-product,
section .cart .cart-items .cart-item .cart-item-price,
section .cart .cart-items .cart-item .cart-item-total {
  padding-top: 1.2rem;
}
section .cart .cart-items .cart-item .cart-item-price,
section .cart .cart-items .cart-item .cart-item-total,
section .cart .cart-items .cart-item .cart-item-quantity {
  text-align: right;
}
section .cart .cart-items .cart-item .cart-item-quantity .select {
  width: 90px;
}
section .cart .proceed .button {
  width: 100%;
}

section .cart-container h1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section .cart-container h1 span {
  font-size: 1.6rem;
  opacity: .5;
}

.modal#cart-error-modal,
.modal#cart-success-modal {
  padding: 0 1rem;
}
.modal#cart-error-modal .modal-content,
.modal#cart-success-modal .modal-content {
  width: 600px;
  max-width: 100%;
}
.modal .modal-buttons .button {
  margin-left: .2rem;
  margin-right: .2rem;
}

.highlighted {
  font-weight: 500;
  border-bottom: 1px dashed #d3af36;
  line-height: 1.25;
}

.field input ~ .icon > #copy-code {
    color: rgba(9, 37, 70, .16);
    cursor: pointer;
}
.field input:hover ~ .icon > #copy-code {
    color: rgba(9, 37, 70, .26)
}
.field input:focus ~ .icon > #copy-code {
    color: rgba(9, 37, 70, .52);
}

.modal-card-foot {
  justify-content: flex-end !important;
}

.embedded-checkout-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px;
  opacity: 0;
  transition: opacity .5s ease-in;
  pointer-events: none;
  z-index: 100;
}
.embedded-checkout-container.show {
  pointer-events: initial;
  opacity: 1;
}
#embedded-checkout {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
  background: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}


input#pacpoints[readonly],
input#discount[readonly] {
  background-color: #d3af36;
  color: white;
}

.discount-container {
    display: flex;
    align-items: center;
}
.discount-container .field {
    flex-grow: 1;
    margin-right: 1rem;
}


.error {
    color: red;
    margin-bottom: .5rem;
}

.getAddress_autocomplete_list {
  padding: 7px;
  left: .5rem;
  right: .5rem;
  border-color: #d7dce1;
}

section.block_id_1 .block_image {
  position: relative;
}
section.block_id_1 .block_image .elfsight-widget {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.pac-builder .pac-builder-outer {
  position: relative;
  text-align: center;
  max-width: 700px;
}
.pac-builder .pac-builder-outer img.pac-back {
  max-height: 700px;
  display: block;
  margin: 0 auto;
}
.pac-builder .pac-builder-outer:after {
/*  background-image: url('../img/pac-front.png');*/
/*  background-image: url('../img/pac-front-logo.png');*/
/*  background-image: url('../img/pac-front-logo-shadow.png');*/
/*  background-image: url('../img/pac-front-logo-shadow-brown.png');*/
  background-image: url('../img/pac-front-small.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.pac-builder .pac-builder-outer .pac-builder-inner {
  z-index: 3;
  position: absolute;
  top: 13%;
  /* left: 40%; */
  display: block;
  /* bottom: 41%; */
  width: 50%;
  left: 25%;
  bottom: 9%;
  overflow: hidden;
}
.pac-builder .pac-builder-outer .pac-builder-inner img.pac-powder {
  opacity: 0;
}
.pac-builder .pac-builder-outer .pac-builder-supplements {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pac-builder .pac-builder-outer .pac-builder-supplements .pac-builder-supplement {
  display: block;
  width: 100%;
  /*  mix-blend-mode: multiply;*/
  background-blend-mode: multiply;
  background-image: url('../img/powder.jpg');
  background-size: cover;
  position: relative;
  flex-shrink: 0;
  filter: brightness(1.7) blur(0.8px);
}
.pac-builder .pac-builder-outer .pac-builder-supplements .pac-builder-supplement:before {
  content: attr(data-supplement);
  position: absolute;
  width: 300px;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--bg), .4);
  background-blend-mode: multiply;
  background-image: url('../img/powder.jpg');
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;

  display: none;
}

section.block_type_cart a[data-target="promo-code-container"],
section.block_type_cart a[data-target="pacpoints-container"] {
  color: #092546;
  border-color: #092546;
}

section.block_type_customer .boxlist-row sup {
  font-weight: 500;
  font-size: 1.1rem;
}
section.block_type_customer .boxlist-row p {
  font-weight: 500;
  font-size: 1.2rem;
}

#supplement .product-info .product-heading {
  position: relative;
  padding-right: 200px;
}
#supplement .product-info .product-heading:after {
  top: 0;
  right: 0;
  width: 160px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  content: '';
  position: absolute;
  display: none;
}
#supplement.supplement-34 .product-info .product-heading:after {
  display: block;
  background-image: url('https://equipacs.b-cdn.net/file/pure-paddock-e1592862839871-155x81662686e261889.webp');
}
#supplement.supplement-35 .product-info .product-heading:after {
  display: block;
  background-image: url('https://equipacs.b-cdn.net/file/elite-equine-cropped662688636b588.png');
}

section.subscribe .fields {
  flex-wrap: nowrap;
/*  gap: 1rem;*/
  align-items: flex-end;
  border-radius: 50px;
  overflow: hidden;
}
section.subscribe .fields .field {
  width: 100%;
  flex-grow: 1;
  margin: 0;
}
section.subscribe .fields .field input {
  border-radius: 0;
  border: none;
}
section.subscribe .fields .field .button {
  width: 100%;
  border-radius: 0;
}
section.subscribe .fields .field.field_type_button {
  width: 150px;
  padding: 0;
}
section.subscribe .fields .field.field_type_button .control {
  margin-top: 0 !important;
}
section.subscribe .boxed {
  background: transparent;
  padding: 0;
}


small.heading-help {
  font-weight: normal;
  font-size: 0.9rem;
  display: inline-block;
  margin-left:5px;
}

.embedsocial-hashtag {
  position: absolute !important;
  bottom: 1rem;
  right: 1rem;
  width: 240px;
}
.feed-powered-by-es {
  display: none !important;
}


section.block_type_html {
  overflow: hidden;
}

.benefit_slide.content h3{
    font-size: 20pt;
    line-height: 1.2;
}

.home-image-hannah .block_image {
  min-height: 486px;
}

section.steps h2 {
    font-size: 24pt;
    line-height: 1.15;
}

section.steps .content h3 {
  font-size: 20pt;
