/** Shopify CDN: Minification failed

Line 73:2 All "@import" rules must come first
Line 74:0 All "@import" rules must come first
Line 286:1 Unexpected "*"

**/
:root {
  --animation-speed-fast: .15s;
  --animation-speed-medium: .4s;
  --animation-speed-slow: .7s;
  --container-width: 1300px;
  --container-padding: 1.5rem;
  --header-change-animation-speed: var(--animation-speed-fast);
  --mobile-menu-width: 400px;
  --side-panel-width: 400px;
  --side-panel-bg-color: #fff;
  --filters-width: 400px;
  --mobile-menu-button-width: 2.5em;
  --grid-gap: 20px;
  --vh: 1vh;
  --100vh: calc(var(--vh) * 100);

}
@media all and (min-width: 1540px){
  :root {
    --container-width: 85vw;
  }
}
@media (max-width: 900px) {
  :root {
    --container-padding: 1.2rem;
  }
}
@media (max-width: 600px) {
  :root {
    --container-padding: 1rem;
    --mobile-menu-width: 100%;
    --side-panel-width: 100%;
    --filters-width: 100%;
  }
}



/* 
******************** RESET ********************
*/
* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html {padding-bottom: 0 !important;} /* Overrides Shopify's preview bar padding */
html, body {margin: 0; padding: 0; border: 0;}
a {color: inherit; text-decoration: none;}
p a, li a {text-decoration: underline;}
img {display: block; width: 100%; height: initial; border: none;}
table {width: 100%; border-collapse: collapse; vertical-align: middle; border-spacing: 0;}
input, select {vertical-align: middle;}
input, select, textarea, button {font: inherit;}
input::-ms-clear {display: none;}
ul, ol {padding-inline-start: 1.1875em;}
textarea {line-height: inherit; resize: none;}
select, textarea, input[type="button"], input[type="submit"], input[type='text'],input[type='email'], input[type='number'], input[type='search'], input[type='date'], input[type="tel"], input[type="phone"], input[type='password'], button {font: inherit; appearance:none; -moz-appearance:none; -webkit-appearance:none; border: 0; padding: 0; border-radius: 0; background: transparent;}
select, textarea, input[type='text'],input[type='email'], input[type='number'], input[type='search'], input[type='date'], input[type="tel"], input[type="phone"], input[type='password'] {display: block; width: 100%; line-height: normal;}
select, input[type="button"], input[type="submit"], button, label {cursor: pointer;}
select::-ms-expand {display: none;}
button[disabled] {opacity: 0.4;}

svg.icon {display: block; width: 1em; height: 1em; font-size: 1em; line-height: 1; overflow: visible;}
svg.icon path {-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
svg.icon:focus {outline: none;}

/*
******************** FONTS ********************
*/@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;700&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=ghf4ftx&ht=tk&f=39702&a=32452605&app=typekit&e=css");

@font-face {
font-family:"tgn-soft-round-comp";
src:url("https://use.typekit.net/af/7424df/00000000000000007735ba5b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/7424df/00000000000000007735ba5b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/7424df/00000000000000007735ba5b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}
.body-font, html, body {font-family: 'Figtree', sans-serif;; font-weight: 400; letter-spacing: 0em; line-height: 1.4;}
.heading-font, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: "tgn-soft-round-comp",sans-serif;; font-weight: 800; letter-spacing: 0; line-height: 1.1; font-style: normal; text-transform: none;}

/*
******************** THEME BASE ********************
*/
html {font-size: 16px; }
body {font-size: 1em; color: #000000; background: #FFFFFF; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent;}
body:not(.user-is-tabbing) :focus {outline: none;}
:active {outline: none; box-shadow: none;}
::selection {background: #D20062; color: #fff;}
::-moz-selection {background: #D20062; color: #fff;}
::-webkit-input-placeholder {color: #777777;}
:-moz-placeholder {color: #777777;}
::-moz-placeholder {color: #777777;}
:-ms-input-placeholder {color: #777777;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: 0 0 0.5em; color: #000000;}
h1, .h1 {font-size: 2.5em;} h2, .h2 {font-size: 2em;} h3, .h3 {font-size: 1.75em;} h4, .h4 {font-size: 1.5em;} h5, .h5 {font-size: 1.25em;} h6, .h6 {font-size: 1em;}
p {margin: 0 0 1em 0;}
p:last-child {margin-bottom: 0;}
a {-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}

@media all and (max-width: 600px){
  h1, .h1 {font-size: 2em;} h2, .h2 {font-size: 1.5em;} h3, .h3 {font-size: 1.25em;} h4, .h4 {font-size: 1.2em;} h5, .h5 {font-size: 1.1em;} h6, .h6 {font-size: 1em;}
}

/*
******************** GENERIC ********************
*/
body {min-height: 100vh; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
#main-content {-webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1;}

.shopify-challenge__container {padding: 5em 0; }



/*
******************** BUTTONS ********************
*/
.btn {font-family: 'Figtree', sans-serif; display: inline-block; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.btn path {fill: inherit;}
/* V1 */
.btn, input.btn {background-color: #000000; color: #ffffff; fill: #ffffff; border: 0; -webkit-border-radius: 0em; -moz-border-radius: 0em; border-radius: 0em; padding: 1em 2em; font-size: 1em; text-transform: uppercase; letter-spacing: 0; font-weight: 700;}
.not-mobile .btn:hover, .not-mobile input.btn:hover {background-color: #777777; color: #ffffff; fill: #ffffff; border: 0;}
/* V2 */

.btn.v2, input.btn.v2 {
  background-color: #C9D34E;
  color: #261B0A;
  fill: #261B0A;
  border: 0;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 100px;
  padding: 1em 2em;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 150%;
}
.not-mobile .btn.v2:hover, .not-mobile input.btn.v2:hover {background-color: #777777; color: #ffffff; fill: #ffffff; border: 0;}
/* V3 */
.btn.v3, input.btn.v3 {
  background-color: #261B0A;
  color: #C9D34E;
  fill: #C9D34E;
  border: 0;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 100px;
  padding: 1em 2em;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 150%;
}
.not-mobile .btn.v3:hover, .not-mobile input.btn.v3:hover {background-color: #777777; color: #ffffff; fill: #ffffff; border: 0;}
/* V4 */
.btn.v4, input.btn.v4 {background-color: #000000; color: #ffffff; fill: #ffffff; border: 0; -webkit-border-radius: 0em; -moz-border-radius: 0em; border-radius: 0em; padding: 1em 2em; font-size: 1em; text-transform: uppercase; letter-spacing: 0; font-weight: 700;}
.not-mobile .btn.v4:hover, .not-mobile input.btn.v4:hover {background-color: #777777; color: #ffffff; fill: #ffffff; border: 0;}

/* button as link */
.link {text-underline-offset: 0.2em; text-decoration: underline; text-decoration-thickness: 1px; font: inherit; font-family: inherit; letter-spacing: inherit; font-weight: inherit; line-height: inherit; background-color: inherit; color: inherit; font-size: inherit; cursor: pointer; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.not-mobile .link:hover {color: #D20062;}


/*
******************** FORMS ********************
*/
select, textarea, input[type='text'],input[type='email'], input[type='number'], input[type='search'], input[type='date'], input[type="tel"], input[type="phone"], input[type='password'] {color: #000000; font-size: 1em; letter-spacing: inherit; font-weight: inherit; border: 1px solid #ddd; border-radius: 0em; padding: 1em 1.5em; background-color: #fff;}
select {background-image: url(//lolaandbaxter.com/cdn/shop/t/31/assets/select.png?v=111168247038083545801754419447); background-repeat: no-repeat; background-position: right 10px center; background-size: 10px; padding-right: 30px; box-shadow: none;}
input.error, select.error, textarea.error {border-color: #E00000 !important;}
label {color: ; display: inline-block; ;}
.success-msg {color: #25B831;}
.error-msg {color: #E00000;}
@media all and (max-width: 900px){
  select, textarea, input[type='text'],input[type='email'], input[type='number'], input[type='search'], input[type='date'], input[type="tel"], input[type="phone"], input[type='password'] {font-size: 16px !important;}
}

/*
******************** ELEMENTS ********************
*/
.skip-to-content-link {position: fixed; z-index: 200; top: 0; left: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
.skip-to-content-link:focus, .skip-to-content-link:active {width: auto; height: auto; clip: auto; padding: 1em 2em;}

.loader {border: 2px solid rgba(0, 0, 0,.2); position: absolute; left: 50%; top: 50%; border-top: 2px solid rgba(0, 0, 0, 1); border-radius: 50%; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; animation: spin .7s linear infinite; }
deferred-media[loaded] > .deferred-media-poster {display: none;}
[data-shopify-xr-hidden] {display: none;}
/*

/*
******************** RECHARGE BUNDLES **********************
*/
.recharge-bundles-widget {padding: 4em 0; background-color: #D9CDBA;}
.recharge-bundles-widget #recharge-bundles {max-width: var(--container-width); padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
.recharge-bundles-widget #recharge-bundles #build-a-box {border-radius: 20px; padding: 0 2em;}

/*
******************** STAMPED.IO WIDGETS ********************
*/
#stamped-main-widget {max-width: var(--container-width); padding: 0 var(--container-padding); margin: auto !important; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
#stamped-main-widget .stamped-container {max-width: 100% !important; margin: 0 !important;}
#stamped-main-widget .stamped-container .stamped-summary {display: flex; border-top: 1px solid #B2B2B2; border-bottom: 1px solid #B2B2B2;}
#stamped-main-widget .stamped-container .summary-overview, #stamped-main-widget .stamped-container .stamped-summary-ratings, #stamped-main-widget .stamped-container .stamped-summary-actions {width: 100% !important;}
#stamped-main-widget .stamped-container .stamped-summary-ratings, #stamped-main-widget .stamped-summary-actions {display: flex !important; flex-direction: column; align-items: center;}

#stamped-main-widget .stamped-container .summary-overview {display: flex; flex-direction: column; padding-top: 1.6em; padding-bottom: 20px; flex: 1; flex-grow: .95;}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-1 {display: flex !important; order: 1; padding-top: .6em;}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-1 .stamped-summary-text-1 {font-size: 1em;}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-1 strong {color: #261B0A; font-family: "tgn-soft-round-comp", sans-serif !important; font-size: 2.5em; font-weight: 800 !important; line-height: 1em;}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-2 {display: flex !important; order: 0; font-family: 'Figtree', sans-serif !important; color: #261B0A; font-size: .75em; font-weight: 700;}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-2::before {content: 'OVERALL RATING';}
#stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-2 .stamped-summary-text {display: none;}
#stamped-main-widget .stamped-container .summary-overview .stamped-starrating {display: flex; order: 2; padding-top: .5em;}
#stamped-main-widget .stamped-container .summary-overview .stamped-starrating .stamped-fa-star {color: #191919;}
#stamped-main-widget .stamped-container .summary-overview .stamped-starrating .stamped-fa-star::before {font-size: 20px !important;}

#stamped-main-widget .stamped-container .stamped-summary-ratings {margin-bottom: 0 !important; padding-top: 4em; padding-bottom: 1.8em; margin-right: 0; padding-left: 0; border-color: #B2B2B2; flex: 1; flex-grow: 1.1;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating {display: flex; align-items: center; font-size: 1.333em !important; margin-bottom: .875em;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating:last-child {margin-bottom: 0;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-bar, #stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-bar .summary-rating-bar-content {height: 8px !important;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-bar .summary-rating-bar-content {background: #261B0A;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-title::before {color: #191919; font-size: 20px !important;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-title {display: flex; order: 0;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-count {display: flex; order: 1; padding-right: 28px; padding-left: 12px;}
#stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-bar {display: flex; order: 2; margin-left: .3em;}
#stamped-main-widget .stamped-reviews-filter {display: none !important;}

#stamped-main-widget .stamped-container .stamped-summary-actions {padding-top: 1.3em; flex: 1; flex-grow: .96;}
#stamped-main-widget .stamped-container .stamped-summary-actions::before {content: 'join in!'; padding-bottom: 1em; margin-right: 16.4em; text-transform: uppercase; color: #594629; font-family: 'Figtree', sans-serif; font-size: .75em; letter-spacing: 0.05em; font-weight: 700;}
#stamped-main-widget .stamped-container .stamped-summary-actions .stamped-summary-actions-newreview {margin-left: -1.4em; background-color: #261B0A; color: #C9D34E; fill: #C9D34E; border: 0; -webkit-border-radius: 0em; -moz-border-radius: 0em; border-radius: 100px; padding: 1em 2em; text-transform: none; font-family: 'Figtree', sans-serif !important; letter-spacing: 0; font-weight: 600; font-size: 1.25em; line-height: 150%; box-shadow: none !important;}
#stamped-main-widget .stamped-container .stamped-summary-actions .stamped-summary-actions-newreview::before {content: '';}

#stamped-main-widget .stamped-content .stamped-tab-container {display: none !important;}

#stamped-main-widget .stamped-reviews .stamped-review {display: flex; align-items: flex-start;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header {margin: 5px 0 0; flex: 1; flex-grow: 1; padding-right: 3em;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header .author {font-family: 'Figtree', sans-serif;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header .created {color: #261b0a; font-family: 'Figtree', sans-serif;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header .review-location {font-family: 'Figtree', sans-serif;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header .stamped-fa-star {color: #191919;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-header .stamped-fa-star::before {font-size: 20px;}

#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-body {display: flex !important; flex-direction: column;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-body .stamped-review-header-title {font-size: 1.5em; text-transform: uppercase; font-weight: 800; margin-top: 0; color: #261b0a;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content {flex: 1; flex-grow: 2.4;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content .stamped-review-content-body {font-size: .875em; line-height: 1.5em; padding-top: 1em; max-width: 41.429em; color: #261b0a; font-family: 'Figtree', sans-serif;}
#stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content .stamped-rating-holder, #stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content .stamped-rating-holder .stamped-fa {color: #261b0a;}

#stamped-main-widget .stamped-reviews .stamped-review-footer {display: flex; flex-direction: row-reverse; justify-content: flex-end;}
#stamped-main-widget .stamped-reviews .stamped-review-footer .stamped-review-share {display: none !important;}

#stamped-main-widget .stamped-container .stamped-content .stamped-messages .stamped-empty-state::before, #stamped-main-widget .stamped-container .stamped-content .stamped-messages .stamped-empty-state > div {display: none !important;}

#stamped-main-widget .stamped-container .stamped-content .stamped-fa-star-o {color: #191919;}
#stamped-main-widget .stamped-container form {border: none !important;}
#stamped-main-widget .stamped-container form .stamped-form-label, #stamped-main-widget .stamped-container form input:not(#stamped-button-submit), #stamped-main-widget .stamped-container form textarea {color: #261b0a !important;}

#stamped-main-widget .stamped-container .stamped-content #stamped-button-submit {background-color: #261B0A; color: #C9D34E; fill: #C9D34E; border: 0; -webkit-border-radius: 0em; -moz-border-radius: 0em; border-radius: 100px; padding: 1em 2em; text-transform: none; font-family: 'Figtree', sans-serif !important; letter-spacing: 0; font-weight: 600; font-size: 1.25em; line-height: 150%;}

@media (max-width: 900px) {
  #stamped-main-widget .stamped-container .stamped-summary {flex-direction: column;}
  #stamped-main-widget .stamped-container .summary-overview {margin-bottom: 0; padding: 1em 0 0.1em 0;}
  #stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-2, #stamped-main-widget .stamped-container .stamped-summary-actions::before {font-size: .625em;}
  #stamped-main-widget .stamped-container .stamped-summary-actions {padding: 1em 0 .8em 0 !important;}
  #stamped-main-widget .stamped-container .stamped-summary-actions::before {margin-right: auto;}
  #stamped-main-widget .stamped-container .stamped-summary-actions .stamped-summary-actions-newreview {margin-left: 0; font-size: 1em; padding: .75em 2em;}
  #stamped-main-widget .stamped-container .summary-overview .stamped-summary-caption-1 strong {font-size: 2em;}
  #stamped-main-widget .stamped-container .stamped-summary-ratings {border-top: 1px solid #B2B2B2; border-bottom: 1px solid #B2B2B2; border-left: none !important; border-right: none !important; padding: 1em 0;}
  #stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating {width: 100%; margin-bottom: .5em;}
  #stamped-main-widget .stamped-container .stamped-summary-ratings .summary-rating-bar {flex-grow: 1;}

  #stamped-main-widget .stamped-reviews .stamped-review {flex-direction: column; padding-top: 0; margin-bottom: 1em; padding-bottom: .5em; border-bottom: 1px solid #B2B2B2;}
  #stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content {padding-top: 1em; width: 100%;}
  #stamped-main-widget .stamped-reviews .stamped-review .stamped-review-content .stamped-review-content-body {max-width: 100%;}

  #stamped-main-widget .stamped-container form {padding: 0 !important;}
  #stamped-main-widget .stamped-container .stamped-content #stamped-button-submit {padding: .45em 2em; width: 100%; margin-left: 0;}
}

******************** HEADER ********************
*/
header{border:none}
/*header .separator-nav{background: url(/cdn/shop/files/bottom-of-nav.png?v=1669047774);height: 60px;background-repeat: no-repeat;position: relative;top: -2em;z-index:-1;}*/
.header-outer {position: relative; z-index: 100; border-bottom: var(--header-border);background: white;}

.header-inner {background-color: var(--header-color); color: var(--header-text-color); transition: background-color var(--header-change-animation-speed) ease-out; display: flex;}
.header-inner path { fill: var(--header-text-color); transition: fill var(--header-change-animation-speed) ease-out;}
.header-inner .item {display: flex; align-items: stretch; margin-right: 0em;}
.header-inner .item:last-child,
.header-inner .item .item {margin-right: 0;}
.header-inner .has-dropdown {position: relative;}
.header-inner .submenu { box-shadow: 0px 1px 4px 1px rgba(180, 180, 180, 0.6); background-color: var(--header-submenu-color); z-index: 1; position: absolute; top: 100%; left: 0; min-width: 10em; }
.header-inner .submenu-inner {padding: 0.5em 0;}
.header-inner .submenu .submenu {top: -0.5em; left: 100%;}

.header-main-menu {display: flex; flex-flow: row; padding-left: 9em; align-items: center;}
@media (max-width: 1300px) {
  .header-main-menu {margin-right:150px;}
  
}
.header-main-menu .nav-1 {padding: 0.5em 1em; font-size: var(--header-menu-font-size); font-weight: var(--header-menu-font-weight); letter-spacing: var(--header-menu-letter-spacing); text-transform: var(--header-menu-text-transform); color: var(--header-text-color); transition: color var(--header-change-animation-speed) ease-out; display: flex; align-items: center; justify-content: center; }
.header-main-menu .nav-1 svg, .header-main-menu .nav-2 svg {margin-left: 0.5em;}
.header-main-menu .nav-2,
.header-main-menu .nav-3 {padding: 0.5em 1em; display: flex; align-items: center; justify-content: space-between; width: 100%;}

.header-content {width: 100%; display: flex; flex-flow: row; align-items: stretch; justify-content: flex-start; position: relative; padding-top: 2em !important; padding-bottom: 1em !important;}
.header-content .logo {margin: 0.5em 0; display: flex; align-items: center;}
.header-content .logo img {max-width: var(--header-logo-max-width); transition: max-width var(--header-change-animation-speed) ease-out;}
.header-content.logo-center {justify-content: center;}
.header-content .shop-name {font-size: 1.5em;}

.top-utils {position: absolute; right:  4em; top: 0; bottom: 0; display: flex; align-items: stretch;}
.top-utils-wrap {display: flex;}
.top-utils-wrap svg path,svg.icon-search path{fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}

.top-utils .item {padding: 0.5em; margin-right: 0.5em; display: inline-flex; align-items: center; background: transparent; border: 0; font-size: 1em; font-family: inherit; line-height: inherit; text-decoration: none; color: inherit; height: 100%; position: relative;}
.top-utils .item:last-child {margin-right: -0.5em; }
.top-utils .icon {font-size: 1.125em; width: 1em; height: 1em; margin-right: 0.5em;}
.top-utils .icon:last-child {margin-right: 0em; }
.top-utils path {fill: var(--header-text-color); transition: fill var(--header-change-animation-speed) ease-out; }
.top-utils .cart-count {position: absolute; top: 60%; right: -12px; transform: translate(0%, -95%); line-height: 1; width: 2em; height: 2em; display: flex; align-items: center; justify-content: center; font-size: 0.75em; border-radius: 50%; background: #594629; color: var(--header-color); transition: all var(--header-change-animation-speed) ease-out; }
.top-utils .cart-count:empty {display: none; }
.top-utils .customer-name {position: absolute; transform: translateX(-50%); left: calc(50% - 0.3em); background: var(--header-text-color); color: var(--header-color); top: 2.5em; font-size: 0.75em; line-height: 1; padding: 0.25em 0.5em; border-radius: 0.5em; }

#header input[type="search"]::-webkit-search-decoration,
#header input[type="search"]::-webkit-search-cancel-button,
#header input[type="search"]::-webkit-search-results-button,
#header input[type="search"]::-webkit-search-results-decoration { display: none; }
#header input[type='search']::placeholder {color: #1A1002;}#search-bar {position: absolute; top: 6em; left: 0; right: 0; padding: 2em 0; background-color: var(--header-color); z-index: 3; visibility: hidden; transform: translateY(-101%); box-shadow: 0px 1px 4px 1px rgba(180, 180, 180, 0.6);}
#search-bar search-form {width: 100%;}
#search-bar .search-form {margin-right: 2em;}
#search-bar .search-form .icon-search{position: absolute;top: 33%;left: 3%;}
#search-bar.close {animation: closeTransformTop var(--animation-speed-fast);}
#search-bar.open {animation: openTransformTop var(--animation-speed-fast); visibility: visible; transform: translateY(0%);}
#search-bar .container {max-width: 600px; position: relative;}
#search-bar .close-search-bar {margin-left: 1em; font-size: 1.25em; margin-top: 0.7em; position: absolute; right: var(--container-padding);}
@media (max-width: 900px) {
  #search-bar .search-form .input-search {padding-left: 0.5em; padding-bottom: 0.5em; padding-top: 0.5em;}
  #search-bar .close-search-bar {margin-top: 0.4em;}
  .header-content{padding:1em 1em !important}
  .separator-nav {
    position: relative;
    top: -0.2em;
}
}.mobile-menu-button {padding-top:.3em;width: 2em; font-size: 1.125em;padding-left:1em; height: 100%; background: var(--mobile-menu-button-bg-color); display: flex; display: -webkit-flex; justify-content: center; align-items: center; }
.mobile-menu-button svg path {fill: var(--mobile-menu-button-icon-color);}
#mobile-menu {display: none;}
header .top-utils{top:.5em}
@media (max-width: 1300px) {
  .header-main-menu{padding-left: 1em;}
}
@media (max-width: 1200px) {
  .top-utils .nav-1 span {display: none;}
  .top-utils .icon{margin-right: 1em;}
  .header-main-menu{padding-left: 1em;}
  .top-utils .started a{
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: white;
    padding: 4px 12px;
    background: #A11A1C;
    border-radius: 100px;
  }
}


@media (max-width: 900px) {
  .header-main-menu {display: none;}
  .top-utils .cart-count {transform: translate(-40%,-95%);}
  .top-utils .started {
    display: inline-flex !important;
    align-items: center;
    margin-right: 1em;
  }
}
@media (min-width: 901px){
  .header-content.logo-center .logo {margin-left: 4%; margin-right: 4%;}
  .header-content.logo-left .logo {margin-right: 4%;}
}
@media (min-width: 900px) and (max-width:1100px ){
  .header-content.logo-left .logo{margin-right: 0%;}
  .header-outer .item[data-parent="get-started"] .nav-1{padding-right: 16px !important;margin-right: 0 !important;}
  header .top-utils {position: absolute;right: 2em;top: 0.5em;}
}

@media (max-width: 600px){
  .top-utils{right: 1em;top:0em !important}
}


/*
******************** SIDE PANEL ********************
*/
.side-panel {
  display: block; right: calc(-1 * var(--side-panel-width)); visibility: hidden; outline: none; width: var(--side-panel-width); overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.2); background-color: var(--side-panel-bg-color); position: fixed; top: 0; bottom: 0; z-index: 200;
  --side-panel-padding: 1.5em;
  --side-panel-title-bg-color: #000000;
  --side-panel-title-color: #ffffff;
  --side-panel-title-weight: 700;
  --side-panel-title-transform: uppercase;
  --side-panel-title-border-color: #000000;
  --side-panel-bg-color: #ffffff;
  --side-panel-text-color: #000000;
  --side-panel-borders-color: #dfdfdf;
}
.side-panel.open {visibility: visible; right: 0;}
.side-panel .head {margin-top: 0px; box-sizing: border-box; padding: 1.3em var(--container-padding); line-height: 1; position: relative; margin-bottom: 0; background: var(--side-panel-title-bg-color); border-bottom: 1px solid var(--side-panel-title-border-color);}
.side-panel .head .title {text-transform:var(--side-panel-title-transform); line-height: 1; margin: 0; padding: 0; border: none; font-weight: var(--side-panel-title-weight); color: var(--side-panel-title-color);}
.side-panel .close {padding: 1em; margin-right: -1em; cursor: pointer; position: absolute; right: var(--container-padding); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: flex; display: -webkit-flex; align-items: center; color: var(--side-panel-title-color);}
.side-panel .close svg {font-size: 1.5em;}
.side-panel .close svg path {fill: var(--side-panel-title-color);}
.side-panel .content {color: var(--side-panel-text-color); padding: 0; height: 100%; overflow-y: auto;}


/*
******************** FOOTER ********************
*/
#footer {position: relative; width: 100%; text-transform: none; margin: 0; }
#footer .success-msg, #footer .error-msg {display: none;}
.not-mobile #footer a:hover {text-decoration: underline; }
#footer .custom-third{width: 74%;}
#footer .top {background-color: var(--footer-top-bg-color); color: var(--footer-top-text-color); border-top: 1px solid var(--footer-top-border-color);}
#footer .icon-arrow-right-new path {fill: #C9D34E;}
#footer .social-links {justify-content: start; padding-left: .5em;}
#footer .social-links a {width: 2em; height: 2em; margin-right: 24px; border-radius: 50%; border: none; background: var(--footer-top-text-color); border-color: var(--footer-top-text-color); display: flex; align-items: center; justify-content: center; text-align: center; }
#footer .social-links a:last-child {margin-right: 0;}
#footer .social-links svg.icon{font-size: 2.5em; width: 100%; height: 100%;}
#footer .social-links svg.icon path{fill: #d9cdba;}
.not-mobile #footer .social-links a:hover {background: var(--footer-top-bg-color); border-color: var(--footer-top-text-color);}
.not-mobile #footer .social-links a:hover svg path {fill: var(--footer-top-text-color);}
#footer .social-links a {background: var(--footer-top-bg-color); border-color: var(--footer-top-text-color);}
#footer .social-links a svg path {fill: var(--footer-top-text-color);}
#footer .social-links svg path {fill: var(--footer-top-bg-color);}

#footer .mailing-list {margin-bottom: 2em;}
#footer .mailing-list .title {display: block;padding: 0;font-size: 2.5em;margin-bottom: 0.2em;color:#F7F8F6;}
#footer .mailing-list .form-wrap {display: flex;flex-flow: row; position: relative; width: 100%;}
#footer .mailing-list input[type="email"] {width: 100%;padding: 12px 16px;background: #594629;border-radius: 6px;border:none;color:#F7F8F6;}
#footer .mailing-list input[type="email"]::placeholder{color: #F7F8F6;;}
#footer .mailing-list button {position: absolute;right: -1em;top: 0;height: 100%;background: transparent;}

#footer .bottom {color: var(--footer-bottom-text-color); background-color: var(--footer-bottom-bg-color); border-top: 1px solid var(--footer-bottom-border-color);}
#footer .bottom .links a {display: inline-block; margin-right: 1em;}
#footer .bottom .links a:last-child {margin-right: 0;}
#footer .logo {max-width: var(--footer-logo-max-width);margin-bottom: 1.5em;}
#footer a.l1.hide {display: none !important;}
#footer a.l2.Started{padding: 8px 16px;background: #A11A1C;border-radius: 100px;}
#footer a.l1{font-size: 1.5em;font-family: "tgn-soft-round-comp",sans-serif;}
#footer .footer-links:last-of-type {font-size: 0.875em;}
#footer .top {padding: var(--footer-top-padding);}
#footer .top .links {display: flex; flex-flow: row; flex-wrap: wrap;}
#footer .top .links > div {width: calc(100% / var(--footer-top-linklist-columns)); min-width: 12.5em;}
#footer .top .links .l1, #footer .top .links .l2 {display: table; margin: 0 0 0.75em;color:#F7F8F6;}
#footer .top .links .l2 {font-size: 1em;} 
#footer .top .links .l2.Privacy.Policy,
#footer .top .links .l2.Terms.\&.Conditions,
#footer .top .links .l2.©2022.All.rights.reserved\.{font-size: 14px;}
#footer .top .links > div > *:last-child {margin-bottom: 1.5rem;}
#footer .top .links .l2.Privacy.Policy {
  margin-top: 0.5em !important;
}
#footer .bottom {padding: var(--footer-bottom-padding);display: none;}

@media all and (min-width: 901px){
  #footer .social-links a {font-size: 1.3vw;}
}

@media all and (max-width: 900px){
  #footer .top .logo {margin-bottom: 1em;}
  #footer .mailing-list .title{font-size: 2em;}
  #footer .top .links {margin-bottom: 2em;margin-top: 2em;}
  #footer .mailing-list .form-wrap{width: 100%;}
  #footer .mailing-list .title{margin-bottom: .25em;}
  #footer .social-links {padding-left: 0;}
  #footer .social-links svg.icon{font-size: 2.5em;}
  #footer .social-links a{margin-right: 1.5em; font-size: 1em;}
  #footer .top .links > div{min-width: 9.5em;}
  #footer .mailing-list button {position: absolute;right: -1em;top: 0;height: 100%;background: transparent;}
  #footer .mailing-list input[type="email"]{max-width: 100%;}
  #footer .top .links .l2.Privacy.Policy {
    margin-top: 0em !important;
  }
}

@media all and (max-width: 600px){
  #footer .custom-third{
    width: 100%;
  }
  #footer .top .links .l2 {font-size: 0.875em;} 
  #footer .top .links .l2.Privacy.Policy,
  #footer .top .links .l2.Terms.\&.Conditions,
  #footer .top .links .l2.©2022.All.rights.reserved\.{font-size: 12px;}
}/*
******************** PRODUCT CARD ********************
*/
.grid .product-card {margin: 0 0 2em;} 
.product-card a {display: block;}
.product-card .image-container {position: relative;}
.product-card .image {padding-top: 100%; position: relative;}
.product-card .image .img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.product-card .image.show-hover-image .hover-img {position:absolute; top: 0; left: 0; opacity: 0.01;}
.not-mobile .product-card .image.show-hover-image:hover .hover-img {opacity: 1;}

.product-card .quick-view-trigger {position: absolute; bottom: 0; left: 0; opacity: 0; visibility: hidden;}
.not-mobile .product-card:hover .quick-view-trigger,
.user-is-tabbing .product-card .quick-view-trigger:focus {opacity: 1; visibility: visible;}

.product-card .info {padding-top: 0.5em;}
.product-card .title {font-weight: bold;}
.product-card .price .compare {opacity: 0.6; text-decoration: line-through;}
.product-card .price > *:not(:last-child) {margin-right: 0.3em;}

.product-card .badge {position: absolute; background: #000000; color: #FFFFFF; padding: 0.5em 1em; font-size: 0.7em; z-index: 1; line-height: 1; border-radius: 4em; letter-spacing: 0.03em;}
.product-card .badge.top-left {top: 0.5em; left: 0.5em;}
.product-card .badge.top-right {top: 0.5em; right: 0.5em;}
.product-card .badge.sold-out {background: #E00000;}

.product-card .inline-swatch-group {margin-top: 0.5em;}
.product-card .inline-swatch-group > *:not(:last-child) {margin-right: 0.5em;}
.product-card .inline-swatch-group label {width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1);}
.not-mobile .product-card .inline-swatch-group input:not(:checked) + label:hover {border-color: rgba(0,0,0,0.2);}
.product-card .inline-swatch-group input:checked + label {border-color: #fff; box-shadow: 0 0 0 2px rgba(0,0,0,0.2); transform: scale(0.85);}
.user-is-tabbing .product-card .inline-swatch-group input:focus + label {outline-width: 2px; outline-style: solid; outline-color: Highlight;}
@media (-webkit-min-device-pixel-ratio:0) {
  .user-is-tabbing .product-card .inline-swatch-group input:focus + label {outline-color: -webkit-focus-ring-color; outline-style: auto;}
}
.product-card .inline-swatch-group .see-more {width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); white-space: nowrap; text-align: center; color: rgba(0,0,0,0.5);}
.not-mobile .product-card .inline-swatch-group .see-more:hover {border-color: rgba(0,0,0,0.1);}
.product-card .inline-swatch-group .see-more span {font-size: 9px;}

.product-quick-view #shopify-section-product_main {width: 1000px; max-width: 100%;}

/*
************ OVERLAYS ************
*/
.show-overlay, .show-loading-overlay {
  overflow: hidden;
}
.fixed-body.show-overlay body {
  position: fixed; 
  top: 0; 
  bottom: 0; 
  left: 0;
  right: 0;
  overflow: hidden;
}

#overlay {visibility: hidden; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 102; background-color: rgba(255, 255, 255, 0); transition-property: visibility, background-color; padding-top: var(--overlay-bg-offset-top, 0px); background-clip: content-box;}
.show-overlay #overlay {visibility: visible; background-color: rgba(255,255,255, 0.7);}

#loading-overlay {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(255,255,255, 0.7); z-index: 999999; text-align: center; display: none;}
.show-loading-overlay #loading-overlay {display: block;}

/**** CUSTOM CHECKBOX AND RADIO STYLES ****/
.checkbox-custom, .radio-custom {opacity: 0; border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.checkbox-custom-label, .radio-custom-label {position: relative;}
.checkbox-custom-label:before, .radio-custom-label:before {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.checkbox-custom + .checkbox-custom-label:before {content: ''; width: 16px; height: 16px; margin-right: 0.5em; margin-top: 0.2em; border: 2px solid rgba(0, 0, 0, 0.3); background: #FFFFFF url(//lolaandbaxter.com/cdn/shop/t/31/assets/checked-white.png?v=177814245546609123131754419447) no-repeat center; background-size: 0%;}
.radio-custom + .radio-custom-label:before {content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-radius: 50%; vertical-align: middle; width: 16px; height: 16px; margin-right: 0.5em; text-align: center;}
.checkbox-custom:checked + .checkbox-custom-label:before {background-color: #000000; border-color: #000000; background-size: 70%;}
.radio-custom + .radio-custom-label:before {border-radius: 50%;}
.radio-custom:checked + .radio-custom-label:before {background: #000000; box-shadow: inset 0 0 0 2px #FFFFFF; border-color: #000000;}/*********** FREE SHIPPING PROGRESS BAR ***********/
.free-shipping-progress {margin: 0 0; padding: 0.7em 1em 1.2em; background: #f5f5f5; }
.free-shipping-progress-title {text-align: center; margin-bottom: 0.7em; line-height: 1; font-size: 0.875em; letter-spacing: 0.04em;}
.free-shipping-progress-title i {margin-right: 0.5em; font-style: normal; border-radius: 50%; text-transform: none; color: #D20062; width: 1.65em; height: 1.65em; border: 1px solid; text-align: center;}
.free-shipping-progress-title i.checkmark {color: #25B831;}
.free-shipping-progress-bar {width: 100%; background: #ddd; font-weight: 400; position: relative; font-size: 0.8em; height: 0.7857em; border-radius: 1em;}
.free-shipping-progress-bar .progress {background: #D20062; position: absolute; top: 0; left: 0; height: 100%; width: 0%; border-radius: 1em;}
.free-shipping-progress-bar.goal-achieved .progress {background: #25B831;}/*
************ GLOBAL COMPONENTS ************
*//* cart-property-field */
cart-property-field {display: block; position: relative;}
cart-property-field .badge {position: absolute; visibility: hidden; bottom: 0; right: 0; opacity: 0; padding: 0.4rem; line-height: 1; font-size: 0.75em; background-color: #ccc; color: #000; transition: opacity var(--animation-speed-fast) linear;}
cart-property-field .badge.show {visibility: visible; opacity: 0.7;}

/* component-quantity */
.quantity-box {height: 3em; border: 1px solid #ddd; background-color: #fff; position: relative; width: 100%; max-width: 8em; display: flex; flex-flow: row;}
.quantity-input[type="number"] {height: 100%; width: 100%; flex-grow: 1; border: 0; padding: 0 0.5em; color: currentColor; font-size: 1.125em; font-weight: 500; text-align: center; background-color: #fff; -webkit-appearance: none; appearance: none; margin: 0 2px;}
.quantity-button {height: 100%; width: 2.5em; flex-shrink: 0; font-size: 0.875em; border: 0; background-color: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #000000;}
.quantity-button svg {width: 1em; pointer-events: none;}
.quantity-input:-webkit-autofill,
.quantity-input:-webkit-autofill:hover,
.quantity-input:-webkit-autofill:active {box-shadow: 0 0 0 10em #fff inset !important; -webkit-box-shadow: 0 0 0 10rem #fff inset !important;}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
.quantity-input[type='number'] {-moz-appearance: textfield;}

/*
******************** PAGINATION ********************
*/
.pagination {margin: 2em auto; font-size: 1.2em;}
.pagination a {display: flex; display: -webkit-flex; align-items: center; justify-content: center; margin: 0 0.5em; font-size: 1em; width: 2em; height: 2em; text-align: center; border-radius: 50%; text-decoration: none; color: ;  }
.pagination a.active , .not-mobile .pagination a.active:hover {background: #D20062; color: #FFFFFF;}
.not-mobile .pagination a:hover {background-color: #fff; color: #D20062; }
.pagination a.disabled, .not-mobile .pagination a.disabled:hover {color:  #b0b0b0;  cursor: default;}
.pagination a.prev, .pagination a.next {width: auto !important; margin: 0 20px;}
.pagination-num-showing {font-size: 0.8em; margin-top: 1em; opacity: 0.6; }
.pagination-loading {position: relative; height: 200px;}
.pagination-loading .loader {border-color: rgba(0, 0, 0, 0.05); border-top-color: rgba(0, 0, 0, 0.3);}
.pagination-loading.fixed {position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8);}
.infinite-scroll-up {height: 200px;}
page-manager {display: block;}
page-results-end {display: none !important;}

@media all and (max-width: 600px){
  .pagination {font-size: 1em;}
  .pagination a.prev, .pagination a.next {margin: 0 0.5em;}
  .pagination a {width: 1.4em; height: 1.4em;}
}

/*
************ HELPERS ************
*/
.animation {-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.ease-animation {-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.ease-animation-slow {-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}

.slide-calculating {position: absolute !important; opacity: 0 !important; height: auto !important;}
.expandable {visibility: hidden; overflow-y: hidden; max-height: 0; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
.expandable.expandable-default-open {visibility: visible; overflow: visible; max-height: none;}

.container {max-width: var(--container-width); padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
.container-left {box-sizing: border-box; width: 100%; padding-left: var(--container-padding); padding-left: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
.container-right {box-sizing: border-box; width: 100%; padding-right: var(--container-padding); padding-right: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}

.show {display: block;}
.hide {display: none;}
.invisible {visibility: hidden;}
.visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;}

.block {display: block;}
.inline-block {display: inline-block;}

.center {margin: auto;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
  
.bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
.bg-contain {background-size: contain; background-position: center; background-repeat: no-repeat;}
.bg-left {background-position-x: left;}
.bg-right {background-position-x: right;}
.bg-top {background-position-y: top;}
.bg-bottom {background-position-y: bottom;}

.flex {display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
.flex-wrap {-webkit-box-wrap: wrap; -moz-box-wrap: wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.flex-1 {-webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1;}
.direction-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.direction-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
.justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
.justify-content-evenly {-ms-flex-pack: space-evenly;justify-content: space-evenly;}
.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.align-content-start {-webkit-align-content: flex-start; align-content: flex-start;}
.align-content-center {-webkit-align-content: center; align-content: center;}
.align-content-end {-webkit-align-content: flex-end; align-content: flex-end;}

.grid, .grid-full{display: -ms-flexbox; display: flex; display: -webkit-box; display: -webkit-flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing:border-box; margin:0; padding:0; margin-left: calc(var(--grid-gap) * -1);}
.grid-item{box-sizing:border-box; padding-left: var(--grid-gap);}
.grid-full{margin-left:0}
.grid-full>.grid-item{padding-left:0}

.one-whole{width:100%}
.one-half{width:50%}
.one-third{width:33.333%}
.two-thirds{width:66.666%}
.one-quarter{width:25%}
.two-quarters{width:50%}
.three-quarters{width:75%}
.one-fifth{width:20%}
.two-fifths{width:40%}
.three-fifths{width:60%}
.four-fifths{width:80%}
.one-sixth{width:16.666%}
.two-sixths{width:33.333%}
.three-sixths{width:50%}
.four-sixths{width:66.666%}
.five-sixths{width:83.333%}
.one-eighth{width:12.5%}
.two-eighths{width:25%}
.three-eighths{width:37.5%}
.four-eighths{width:50%}
.five-eighths{width:62.5%}
.six-eighths{width:75%}
.seven-eighths{width:87.5%}
.one-tenth{width:10%}
.two-tenths{width:20%}
.three-tenths{width:30%}
.four-tenths{width:40%}
.five-tenths{width:50%}
.six-tenths{width:60%}
.seven-tenths{width:70%}
.eight-tenths{width:80%}
.nine-tenths{width:90%}

@media only screen and (max-width: 600px){
  .small--expandable {visibility: hidden; overflow: hidden; max-height: 0; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  /* reset expandable of other @media */
  .medium--expandable,
  .large--expandable {visibility: visible !important; max-height: initial !important;}
  
  .small--container {padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
  .small--container-left {box-sizing: border-box; width: 100%; padding-left: var(--container-padding); padding-left: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  .small--container-right {box-sizing: border-box; width: 100%; padding-right: var(--container-padding); padding-right: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  
  .small--show{display:block !important}
  .small--hide{display:none !important}
  .small--invisible {visibility: hidden;}
  .small--visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

  .small--block {display: block !important;}
  .small--inline-block {display: inline-block !important;}
  
  .small--center {margin: auto;}

  .small--text-left{text-align:left !important}
  .small--text-right{text-align:right !important}
  .small--text-center{text-align:center !important}
  
  .small--bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
  .small--bg-contain {background-size: contain; background-position: center; background-repeat: no-repeat;}
  .small--bg-left {background-position-x: left;}
  .small--bg-right {background-position-x: right;}
  .small--bg-top {background-position-y: top;}
  .small--bg-bottom {background-position-y: bottom;}
  
  .small--flex {display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
  .small--flex-wrap {-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  .small--flex-1 {-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
  .small--direction-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
  .small--direction-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .small--row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .small--column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
  .small--justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
  .small--justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .small--justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
  .small--justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
  .small--justify-content-evenly {-ms-flex-pack: space-evenly;justify-content: space-evenly;}
  .small--justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .small--align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
  .small--align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  .small--align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
  .small--align-content-start {-webkit-align-content: flex-start; align-content: flex-start;}
  .small--align-content-center {-webkit-align-content: center; align-content: center;}
  .small--align-content-end {-webkit-align-content: flex-end; align-content: flex-end;}

  .small--grid, .small--grid-full{display: -ms-flexbox; display: flex; display: -webkit-box; display: -webkit-flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing:border-box; margin:0; padding:0; margin-left: -20px;}
  .small--grid-item{box-sizing:border-box; padding-left: 20px;}
  
  .small--one-whole{width:100%}
  .small--one-half{width:50%}
  .small--one-third{width:33.333%}
  .small--two-thirds{width:66.666%}
  .small--one-quarter{width:25%}
  .small--two-quarters{width:50%}
  .small--three-quarters{width:75%}
  .small--one-fifth{width:20%}
  .small--two-fifths{width:40%}
  .small--three-fifths{width:60%}
  .small--four-fifths{width:80%}
  .small--one-sixth{width:16.666%}
  .small--two-sixths{width:33.333%}
  .small--three-sixths{width:50%}
  .small--four-sixths{width:66.666%}
  .small--five-sixths{width:83.333%}
  .small--one-eighth{width:12.5%}
  .small--two-eighths{width:25%}
  .small--three-eighths{width:37.5%}
  .small--four-eighths{width:50%}
  .small--five-eighths{width:62.5%}
  .small--six-eighths{width:75%}
  .small--seven-eighths{width:87.5%}
  .small--one-tenth{width:10%}
  .small--two-tenths{width:20%}
  .small--three-tenths{width:30%}
  .small--four-tenths{width:40%}
  .small--five-tenths{width:50%}
  .small--six-tenths{width:60%}
  .small--seven-tenths{width:70%}
  .small--eight-tenths{width:80%}
  .small--nine-tenths{width:90%}
}

@media only screen and (min-width: 601px) and (max-width: 900px){
  .medium--expandable {visibility: hidden; overflow: hidden; max-height: 0; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  /* reset expandable of other @media */
  .large--expandable,
  .small--expandable {visibility: visible !important; max-height: initial !important;}

  .medium--container {padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
  .medium--container-left {box-sizing: border-box; width: 100%; padding-left: var(--container-padding); padding-left: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  .medium--container-right {box-sizing: border-box; width: 100%; padding-right: var(--container-padding); padding-right: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  
  .medium--show{display:block !important}
  .medium--hide{display:none !important}
  .medium--invisible {visibility: hidden;}
  .medium--visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

  .medium--block {display: block !important;}
  .medium--inline-block {display: inline-block !important;}
  
  .medium--center {margin: auto;}

  .medium--text-left{text-align:left !important}
  .medium--text-right{text-align:right !important}
  .medium--text-center{text-align:center !important}
  
  .medium--bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
  .medium--bg-contain {background-size: contain; background-position: center; background-repeat: no-repeat;}
  .medium--bg-left {background-position-x: left;}
  .medium--bg-right {background-position-x: right;}
  .medium--bg-top {background-position-y: top;}
  .medium--bg-bottom {background-position-y: bottom;}

  .medium--flex {display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
  .medium--flex-wrap {-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  .medium--flex-1 {-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
  .medium--direction-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
  .medium--direction-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .medium--row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .medium--column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
  .medium--justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
  .medium--justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .medium--justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
  .medium--justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
  .medium--justify-content-evenly {-ms-flex-pack: space-evenly;justify-content: space-evenly;}
  .medium--justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .medium--align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
  .medium--align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  .medium--align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
  .medium--align-content-start {-webkit-align-content: flex-start; align-content: flex-start;}
  .medium--align-content-center {-webkit-align-content: center; align-content: center;}
  .medium--align-content-end {-webkit-align-content: flex-end; align-content: flex-end;}

  .medium--grid, .medium-down--grid-full{display: -ms-flexbox; display: flex; display: -webkit-box; display: -webkit-flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing:border-box; margin:0; padding:0; margin-left: -20px;}
  .medium--grid-item{box-sizing:border-box; padding-left: 20px;}

  .medium--one-whole{width:100%}
  .medium--one-half{width:50%}
  .medium--one-third{width:33.333%}
  .medium--two-thirds{width:66.666%}
  .medium--one-quarter{width:25%}
  .medium--two-quarters{width:50%}
  .medium--three-quarters{width:75%}
  .medium--one-fifth{width:20%}
  .medium--two-fifths{width:40%}
  .medium--three-fifths{width:60%}
  .medium--four-fifths{width:80%}
  .medium--one-sixth{width:16.666%}
  .medium--two-sixths{width:33.333%}
  .medium--three-sixths{width:50%}
  .medium--four-sixths{width:66.666%}
  .medium--five-sixths{width:83.333%}
  .medium--one-eighth{width:12.5%}
  .medium--two-eighths{width:25%}
  .medium--three-eighths{width:37.5%}
  .medium--four-eighths{width:50%}
  .medium--five-eighths{width:62.5%}
  .medium--six-eighths{width:75%}
  .medium--seven-eighths{width:87.5%}
  .medium--one-tenth{width:10%}
  .medium--two-tenths{width:20%}
  .medium--three-tenths{width:30%}
  .medium--four-tenths{width:40%}
  .medium--five-tenths{width:50%}
  .medium--six-tenths{width:60%}
  .medium--seven-tenths{width:70%}
  .medium--eight-tenths{width:80%}
  .medium--nine-tenths{width:90%}
}

@media only screen and (max-width: 900px){
  .medium-down--expandable {visibility: hidden; overflow: hidden; max-height: 0; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  /* reset expandable of other @media */
  .large--expandable {visibility: visible !important; max-height: initial !important;}

  .medium-down--container {padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
  .medium-down--container-left {box-sizing: border-box; width: 100%; padding-left: var(--container-padding); padding-left: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  .medium-down--container-right {box-sizing: border-box; width: 100%; padding-right: var(--container-padding); padding-right: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}

  .medium-down--show {display:block !important}
  .medium-down--hide {display:none !important}
  .medium-down--invisible {visibility: hidden;}
  .medium-down--visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

  .medium-down--block {display: block !important;}
  .medium-down--inline-block {display: inline-block !important;}

  .medium-down--center {margin: auto;}

  .medium-down--text-left{text-align:left !important}
  .medium-down--text-right{text-align:right !important}
  .medium-down--text-center{text-align:center !important}
  
  .medium-down--bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
  .medium-down--bg-contain {background-size: contain; background-position: center; background-repeat: no-repeat;}
  .medium-down--bg-left {background-position-x: left;}
  .medium-down--bg-right {background-position-x: right;}
  .medium-down--bg-top {background-position-y: top;}
  .medium-down--bg-bottom {background-position-y: bottom;}
  
  .medium-down--flex {display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
  .medium-down--flex-wrap {-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  .medium-down--flex-1 {-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
  .medium-down--direction-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
  .medium-down--direction-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .medium-down--row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .medium-down--column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
  .medium-down--justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
  .medium-down--justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .medium-down--justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
  .medium-down--justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
  .medium-down--justify-content-evenly {-ms-flex-pack: space-evenly;justify-content: space-evenly;}
  .medium-down--justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .medium-down--align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
  .medium-down--align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  .medium-down--align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
  .medium-down--align-content-start {-webkit-align-content: flex-start; align-content: flex-start;}
  .medium-down--align-content-center {-webkit-align-content: center; align-content: center;}
  .medium-down--align-content-end {-webkit-align-content: flex-end; align-content: flex-end;}

  .medium-down--grid, .medium-down--grid-full{display: -ms-flexbox; display: flex; display: -webkit-box; display: -webkit-flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing:border-box; margin:0; padding:0; margin-left: -20px;}
  .medium-down--grid-item{box-sizing:border-box; padding-left: 20px;}

  .medium-down--one-whole{width:100%}
  .medium-down--one-half{width:50%}
  .medium-down--one-third{width:33.333%}
  .medium-down--two-thirds{width:66.666%}
  .medium-down--one-quarter{width:25%}
  .medium-down--two-quarters{width:50%}
  .medium-down--three-quarters{width:75%}
  .medium-down--one-fifth{width:20%}
  .medium-down--two-fifths{width:40%}
  .medium-down--three-fifths{width:60%}
  .medium-down--four-fifths{width:80%}
  .medium-down--one-sixth{width:16.666%}
  .medium-down--two-sixths{width:33.333%}
  .medium-down--three-sixths{width:50%}
  .medium-down--four-sixths{width:66.666%}
  .medium-down--five-sixths{width:83.333%}
  .medium-down--one-eighth{width:12.5%}
  .medium-down--two-eighths{width:25%}
  .medium-down--three-eighths{width:37.5%}
  .medium-down--four-eighths{width:50%}
  .medium-down--five-eighths{width:62.5%}
  .medium-down--six-eighths{width:75%}
  .medium-down--seven-eighths{width:87.5%}
  .medium-down--one-tenth{width:10%}
  .medium-down--two-tenths{width:20%}
  .medium-down--three-tenths{width:30%}
  .medium-down--four-tenths{width:40%}
  .medium-down--five-tenths{width:50%}
  .medium-down--six-tenths{width:60%}
  .medium-down--seven-tenths{width:70%}
  .medium-down--eight-tenths{width:80%}
  .medium-down--nine-tenths{width:90%}
}

@media only screen and (min-width: 901px){
  .large--expandable {visibility: hidden; overflow: hidden; max-height: 0; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  /* reset expandable of other @media */
  .medium-down--expandable,
  .small--expandable {visibility: visible !important; max-height: initial !important;}

  .large--container {max-width: var(--container-width); padding: 0 var(--container-padding); margin: auto; -moz-box-sizing: initial; -webkit-box-sizing: initial; box-sizing: initial;}
  .large--container-left {box-sizing: border-box; width: 100%; padding-left: var(--container-padding); padding-left: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}
  .large--container-right {box-sizing: border-box; width: 100%; padding-right: var(--container-padding); padding-right: max(var(--container-padding),calc(calc(100% / 2 - var(--container-width) / 2)));}

  .large--show {display:block !important}
  .large--hide {display:none !important}
  .large--invisible {visibility: hidden;}
  .large--visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

  .large--block {display: block !important;}
  .large--inline-block {display: inline-block !important;}
  
  .large--center {margin: auto;}
  
  .large--text-left {text-align:left !important}
  .large--text-right {text-align:right !important}
  .large--text-center {text-align:center !important}
  
  .large--bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
  .large--bg-contain {background-size: contain; background-position: center; background-repeat: no-repeat;}
  .large--bg-left {background-position-x: left;}
  .large--bg-right {background-position-x: right;}
  .large--bg-top {background-position-y: top;}
  .large--bg-bottom {background-position-y: bottom;}
  
  .large--flex {display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
  .large--flex-wrap {-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  .large--flex-1 {-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
  .large--direction-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
  .large--direction-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .large--row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .large--column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
  .large--justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
  .large--justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .large--justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
  .large--justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
  .large--justify-content-evenly {-ms-flex-pack: space-evenly;justify-content: space-evenly;}
  .large--justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .large--align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
  .large--align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  .large--align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
  .large--align-content-start {-webkit-align-content: flex-start; align-content: flex-start;}
  .large--align-content-center {-webkit-align-content: center; align-content: center;}
  .large--align-content-end {-webkit-align-content: flex-end; align-content: flex-end;}

  .large--grid, .large-down--grid-full{display: -ms-flexbox; display: flex; display: -webkit-box; display: -webkit-flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing:border-box; margin:0; padding:0; margin-left: -20px;}
  .large--grid-item{box-sizing:border-box; padding-left: 20px;}

  .large--one-whole{width:100%}
  .large--one-half{width:50%}
  .large--one-third{width:33.333%}
  .large--two-thirds{width:66.666%}
  .large--one-quarter{width:25%}
  .large--two-quarters{width:50%}
  .large--three-quarters{width:75%}
  .large--one-fifth{width:20%}
  .large--two-fifths{width:40%}
  .large--three-fifths{width:60%}
  .large--four-fifths{width:80%}
  .large--one-sixth{width:16.666%}
  .large--two-sixths{width:33.333%}
  .large--three-sixths{width:50%}
  .large--four-sixths{width:66.666%}
  .large--five-sixths{width:83.333%}
  .large--one-eighth{width:12.5%}
  .large--two-eighths{width:25%}
  .large--three-eighths{width:37.5%}
  .large--four-eighths{width:50%}
  .large--five-eighths{width:62.5%}
  .large--six-eighths{width:75%}
  .large--seven-eighths{width:87.5%}
  .large--one-tenth{width:10%}
  .large--two-tenths{width:20%}
  .large--three-tenths{width:30%}
  .large--four-tenths{width:40%}
  .large--five-tenths{width:50%}
  .large--six-tenths{width:60%}
  .large--seven-tenths{width:70%}
  .large--eight-tenths{width:80%}
  .large--nine-tenths{width:90%}
}

/*
******************** REDUCED MOTION ********************
*/

@media (prefers-reduced-motion: reduce) {
  a, .animation, .ease-animation, .ease-animation-slow,
  .btn, a.btn, input.btn, button.btn,
  svg.icon path,
  .tingle-modal, .tingle-modal-box
  {-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition:none !important; transition: none !important;}
}

/*
******************** Animations ********************
*/
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

@keyframes openTransformTop {
  0% {transform: translateY(-101%); }
  100% {transform: translateY(0%); } 
}

@keyframes closeTransformTop {
  0% {visibility: visible; transform: translateY(0%); }
  100% {transform: translateY(-101%); } 
}

/*
******************** Color Swatches ********************
*/
.color-black {background: #292929;}
.color-blue {background: #649ee1;}
.color-green {background: #5ac6a9;}
.color-orange {background: #f28346;}
.color-pink {background: #ea81cc;}
.color-red {background: #e13131;}
.color-white {background: #fff;}
.color-yellow {background: #fbf06e;}
.color-gold {background: #d4b465;}
.color-silver {background: #cecece;}
.color-rose-gold {background: #e9c2a7;}


#fsb_container, .cart-item-payment-options__button {display: none !important;}