/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.matcha-heading-two {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
}
.matcha-heading-two .font-bold,
.matcha-heading-two strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  .matcha-heading-two {
    font-size: 31.25px;
    line-height: 43px;
  }
}
.matcha-heading-three {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
}
.matcha-heading-three .font-bold,
.matcha-heading-three strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  .matcha-heading-three {
    font-size: 20px;
    line-height: 28px;
  }
}
.matcha-paragraph {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
}
.matcha-paragraph strong {
  font-family: 'BrandonText-Bold';
}
.matcha-paragraph a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/NewbyLondon/Newby/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/NewbyLondon/Newby/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/NewbyLondon/Newby/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  margin-left: 23px;
  line-height: 20px;
}
.amcard-checkbox-container > .amcard-label {
  padding-left: 21px;
  cursor: pointer;
}
.amcard-checkbox-container > .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  content: '';
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amcard-form-container > .amcard-button {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amcard-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  padding: 7px 17px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  padding-left: 36px;
  height: 32px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}
.amcard-label-block > .amcard-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
}
.amcard-label-block.-price {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  padding: 5px 13px 5px 38px;
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
}
.amcard-upload-container {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  display: flex;
  padding: 15px;
  background: #e8f6ff;
}
.amcard-customer-image > .amcard-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  position: absolute;
  bottom: 25px;
  left: 98px;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.amcard-question-container:hover .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px;
}
.amcard-question-container {
  align-self: center;
  margin: 0 20px;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-top: 6px solid #1787e0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0;
}
.gallery-placeholder.-amcard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  padding: 0 10px;
  display: inline-block;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  top: 7px;
  border-color: transparent transparent #333 transparent;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 0;
  max-height: 200px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  list-style: none;
}
.amgcard-datalist-ul .amcard-datalist-li {
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.amcard-field-block .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block .intl-tel-input .amcard-field {
  border: 1px solid #d4d4d4;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Magento/blank/en_US/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
.aminstafeed-post-wrapper {
  padding-right: 30px;
}
.aminstafeed-post-wrapper .instagram-media,
.aminst-feed .instagram-media {
  min-width: auto !important;
  padding: 1px !important;
}
.aminst-feed-wrapper {
  padding: 0 0 25px 0;
  position: relative;
}
.aminst-feed-title {
  flex-basis: 100%;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
}
.aminst-feed-title:after {
  background: #dadada;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 106px;
  position: absolute;
  right: 0;
  width: 100%;
}
.aminst-feed-link {
  transition: 0.1s all ease-in;
  display: block;
  height: 100%;
  overflow: hidden;
}
.aminst-feed-img {
  transition: 0.3s all ease-in;
  height: 100%;
  width: 100%;
}
.aminst-feed-comment-cont {
  display: none;
}
.aminst-feed-post {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-feed-post.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-post.-thumbnail .aminst-feed-review {
  margin: 0 0 10px 0;
}
.aminst-feed-post.-thumbnail .aminst-feed-caption {
  font-size: 12px;
}
.aminst-relation-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
  background: transparent;
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  min-height: 35px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  width: 15px;
}
.aminst-relation-link:hover {
  text-decoration: none;
}
.aminst-relation-link .aminst-title {
  color: #ffffff;
  display: none;
  line-height: 1.3;
  max-width: 80%;
  overflow: hidden;
  text-align: left;
}
.aminst-relation-link .aminst-button {
  background-color: #22c9ee;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxMCI+ICA8ZGVmcy8+ICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik04LjUwMTcxIDFjLTQuMDc3NTkgMC03LjMxNDIgNC4wMDQ4NS03LjQ1MDU3IDQuMTc3NTktLjA2ODE4Ny4wODE4My0uMDY4MTg3LjIwMDAyIDAgLjI4MTg0LjEzNjM3LjE3Mjc0IDMuMzcyOTggNC4xNzc1OSA3LjQ1MDU3IDQuMTc3NTlzNy4zMTQxOS00LjAwNDg1IDcuNDUwNTktNC4xNzc1OWMuMDYzNi0uMDgxODIuMDYzNi0uMjAwMDEgMC0uMjgxODRDMTUuODE1OSA1LjAwNDg1IDEyLjU3OTMgMSA4LjUwMTcxIDF6bTAgOC4xODI0NGMtMy40NDExNyAwLTYuMzU5NTgtMy4xNTAyNC02Ljk3NzgxLTMuODYzOTMuNjE4MjMtLjcxMzY5IDMuNTM2NjQtMy44NjM5MyA2Ljk3NzgxLTMuODYzOTMgMy40NDExOSAwIDYuMzU5NTkgMy4xNTAyNCA2Ljk3Nzc5IDMuODYzOTMtLjYxODIuNzEzNjktMy41MzIxIDMuODYzOTMtNi45Nzc3OSAzLjg2MzkzeiIvPiAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNOC41MDE3NSAyLjUxMzc1Yy0xLjU0NTU3IDAtMi44MDQ3NiAxLjI1OTE4LTIuODA0NzYgMi44MDQ3NiAwIDEuNTQ1NTcgMS4yNTkxOSAyLjgwNDc2IDIuODA0NzYgMi44MDQ3NiAxLjU0NTU1IDAgMi44MDQ3NS0xLjI1OTE5IDIuODA0NzUtMi44MDQ3NiAwLTEuNTQ1NTgtMS4yNTkyLTIuODA0NzYtMi44MDQ3NS0yLjgwNDc2em0wIDUuMTU0OTRjLTEuMjk1NTUgMC0yLjM1MDE4LTEuMDU0NjMtMi4zNTAxOC0yLjM1MDE4IDAtMS4yOTU1NiAxLjA1NDYzLTIuMzUwMTggMi4zNTAxOC0yLjM1MDE4czIuMzUwMTUgMS4wNTQ2MiAyLjM1MDE1IDIuMzUwMThjMCAxLjI5NTU1LTEuMDU0NiAyLjM1MDE4LTIuMzUwMTUgMi4zNTAxOHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  border-radius: 100px;
  bottom: 5px;
  box-shadow: 0 2px 4px rgba(19, 112, 179, 0.25);
  color: #ffffff;
  font-size: 0;
  height: 25px;
  left: initial;
  min-height: auto;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 25px;
}
.aminst-relation-wrap {
  display: inline-block;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link {
  margin: -12px 0 0;
  outline: 1px solid #008eff;
  position: relative;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: -webkit-box;
}
.aminst-relation-wrap .aminst-relation-link:hover .aminst-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
  right: 10px;
  width: 35px;
}
.aminst-relation-wrap .aminst-relation-link .aminst-button {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
.aminst-feed-post.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-post.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-post.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-btn {
  transition: 0.1s all ease-in;
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  box-shadow: none;
  color: #1787e0;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 270px;
  text-align: center;
  width: 100%;
}
.aminst-feed-btn:not(.primary) {
  box-shadow: none;
}
.aminst-feed-btn:hover,
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  background: #1787e0;
  border-color: #1787e0;
  color: #ffffff;
}
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  transform: translateY(2px);
}
.aminsta-load-dot {
  background: #ffffff;
}
.aminst-feed-btn-text {
  transition: 0.1s all ease-in;
}
.ie11 .aminst-relation-link .aminst-title {
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
  padding: 15px 10px 15px 0;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
  bottom: 30%;
}
.aminst-feed-watch {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.aminst-loader-wrapper {
  display: inline-flex;
}
.aminst-loader-wrapper.-progress .aminst-loader-content {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.aminst-loader-dot {
  display: inline-block;
  margin: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008eff;
  animation-timing-function: cubic-bezier(0, 2, 2, 0);
}
.aminst-loader-dot:nth-child(1) {
  left: -50%;
  animation: aminsta-load-1 0.8s infinite;
}
.aminst-loader-dot:nth-child(2) {
  left: -25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .1s;
}
.aminst-loader-dot:nth-child(3) {
  left: 0;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .2s;
}
.aminst-loader-dot:nth-child(4) {
  left: 25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .3s;
}
.aminst-feed-wrapper .fancyambox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.aminst-feed-wrapper .fancyambox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aminst-feed-wrapper .fancyambox-close-small:after {
  content: none;
}
.aminst-feed-wrapper .fancyambox-close-small:before {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=);
  content: '';
  transition: 0.3s all ease-in;
  height: 15px;
  right: 15px;
  top: 15px;
  width: 15px;
}
.aminst-feed-wrapper .fancyambox-close-small:hover {
  background: none;
  border: none;
  box-shadow: none;
}
.aminst-feed-wrapper .fancyambox-close-small:hover:before {
  background-color: transparent;
  filter: contrast(5);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-post {
  display: flex;
  border: none;
  flex-direction: column;
}
.aminst-feed-wrapper .fancyambox-inner .instagram-media {
  max-width: 100%;
  min-width: auto;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(18, 36, 50, 0.2);
  max-width: 420px;
  padding: 25px 30px;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post .aminst-feed-post {
  margin: 0;
}
.aminst-token-icon {
  position: relative;
}
.aminst-token-icon:after {
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 0 10px;
  width: 20px;
  color: #008000;
  content: '\e62d';
  font-size: 16px;
  font-family: 'Admin Icons';
  line-height: 1;
  pointer-events: none;
  user-select: none;
  speak: none;
}
.aminst-feed-grid-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.aminst-feed-grid-container {
  text-align: center;
}
.aminst-feed-link {
  display: flex;
}
.aminst-feed-collage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-title {
  flex-basis: 100%;
}
.aminst-feed-collage-container .aminst-feed-link {
  display: flex;
}
.aminst-feed-single-post {
  border: 1px solid #cccccc;
  display: inline-block;
  max-width: 100%;
}
.aminst-feed-single-post a {
  color: #000000;
  text-decoration: none;
}
.aminst-feed-single-post .aminst-feed-single-header {
  align-items: center;
  display: flex;
  padding: 10px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-icon {
  background: linear-gradient(40deg, #fcb045 15%, #fd1d1d 50%, #bc1888 85%);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 48px;
  margin-right: 12px;
  padding: 4px;
  width: 48px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-icon .aminsta-feed-user-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffffff;
  display: block;
  height: 40px;
  width: 40px;
}
.aminst-feed-single-post .aminst-feed-single-header .aminst-feed-user-info .aminst-feed-user-info-name a {
  color: #000000;
  font-weight: 600;
}
.aminst-feed-single-post .aminst-feed-single-footer {
  padding: 0 10px;
}
.aminst-feed-single-post .aminst-feed-single-footer .aminst-feed-view-more {
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  padding: 15px 0;
}
.aminst-feed-single-post .aminst-feed-single-footer .aminst-feed-view-more a {
  color: #008eff;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-likes {
  font-weight: 600;
  padding: 15px 0;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption {
  font-size: 0;
  padding-bottom: 10px;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption div {
  display: inline;
  font-size: 1.4rem;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-userlink {
  font-weight: 600;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-more-button {
  cursor: pointer;
}
.aminst-feed-single-post .aminst-feed-single-footer .amints-feed-caption .amints-feed-caption-more-text {
  display: none;
}
.aminst-feed-single-post .aminst-feed-user-info-followers,
.aminst-feed-single-post .amints-feed-caption-more-button {
  color: #737373;
}
.aminst-feed-slider-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.aminst-feed-slider-container .swiper-pagination {
  padding-bottom: 35px;
  position: static;
}
.aminst-feed-slider-container .swiper-pagination-bullet {
  height: 6px;
  margin: 0 6px;
  width: 6px;
}
.aminst-feed-slider-container .swiper-pagination-bullet-active {
  background: #000000;
}
.aminst-feed-slider-container .swiper-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.aminst-feed-slider-container .swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
}
.aminst-feed-slider-container .aminst-feed-post {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.aminst-feed-slider-container .aminst-feed-link {
  display: flex;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img {
  object-fit: cover;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-slider-container .aminst-feed-img.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-slider-container .swiper-button-next,
.aminst-feed-slider-container .swiper-button-prev {
  background-repeat: no-repeat;
  z-index: 2;
}
.aminst-feed-slider-container .swiper-button-next:after,
.aminst-feed-slider-container .swiper-button-prev:after {
  content: '';
}
.aminst-feed-slider-container .swiper-button-next.swiper-button-disabled,
.aminst-feed-slider-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.aminst-feed-slider-container .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIi8+PC9nPjwvc3ZnPg==);
  background-position: right;
}
.aminst-feed-slider-container .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIvPjwvZz48L3N2Zz4=);
  background-position: left;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/NewbyLondon/Newby/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/NewbyLondon/Newby/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.amazon-button-container .amazon-button-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.amazon-button-container .amazon-button-column-tooltip {
  width: 30px;
}
.amazon-button-container.amazon-button-product-page {
  justify-content: left;
  margin-bottom: 2em;
}
/* for the "Amazon Sign-in" button */
.amazon-sign-in-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-sign-in-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-sign-in-button-container img {
  display: block;
}
.amazon-sign-in-button-container .field-tooltip {
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.cart-summary .amazon-button-container .checkout-methods-items {
  margin-top: 0;
}
.checkout-methods-items .amazon-button-container,
.block-minicart .amazon-button-container {
  flex-wrap: wrap;
}
.checkout-methods-items .amazon-divider,
.block-minicart .amazon-divider {
  flex-basis: 100%;
}
.checkout-methods-items .amazon-divider {
  margin-top: 0;
}
.checkout-methods-items .amazon-divider span {
  background: #f5f5f5;
}
.checkout-methods-items .amazon-button-column-tooltip .field-tooltip {
  display: block;
}
.product-info-main .amazon-button-container .field-tooltip {
  display: none;
}
#checkout .amazon-button-container {
  margin: 22px 0;
  justify-content: left;
}
#amazon-payment .payment-method-title {
  display: flex;
  align-items: center;
}
#amazon-payment .payment-method-title img {
  margin: 0 10px 0 4px;
}
#amazon-payment .checkout-billing-address {
  margin-top: 20px;
}
#amazon-payment .amazon-payment-action-container {
  padding-left: 10px;
}
#amazon-payment .actions-toolbar {
  margin-top: 20px;
}
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
.dd-account-subscriptions fieldset > .field {
  width: 48%;
}
.available-as-container {
  margin-top: 25px;
}
.available-as-container .available-as-item {
  border: 1px solid black;
  background: black;
  padding: 4px;
  color: white;
  margin: 1px;
}
.available-as-container .available-as-item:hover {
  background: white;
  color: black;
  text-decoration: underline;
}
.available-as-container .available-as-item.active {
  background: white;
  color: black;
  text-decoration: underline;
}
.available-as-container .available-as-item h2 {
  font-size: 14px;
}
.available-as-container {
  margin-top: 25px;
}
.available-as-container .available-as-item {
  border: 1px solid black;
  background: black;
  padding: 4px;
  color: white;
  margin: 1px;
}
.available-as-container .available-as-item:hover {
  background: white;
  color: black;
  text-decoration: underline;
}
.available-as-container .available-as-item.active {
  background: white;
  color: black;
  text-decoration: underline;
}
.available-as-container .available-as-item h2 {
  font-size: 14px;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/NewbyLondon/Newby/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/NewbyLondon/Newby/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
/*=========================Custom Css for products grid on the solo blog page=========================*/
#product-grid-list-widget {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
#product-grid-list-widget .block-title strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 30px;
  font-size: 28px;
  font-weight: 900;
}
#product-grid-list-widget .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .container-section {
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .product-items {
  display: grid;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#product-grid-list-widget .products-grid .product-item {
  display: grid;
  width: 100%;
  position: relative;
  grid-row: span 1;
  margin: 0;
  padding: 0 10px;
  grid-template-rows: subgrid;
  gap: 0;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
}
#product-grid-list-widget .products-grid .product-item-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .product-item-image {
  display: block;
  position: relative;
  margin: 0 -10px;
  width: auto;
  aspect-ratio: 1;
}
#product-grid-list-widget .products-grid .label-product {
  top: 12%;
  left: 4%;
  text-align: center;
  padding: 17px 0;
  right: initial;
  width: 58px;
  height: 58px;
  line-height: 12px;
  letter-spacing: 0.5px;
}
#product-grid-list-widget .products-grid .product-item-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .product-item-photo span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .product-item-photo span.Sold.Out {
  text-align: center;
}
#product-grid-list-widget .products-grid .product-item-photo img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#product-grid-list-widget .products-grid .product-item-type {
  display: block;
  text-align: center;
  width: auto;
  margin: 0 0 7px;
  height: fit-content;
  line-height: 17px;
  vertical-align: top;
}
#product-grid-list-widget .products-grid .product-item-type a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 17px;
  font-size: 12px;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: normal;
}
#product-grid-list-widget .products-grid .product-item-type a:hover {
  color: #000;
}
#product-grid-list-widget .products-grid .product-item-name {
  display: block;
  width: auto;
  height: fit-content;
  margin: 0 0 16px;
}
#product-grid-list-widget .products-grid .product-item-name .product-item-link {
  display: block;
  width: auto;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
#product-grid-list-widget .products-grid .product-item-name .product-item-link h2 {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.4px;
  min-height: 45px;
}
#product-grid-list-widget .products-grid .product-item-price {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: fit-content;
  text-align: center;
}
#product-grid-list-widget .products-grid .product-item-price .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}
#product-grid-list-widget .products-grid .product-item-price .price-box span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 2px;
}
#product-grid-list-widget .products-grid .product-item-short-description {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  height: fit-content;
  text-align: center;
  min-height: 38px;
}
#product-grid-list-widget .products-grid .product-item-short-description span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.35px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
#product-grid-list-widget .products-grid .product-item-details {
  display: none;
}
#product-grid-list-widget .products-grid .product-item-actions {
  position: unset;
  transform: none;
  display: block;
  width: auto;
  height: auto;
  padding: 5px 0 0;
  margin: 0 -10px;
}
#product-grid-list-widget .products-grid .product-item-actions form {
  gap: 10px;
  min-height: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}
#product-grid-list-widget .products-grid .product-item-actions form .control {
  max-width: 100px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
  background: #fff;
  height: auto;
  padding: 0px 0 0 10px;
  box-sizing: border-box;
}
#product-grid-list-widget .products-grid .product-item-actions form .control button,
#product-grid-list-widget .products-grid .product-item-actions form .control .cart.table-wrapper .actions-toolbar > .action,
#product-grid-list-widget .products-grid .product-item-actions form .control .action-gift {
  display: block;
  font-size: 0px;
  background: transparent;
  border: none;
  margin: O;
  padding: 0;
  width: auto;
  height: auto;
  color: #333333;
  line-height: inherit;
}
#product-grid-list-widget .products-grid .product-item-actions form .control button svg,
#product-grid-list-widget .products-grid .product-item-actions form .control .cart.table-wrapper .actions-toolbar > .action svg,
#product-grid-list-widget .products-grid .product-item-actions form .control .action-gift svg {
  width: 15px;
  height: 15px;
}
#product-grid-list-widget .products-grid .product-item-actions form .control input {
  display: block;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  background: transparent;
  max-width: 50px;
  font-size: 21px;
  letter-spacing: 3.15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}
#product-grid-list-widget .products-grid .product-item-actions form button.tocart,
#product-grid-list-widget .products-grid .product-item-actions form .cart.table-wrapper .actions-toolbar > .action.tocart,
#product-grid-list-widget .products-grid .product-item-actions form .action-gift.tocart {
  font-size: 14px;
  line-height: 20px;
  outline: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5C5C5C;
  border: solid 1px #5C5C5C;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
#product-grid-list-widget .products-grid .product-item-actions form button.tocart:hover,
#product-grid-list-widget .products-grid .product-item-actions form .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#product-grid-list-widget .products-grid .product-item-actions form .action-gift.tocart:hover {
  background-color: #FFF;
  color: #5C5C5C;
}
#product-grid-list-widget .products-grid .product-item-actions button.action.tocart[title="Find Out"],
#product-grid-list-widget .products-grid .product-item-actions .cart.table-wrapper .actions-toolbar > .action.action.tocart[title="Find Out"],
#product-grid-list-widget .products-grid .product-item-actions .action-gift.action.tocart[title="Find Out"] {
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 14px;
}
body.cms-no-route #product-grid-list-widget .products-grid .product-items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
/*=========================Custom Css for the minicart drop down=========================*/
#minicart-content-wrapper .items-total {
  display: none;
}
#minicart-content-wrapper .main-action {
  margin-top: 15px;
}
#minicart-content-wrapper .product-item-details .price-container {
  text-align: left;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
#minicart-content-wrapper .product-item-details .price-container span {
  float: left;
  width: auto;
  margin: 0;
  line-height: 20px;
}
/*=========================Custom Css for the header login form=========================*/
#header-login-form div.mage-error {
  font-size: 12px !important;
  padding: 0 6px;
  box-sizing: border-box;
}
.toolbar-sticky .block-content.filter-content {
  padding: 20px;
}
.page-footer .switcher .options ul.dropdown li.switcher-option.singapore {
  display: none;
}
/*=========================Custom Css from the home page sections=========================*/
body.cms-index-index.cms-home #maincontent .section-builder.top-collections .owl-stage-outer {
  height: auto !important;
}
.cms-home div.block.newsletter.popup .action.subscribe {
  width: auto;
}
/*=========================Custom Css for the product page=========================*/
#html-body.catalog-product-view .product-info-main .available-as-container .available-as-list li a,
#html-body.catalog-product-view .product-info-main .available-as-container .available-as-list li h2 {
  text-transform: none;
}
#html-body.catalog-product-view .product-info-main .pdp-delivery {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#html-body.catalog-product-view .product-info-main .pdp-delivery #delivery-information {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#html-body.catalog-product-view .product-info-main .pdp-delivery .pdp-delivery-icon-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  max-height: 66px;
}
#html-body.catalog-product-view .product-info-main .pdp-delivery .pdp-delivery-icon-list .pdp-delivery-icon-item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 66px;
  overflow: hidden;
}
/*=========================Custom Css from the file fbuilder_config.min=========================*/
.cms-page-view .mgs-carousel-single .owl-nav div img {
  width: 40px;
}
.cms-page-view .mgs-carousel-single .owl-nav div span {
  width: 40px;
}
.cms-page-view .mgs-carousel-single .owl-nav div span,
.cms-page-view .mgs-carousel-single .owl-nav div span em {
  height: 80px;
  line-height: 80px;
}
.cms-page-view .mgs-carousel-single.nav-position-middle-outside .owl-nav div span,
.cms-page-view .mgs-carousel-single.nav-position-middle-inside .owl-nav div span {
  margin-top: -40px;
}
.cms-page-view .mgs-carousel-single .owl-nav div span em {
  font-size: 80px;
}
.cms-page-view .mgs-carousel-multiple .owl-nav div img {
  width: 40px;
}
.cms-page-view .mgs-carousel-multiple .owl-nav div span {
  width: 40px;
}
.cms-page-view .mgs-carousel-multiple .owl-nav div span,
.cms-page-view .mgs-carousel-multiple .owl-nav div span em {
  height: 40px;
  line-height: 40px;
}
.cms-page-view .mgs-carousel-multiple.nav-position-middle-outside .owl-nav div span,
.cms-page-view .mgs-carousel-multiple.nav-position-middle-inside .owl-nav div span {
  margin-top: -20px;
}
.cms-page-view .mgs-carousel-multiple .owl-nav div span em {
  font-size: 30px;
}
.cms-index-index.cms-page48 #maincontent,
.cms-page-view.cms-page48 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page48 #maincontent .page.messages,
.cms-index-index.cms-page48 #maincontent .page.messages,
.cms-index-index.cms-page48 #maincontent .section-builder,
.cms-page-view.cms-page48 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page48 #maincontent .section-builder-full,
.cms-page-view.cms-page48 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page33 #maincontent,
.cms-page-view.cms-page33 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page33 #maincontent .page.messages,
.cms-index-index.cms-page33 #maincontent .page.messages,
.cms-index-index.cms-page33 #maincontent .section-builder,
.cms-page-view.cms-page33 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page33 #maincontent .section-builder-full,
.cms-page-view.cms-page33 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page2 #maincontent,
.cms-page-view.cms-page2 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page2 #maincontent .page.messages,
.cms-index-index.cms-page2 #maincontent .page.messages,
.cms-index-index.cms-page2 #maincontent .section-builder,
.cms-page-view.cms-page2 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page2 #maincontent .section-builder-full,
.cms-page-view.cms-page2 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page157 #maincontent,
.cms-page-view.cms-page157 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page157 #maincontent .page.messages,
.cms-index-index.cms-page157 #maincontent .page.messages,
.cms-index-index.cms-page157 #maincontent .section-builder,
.cms-page-view.cms-page157 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page157 #maincontent .section-builder-full,
.cms-page-view.cms-page157 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page224 #maincontent,
.cms-page-view.cms-page224 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page224 #maincontent .page.messages,
.cms-index-index.cms-page224 #maincontent .page.messages,
.cms-index-index.cms-page224 #maincontent .section-builder,
.cms-page-view.cms-page224 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page224 #maincontent .section-builder-full,
.cms-page-view.cms-page224 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page31 #maincontent,
.cms-page-view.cms-page31 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page31 #maincontent .page.messages,
.cms-index-index.cms-page31 #maincontent .page.messages,
.cms-index-index.cms-page31 #maincontent .section-builder,
.cms-page-view.cms-page31 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page31 #maincontent .section-builder-full,
.cms-page-view.cms-page31 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page62 #maincontent,
.cms-page-view.cms-page62 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page62 #maincontent .page.messages,
.cms-index-index.cms-page62 #maincontent .page.messages,
.cms-index-index.cms-page62 #maincontent .section-builder,
.cms-page-view.cms-page62 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page62 #maincontent .section-builder-full,
.cms-page-view.cms-page62 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page121 #maincontent,
.cms-page-view.cms-page121 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page121 #maincontent .page.messages,
.cms-index-index.cms-page121 #maincontent .page.messages,
.cms-index-index.cms-page121 #maincontent .section-builder,
.cms-page-view.cms-page121 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page121 #maincontent .section-builder-full,
.cms-page-view.cms-page121 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page220 #maincontent,
.cms-page-view.cms-page220 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page220 #maincontent .page.messages,
.cms-index-index.cms-page220 #maincontent .page.messages,
.cms-index-index.cms-page220 #maincontent .section-builder,
.cms-page-view.cms-page220 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page220 #maincontent .section-builder-full,
.cms-page-view.cms-page220 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page194 #maincontent,
.cms-page-view.cms-page194 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page194 #maincontent .page.messages,
.cms-index-index.cms-page194 #maincontent .page.messages,
.cms-index-index.cms-page194 #maincontent .section-builder,
.cms-page-view.cms-page194 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page194 #maincontent .section-builder-full,
.cms-page-view.cms-page194 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page193 #maincontent,
.cms-page-view.cms-page193 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page193 #maincontent .page.messages,
.cms-index-index.cms-page193 #maincontent .page.messages,
.cms-index-index.cms-page193 #maincontent .section-builder,
.cms-page-view.cms-page193 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page193 #maincontent .section-builder-full,
.cms-page-view.cms-page193 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page128 #maincontent,
.cms-page-view.cms-page128 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page128 #maincontent .page.messages,
.cms-index-index.cms-page128 #maincontent .page.messages,
.cms-index-index.cms-page128 #maincontent .section-builder,
.cms-page-view.cms-page128 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page128 #maincontent .section-builder-full,
.cms-page-view.cms-page128 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page129 #maincontent,
.cms-page-view.cms-page129 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page129 #maincontent .page.messages,
.cms-index-index.cms-page129 #maincontent .page.messages,
.cms-index-index.cms-page129 #maincontent .section-builder,
.cms-page-view.cms-page129 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page129 #maincontent .section-builder-full,
.cms-page-view.cms-page129 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page32 #maincontent,
.cms-page-view.cms-page32 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page32 #maincontent .page.messages,
.cms-index-index.cms-page32 #maincontent .page.messages,
.cms-index-index.cms-page32 #maincontent .section-builder,
.cms-page-view.cms-page32 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page32 #maincontent .section-builder-full,
.cms-page-view.cms-page32 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page122 #maincontent,
.cms-page-view.cms-page122 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page122 #maincontent .page.messages,
.cms-index-index.cms-page122 #maincontent .page.messages,
.cms-index-index.cms-page122 #maincontent .section-builder,
.cms-page-view.cms-page122 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page122 #maincontent .section-builder-full,
.cms-page-view.cms-page122 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page195 #maincontent,
.cms-page-view.cms-page195 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page195 #maincontent .page.messages,
.cms-index-index.cms-page195 #maincontent .page.messages,
.cms-index-index.cms-page195 #maincontent .section-builder,
.cms-page-view.cms-page195 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page195 #maincontent .section-builder-full,
.cms-page-view.cms-page195 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page101 #maincontent,
.cms-page-view.cms-page101 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page101 #maincontent .page.messages,
.cms-index-index.cms-page101 #maincontent .page.messages,
.cms-index-index.cms-page101 #maincontent .section-builder,
.cms-page-view.cms-page101 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page101 #maincontent .section-builder-full,
.cms-page-view.cms-page101 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page61 #maincontent,
.cms-page-view.cms-page61 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page61 #maincontent .page.messages,
.cms-index-index.cms-page61 #maincontent .page.messages,
.cms-index-index.cms-page61 #maincontent .section-builder,
.cms-page-view.cms-page61 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page61 #maincontent .section-builder-full,
.cms-page-view.cms-page61 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page81 #maincontent,
.cms-page-view.cms-page81 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page81 #maincontent .page.messages,
.cms-index-index.cms-page81 #maincontent .page.messages,
.cms-index-index.cms-page81 #maincontent .section-builder,
.cms-page-view.cms-page81 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page81 #maincontent .section-builder-full,
.cms-page-view.cms-page81 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page230 #maincontent,
.cms-page-view.cms-page230 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page230 #maincontent .page.messages,
.cms-index-index.cms-page230 #maincontent .page.messages,
.cms-index-index.cms-page230 #maincontent .section-builder,
.cms-page-view.cms-page230 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page230 #maincontent .section-builder-full,
.cms-page-view.cms-page230 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page118 #maincontent,
.cms-page-view.cms-page118 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page118 #maincontent .page.messages,
.cms-index-index.cms-page118 #maincontent .page.messages,
.cms-index-index.cms-page118 #maincontent .section-builder,
.cms-page-view.cms-page118 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page118 #maincontent .section-builder-full,
.cms-page-view.cms-page118 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page6 #maincontent,
.cms-page-view.cms-page6 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page6 #maincontent .page.messages,
.cms-index-index.cms-page6 #maincontent .page.messages,
.cms-index-index.cms-page6 #maincontent .section-builder,
.cms-page-view.cms-page6 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page6 #maincontent .section-builder-full,
.cms-page-view.cms-page6 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page7 #maincontent,
.cms-page-view.cms-page7 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page7 #maincontent .page.messages,
.cms-index-index.cms-page7 #maincontent .page.messages,
.cms-index-index.cms-page7 #maincontent .section-builder,
.cms-page-view.cms-page7 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page7 #maincontent .section-builder-full,
.cms-page-view.cms-page7 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page13 #maincontent,
.cms-page-view.cms-page13 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page13 #maincontent .page.messages,
.cms-index-index.cms-page13 #maincontent .page.messages,
.cms-index-index.cms-page13 #maincontent .section-builder,
.cms-page-view.cms-page13 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page13 #maincontent .section-builder-full,
.cms-page-view.cms-page13 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page15 #maincontent,
.cms-page-view.cms-page15 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page15 #maincontent .page.messages,
.cms-index-index.cms-page15 #maincontent .page.messages,
.cms-index-index.cms-page15 #maincontent .section-builder,
.cms-page-view.cms-page15 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page15 #maincontent .section-builder-full,
.cms-page-view.cms-page15 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page16 #maincontent,
.cms-page-view.cms-page16 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page16 #maincontent .page.messages,
.cms-index-index.cms-page16 #maincontent .page.messages,
.cms-index-index.cms-page16 #maincontent .section-builder,
.cms-page-view.cms-page16 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page16 #maincontent .section-builder-full,
.cms-page-view.cms-page16 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page17 #maincontent,
.cms-page-view.cms-page17 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page17 #maincontent .page.messages,
.cms-index-index.cms-page17 #maincontent .page.messages,
.cms-index-index.cms-page17 #maincontent .section-builder,
.cms-page-view.cms-page17 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page17 #maincontent .section-builder-full,
.cms-page-view.cms-page17 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page18 #maincontent,
.cms-page-view.cms-page18 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page18 #maincontent .page.messages,
.cms-index-index.cms-page18 #maincontent .page.messages,
.cms-index-index.cms-page18 #maincontent .section-builder,
.cms-page-view.cms-page18 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page18 #maincontent .section-builder-full,
.cms-page-view.cms-page18 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page21 #maincontent,
.cms-page-view.cms-page21 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page21 #maincontent .page.messages,
.cms-index-index.cms-page21 #maincontent .page.messages,
.cms-index-index.cms-page21 #maincontent .section-builder,
.cms-page-view.cms-page21 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page21 #maincontent .section-builder-full,
.cms-page-view.cms-page21 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page22 #maincontent,
.cms-page-view.cms-page22 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page22 #maincontent .page.messages,
.cms-index-index.cms-page22 #maincontent .page.messages,
.cms-index-index.cms-page22 #maincontent .section-builder,
.cms-page-view.cms-page22 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page22 #maincontent .section-builder-full,
.cms-page-view.cms-page22 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page30 #maincontent,
.cms-page-view.cms-page30 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page30 #maincontent .page.messages,
.cms-index-index.cms-page30 #maincontent .page.messages,
.cms-index-index.cms-page30 #maincontent .section-builder,
.cms-page-view.cms-page30 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page30 #maincontent .section-builder-full,
.cms-page-view.cms-page30 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page23 #maincontent,
.cms-page-view.cms-page23 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page23 #maincontent .page.messages,
.cms-index-index.cms-page23 #maincontent .page.messages,
.cms-index-index.cms-page23 #maincontent .section-builder,
.cms-page-view.cms-page23 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page23 #maincontent .section-builder-full,
.cms-page-view.cms-page23 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page4 #maincontent,
.cms-page-view.cms-page4 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page4 #maincontent .page.messages,
.cms-index-index.cms-page4 #maincontent .page.messages,
.cms-index-index.cms-page4 #maincontent .section-builder,
.cms-page-view.cms-page4 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page4 #maincontent .section-builder-full,
.cms-page-view.cms-page4 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page63 #maincontent,
.cms-page-view.cms-page63 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page63 #maincontent .page.messages,
.cms-index-index.cms-page63 #maincontent .page.messages,
.cms-index-index.cms-page63 #maincontent .section-builder,
.cms-page-view.cms-page63 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page63 #maincontent .section-builder-full,
.cms-page-view.cms-page63 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page119 #maincontent,
.cms-page-view.cms-page119 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page119 #maincontent .page.messages,
.cms-index-index.cms-page119 #maincontent .page.messages,
.cms-index-index.cms-page119 #maincontent .section-builder,
.cms-page-view.cms-page119 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page119 #maincontent .section-builder-full,
.cms-page-view.cms-page119 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page92 #maincontent,
.cms-page-view.cms-page92 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page92 #maincontent .page.messages,
.cms-index-index.cms-page92 #maincontent .page.messages,
.cms-index-index.cms-page92 #maincontent .section-builder,
.cms-page-view.cms-page92 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page92 #maincontent .section-builder-full,
.cms-page-view.cms-page92 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page69 #maincontent,
.cms-page-view.cms-page69 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page69 #maincontent .page.messages,
.cms-index-index.cms-page69 #maincontent .page.messages,
.cms-index-index.cms-page69 #maincontent .section-builder,
.cms-page-view.cms-page69 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page69 #maincontent .section-builder-full,
.cms-page-view.cms-page69 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page147 #maincontent,
.cms-page-view.cms-page147 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page147 #maincontent .page.messages,
.cms-index-index.cms-page147 #maincontent .page.messages,
.cms-index-index.cms-page147 #maincontent .section-builder,
.cms-page-view.cms-page147 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page147 #maincontent .section-builder-full,
.cms-page-view.cms-page147 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page180 #maincontent,
.cms-page-view.cms-page180 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page180 #maincontent .page.messages,
.cms-index-index.cms-page180 #maincontent .page.messages,
.cms-index-index.cms-page180 #maincontent .section-builder,
.cms-page-view.cms-page180 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page180 #maincontent .section-builder-full,
.cms-page-view.cms-page180 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page94 #maincontent,
.cms-page-view.cms-page94 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page94 #maincontent .page.messages,
.cms-index-index.cms-page94 #maincontent .page.messages,
.cms-index-index.cms-page94 #maincontent .section-builder,
.cms-page-view.cms-page94 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page94 #maincontent .section-builder-full,
.cms-page-view.cms-page94 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page124 #maincontent,
.cms-page-view.cms-page124 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page124 #maincontent .page.messages,
.cms-index-index.cms-page124 #maincontent .page.messages,
.cms-index-index.cms-page124 #maincontent .section-builder,
.cms-page-view.cms-page124 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page124 #maincontent .section-builder-full,
.cms-page-view.cms-page124 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page135 #maincontent,
.cms-page-view.cms-page135 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page135 #maincontent .page.messages,
.cms-index-index.cms-page135 #maincontent .page.messages,
.cms-index-index.cms-page135 #maincontent .section-builder,
.cms-page-view.cms-page135 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page135 #maincontent .section-builder-full,
.cms-page-view.cms-page135 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page38 #maincontent,
.cms-page-view.cms-page38 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page38 #maincontent .page.messages,
.cms-index-index.cms-page38 #maincontent .page.messages,
.cms-index-index.cms-page38 #maincontent .section-builder,
.cms-page-view.cms-page38 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page38 #maincontent .section-builder-full,
.cms-page-view.cms-page38 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page51 #maincontent,
.cms-page-view.cms-page51 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page51 #maincontent .page.messages,
.cms-index-index.cms-page51 #maincontent .page.messages,
.cms-index-index.cms-page51 #maincontent .section-builder,
.cms-page-view.cms-page51 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page51 #maincontent .section-builder-full,
.cms-page-view.cms-page51 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page109 #maincontent,
.cms-page-view.cms-page109 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page109 #maincontent .page.messages,
.cms-index-index.cms-page109 #maincontent .page.messages,
.cms-index-index.cms-page109 #maincontent .section-builder,
.cms-page-view.cms-page109 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page109 #maincontent .section-builder-full,
.cms-page-view.cms-page109 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page99 #maincontent,
.cms-page-view.cms-page99 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page99 #maincontent .page.messages,
.cms-index-index.cms-page99 #maincontent .page.messages,
.cms-index-index.cms-page99 #maincontent .section-builder,
.cms-page-view.cms-page99 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page99 #maincontent .section-builder-full,
.cms-page-view.cms-page99 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page138 #maincontent,
.cms-page-view.cms-page138 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page138 #maincontent .page.messages,
.cms-index-index.cms-page138 #maincontent .page.messages,
.cms-index-index.cms-page138 #maincontent .section-builder,
.cms-page-view.cms-page138 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page138 #maincontent .section-builder-full,
.cms-page-view.cms-page138 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page184 #maincontent,
.cms-page-view.cms-page184 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page184 #maincontent .page.messages,
.cms-index-index.cms-page184 #maincontent .page.messages,
.cms-index-index.cms-page184 #maincontent .section-builder,
.cms-page-view.cms-page184 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page184 #maincontent .section-builder-full,
.cms-page-view.cms-page184 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page210 #maincontent,
.cms-page-view.cms-page210 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page210 #maincontent .page.messages,
.cms-index-index.cms-page210 #maincontent .page.messages,
.cms-index-index.cms-page210 #maincontent .section-builder,
.cms-page-view.cms-page210 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page210 #maincontent .section-builder-full,
.cms-page-view.cms-page210 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page211 #maincontent,
.cms-page-view.cms-page211 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page211 #maincontent .page.messages,
.cms-index-index.cms-page211 #maincontent .page.messages,
.cms-index-index.cms-page211 #maincontent .section-builder,
.cms-page-view.cms-page211 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page211 #maincontent .section-builder-full,
.cms-page-view.cms-page211 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page212 #maincontent,
.cms-page-view.cms-page212 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page212 #maincontent .page.messages,
.cms-index-index.cms-page212 #maincontent .page.messages,
.cms-index-index.cms-page212 #maincontent .section-builder,
.cms-page-view.cms-page212 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page212 #maincontent .section-builder-full,
.cms-page-view.cms-page212 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page213 #maincontent,
.cms-page-view.cms-page213 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page213 #maincontent .page.messages,
.cms-index-index.cms-page213 #maincontent .page.messages,
.cms-index-index.cms-page213 #maincontent .section-builder,
.cms-page-view.cms-page213 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page213 #maincontent .section-builder-full,
.cms-page-view.cms-page213 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page216 #maincontent,
.cms-page-view.cms-page216 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page216 #maincontent .page.messages,
.cms-index-index.cms-page216 #maincontent .page.messages,
.cms-index-index.cms-page216 #maincontent .section-builder,
.cms-page-view.cms-page216 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page216 #maincontent .section-builder-full,
.cms-page-view.cms-page216 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page217 #maincontent,
.cms-page-view.cms-page217 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page217 #maincontent .page.messages,
.cms-index-index.cms-page217 #maincontent .page.messages,
.cms-index-index.cms-page217 #maincontent .section-builder,
.cms-page-view.cms-page217 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page217 #maincontent .section-builder-full,
.cms-page-view.cms-page217 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page191 #maincontent,
.cms-page-view.cms-page191 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page191 #maincontent .page.messages,
.cms-index-index.cms-page191 #maincontent .page.messages,
.cms-index-index.cms-page191 #maincontent .section-builder,
.cms-page-view.cms-page191 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page191 #maincontent .section-builder-full,
.cms-page-view.cms-page191 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page190 #maincontent,
.cms-page-view.cms-page190 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page190 #maincontent .page.messages,
.cms-index-index.cms-page190 #maincontent .page.messages,
.cms-index-index.cms-page190 #maincontent .section-builder,
.cms-page-view.cms-page190 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page190 #maincontent .section-builder-full,
.cms-page-view.cms-page190 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page189 #maincontent,
.cms-page-view.cms-page189 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page189 #maincontent .page.messages,
.cms-index-index.cms-page189 #maincontent .page.messages,
.cms-index-index.cms-page189 #maincontent .section-builder,
.cms-page-view.cms-page189 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page189 #maincontent .section-builder-full,
.cms-page-view.cms-page189 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page188 #maincontent,
.cms-page-view.cms-page188 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page188 #maincontent .page.messages,
.cms-index-index.cms-page188 #maincontent .page.messages,
.cms-index-index.cms-page188 #maincontent .section-builder,
.cms-page-view.cms-page188 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page188 #maincontent .section-builder-full,
.cms-page-view.cms-page188 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page187 #maincontent,
.cms-page-view.cms-page187 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page187 #maincontent .page.messages,
.cms-index-index.cms-page187 #maincontent .page.messages,
.cms-index-index.cms-page187 #maincontent .section-builder,
.cms-page-view.cms-page187 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page187 #maincontent .section-builder-full,
.cms-page-view.cms-page187 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page186 #maincontent,
.cms-page-view.cms-page186 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page186 #maincontent .page.messages,
.cms-index-index.cms-page186 #maincontent .page.messages,
.cms-index-index.cms-page186 #maincontent .section-builder,
.cms-page-view.cms-page186 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page186 #maincontent .section-builder-full,
.cms-page-view.cms-page186 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page185 #maincontent,
.cms-page-view.cms-page185 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page185 #maincontent .page.messages,
.cms-index-index.cms-page185 #maincontent .page.messages,
.cms-index-index.cms-page185 #maincontent .section-builder,
.cms-page-view.cms-page185 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page185 #maincontent .section-builder-full,
.cms-page-view.cms-page185 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page39 #maincontent,
.cms-page-view.cms-page39 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page39 #maincontent .page.messages,
.cms-index-index.cms-page39 #maincontent .page.messages,
.cms-index-index.cms-page39 #maincontent .section-builder,
.cms-page-view.cms-page39 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page39 #maincontent .section-builder-full,
.cms-page-view.cms-page39 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page40 #maincontent,
.cms-page-view.cms-page40 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page40 #maincontent .page.messages,
.cms-index-index.cms-page40 #maincontent .page.messages,
.cms-index-index.cms-page40 #maincontent .section-builder,
.cms-page-view.cms-page40 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page40 #maincontent .section-builder-full,
.cms-page-view.cms-page40 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page41 #maincontent,
.cms-page-view.cms-page41 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page41 #maincontent .page.messages,
.cms-index-index.cms-page41 #maincontent .page.messages,
.cms-index-index.cms-page41 #maincontent .section-builder,
.cms-page-view.cms-page41 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page41 #maincontent .section-builder-full,
.cms-page-view.cms-page41 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page103 #maincontent,
.cms-page-view.cms-page103 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page103 #maincontent .page.messages,
.cms-index-index.cms-page103 #maincontent .page.messages,
.cms-index-index.cms-page103 #maincontent .section-builder,
.cms-page-view.cms-page103 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page103 #maincontent .section-builder-full,
.cms-page-view.cms-page103 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page43 #maincontent,
.cms-page-view.cms-page43 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page43 #maincontent .page.messages,
.cms-index-index.cms-page43 #maincontent .page.messages,
.cms-index-index.cms-page43 #maincontent .section-builder,
.cms-page-view.cms-page43 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page43 #maincontent .section-builder-full,
.cms-page-view.cms-page43 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page36 #maincontent,
.cms-page-view.cms-page36 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page36 #maincontent .page.messages,
.cms-index-index.cms-page36 #maincontent .page.messages,
.cms-index-index.cms-page36 #maincontent .section-builder,
.cms-page-view.cms-page36 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page36 #maincontent .section-builder-full,
.cms-page-view.cms-page36 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page35 #maincontent,
.cms-page-view.cms-page35 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page35 #maincontent .page.messages,
.cms-index-index.cms-page35 #maincontent .page.messages,
.cms-index-index.cms-page35 #maincontent .section-builder,
.cms-page-view.cms-page35 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page35 #maincontent .section-builder-full,
.cms-page-view.cms-page35 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page58 #maincontent,
.cms-page-view.cms-page58 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page58 #maincontent .page.messages,
.cms-index-index.cms-page58 #maincontent .page.messages,
.cms-index-index.cms-page58 #maincontent .section-builder,
.cms-page-view.cms-page58 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page58 #maincontent .section-builder-full,
.cms-page-view.cms-page58 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page57 #maincontent,
.cms-page-view.cms-page57 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page57 #maincontent .page.messages,
.cms-index-index.cms-page57 #maincontent .page.messages,
.cms-index-index.cms-page57 #maincontent .section-builder,
.cms-page-view.cms-page57 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page57 #maincontent .section-builder-full,
.cms-page-view.cms-page57 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page54 #maincontent,
.cms-page-view.cms-page54 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page54 #maincontent .page.messages,
.cms-index-index.cms-page54 #maincontent .page.messages,
.cms-index-index.cms-page54 #maincontent .section-builder,
.cms-page-view.cms-page54 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page54 #maincontent .section-builder-full,
.cms-page-view.cms-page54 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page46 #maincontent,
.cms-page-view.cms-page46 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page46 #maincontent .page.messages,
.cms-index-index.cms-page46 #maincontent .page.messages,
.cms-index-index.cms-page46 #maincontent .section-builder,
.cms-page-view.cms-page46 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page46 #maincontent .section-builder-full,
.cms-page-view.cms-page46 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page74 #maincontent,
.cms-page-view.cms-page74 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page74 #maincontent .page.messages,
.cms-index-index.cms-page74 #maincontent .page.messages,
.cms-index-index.cms-page74 #maincontent .section-builder,
.cms-page-view.cms-page74 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page74 #maincontent .section-builder-full,
.cms-page-view.cms-page74 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page127 #maincontent,
.cms-page-view.cms-page127 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page127 #maincontent .page.messages,
.cms-index-index.cms-page127 #maincontent .page.messages,
.cms-index-index.cms-page127 #maincontent .section-builder,
.cms-page-view.cms-page127 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page127 #maincontent .section-builder-full,
.cms-page-view.cms-page127 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page78 #maincontent,
.cms-page-view.cms-page78 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page78 #maincontent .page.messages,
.cms-index-index.cms-page78 #maincontent .page.messages,
.cms-index-index.cms-page78 #maincontent .section-builder,
.cms-page-view.cms-page78 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page78 #maincontent .section-builder-full,
.cms-page-view.cms-page78 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page79 #maincontent,
.cms-page-view.cms-page79 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page79 #maincontent .page.messages,
.cms-index-index.cms-page79 #maincontent .page.messages,
.cms-index-index.cms-page79 #maincontent .section-builder,
.cms-page-view.cms-page79 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page79 #maincontent .section-builder-full,
.cms-page-view.cms-page79 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page80 #maincontent,
.cms-page-view.cms-page80 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page80 #maincontent .page.messages,
.cms-index-index.cms-page80 #maincontent .page.messages,
.cms-index-index.cms-page80 #maincontent .section-builder,
.cms-page-view.cms-page80 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page80 #maincontent .section-builder-full,
.cms-page-view.cms-page80 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page77 #maincontent,
.cms-page-view.cms-page77 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page77 #maincontent .page.messages,
.cms-index-index.cms-page77 #maincontent .page.messages,
.cms-index-index.cms-page77 #maincontent .section-builder,
.cms-page-view.cms-page77 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page77 #maincontent .section-builder-full,
.cms-page-view.cms-page77 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page75 #maincontent,
.cms-page-view.cms-page75 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page75 #maincontent .page.messages,
.cms-index-index.cms-page75 #maincontent .page.messages,
.cms-index-index.cms-page75 #maincontent .section-builder,
.cms-page-view.cms-page75 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page75 #maincontent .section-builder-full,
.cms-page-view.cms-page75 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page110 #maincontent,
.cms-page-view.cms-page110 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page110 #maincontent .page.messages,
.cms-index-index.cms-page110 #maincontent .page.messages,
.cms-index-index.cms-page110 #maincontent .section-builder,
.cms-page-view.cms-page110 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page110 #maincontent .section-builder-full,
.cms-page-view.cms-page110 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page112 #maincontent,
.cms-page-view.cms-page112 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page112 #maincontent .page.messages,
.cms-index-index.cms-page112 #maincontent .page.messages,
.cms-index-index.cms-page112 #maincontent .section-builder,
.cms-page-view.cms-page112 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page112 #maincontent .section-builder-full,
.cms-page-view.cms-page112 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page113 #maincontent,
.cms-page-view.cms-page113 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page113 #maincontent .page.messages,
.cms-index-index.cms-page113 #maincontent .page.messages,
.cms-index-index.cms-page113 #maincontent .section-builder,
.cms-page-view.cms-page113 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page113 #maincontent .section-builder-full,
.cms-page-view.cms-page113 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page114 #maincontent,
.cms-page-view.cms-page114 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page114 #maincontent .page.messages,
.cms-index-index.cms-page114 #maincontent .page.messages,
.cms-index-index.cms-page114 #maincontent .section-builder,
.cms-page-view.cms-page114 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page114 #maincontent .section-builder-full,
.cms-page-view.cms-page114 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page115 #maincontent,
.cms-page-view.cms-page115 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page115 #maincontent .page.messages,
.cms-index-index.cms-page115 #maincontent .page.messages,
.cms-index-index.cms-page115 #maincontent .section-builder,
.cms-page-view.cms-page115 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page115 #maincontent .section-builder-full,
.cms-page-view.cms-page115 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page116 #maincontent,
.cms-page-view.cms-page116 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page116 #maincontent .page.messages,
.cms-index-index.cms-page116 #maincontent .page.messages,
.cms-index-index.cms-page116 #maincontent .section-builder,
.cms-page-view.cms-page116 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page116 #maincontent .section-builder-full,
.cms-page-view.cms-page116 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page107 #maincontent,
.cms-page-view.cms-page107 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page107 #maincontent .page.messages,
.cms-index-index.cms-page107 #maincontent .page.messages,
.cms-index-index.cms-page107 #maincontent .section-builder,
.cms-page-view.cms-page107 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page107 #maincontent .section-builder-full,
.cms-page-view.cms-page107 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page106 #maincontent,
.cms-page-view.cms-page106 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page106 #maincontent .page.messages,
.cms-index-index.cms-page106 #maincontent .page.messages,
.cms-index-index.cms-page106 #maincontent .section-builder,
.cms-page-view.cms-page106 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page106 #maincontent .section-builder-full,
.cms-page-view.cms-page106 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page96 #maincontent,
.cms-page-view.cms-page96 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page96 #maincontent .page.messages,
.cms-index-index.cms-page96 #maincontent .page.messages,
.cms-index-index.cms-page96 #maincontent .section-builder,
.cms-page-view.cms-page96 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page96 #maincontent .section-builder-full,
.cms-page-view.cms-page96 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page100 #maincontent,
.cms-page-view.cms-page100 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page100 #maincontent .page.messages,
.cms-index-index.cms-page100 #maincontent .page.messages,
.cms-index-index.cms-page100 #maincontent .section-builder,
.cms-page-view.cms-page100 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page100 #maincontent .section-builder-full,
.cms-page-view.cms-page100 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page153 #maincontent,
.cms-page-view.cms-page153 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page153 #maincontent .page.messages,
.cms-index-index.cms-page153 #maincontent .page.messages,
.cms-index-index.cms-page153 #maincontent .section-builder,
.cms-page-view.cms-page153 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page153 #maincontent .section-builder-full,
.cms-page-view.cms-page153 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page236 #maincontent,
.cms-page-view.cms-page236 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page236 #maincontent .page.messages,
.cms-index-index.cms-page236 #maincontent .page.messages,
.cms-index-index.cms-page236 #maincontent .section-builder,
.cms-page-view.cms-page236 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page236 #maincontent .section-builder-full,
.cms-page-view.cms-page236 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page233 #maincontent,
.cms-page-view.cms-page233 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page233 #maincontent .page.messages,
.cms-index-index.cms-page233 #maincontent .page.messages,
.cms-index-index.cms-page233 #maincontent .section-builder,
.cms-page-view.cms-page233 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page233 #maincontent .section-builder-full,
.cms-page-view.cms-page233 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page237 #maincontent,
.cms-page-view.cms-page237 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page237 #maincontent .page.messages,
.cms-index-index.cms-page237 #maincontent .page.messages,
.cms-index-index.cms-page237 #maincontent .section-builder,
.cms-page-view.cms-page237 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page237 #maincontent .section-builder-full,
.cms-page-view.cms-page237 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page240 #maincontent,
.cms-page-view.cms-page240 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page240 #maincontent .page.messages,
.cms-index-index.cms-page240 #maincontent .page.messages,
.cms-index-index.cms-page240 #maincontent .section-builder,
.cms-page-view.cms-page240 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page240 #maincontent .section-builder-full,
.cms-page-view.cms-page240 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page238 #maincontent,
.cms-page-view.cms-page238 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page238 #maincontent .page.messages,
.cms-index-index.cms-page238 #maincontent .page.messages,
.cms-index-index.cms-page238 #maincontent .section-builder,
.cms-page-view.cms-page238 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page238 #maincontent .section-builder-full,
.cms-page-view.cms-page238 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page239 #maincontent,
.cms-page-view.cms-page239 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page239 #maincontent .page.messages,
.cms-index-index.cms-page239 #maincontent .page.messages,
.cms-index-index.cms-page239 #maincontent .section-builder,
.cms-page-view.cms-page239 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page239 #maincontent .section-builder-full,
.cms-page-view.cms-page239 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page242 #maincontent,
.cms-page-view.cms-page242 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page242 #maincontent .page.messages,
.cms-index-index.cms-page242 #maincontent .page.messages,
.cms-index-index.cms-page242 #maincontent .section-builder,
.cms-page-view.cms-page242 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page242 #maincontent .section-builder-full,
.cms-page-view.cms-page242 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page243 #maincontent,
.cms-page-view.cms-page243 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page243 #maincontent .page.messages,
.cms-index-index.cms-page243 #maincontent .page.messages,
.cms-index-index.cms-page243 #maincontent .section-builder,
.cms-page-view.cms-page243 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page243 #maincontent .section-builder-full,
.cms-page-view.cms-page243 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page244 #maincontent,
.cms-page-view.cms-page244 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page244 #maincontent .page.messages,
.cms-index-index.cms-page244 #maincontent .page.messages,
.cms-index-index.cms-page244 #maincontent .section-builder,
.cms-page-view.cms-page244 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page244 #maincontent .section-builder-full,
.cms-page-view.cms-page244 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page245 #maincontent,
.cms-page-view.cms-page245 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page245 #maincontent .page.messages,
.cms-index-index.cms-page245 #maincontent .page.messages,
.cms-index-index.cms-page245 #maincontent .section-builder,
.cms-page-view.cms-page245 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page245 #maincontent .section-builder-full,
.cms-page-view.cms-page245 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page241 #maincontent,
.cms-page-view.cms-page241 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page241 #maincontent .page.messages,
.cms-index-index.cms-page241 #maincontent .page.messages,
.cms-index-index.cms-page241 #maincontent .section-builder,
.cms-page-view.cms-page241 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page241 #maincontent .section-builder-full,
.cms-page-view.cms-page241 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page73 #maincontent,
.cms-page-view.cms-page73 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page73 #maincontent .page.messages,
.cms-index-index.cms-page73 #maincontent .page.messages,
.cms-index-index.cms-page73 #maincontent .section-builder,
.cms-page-view.cms-page73 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page73 #maincontent .section-builder-full,
.cms-page-view.cms-page73 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page247 #maincontent,
.cms-page-view.cms-page247 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page247 #maincontent .page.messages,
.cms-index-index.cms-page247 #maincontent .page.messages,
.cms-index-index.cms-page247 #maincontent .section-builder,
.cms-page-view.cms-page247 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page247 #maincontent .section-builder-full,
.cms-page-view.cms-page247 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page276 #maincontent,
.cms-page-view.cms-page276 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page276 #maincontent .page.messages,
.cms-index-index.cms-page276 #maincontent .page.messages,
.cms-index-index.cms-page276 #maincontent .section-builder,
.cms-page-view.cms-page276 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page276 #maincontent .section-builder-full,
.cms-page-view.cms-page276 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page271 #maincontent,
.cms-page-view.cms-page271 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page271 #maincontent .page.messages,
.cms-index-index.cms-page271 #maincontent .page.messages,
.cms-index-index.cms-page271 #maincontent .section-builder,
.cms-page-view.cms-page271 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page271 #maincontent .section-builder-full,
.cms-page-view.cms-page271 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page282 #maincontent,
.cms-page-view.cms-page282 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page282 #maincontent .page.messages,
.cms-index-index.cms-page282 #maincontent .page.messages,
.cms-index-index.cms-page282 #maincontent .section-builder,
.cms-page-view.cms-page282 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page282 #maincontent .section-builder-full,
.cms-page-view.cms-page282 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page283 #maincontent,
.cms-page-view.cms-page283 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page283 #maincontent .page.messages,
.cms-index-index.cms-page283 #maincontent .page.messages,
.cms-index-index.cms-page283 #maincontent .section-builder,
.cms-page-view.cms-page283 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page283 #maincontent .section-builder-full,
.cms-page-view.cms-page283 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page270 #maincontent,
.cms-page-view.cms-page270 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page270 #maincontent .page.messages,
.cms-index-index.cms-page270 #maincontent .page.messages,
.cms-index-index.cms-page270 #maincontent .section-builder,
.cms-page-view.cms-page270 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page270 #maincontent .section-builder-full,
.cms-page-view.cms-page270 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page261 #maincontent,
.cms-page-view.cms-page261 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page261 #maincontent .page.messages,
.cms-index-index.cms-page261 #maincontent .page.messages,
.cms-index-index.cms-page261 #maincontent .section-builder,
.cms-page-view.cms-page261 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page261 #maincontent .section-builder-full,
.cms-page-view.cms-page261 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page5 #maincontent,
.cms-page-view.cms-page5 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page5 #maincontent .page.messages,
.cms-index-index.cms-page5 #maincontent .page.messages,
.cms-index-index.cms-page5 #maincontent .section-builder,
.cms-page-view.cms-page5 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page5 #maincontent .section-builder-full,
.cms-page-view.cms-page5 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page259 #maincontent,
.cms-page-view.cms-page259 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page259 #maincontent .page.messages,
.cms-index-index.cms-page259 #maincontent .page.messages,
.cms-index-index.cms-page259 #maincontent .section-builder,
.cms-page-view.cms-page259 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page259 #maincontent .section-builder-full,
.cms-page-view.cms-page259 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page257 #maincontent,
.cms-page-view.cms-page257 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page257 #maincontent .page.messages,
.cms-index-index.cms-page257 #maincontent .page.messages,
.cms-index-index.cms-page257 #maincontent .section-builder,
.cms-page-view.cms-page257 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page257 #maincontent .section-builder-full,
.cms-page-view.cms-page257 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page306 #maincontent,
.cms-page-view.cms-page306 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page306 #maincontent .page.messages,
.cms-index-index.cms-page306 #maincontent .page.messages,
.cms-index-index.cms-page306 #maincontent .section-builder,
.cms-page-view.cms-page306 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page306 #maincontent .section-builder-full,
.cms-page-view.cms-page306 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page321 #maincontent,
.cms-page-view.cms-page321 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page321 #maincontent .page.messages,
.cms-index-index.cms-page321 #maincontent .page.messages,
.cms-index-index.cms-page321 #maincontent .section-builder,
.cms-page-view.cms-page321 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page321 #maincontent .section-builder-full,
.cms-page-view.cms-page321 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page313 #maincontent,
.cms-page-view.cms-page313 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page313 #maincontent .page.messages,
.cms-index-index.cms-page313 #maincontent .page.messages,
.cms-index-index.cms-page313 #maincontent .section-builder,
.cms-page-view.cms-page313 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page313 #maincontent .section-builder-full,
.cms-page-view.cms-page313 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page308 #maincontent,
.cms-page-view.cms-page308 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page308 #maincontent .page.messages,
.cms-index-index.cms-page308 #maincontent .page.messages,
.cms-index-index.cms-page308 #maincontent .section-builder,
.cms-page-view.cms-page308 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page308 #maincontent .section-builder-full,
.cms-page-view.cms-page308 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page316 #maincontent,
.cms-page-view.cms-page316 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page316 #maincontent .page.messages,
.cms-index-index.cms-page316 #maincontent .page.messages,
.cms-index-index.cms-page316 #maincontent .section-builder,
.cms-page-view.cms-page316 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page316 #maincontent .section-builder-full,
.cms-page-view.cms-page316 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page320 #maincontent,
.cms-page-view.cms-page320 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page320 #maincontent .page.messages,
.cms-index-index.cms-page320 #maincontent .page.messages,
.cms-index-index.cms-page320 #maincontent .section-builder,
.cms-page-view.cms-page320 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page320 #maincontent .section-builder-full,
.cms-page-view.cms-page320 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page309 #maincontent,
.cms-page-view.cms-page309 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page309 #maincontent .page.messages,
.cms-index-index.cms-page309 #maincontent .page.messages,
.cms-index-index.cms-page309 #maincontent .section-builder,
.cms-page-view.cms-page309 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page309 #maincontent .section-builder-full,
.cms-page-view.cms-page309 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page287 #maincontent,
.cms-page-view.cms-page287 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page287 #maincontent .page.messages,
.cms-index-index.cms-page287 #maincontent .page.messages,
.cms-index-index.cms-page287 #maincontent .section-builder,
.cms-page-view.cms-page287 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page287 #maincontent .section-builder-full,
.cms-page-view.cms-page287 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page317 #maincontent,
.cms-page-view.cms-page317 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page317 #maincontent .page.messages,
.cms-index-index.cms-page317 #maincontent .page.messages,
.cms-index-index.cms-page317 #maincontent .section-builder,
.cms-page-view.cms-page317 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page317 #maincontent .section-builder-full,
.cms-page-view.cms-page317 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page314 #maincontent,
.cms-page-view.cms-page314 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page314 #maincontent .page.messages,
.cms-index-index.cms-page314 #maincontent .page.messages,
.cms-index-index.cms-page314 #maincontent .section-builder,
.cms-page-view.cms-page314 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page314 #maincontent .section-builder-full,
.cms-page-view.cms-page314 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page312 #maincontent,
.cms-page-view.cms-page312 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page312 #maincontent .page.messages,
.cms-index-index.cms-page312 #maincontent .page.messages,
.cms-index-index.cms-page312 #maincontent .section-builder,
.cms-page-view.cms-page312 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page312 #maincontent .section-builder-full,
.cms-page-view.cms-page312 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page310 #maincontent,
.cms-page-view.cms-page310 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page310 #maincontent .page.messages,
.cms-index-index.cms-page310 #maincontent .page.messages,
.cms-index-index.cms-page310 #maincontent .section-builder,
.cms-page-view.cms-page310 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page310 #maincontent .section-builder-full,
.cms-page-view.cms-page310 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page332 #maincontent,
.cms-page-view.cms-page332 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page332 #maincontent .page.messages,
.cms-index-index.cms-page332 #maincontent .page.messages,
.cms-index-index.cms-page332 #maincontent .section-builder,
.cms-page-view.cms-page332 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page332 #maincontent .section-builder-full,
.cms-page-view.cms-page332 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page325 #maincontent,
.cms-page-view.cms-page325 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page325 #maincontent .page.messages,
.cms-index-index.cms-page325 #maincontent .page.messages,
.cms-index-index.cms-page325 #maincontent .section-builder,
.cms-page-view.cms-page325 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page325 #maincontent .section-builder-full,
.cms-page-view.cms-page325 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page318 #maincontent,
.cms-page-view.cms-page318 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page318 #maincontent .page.messages,
.cms-index-index.cms-page318 #maincontent .page.messages,
.cms-index-index.cms-page318 #maincontent .section-builder,
.cms-page-view.cms-page318 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page318 #maincontent .section-builder-full,
.cms-page-view.cms-page318 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page315 #maincontent,
.cms-page-view.cms-page315 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page315 #maincontent .page.messages,
.cms-index-index.cms-page315 #maincontent .page.messages,
.cms-index-index.cms-page315 #maincontent .section-builder,
.cms-page-view.cms-page315 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page315 #maincontent .section-builder-full,
.cms-page-view.cms-page315 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page335 #maincontent,
.cms-page-view.cms-page335 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page335 #maincontent .page.messages,
.cms-index-index.cms-page335 #maincontent .page.messages,
.cms-index-index.cms-page335 #maincontent .section-builder,
.cms-page-view.cms-page335 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page335 #maincontent .section-builder-full,
.cms-page-view.cms-page335 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page336 #maincontent,
.cms-page-view.cms-page336 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page336 #maincontent .page.messages,
.cms-index-index.cms-page336 #maincontent .page.messages,
.cms-index-index.cms-page336 #maincontent .section-builder,
.cms-page-view.cms-page336 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page336 #maincontent .section-builder-full,
.cms-page-view.cms-page336 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page337 #maincontent,
.cms-page-view.cms-page337 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page337 #maincontent .page.messages,
.cms-index-index.cms-page337 #maincontent .page.messages,
.cms-index-index.cms-page337 #maincontent .section-builder,
.cms-page-view.cms-page337 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page337 #maincontent .section-builder-full,
.cms-page-view.cms-page337 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page338 #maincontent,
.cms-page-view.cms-page338 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page338 #maincontent .page.messages,
.cms-index-index.cms-page338 #maincontent .page.messages,
.cms-index-index.cms-page338 #maincontent .section-builder,
.cms-page-view.cms-page338 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page338 #maincontent .section-builder-full,
.cms-page-view.cms-page338 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page339 #maincontent,
.cms-page-view.cms-page339 #maincontent,
.cms-index-index.cms-page452 #maincontent,
.cms-page-view.cms-page452 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page339 #maincontent .page.messages,
.cms-index-index.cms-page339 #maincontent .page.messages,
.cms-index-index.cms-page339 #maincontent .section-builder,
.cms-page-view.cms-page339 #maincontent .section-builder,
.cms-page-view.cms-page452 #maincontent .page.messages,
.cms-index-index.cms-page452 #maincontent .page.messages,
.cms-index-index.cms-page452 #maincontent .section-builder,
.cms-page-view.cms-page452 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page339 #maincontent .section-builder-full,
.cms-page-view.cms-page339 #maincontent .section-builder-full,
.cms-index-index.cms-page452 #maincontent .section-builder-full,
.cms-page-view.cms-page452 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page340 #maincontent,
.cms-page-view.cms-page340 #maincontent,
.cms-index-index.cms-page453 #maincontent,
.cms-page-view.cms-page453 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page340 #maincontent .page.messages,
.cms-index-index.cms-page340 #maincontent .page.messages,
.cms-index-index.cms-page340 #maincontent .section-builder,
.cms-page-view.cms-page340 #maincontent .section-builder,
.cms-page-view.cms-page453 #maincontent .page.messages,
.cms-index-index.cms-page453 #maincontent .page.messages,
.cms-index-index.cms-page453 #maincontent .section-builder,
.cms-page-view.cms-page453 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page340 #maincontent .section-builder-full,
.cms-page-view.cms-page340 #maincontent .section-builder-full,
.cms-index-index.cms-page453 #maincontent .section-builder-full,
.cms-page-view.cms-page453 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page29 #maincontent,
.cms-page-view.cms-page29 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page29 #maincontent .page.messages,
.cms-index-index.cms-page29 #maincontent .page.messages,
.cms-index-index.cms-page29 #maincontent .section-builder,
.cms-page-view.cms-page29 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page29 #maincontent .section-builder-full,
.cms-page-view.cms-page29 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page392 #maincontent,
.cms-page-view.cms-page392 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page392 #maincontent .page.messages,
.cms-index-index.cms-page392 #maincontent .page.messages,
.cms-index-index.cms-page392 #maincontent .section-builder,
.cms-page-view.cms-page392 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page392 #maincontent .section-builder-full,
.cms-page-view.cms-page392 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page393 #maincontent,
.cms-page-view.cms-page393 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page393 #maincontent .page.messages,
.cms-index-index.cms-page393 #maincontent .page.messages,
.cms-index-index.cms-page393 #maincontent .section-builder,
.cms-page-view.cms-page393 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page393 #maincontent .section-builder-full,
.cms-page-view.cms-page393 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page398 #maincontent,
.cms-page-view.cms-page398 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page398 #maincontent .page.messages,
.cms-index-index.cms-page398 #maincontent .page.messages,
.cms-index-index.cms-page398 #maincontent .section-builder,
.cms-page-view.cms-page398 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page398 #maincontent .section-builder-full,
.cms-page-view.cms-page398 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page415 #maincontent,
.cms-page-view.cms-page415 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page415 #maincontent .page.messages,
.cms-index-index.cms-page415 #maincontent .page.messages,
.cms-index-index.cms-page415 #maincontent .section-builder,
.cms-page-view.cms-page415 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page415 #maincontent .section-builder-full,
.cms-page-view.cms-page415 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page386 #maincontent,
.cms-page-view.cms-page386 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page386 #maincontent .page.messages,
.cms-index-index.cms-page386 #maincontent .page.messages,
.cms-index-index.cms-page386 #maincontent .section-builder,
.cms-page-view.cms-page386 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page386 #maincontent .section-builder-full,
.cms-page-view.cms-page386 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page371 #maincontent,
.cms-page-view.cms-page371 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page371 #maincontent .page.messages,
.cms-index-index.cms-page371 #maincontent .page.messages,
.cms-index-index.cms-page371 #maincontent .section-builder,
.cms-page-view.cms-page371 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page371 #maincontent .section-builder-full,
.cms-page-view.cms-page371 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page387 #maincontent,
.cms-page-view.cms-page387 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page387 #maincontent .page.messages,
.cms-index-index.cms-page387 #maincontent .page.messages,
.cms-index-index.cms-page387 #maincontent .section-builder,
.cms-page-view.cms-page387 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page387 #maincontent .section-builder-full,
.cms-page-view.cms-page387 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page372 #maincontent,
.cms-page-view.cms-page372 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page372 #maincontent .page.messages,
.cms-index-index.cms-page372 #maincontent .page.messages,
.cms-index-index.cms-page372 #maincontent .section-builder,
.cms-page-view.cms-page372 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page372 #maincontent .section-builder-full,
.cms-page-view.cms-page372 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page388 #maincontent,
.cms-page-view.cms-page388 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page388 #maincontent .page.messages,
.cms-index-index.cms-page388 #maincontent .page.messages,
.cms-index-index.cms-page388 #maincontent .section-builder,
.cms-page-view.cms-page388 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page388 #maincontent .section-builder-full,
.cms-page-view.cms-page388 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page373 #maincontent,
.cms-page-view.cms-page373 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page373 #maincontent .page.messages,
.cms-index-index.cms-page373 #maincontent .page.messages,
.cms-index-index.cms-page373 #maincontent .section-builder,
.cms-page-view.cms-page373 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page373 #maincontent .section-builder-full,
.cms-page-view.cms-page373 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page397 #maincontent,
.cms-page-view.cms-page397 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page397 #maincontent .page.messages,
.cms-index-index.cms-page397 #maincontent .page.messages,
.cms-index-index.cms-page397 #maincontent .section-builder,
.cms-page-view.cms-page397 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page397 #maincontent .section-builder-full,
.cms-page-view.cms-page397 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page376 #maincontent,
.cms-page-view.cms-page376 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page376 #maincontent .page.messages,
.cms-index-index.cms-page376 #maincontent .page.messages,
.cms-index-index.cms-page376 #maincontent .section-builder,
.cms-page-view.cms-page376 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page376 #maincontent .section-builder-full,
.cms-page-view.cms-page376 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page416 #maincontent,
.cms-page-view.cms-page416 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page416 #maincontent .page.messages,
.cms-index-index.cms-page416 #maincontent .page.messages,
.cms-index-index.cms-page416 #maincontent .section-builder,
.cms-page-view.cms-page416 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page416 #maincontent .section-builder-full,
.cms-page-view.cms-page416 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page407 #maincontent,
.cms-page-view.cms-page407 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page407 #maincontent .page.messages,
.cms-index-index.cms-page407 #maincontent .page.messages,
.cms-index-index.cms-page407 #maincontent .section-builder,
.cms-page-view.cms-page407 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page407 #maincontent .section-builder-full,
.cms-page-view.cms-page407 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page405 #maincontent,
.cms-page-view.cms-page405 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page405 #maincontent .page.messages,
.cms-index-index.cms-page405 #maincontent .page.messages,
.cms-index-index.cms-page405 #maincontent .section-builder,
.cms-page-view.cms-page405 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page405 #maincontent .section-builder-full,
.cms-page-view.cms-page405 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page400 #maincontent,
.cms-page-view.cms-page400 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page400 #maincontent .page.messages,
.cms-index-index.cms-page400 #maincontent .page.messages,
.cms-index-index.cms-page400 #maincontent .section-builder,
.cms-page-view.cms-page400 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page400 #maincontent .section-builder-full,
.cms-page-view.cms-page400 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page399 #maincontent,
.cms-page-view.cms-page399 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page399 #maincontent .page.messages,
.cms-index-index.cms-page399 #maincontent .page.messages,
.cms-index-index.cms-page399 #maincontent .section-builder,
.cms-page-view.cms-page399 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page399 #maincontent .section-builder-full,
.cms-page-view.cms-page399 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page412 #maincontent,
.cms-page-view.cms-page412 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page412 #maincontent .page.messages,
.cms-index-index.cms-page412 #maincontent .page.messages,
.cms-index-index.cms-page412 #maincontent .section-builder,
.cms-page-view.cms-page412 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page412 #maincontent .section-builder-full,
.cms-page-view.cms-page412 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page401 #maincontent,
.cms-page-view.cms-page401 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page401 #maincontent .page.messages,
.cms-index-index.cms-page401 #maincontent .page.messages,
.cms-index-index.cms-page401 #maincontent .section-builder,
.cms-page-view.cms-page401 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page401 #maincontent .section-builder-full,
.cms-page-view.cms-page401 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page406 #maincontent,
.cms-page-view.cms-page406 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page406 #maincontent .page.messages,
.cms-index-index.cms-page406 #maincontent .page.messages,
.cms-index-index.cms-page406 #maincontent .section-builder,
.cms-page-view.cms-page406 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page406 #maincontent .section-builder-full,
.cms-page-view.cms-page406 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page404 #maincontent,
.cms-page-view.cms-page404 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page404 #maincontent .page.messages,
.cms-index-index.cms-page404 #maincontent .page.messages,
.cms-index-index.cms-page404 #maincontent .section-builder,
.cms-page-view.cms-page404 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page404 #maincontent .section-builder-full,
.cms-page-view.cms-page404 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page403 #maincontent,
.cms-page-view.cms-page403 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page403 #maincontent .page.messages,
.cms-index-index.cms-page403 #maincontent .page.messages,
.cms-index-index.cms-page403 #maincontent .section-builder,
.cms-page-view.cms-page403 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page403 #maincontent .section-builder-full,
.cms-page-view.cms-page403 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page411 #maincontent,
.cms-page-view.cms-page411 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page411 #maincontent .page.messages,
.cms-index-index.cms-page411 #maincontent .page.messages,
.cms-index-index.cms-page411 #maincontent .section-builder,
.cms-page-view.cms-page411 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page411 #maincontent .section-builder-full,
.cms-page-view.cms-page411 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page414 #maincontent,
.cms-page-view.cms-page414 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page414 #maincontent .page.messages,
.cms-index-index.cms-page414 #maincontent .page.messages,
.cms-index-index.cms-page414 #maincontent .section-builder,
.cms-page-view.cms-page414 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page414 #maincontent .section-builder-full,
.cms-page-view.cms-page414 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page408 #maincontent,
.cms-page-view.cms-page408 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page408 #maincontent .page.messages,
.cms-index-index.cms-page408 #maincontent .page.messages,
.cms-index-index.cms-page408 #maincontent .section-builder,
.cms-page-view.cms-page408 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page408 #maincontent .section-builder-full,
.cms-page-view.cms-page408 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page409 #maincontent,
.cms-page-view.cms-page409 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page409 #maincontent .page.messages,
.cms-index-index.cms-page409 #maincontent .page.messages,
.cms-index-index.cms-page409 #maincontent .section-builder,
.cms-page-view.cms-page409 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page409 #maincontent .section-builder-full,
.cms-page-view.cms-page409 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page410 #maincontent,
.cms-page-view.cms-page410 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page410 #maincontent .page.messages,
.cms-index-index.cms-page410 #maincontent .page.messages,
.cms-index-index.cms-page410 #maincontent .section-builder,
.cms-page-view.cms-page410 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page410 #maincontent .section-builder-full,
.cms-page-view.cms-page410 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page418 #maincontent,
.cms-page-view.cms-page418 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page418 #maincontent .page.messages,
.cms-index-index.cms-page418 #maincontent .page.messages,
.cms-index-index.cms-page418 #maincontent .section-builder,
.cms-page-view.cms-page418 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page418 #maincontent .section-builder-full,
.cms-page-view.cms-page418 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page379 #maincontent,
.cms-page-view.cms-page379 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page379 #maincontent .page.messages,
.cms-index-index.cms-page379 #maincontent .page.messages,
.cms-index-index.cms-page379 #maincontent .section-builder,
.cms-page-view.cms-page379 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page379 #maincontent .section-builder-full,
.cms-page-view.cms-page379 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page52 #maincontent,
.cms-page-view.cms-page52 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page52 #maincontent .page.messages,
.cms-index-index.cms-page52 #maincontent .page.messages,
.cms-index-index.cms-page52 #maincontent .section-builder,
.cms-page-view.cms-page52 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page52 #maincontent .section-builder-full,
.cms-page-view.cms-page52 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page260 #maincontent,
.cms-page-view.cms-page260 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page260 #maincontent .page.messages,
.cms-index-index.cms-page260 #maincontent .page.messages,
.cms-index-index.cms-page260 #maincontent .section-builder,
.cms-page-view.cms-page260 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page260 #maincontent .section-builder-full,
.cms-page-view.cms-page260 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page350 #maincontent,
.cms-page-view.cms-page350 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page350 #maincontent .page.messages,
.cms-index-index.cms-page350 #maincontent .page.messages,
.cms-index-index.cms-page350 #maincontent .section-builder,
.cms-page-view.cms-page350 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page350 #maincontent .section-builder-full,
.cms-page-view.cms-page350 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page351 #maincontent,
.cms-page-view.cms-page351 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page351 #maincontent .page.messages,
.cms-index-index.cms-page351 #maincontent .page.messages,
.cms-index-index.cms-page351 #maincontent .section-builder,
.cms-page-view.cms-page351 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page351 #maincontent .section-builder-full,
.cms-page-view.cms-page351 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page352 #maincontent,
.cms-page-view.cms-page352 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page352 #maincontent .page.messages,
.cms-index-index.cms-page352 #maincontent .page.messages,
.cms-index-index.cms-page352 #maincontent .section-builder,
.cms-page-view.cms-page352 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page352 #maincontent .section-builder-full,
.cms-page-view.cms-page352 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page209 #maincontent,
.cms-page-view.cms-page209 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page209 #maincontent .page.messages,
.cms-index-index.cms-page209 #maincontent .page.messages,
.cms-index-index.cms-page209 #maincontent .section-builder,
.cms-page-view.cms-page209 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page209 #maincontent .section-builder-full,
.cms-page-view.cms-page209 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page264 #maincontent,
.cms-page-view.cms-page264 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page264 #maincontent .page.messages,
.cms-index-index.cms-page264 #maincontent .page.messages,
.cms-index-index.cms-page264 #maincontent .section-builder,
.cms-page-view.cms-page264 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page264 #maincontent .section-builder-full,
.cms-page-view.cms-page264 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page362 #maincontent,
.cms-page-view.cms-page362 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page362 #maincontent .page.messages,
.cms-index-index.cms-page362 #maincontent .page.messages,
.cms-index-index.cms-page362 #maincontent .section-builder,
.cms-page-view.cms-page362 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page362 #maincontent .section-builder-full,
.cms-page-view.cms-page362 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page363 #maincontent,
.cms-page-view.cms-page363 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page363 #maincontent .page.messages,
.cms-index-index.cms-page363 #maincontent .page.messages,
.cms-index-index.cms-page363 #maincontent .section-builder,
.cms-page-view.cms-page363 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page363 #maincontent .section-builder-full,
.cms-page-view.cms-page363 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page384 #maincontent,
.cms-page-view.cms-page384 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page384 #maincontent .page.messages,
.cms-index-index.cms-page384 #maincontent .page.messages,
.cms-index-index.cms-page384 #maincontent .section-builder,
.cms-page-view.cms-page384 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page384 #maincontent .section-builder-full,
.cms-page-view.cms-page384 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page53 #maincontent,
.cms-page-view.cms-page53 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page53 #maincontent .page.messages,
.cms-index-index.cms-page53 #maincontent .page.messages,
.cms-index-index.cms-page53 #maincontent .section-builder,
.cms-page-view.cms-page53 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page53 #maincontent .section-builder-full,
.cms-page-view.cms-page53 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page395 #maincontent,
.cms-page-view.cms-page395 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page395 #maincontent .page.messages,
.cms-index-index.cms-page395 #maincontent .page.messages,
.cms-index-index.cms-page395 #maincontent .section-builder,
.cms-page-view.cms-page395 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page395 #maincontent .section-builder-full,
.cms-page-view.cms-page395 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page198 #maincontent,
.cms-page-view.cms-page198 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page198 #maincontent .page.messages,
.cms-index-index.cms-page198 #maincontent .page.messages,
.cms-index-index.cms-page198 #maincontent .section-builder,
.cms-page-view.cms-page198 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page198 #maincontent .section-builder-full,
.cms-page-view.cms-page198 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page150 #maincontent,
.cms-page-view.cms-page150 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page150 #maincontent .page.messages,
.cms-index-index.cms-page150 #maincontent .page.messages,
.cms-index-index.cms-page150 #maincontent .section-builder,
.cms-page-view.cms-page150 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page150 #maincontent .section-builder-full,
.cms-page-view.cms-page150 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page361 #maincontent,
.cms-page-view.cms-page361 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page361 #maincontent .page.messages,
.cms-index-index.cms-page361 #maincontent .page.messages,
.cms-index-index.cms-page361 #maincontent .section-builder,
.cms-page-view.cms-page361 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page361 #maincontent .section-builder-full,
.cms-page-view.cms-page361 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page429 #maincontent,
.cms-page-view.cms-page429 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page429 #maincontent .page.messages,
.cms-index-index.cms-page429 #maincontent .page.messages,
.cms-index-index.cms-page429 #maincontent .section-builder,
.cms-page-view.cms-page429 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page429 #maincontent .section-builder-full,
.cms-page-view.cms-page429 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page430 #maincontent,
.cms-page-view.cms-page430 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page430 #maincontent .page.messages,
.cms-index-index.cms-page430 #maincontent .page.messages,
.cms-index-index.cms-page430 #maincontent .section-builder,
.cms-page-view.cms-page430 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page430 #maincontent .section-builder-full,
.cms-page-view.cms-page430 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page431 #maincontent,
.cms-page-view.cms-page431 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page431 #maincontent .page.messages,
.cms-index-index.cms-page431 #maincontent .page.messages,
.cms-index-index.cms-page431 #maincontent .section-builder,
.cms-page-view.cms-page431 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page431 #maincontent .section-builder-full,
.cms-page-view.cms-page431 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page67 #maincontent,
.cms-page-view.cms-page67 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page67 #maincontent .page.messages,
.cms-index-index.cms-page67 #maincontent .page.messages,
.cms-index-index.cms-page67 #maincontent .section-builder,
.cms-page-view.cms-page67 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page67 #maincontent .section-builder-full,
.cms-page-view.cms-page67 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page432 #maincontent,
.cms-page-view.cms-page432 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page432 #maincontent .page.messages,
.cms-index-index.cms-page432 #maincontent .page.messages,
.cms-index-index.cms-page432 #maincontent .section-builder,
.cms-page-view.cms-page432 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page432 #maincontent .section-builder-full,
.cms-page-view.cms-page432 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page375 #maincontent,
.cms-page-view.cms-page375 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page375 #maincontent .page.messages,
.cms-index-index.cms-page375 #maincontent .page.messages,
.cms-index-index.cms-page375 #maincontent .section-builder,
.cms-page-view.cms-page375 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page375 #maincontent .section-builder-full,
.cms-page-view.cms-page375 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page433 #maincontent,
.cms-page-view.cms-page433 #maincontent {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
  overflow: hidden;
}
.cms-page-view.cms-page433 #maincontent .page.messages,
.cms-index-index.cms-page433 #maincontent .page.messages,
.cms-index-index.cms-page433 #maincontent .section-builder,
.cms-page-view.cms-page433 #maincontent .section-builder {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-index-index.cms-page433 #maincontent .section-builder-full,
.cms-page-view.cms-page433 #maincontent .section-builder-full {
  max-width: inherit !important;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  #product-grid-list-widget .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #product-grid-list-widget .products-grid .product-item {
    display: inline-block;
  }
  #product-grid-list-widget .products-grid .product-item-photo span {
    padding: 0 !important;
    height: auto;
  }
  #product-grid-list-widget .products-grid .product-item-photo img {
    position: static;
  }
  #product-grid-list-widget .products-grid .product-item-short-description {
    min-height: 56px;
  }
  #product-grid-list-widget .products-grid .product-item-actions form {
    min-height: 36px;
    scale: none;
  }
  #product-grid-list-widget .products-grid .product-item-actions form .control {
    width: 50%;
  }
  #product-grid-list-widget .products-grid .product-item-actions form button.tocart,
  #product-grid-list-widget .products-grid .product-item-actions form .cart.table-wrapper .actions-toolbar > .action.tocart,
  #product-grid-list-widget .products-grid .product-item-actions form .action-gift.tocart {
    width: 50%;
  }
  #product-grid-list-widget .products-grid .product-item-actions form button.tocart span,
  #product-grid-list-widget .products-grid .product-item-actions form .cart.table-wrapper .actions-toolbar > .action.tocart span,
  #product-grid-list-widget .products-grid .product-item-actions form .action-gift.tocart span {
    display: none;
  }
  #product-grid-list-widget .products-grid .product-item-actions button.action.tocart[title="Find Out"],
  #product-grid-list-widget .products-grid .product-item-actions .cart.table-wrapper .actions-toolbar > .action.action.tocart[title="Find Out"],
  #product-grid-list-widget .products-grid .product-item-actions .action-gift.action.tocart[title="Find Out"] {
    width: 100%;
    height: auto;
    line-height: 36px;
    font-size: 14px;
  }
  body.cms-no-route #product-grid-list-widget .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -35px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 35px;
  }
  .block-minicart .field-tooltip {
    right: -115px;
    top: -45px;
  }
  .block-minicart .field-tooltip .field-tooltip-content {
    right: -21px;
    top: 46px;
  }
  .block-minicart .field-tooltip .field-tooltip-content:before,
  .block-minicart .field-tooltip .field-tooltip-content:after {
    right: 20px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.headingOne {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 48.83px;
  line-height: 68px;
}
.headingTwo {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 39.06px;
  line-height: 54px;
  text-transform: uppercase;
}
.headingThree {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.headingFour {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 25px;
  line-height: 35px;
}
.headingFive {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.headingSix {
  font-family: 'BrandonText-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.paragraph {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.paragraphBold {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.custom-button-text {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.newby-title-text {
  font-family: 'BrandonText';
  font-size: 25px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-transform: uppercase;
}
.disabled-link {
  pointer-events: none;
}
body.cms-boutique-switzerland.active-builder .disabled-link,
body.cms-boutique-abu-dhabi.active-builder .disabled-link,
body.cms-boutique-dubai.active-builder .disabled-link {
  pointer-events: all;
}
body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .text,
body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .text,
body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .text {
  width: 100%;
  padding: 0;
}
body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .text h3,
body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .text h3,
body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .text h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 70px;
}
body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .text h3 span.hide-text,
body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .text h3 span.hide-text,
body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .text h3 span.hide-text {
  display: inline-block;
}
body.cms-boutique-switzerland .sectionTwoBoutique,
body.cms-boutique-abu-dhabi .sectionTwoBoutique,
body.cms-boutique-dubai .sectionTwoBoutique {
  padding-top: 70px;
}
body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeading,
body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeading,
body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeading {
  padding: 0px 90px;
}
body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeading h3,
body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeading h3,
body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeading h3 {
  font-family: 'ArcherPro-Light', 'BrandonText';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}
body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile,
body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile,
body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile {
  padding: 0px;
}
body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3,
body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3,
body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3 {
  font-family: 'ArcherPro-Light', 'BrandonText';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}
body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueBorder,
body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueBorder,
body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueBorder {
  padding: 10px 90px 30px;
}
body.cms-boutique-switzerland .sectionThreeBoutique,
body.cms-boutique-abu-dhabi .sectionThreeBoutique,
body.cms-boutique-dubai .sectionThreeBoutique {
  padding-top: 70px;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne {
  background: #dfdcd1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 30px 0;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: 0.8;
  margin: 0 0 20px 0;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary {
  padding: 0.7rem;
  width: 100%;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #000;
  border: solid 1px #FFF;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary:hover,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary:hover,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary:hover,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button:hover,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button:hover,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button:hover,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go:hover,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go:hover,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go:hover,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary:hover,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary:hover,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary:hover,
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary:hover,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary:hover,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary:hover {
  background: #FFF;
  color: #000;
  border: solid 1px #FFF;
}
body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo,
body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo,
body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo {
  background: #dfdcd1;
}
body.cms-boutique-switzerland .sectionFourBoutique,
body.cms-boutique-abu-dhabi .sectionFourBoutique,
body.cms-boutique-dubai .sectionFourBoutique {
  padding-top: 70px;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne {
  background: #FFF;
  padding: 0;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne .text,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne .text,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne .text {
  padding: 0;
  height: 100%;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text h3,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text h3,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text h3 {
  font-family: 'BrandonText';
  line-height: 43px;
  margin: 0;
  padding: 0;
  padding-bottom: 70px;
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 27.25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div {
  flex-grow: 1;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div img,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div img,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerOne .text .banner-text div img {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
body.cms-boutique-switzerland .sectionFourBoutique .sectionFourBoutiqueBannerTwo,
body.cms-boutique-abu-dhabi .sectionFourBoutique .sectionFourBoutiqueBannerTwo,
body.cms-boutique-dubai .sectionFourBoutique .sectionFourBoutiqueBannerTwo {
  background: #FFF;
  padding: 0;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile,
body.cms-boutique-dubai .sectionFourBoutiqueMobile {
  padding-top: 0;
  padding-right: 0 !important;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile .owl-carousel .owl-stage,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile .owl-carousel .owl-stage,
body.cms-boutique-dubai .sectionFourBoutiqueMobile .owl-carousel .owl-stage {
  left: -20px;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile .owl-carousel .owl-item img,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile .owl-carousel .owl-item img,
body.cms-boutique-dubai .sectionFourBoutiqueMobile .owl-carousel .owl-item img {
  aspect-ratio: 1.06;
  object-fit: cover;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading,
body.cms-boutique-dubai .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading {
  padding: 0;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading h3,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading h3,
body.cms-boutique-dubai .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileHeading h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.cms-boutique-switzerland .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileGallery,
body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileGallery,
body.cms-boutique-dubai .sectionFourBoutiqueMobile .sectionFourBoutiqueMobileGallery {
  padding: 0;
}
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerOne,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerOne,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerOne,
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo,
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerThree,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerThree,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerThree {
  background: #200F21;
  padding: 0;
}
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerOne .promobanner a:first-child img,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerOne .promobanner a:first-child img,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerOne .promobanner a:first-child img,
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo .promobanner a:first-child img,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo .promobanner a:first-child img,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerTwo .promobanner a:first-child img,
body.cms-boutique-switzerland .sectionFiveBoutique .sectionFiveBoutiqueBannerThree .promobanner a:first-child img,
body.cms-boutique-abu-dhabi .sectionFiveBoutique .sectionFiveBoutiqueBannerThree .promobanner a:first-child img,
body.cms-boutique-dubai .sectionFiveBoutique .sectionFiveBoutiqueBannerThree .promobanner a:first-child img {
  aspect-ratio: 1.06;
  object-fit: cover;
}
body.cms-boutique-switzerland .sectionSixBoutique,
body.cms-boutique-abu-dhabi .sectionSixBoutique,
body.cms-boutique-dubai .sectionSixBoutique {
  padding-top: 100px;
}
body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueHeading h3,
body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueHeading h3,
body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueHeading h3 {
  text-align: center;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueText,
body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueText,
body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueText {
  padding: 0;
  padding-right: 90px;
}
body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueText p,
body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueText p,
body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueText p {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: 0.8;
}
body.cms-boutique-switzerland .sectionSevenBoutique,
body.cms-boutique-abu-dhabi .sectionSevenBoutique,
body.cms-boutique-dubai .sectionSevenBoutique {
  padding-top: 40px;
}
body.cms-boutique-switzerland .sectionEightBoutique,
body.cms-boutique-abu-dhabi .sectionEightBoutique,
body.cms-boutique-dubai .sectionEightBoutique {
  padding-top: 80px;
}
body.cms-boutique-switzerland .sectionEightBoutique .sectionEightBoutiqueHeading h3,
body.cms-boutique-abu-dhabi .sectionEightBoutique .sectionEightBoutiqueHeading h3,
body.cms-boutique-dubai .sectionEightBoutique .sectionEightBoutiqueHeading h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
body.cms-boutique-switzerland .sectionNineBoutique,
body.cms-boutique-abu-dhabi .sectionNineBoutique,
body.cms-boutique-dubai .sectionNineBoutique {
  padding-top: 40px;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text {
  position: inherit;
  padding: 30px 0 0 0;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text {
  padding: 0;
  margin: 0;
  max-width: none;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: 0.8;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider a.item-image,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider a.item-image,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider a.item-image {
  pointer-events: none;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav {
  display: block !important;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev {
  left: -7px;
}
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next,
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next,
body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next {
  right: -7px;
}
body.cms-boutique-switzerland .sectionTenBoutique,
body.cms-boutique-abu-dhabi .sectionTenBoutique,
body.cms-boutique-dubai .sectionTenBoutique {
  padding-top: 40px;
}
body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueBorder,
body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueBorder,
body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueBorder {
  padding: 0;
}
body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueHeading,
body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueHeading,
body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueHeading {
  padding: 0;
  padding-top: 70px;
}
body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueHeading h3,
body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueHeading h3,
body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueHeading h3 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueText,
body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueText,
body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueText {
  padding: 0;
}
body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueText p,
body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueText p,
body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueText p {
  font-family: 'ArcherPro-Light', 'BrandonText';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}
body.cms-boutique-switzerland .sectionElevenBoutique,
body.cms-boutique-abu-dhabi .sectionElevenBoutique,
body.cms-boutique-dubai .sectionElevenBoutique {
  padding-top: 40px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne {
  padding: 0;
  padding-right: 20px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text {
  padding: 0;
  padding: 30px 50px 30px 30px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo {
  padding: 0;
  padding-right: 20px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text {
  padding: 0;
  padding: 30px 50px 30px 30px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree {
  padding: 0;
  padding-right: 20px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text {
  padding: 0;
  height: 100%;
  padding: 0px 50px 30px 30px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text {
  padding: 0;
  height: 100%;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container h5,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container h5,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container h5 {
  padding: 0;
  margin: 0;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container p.bold-paragraph,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container p.bold-paragraph,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container p.bold-paragraph {
  padding: 0;
  margin: 0;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list {
  padding: 0;
  margin: 0;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list p,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list p,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container div.list p {
  padding: 0;
  margin: 0;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  opacity: 0.8;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a {
  padding: 0;
  margin: 0;
  display: block;
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #000000;
  z-index: 10;
  pointer-events: all;
}
body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a:hover,
body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a:hover,
body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text .banner-text .content-container a:hover {
  color: blue;
}
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text {
  padding: 0;
}
body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text {
  text-align: center;
}
@media (max-width: 1199px) {
  body.cms-boutique-switzerland .sectionThreeBoutique,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique,
  body.cms-boutique-dubai .sectionThreeBoutique {
    padding-top: 50px;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueHeading h3 {
    text-align: left;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueText {
    padding: 0;
    padding-top: 20px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne {
    padding: 0;
    padding-right: 10px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo {
    padding: 0;
    padding-left: 10px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree {
    padding: 0;
    padding-top: 40px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner a:first-child,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner a:first-child,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner a:first-child {
    display: none;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text {
    display: contents;
    padding: 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .promobanner .text h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3,
  body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3,
  body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3 {
    padding-bottom: 20px;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeading,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeading,
  body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeading {
    padding: 0px;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueBorder,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueBorder,
  body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueBorder {
    padding: 20px 0 0 0;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne {
    padding: 0 5%;
    height: 275px;
    aspect-ratio: 1;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img {
    height: 275px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  body.cms-boutique-switzerland .sectionSixBoutique,
  body.cms-boutique-abu-dhabi .sectionSixBoutique,
  body.cms-boutique-dubai .sectionSixBoutique {
    padding-top: 40px;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueHeading h3 {
    text-align: left;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueText {
    padding: 0;
    padding-top: 20px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text {
    padding: 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 570px) {
  body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner a:first-child img,
  body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner a:first-child img,
  body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner a:first-child img {
    height: 330px;
    width: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
  }
  body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text,
  body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text,
  body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text {
    width: 100%;
    padding: 0;
  }
  body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3,
  body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3,
  body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3 {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }
  body.cms-boutique-switzerland .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3 span.hide-text,
  body.cms-boutique-abu-dhabi .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3 span.hide-text,
  body.cms-boutique-dubai .sectionOneBoutique .sectionOneBoutiqueBanner .promobanner .text h3 span.hide-text {
    display: none;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique,
  body.cms-boutique-dubai .sectionTwoBoutique {
    padding-top: 30px;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile,
  body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile {
    padding: 0px;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3,
  body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueHeadingMobile h3 {
    font-family: 'ArcherPro-Light', 'BrandonText';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
  }
  body.cms-boutique-switzerland .sectionTwoBoutique .sectionTwoBoutiqueBorder,
  body.cms-boutique-abu-dhabi .sectionTwoBoutique .sectionTwoBoutiqueBorder,
  body.cms-boutique-dubai .sectionTwoBoutique .sectionTwoBoutiqueBorder {
    padding: 20px 0 0 0;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique,
  body.cms-boutique-dubai .sectionThreeBoutique {
    padding-top: 50px;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne {
    height: 430px;
    padding: 0 10%;
    aspect-ratio: 0.9;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .text,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .text,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .text {
    width: 80%;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerTwo .promobanner a:first-child img {
    height: 360px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  body.cms-boutique-switzerland .sectionFourBoutique,
  body.cms-boutique-abu-dhabi .sectionFourBoutique,
  body.cms-boutique-dubai .sectionFourBoutique {
    padding: 0;
  }
  body.cms-boutique-switzerland .sectionFourBoutiqueMobile,
  body.cms-boutique-abu-dhabi .sectionFourBoutiqueMobile,
  body.cms-boutique-dubai .sectionFourBoutiqueMobile {
    padding-top: 50px;
  }
  body.cms-boutique-switzerland .sectionSixBoutique,
  body.cms-boutique-abu-dhabi .sectionSixBoutique,
  body.cms-boutique-dubai .sectionSixBoutique {
    padding-top: 40px;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueHeading h3,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueHeading h3 {
    text-align: left;
  }
  body.cms-boutique-switzerland .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-abu-dhabi .sectionSixBoutique .sectionSixBoutiqueText,
  body.cms-boutique-dubai .sectionSixBoutique .sectionSixBoutiqueText {
    padding: 0;
    padding-top: 20px;
  }
  body.cms-boutique-switzerland .sectionSevenBoutique,
  body.cms-boutique-abu-dhabi .sectionSevenBoutique,
  body.cms-boutique-dubai .sectionSevenBoutique {
    padding-top: 40px;
  }
  body.cms-boutique-switzerland .sectionSevenBoutique .promobanner a:first-child img,
  body.cms-boutique-abu-dhabi .sectionSevenBoutique .promobanner a:first-child img,
  body.cms-boutique-dubai .sectionSevenBoutique .promobanner a:first-child img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5;
  }
  body.cms-boutique-switzerland .sectionEightBoutique,
  body.cms-boutique-abu-dhabi .sectionEightBoutique,
  body.cms-boutique-dubai .sectionEightBoutique {
    padding-top: 73px;
  }
  body.cms-boutique-switzerland .sectionNineBoutique,
  body.cms-boutique-abu-dhabi .sectionNineBoutique,
  body.cms-boutique-dubai .sectionNineBoutique {
    padding-top: 20px;
  }
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text {
    position: inherit;
    padding: 30px 0 0 0;
  }
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider .slide-text .slider-text {
    padding: 0;
  }
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled,
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav {
    display: block !important;
  }
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-prev,
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-prev {
    left: 4px;
    scale: 0.9;
    top: -40px;
  }
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav.disabled .owl-next,
  body.cms-boutique-switzerland .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next,
  body.cms-boutique-abu-dhabi .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next,
  body.cms-boutique-dubai .sectionNineBoutique .sectionNineBoutiqueSlider div.owl-nav .owl-next {
    right: 4px;
    scale: 0.9;
    top: -40px;
  }
  body.cms-boutique-switzerland .sectionTenBoutique,
  body.cms-boutique-abu-dhabi .sectionTenBoutique,
  body.cms-boutique-dubai .sectionTenBoutique {
    padding-top: 30px;
  }
  body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueBorder,
  body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueBorder,
  body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueBorder {
    padding: 0;
  }
  body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueHeading,
  body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueHeading,
  body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueHeading {
    padding: 0;
    padding-top: 40px;
  }
  body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueText,
  body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueText,
  body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueText {
    padding: 0;
  }
  body.cms-boutique-switzerland .sectionTenBoutique .sectionTenBoutiqueText p,
  body.cms-boutique-abu-dhabi .sectionTenBoutique .sectionTenBoutiqueText p,
  body.cms-boutique-dubai .sectionTenBoutique .sectionTenBoutiqueText p {
    font-size: 32px;
    line-height: 38px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique,
  body.cms-boutique-dubai .sectionElevenBoutique {
    padding-top: 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne {
    padding: 0;
    padding-bottom: 20px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text {
    padding: 0;
    padding: 30px 60px 30px 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5 {
    font-size: 20px;
    line-height: 28px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo {
    padding: 0;
    padding-bottom: 20px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text {
    padding: 0;
    padding: 30px 60px 30px 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5 {
    font-size: 20px;
    line-height: 28px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree {
    padding: 0;
    padding-bottom: 20px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerThree .text {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 338px) {
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne {
    padding: 15px;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h3 {
    font-size: 26px;
    font-weight: bold;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne h5 {
    font-family: 'BrandonText';
    font-style: normal;
    font-weight: 390;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 18px;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne p {
    font-size: 14px;
  }
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.action.primary,
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.amshopby-button,
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne button.btn.am-filter-go,
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .cart.table-wrapper .actions-toolbar > .action.btn.action.primary,
  body.cms-boutique-switzerland .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary,
  body.cms-boutique-abu-dhabi .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary,
  body.cms-boutique-dubai .sectionThreeBoutique .sectionThreeBoutiqueBannerOne .action-gift.btn.action.primary {
    padding: 5px;
    font-size: 14px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text,
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text {
    padding: 30px;
  }
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerOne .text h5,
  body.cms-boutique-switzerland .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-abu-dhabi .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5,
  body.cms-boutique-dubai .sectionElevenBoutique .sectionElevenBoutiqueBannerTwo .text h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
body.cms-home .banner-slider .home-banner {
  padding: 0;
}
body.cms-home .banner-slider .home-banner .text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent, transparent, transparent);
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
body.cms-home .banner-slider .home-banner .text:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent, transparent);
}
body.cms-home .banner-slider .home-banner .text h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
body.cms-home .banner-slider .home-banner .text h3:nth-child(2) {
  margin-bottom: 30px;
}
body.cms-home .banner-slider .home-banner .text button.btn.action.primary.btn-promo-banner,
body.cms-home .banner-slider .home-banner .text button.btn.amshopby-button.btn-promo-banner,
body.cms-home .banner-slider .home-banner .text button.btn.am-filter-go.btn-promo-banner,
body.cms-home .banner-slider .home-banner .text .cart.table-wrapper .actions-toolbar > .action.btn.action.primary.btn-promo-banner,
body.cms-home .banner-slider .home-banner .text .action-gift.btn.action.primary.btn-promo-banner {
  background: #fff;
  border: solid 1px #fff;
  color: #000;
  width: 510px;
}
body.cms-home .banner-slider .home-banner .text button.btn.action.primary.btn-promo-banner:hover,
body.cms-home .banner-slider .home-banner .text button.btn.amshopby-button.btn-promo-banner:hover,
body.cms-home .banner-slider .home-banner .text button.btn.am-filter-go.btn-promo-banner:hover,
body.cms-home .banner-slider .home-banner .text .cart.table-wrapper .actions-toolbar > .action.btn.action.primary.btn-promo-banner:hover,
body.cms-home .banner-slider .home-banner .text .action-gift.btn.action.primary.btn-promo-banner:hover {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
@media (max-width: 570px) {
  body.cms-home .banner-slider .home-banner img.banner-image {
    height: 350px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  body.cms-home .banner-slider .home-banner .text {
    padding: 20px 30px;
  }
  body.cms-home .banner-slider .home-banner .text h3 {
    font-size: 5vw;
    line-height: 2rem;
  }
  body.cms-home .banner-slider .home-banner .text h3:nth-child(2) {
    margin-bottom: 15px;
  }
  body.cms-home .banner-slider .home-banner .text span.banner-button {
    display: block;
    width: 100%;
  }
  body.cms-home .banner-slider .home-banner .text span.banner-button button.btn.action.primary.btn-promo-banner,
  body.cms-home .banner-slider .home-banner .text span.banner-button button.btn.amshopby-button.btn-promo-banner,
  body.cms-home .banner-slider .home-banner .text span.banner-button button.btn.am-filter-go.btn-promo-banner,
  body.cms-home .banner-slider .home-banner .text span.banner-button .cart.table-wrapper .actions-toolbar > .action.btn.action.primary.btn-promo-banner,
  body.cms-home .banner-slider .home-banner .text span.banner-button .action-gift.btn.action.primary.btn-promo-banner {
    display: block;
    width: 100%;
  }
}
#html-body .newby-section-contained {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.newby-main-banner .frame {
  max-width: none;
}
@media screen and (min-width: 769px) {
  .newby-main-banner .frame {
    max-width: 1440px;
  }
}
.newby-main-banner .panel-block-row {
  padding: 0;
}
.newby-main-banner .mgs-promobanner.promobanner {
  position: relative;
}
.newby-main-banner .mgs-promobanner.promobanner > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.newby-main-banner .mgs-promobanner.promobanner > a > picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.newby-main-banner .mgs-promobanner.promobanner > a > picture > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.81;
  min-height: 500px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .newby-main-banner .mgs-promobanner.promobanner > a > picture > img {
    min-height: 800px;
  }
}
.newby-main-banner .mgs-promobanner.promobanner .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  padding: 30px 15px !important;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  transform: none;
  z-index: 1;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-text h1 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: #FFF;
  text-align: center;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-text h1:empty {
  display: none;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-text h4 {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 25px;
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-align: center;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-text h4:empty {
  display: none;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-button {
  display: block;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #fff;
  border: solid 1px #fff;
  color: #000;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3 ease;
  text-align: center;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner span {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.newby-main-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner:hover {
  border-color: #000;
}
.newby-section-title {
  padding: 0;
}
.newby-section-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: bold;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.newby-four-product-banner .line .line {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px 15px;
}
@media screen and (min-width: 375px) {
  .newby-four-product-banner .line .line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 769px) {
  .newby-four-product-banner .line .line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.newby-four-product-banner .line .line .panel-block-row {
  padding: 0;
  width: 100%;
  max-width: none;
}
.newby-four-product-banner .line .line .panel-block-row > div {
  height: 100%;
}
.newby-four-product-banner .line .line .panel-block-row > div .content-block.promobanner-block {
  height: 100%;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner > a {
  display: block;
  width: 100%;
  height: fit-content;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner > a > picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner > a > picture > img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  transform: none;
  z-index: 1;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .block-overlay {
  display: none;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-text h6 {
  margin: 0;
  color: #000;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-text h6:empty {
  display: none;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-text p {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  color: #000;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-text p:empty {
  display: none;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-button {
  display: block;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #5c5c5c;
  border: solid 1px #5c5c5c;
  color: #fff;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3 ease;
  text-align: center;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner span {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner:hover {
  background-color: #fff;
  color: #5c5c5c;
}
.newby-four-product-banner .line .line .panel-block-row .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner:hover span {
  color: #5c5c5c;
}
.newby-two-column-banner .panel-block-row {
  padding: 0;
}
@media screen and (min-width: 375px) {
  .newby-two-column-banner .panel-block-row {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .newby-two-column-banner .panel-block-row {
    padding: 0 50px;
  }
}
.newby-two-column-banner .mgs-promobanner.promobanner {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .newby-two-column-banner .mgs-promobanner.promobanner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.newby-two-column-banner .mgs-promobanner.promobanner > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.newby-two-column-banner .mgs-promobanner.promobanner > a > picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.newby-two-column-banner .mgs-promobanner.promobanner > a > picture > img {
  display: block;
  aspect-ratio: 1.32;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  transform: none;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .newby-two-column-banner .mgs-promobanner.promobanner .text {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 769px) {
  .newby-two-column-banner .mgs-promobanner.promobanner .text {
    padding: 70px;
    align-items: flex-start;
  }
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .block-overlay {
  display: none;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text h3 {
  font-family: 'BrandonText';
  font-size: 25px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  text-align: center;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text h3:empty {
  display: none;
}
@media screen and (min-width: 769px) {
  .newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text h3 {
    text-align: start;
  }
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text p {
  font-family: 'BrandonText';
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  color: #000;
  text-align: center;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text p:empty {
  display: none;
}
@media screen and (min-width: 769px) {
  .newby-two-column-banner .mgs-promobanner.promobanner .text .banner-text p {
    text-align: start;
  }
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-button {
  display: block;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #5c5c5c;
  border: solid 1px #5c5c5c;
  color: #fff;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3 ease;
  text-align: center;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner span {
  font-family: 'BrandonText-Bold';
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner:hover {
  background-color: #fff;
  color: #5c5c5c;
}
.newby-two-column-banner .mgs-promobanner.promobanner .text .banner-button .btn-promo-banner:hover span {
  color: #5c5c5c;
}
.product.product-item {
  margin: 0;
}
.product-item-name .product-item-link {
  margin: 0;
  font-family: 'BrandonText-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .product-item-name .product-item-link {
    text-align: start;
  }
}
.newby-custom-product-slider .owl-prev::before,
.newby-custom-product-slider .owl-next::before {
  display: none;
}
@media (max-width: 768px) {
  .banner-slider {
    padding: 15px;
  }
}
.banner-slider .home-banner {
  padding: 0;
}
@media (max-width: 768px) {
  .banner-slider .home-banner {
    padding: 15px;
  }
}
.banner-slider .home-banner .item-image img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-slider .home-banner .item-image img {
    height: 500px;
    width: 100%;
  }
}
.banner-slider .home-banner .slide-text {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  padding: 20px;
  height: 100%;
  max-width: none;
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, transparent, transparent, #000000);
}
@media (min-width: 769px) {
  .banner-slider .home-banner .slide-text {
    padding: 30px;
    background: linear-gradient(180deg, transparent, transparent, transparent, #000000);
  }
}
.banner-slider .home-banner .slide-text .inner-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  width: 100%;
  max-width: 510px;
  padding: 15px;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .banner-slider .home-banner .slide-text .inner-text {
    gap: 10px;
  }
}
.banner-slider .home-banner .slide-text .inner-text .home-slider-heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 31.25px;
  line-height: 43px;
  letter-spacing: .1em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  max-width: 510px;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .banner-slider .home-banner .slide-text .inner-text .home-slider-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.banner-slider .home-banner .slide-text .inner-text .banner-button .home-slider-button {
  background: #fff;
  border: solid 1px #fff;
  color: #000;
}
.banner-slider .home-banner .slide-text .inner-text .banner-button .home-slider-button:hover {
  background: #000;
  border: #000;
  color: #fff;
}
.cart.item.message.notice {
  background: transparent;
  color: #2C8F65;
}
.cart.item.message.notice > *:first-child:before {
  content: url("https://img.icons8.com/ios-glyphs/20/2C8F65/gift--v1.png");
}
html {
  font-size: 16px;
}
body {
  font-family: BrandonText;
  color: #333;
}
.navigation {
  max-width: 100%;
  width: 100%;
}
.breadcrumbs {
  /* 
	
	; dddd*/
  width: 100%;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  font-family: 'BrandonText';
  font-weight: 300;
}
.breadcrumbs strong {
  font-weight: 300;
  font-size: 13px;
  font-family: 'BrandonText';
}
.breadcrumbs .item:not(:last-child):after {
  padding-top: 10px;
}
.catalog-category-view .breadcrumbs {
  max-width: 1260px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .breadcrumbs {
    padding-left: 15px;
  }
}
.cms-page-view .breadcrumbs {
  max-width: 1200px;
}
.page-header .header.panel {
  max-width: 100%;
  width: 100%;
}
.header.content {
  max-width: 100%;
  width: 100%;
}
.footer.content {
  max-width: 100%;
  width: 100%;
}
.page-wrapper > .widget {
  max-width: 100%;
  width: 100%;
}
.page-wrapper > .page-bottom {
  max-width: 100%;
  width: 100%;
}
.block.category.event {
  max-width: 100%;
  width: 100%;
}
.top-container {
  max-width: 100%;
  width: 100%;
}
.page-main {
  max-width: 100%;
  width: 100%;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333;
  border: 0;
}
.action.primary:focus,
.amshopby-button:focus,
.am-filter-go:focus {
  background: #333;
  border: 0;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #333;
  border: 0;
}
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  background: #333;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #333;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  background: #333;
  border: 0;
}
.action-gift {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.action-gift:hover {
  background: #333;
  border: 0;
}
.action-gift:focus {
  background: #333;
  border: 0;
}
.btn {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  background: #333;
  border: 0;
}
.btn:focus {
  background: #333;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.button {
  background: #5c5c5c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: BrandonText;
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: 0.375rem 1.813rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button:hover {
  background: #333;
  border: 0;
}
.button:focus {
  background: #333;
  border: 0;
}
.btn.focus {
  outline: 0;
  box-shadow: none;
}
body.cms-romance-caddy .section-builder.product-display-section {
  padding-top: 55px;
}
body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-next {
  top: -30px;
  right: -5px;
}
body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-next::before {
  display: none;
}
body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-prev {
  top: -30px;
  left: -5px;
}
body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-prev::before {
  display: none;
}
body.cms-romance-caddy .section-builder.product-display-section .product.details.product-item-details {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  overflow-y: hidden;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container {
  pointer-events: none;
  z-index: 1;
  background: #333333;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center {
  height: 100%;
  padding-top: 50px;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text {
  height: 100%;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container #banner-slider-heading,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container #banner-slider-heading {
  text-align: center;
  font: normal normal 600 16px/22px;
  font-family: 'BrandonText';
  letter-spacing: 4px;
  color: #FFFFFF;
  opacity: 1;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container #banner-slider-sub-heading,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container #banner-slider-sub-heading {
  text-align: center;
  font: normal normal medium 51px/71px;
  font-family: 'BrandonText';
  letter-spacing: 18.87px;
  color: #FFFFFF;
  opacity: 1;
  flex-grow: 1;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container .btn-top,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container .btn-top {
  z-index: 4;
  pointer-events: all;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container #slider-romance-button,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container #slider-romance-button {
  justify-self: flex-end;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  background: none;
}
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center .banner-text .slider-romance-text-container #slider-romance-button:hover,
body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center .banner-text .slider-romance-text-container #slider-romance-button:hover {
  color: #fff;
  background: #000000;
  border: solid 1px #000000;
  transition: all 0.2s ease-in-out;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center {
  padding: 0;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .banner-text {
  height: 100%;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .slider-romance-text-container-mobile {
  height: 100%;
  padding: 5px 0 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .slider-romance-text-container-mobile #banner-slider-heading-mobile {
  padding: 0;
  margin: 0;
  text-align: center;
  font: normal normal 600 16px;
  font-family: 'BrandonText';
  letter-spacing: 4px;
  color: #FFFFFF;
  opacity: 1;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .slider-romance-text-container-mobile #banner-slider-sub-heading-mobile {
  padding: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  font: normal normal medium 42px;
  font-family: 'BrandonText';
  letter-spacing: 18.87px;
  color: #FFFFFF;
  opacity: 1;
  flex-grow: 1;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .slider-romance-text-container-mobile #slider-romance-button-mobile {
  justify-self: flex-end;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  background: none;
}
body.cms-romance-caddy .banner-slider-romance-mobile .text.bottom-center .slider-romance-text-container-mobile #slider-romance-button-mobile:hover {
  color: #fff;
  background: #000000;
  border: solid 1px #000000;
  transition: all 0.2s ease-in-out;
}
body.cms-romance-caddy .banner-slider-romance-mobile .panel-block-row.active .promobanner .text.bottom-center {
  height: 100%;
}
body.cms-romance-caddy .romance-heading-one h2.heading {
  padding: 55px 0 43px;
}
body.cms-romance-caddy .romance-heading-one h2.heading span {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 40px;
  font-family: 'BrandonText';
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
body.cms-romance-caddy .section-builder.promo-banner-romance {
  width: 80%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left {
  pointer-events: none;
  z-index: 1;
  background: #FBF2FF;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active a:first-child,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left a:first-child {
  display: none;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left {
  position: relative;
  padding: 0;
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .banner-text,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .banner-text {
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container {
  padding: 46px 11px 10px 39px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  height: inherit;
  justify-content: stretch;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-heading,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-heading {
  text-align: left;
  font: normal normal medium 18px/26px;
  font-family: 'BrandonText';
  letter-spacing: 3.15px;
  color: #000000;
  opacity: 1;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container {
  pointer-events: all;
  z-index: 4;
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-state,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-state {
  display: none;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-target,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-state:checked ~ .read-more-wrap .read-more-target,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-state ~ .read-more-trigger:before,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-state ~ .read-more-trigger:before {
  content: 'Read more +';
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-state:checked ~ .read-more-trigger:before,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less -';
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .read-more-trigger,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .read-more-trigger {
  display: block;
  font: normal normal 300 14px/20px;
  font-family: 'BrandonText';
  letter-spacing: 0px;
  font-weight: bold;
  text-decoration: none;
  color: #A19CA4;
  cursor: pointer;
  text-align: center;
  padding: 0;
  line-height: 2rem;
  border: none;
  border-radius: none;
  display: none;
  text-decoration: underline;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container ul.read-more-wrap,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container ul.read-more-wrap {
  display: none;
  margin-bottom: 0;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container #read-more-container,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container #read-more-container {
  display: flex;
  flex-direction: column;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container #read-more-container label.read-more-trigger,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container #read-more-container label.read-more-trigger {
  order: 10;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll p,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll p {
  text-align: left;
  font: normal normal 300 14px/20px;
  font-family: 'BrandonText';
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.6;
}
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container #banner-romance-button,
body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container #banner-romance-button {
  pointer-events: all;
  z-index: 4;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two {
  width: 80%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right {
  pointer-events: none;
  z-index: 1;
  background: #FBF2FF;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active a:first-child,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right a:first-child {
  display: none;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left {
  position: relative;
  padding: 0;
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .banner-text,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .banner-text {
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  height: inherit;
  justify-content: stretch;
  padding: 70px 119px 45px 62px;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container .romance-banner-paragraph,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container .romance-banner-paragraph {
  height: 100%;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container .romance-banner-paragraph p,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container .romance-banner-paragraph p {
  text-align: left;
  font: normal normal 300 14px/20px;
  font-family: 'BrandonText';
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.6;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container a:hover,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container a:hover {
  text-decoration: none;
}
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container button#banner-romance-button-two,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container button#banner-romance-button-two,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container .cart.table-wrapper .actions-toolbar > .action#banner-romance-button-two,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container .cart.table-wrapper .actions-toolbar > .action#banner-romance-button-two,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container .action-gift#banner-romance-button-two,
body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container .action-gift#banner-romance-button-two {
  pointer-events: all;
  z-index: 4;
  display: block;
}
body.cms-romance-caddy .romance-heading-two h2.heading {
  padding: 70px 0 17px;
}
body.cms-romance-caddy .romance-heading-two h2.heading span {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 18px;
  font-family: 'BrandonText';
  letter-spacing: 0px;
  color: #BCBCBC;
  opacity: 1;
}
@media (max-width: 1500px) {
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container {
    height: 100%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll {
    overflow-y: scroll;
    height: 220px;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar-track,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar-track {
    border: solid 4px #FBF2FF;
    background-color: #c4c4c4;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #FBF2FF;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar-thumb,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: solid 1px #707070;
  }
}
@media (max-width: 1420px) {
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container {
    padding: 40px 75px 25px 40px;
  }
}
@media (max-width: 1230px) {
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container {
    padding: 25px 30px 25px 30px;
  }
}
@media (max-width: 1199px) {
  body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container.active .promobanner .text.bottom-center,
  body.cms-romance-caddy .section-builder.banner-slider-romance-main .banner-slider-romance-container .promobanner .text.bottom-center {
    padding-top: 15px;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance {
    width: 80%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container {
    padding: 35px;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container .romance-banner-scroll-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container .romance-banner-scroll-container {
    height: fit-content;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two {
    width: 80%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right {
    order: 1;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container {
    padding: 35px;
    align-items: center;
    justify-content: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container .romance-banner-paragraph,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container .romance-banner-paragraph {
    height: fit-content;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-left.active,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-left {
    order: 2;
  }
}
@media (max-width: 767px) {
  body.cms-romance-caddy .section-builder.product-display-section .mgs-owl-carousel .owl-nav.disabled {
    display: block !important;
  }
  body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-next {
    right: 5px;
  }
  body.cms-romance-caddy .section-builder.product-display-section .products-grid .owl-carousel .owl-nav > div.owl-prev {
    left: 5px;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance {
    width: 100%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .promobanner,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .promobanner {
    position: inherit;
    overflow: auto;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .promobanner a:first-child,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .promobanner a:first-child {
    display: none;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left {
    display: contents;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container {
    padding: 25px 35px;
    align-items: center;
    justify-content: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container .romance-banner-scroll-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container .romance-banner-scroll-container {
    height: fit-content;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll {
    overflow-y: auto;
    height: fit-content;
    padding: 0 !important;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll p,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll p {
    text-align: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll .read-more-trigger,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container .romance-banner-scroll-container .romance-banner-scroll .read-more-trigger {
    display: block;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .text.top-left .romance-banner-text-container .romance-banner-scroll-container ul.read-more-wrap,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .text.top-left .romance-banner-text-container .romance-banner-scroll-container ul.read-more-wrap {
    display: block;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two {
    width: 100%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right {
    order: 1;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .promobanner,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .promobanner {
    position: inherit;
    overflow: auto;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .promobanner a:first-child,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .promobanner a:first-child {
    display: none;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left {
    display: contents;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .romance-banner-two-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .romance-banner-two-text-container {
    padding: 25px 35px;
    align-items: center;
    justify-content: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .romance-banner-two-text-container .romance-banner-paragraph,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .romance-banner-two-text-container .romance-banner-paragraph {
    height: fit-content;
    text-align: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .romance-banner-two-text-container .romance-banner-paragraph p,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .romance-banner-two-text-container .romance-banner-paragraph p {
    text-align: center;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left button#banner-romance-button-two,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left button#banner-romance-button-two,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .cart.table-wrapper .actions-toolbar > .action#banner-romance-button-two,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .cart.table-wrapper .actions-toolbar > .action#banner-romance-button-two,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .text.top-left .action-gift#banner-romance-button-two,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .text.top-left .action-gift#banner-romance-button-two {
    display: block;
    margin: 0 auto;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-left.active,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-left {
    order: 2;
  }
  body.cms-romance-caddy p.hide-text-banner,
  body.cms-romance-caddy .hide-text-banner {
    display: none;
  }
  body.cms-romance-caddy .romance-heading-one h2.heading {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0 35px;
  }
  body.cms-romance-caddy .romance-heading-two h2.heading {
    padding: 24px 0 17px;
  }
  body.cms-romance-caddy .product.details.product-item-details > * {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  body.cms-romance-caddy .romance-heading-one h2.heading {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0 35px;
  }
}
@media (max-width: 358px) {
  body.cms-romance-caddy .section-builder.promo-banner-romance {
    width: 100%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left.active .romance-banner-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance .promo-banner-one-content-left .romance-banner-text-container {
    padding: 15px;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two {
    width: 100%;
  }
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right.active .romance-banner-two-text-container,
  body.cms-romance-caddy .section-builder.promo-banner-romance-two .promo-banner-two-content-right .romance-banner-two-text-container {
    padding: 15px;
  }
  body.cms-romance-caddy .romance-heading-one h2.heading {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 35px;
  }
}
/*======= Grid Mixins begins =======*/
/*======= Grid Mixins ends =======*/
/*======= Flex Mixins begins =======*/
/*  Flex - Gap */
/*  Flex - Align */
/*  Flex Justify */
/* Flex Direction */
/*======= Flex Mixins ends =======*/
.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.btn-reset {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
}
#html-body.catalog-category-view .breadcrumbs,
#html-body.catalog-product-view .breadcrumbs {
  margin: 0 auto;
  padding: 20px;
}
#html-body.catalog-category-view .breadcrumbs > ul,
#html-body.catalog-product-view .breadcrumbs > ul,
#html-body.catalog-category-view .breadcrumbs .items,
#html-body.catalog-product-view .breadcrumbs .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#html-body.catalog-category-view .breadcrumbs > ul > li,
#html-body.catalog-product-view .breadcrumbs > ul > li,
#html-body.catalog-category-view .breadcrumbs .items > li,
#html-body.catalog-product-view .breadcrumbs .items > li,
#html-body.catalog-category-view .breadcrumbs > ul .item,
#html-body.catalog-product-view .breadcrumbs > ul .item,
#html-body.catalog-category-view .breadcrumbs .items .item,
#html-body.catalog-product-view .breadcrumbs .items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
}
#html-body.catalog-category-view .breadcrumbs > ul > li:last-of-type::after,
#html-body.catalog-product-view .breadcrumbs > ul > li:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs .items > li:last-of-type::after,
#html-body.catalog-product-view .breadcrumbs .items > li:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs > ul .item:last-of-type::after,
#html-body.catalog-product-view .breadcrumbs > ul .item:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs .items .item:last-of-type::after,
#html-body.catalog-product-view .breadcrumbs .items .item:last-of-type::after {
  display: none;
}
#html-body.catalog-category-view .breadcrumbs > ul > li a,
#html-body.catalog-product-view .breadcrumbs > ul > li a,
#html-body.catalog-category-view .breadcrumbs .items > li a,
#html-body.catalog-product-view .breadcrumbs .items > li a,
#html-body.catalog-category-view .breadcrumbs > ul .item a,
#html-body.catalog-product-view .breadcrumbs > ul .item a,
#html-body.catalog-category-view .breadcrumbs .items .item a,
#html-body.catalog-product-view .breadcrumbs .items .item a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
#html-body.catalog-category-view .breadcrumbs > ul > li strong,
#html-body.catalog-product-view .breadcrumbs > ul > li strong,
#html-body.catalog-category-view .breadcrumbs .items > li strong,
#html-body.catalog-product-view .breadcrumbs .items > li strong,
#html-body.catalog-category-view .breadcrumbs > ul .item strong,
#html-body.catalog-product-view .breadcrumbs > ul .item strong,
#html-body.catalog-category-view .breadcrumbs .items .item strong,
#html-body.catalog-product-view .breadcrumbs .items .item strong {
  font-family: 'BrandonText-Bold';
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
#html-body.catalog-category-view .breadcrumbs > ul > li::after,
#html-body.catalog-product-view .breadcrumbs > ul > li::after,
#html-body.catalog-category-view .breadcrumbs .items > li::after,
#html-body.catalog-product-view .breadcrumbs .items > li::after,
#html-body.catalog-category-view .breadcrumbs > ul .item::after,
#html-body.catalog-product-view .breadcrumbs > ul .item::after,
#html-body.catalog-category-view .breadcrumbs .items .item::after,
#html-body.catalog-product-view .breadcrumbs .items .item::after {
  margin: 0;
  padding: 0;
  content: '';
  width: 12px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z' fill='%23B4B3B3' /%3E%3C/svg%3E");
}
#html-body.catalogsearch-result-index .products-grid .product-item-actions {
  opacity: 100;
}
@media screen and (min-width: 768px) {
  #html-body.catalogsearch-result-index .products-grid .product-item-actions .mobile-visible {
    display: none;
  }
}
#html-body.catalog-category-view .breadcrumbs,
#html-body.catalogsearch-result-index .breadcrumbs {
  margin: 0 auto;
  padding: 20px;
}
#html-body.catalog-category-view .breadcrumbs > ul,
#html-body.catalogsearch-result-index .breadcrumbs > ul,
#html-body.catalog-category-view .breadcrumbs .items,
#html-body.catalogsearch-result-index .breadcrumbs .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#html-body.catalog-category-view .breadcrumbs > ul > li,
#html-body.catalogsearch-result-index .breadcrumbs > ul > li,
#html-body.catalog-category-view .breadcrumbs .items > li,
#html-body.catalogsearch-result-index .breadcrumbs .items > li,
#html-body.catalog-category-view .breadcrumbs > ul .item,
#html-body.catalogsearch-result-index .breadcrumbs > ul .item,
#html-body.catalog-category-view .breadcrumbs .items .item,
#html-body.catalogsearch-result-index .breadcrumbs .items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
}
#html-body.catalog-category-view .breadcrumbs > ul > li:last-of-type::after,
#html-body.catalogsearch-result-index .breadcrumbs > ul > li:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs .items > li:last-of-type::after,
#html-body.catalogsearch-result-index .breadcrumbs .items > li:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs > ul .item:last-of-type::after,
#html-body.catalogsearch-result-index .breadcrumbs > ul .item:last-of-type::after,
#html-body.catalog-category-view .breadcrumbs .items .item:last-of-type::after,
#html-body.catalogsearch-result-index .breadcrumbs .items .item:last-of-type::after {
  display: none;
}
#html-body.catalog-category-view .breadcrumbs > ul > li a,
#html-body.catalogsearch-result-index .breadcrumbs > ul > li a,
#html-body.catalog-category-view .breadcrumbs .items > li a,
#html-body.catalogsearch-result-index .breadcrumbs .items > li a,
#html-body.catalog-category-view .breadcrumbs > ul .item a,
#html-body.catalogsearch-result-index .breadcrumbs > ul .item a,
#html-body.catalog-category-view .breadcrumbs .items .item a,
#html-body.catalogsearch-result-index .breadcrumbs .items .item a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
#html-body.catalog-category-view .breadcrumbs > ul > li strong,
#html-body.catalogsearch-result-index .breadcrumbs > ul > li strong,
#html-body.catalog-category-view .breadcrumbs .items > li strong,
#html-body.catalogsearch-result-index .breadcrumbs .items > li strong,
#html-body.catalog-category-view .breadcrumbs > ul .item strong,
#html-body.catalogsearch-result-index .breadcrumbs > ul .item strong,
#html-body.catalog-category-view .breadcrumbs .items .item strong,
#html-body.catalogsearch-result-index .breadcrumbs .items .item strong {
  font-family: 'BrandonText-Bold';
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
#html-body.catalog-category-view .breadcrumbs > ul > li::after,
#html-body.catalogsearch-result-index .breadcrumbs > ul > li::after,
#html-body.catalog-category-view .breadcrumbs .items > li::after,
#html-body.catalogsearch-result-index .breadcrumbs .items > li::after,
#html-body.catalog-category-view .breadcrumbs > ul .item::after,
#html-body.catalogsearch-result-index .breadcrumbs > ul .item::after,
#html-body.catalog-category-view .breadcrumbs .items .item::after,
#html-body.catalogsearch-result-index .breadcrumbs .items .item::after {
  margin: 0;
  padding: 0;
  content: '';
  width: 12px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z' fill='%23B4B3B3' /%3E%3C/svg%3E");
}
#html-body.catalog-category-view .toolbar-sticky,
#html-body.catalogsearch-result-index .toolbar-sticky {
  background-color: #F1F1F1;
  padding-top: 25px;
}
#html-body.catalog-category-view .toolbar-sticky .container-section,
#html-body.catalogsearch-result-index .toolbar-sticky .container-section {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
#html-body.catalog-category-view .toolbar-sticky .toolbar.toolbar-products,
#html-body.catalogsearch-result-index .toolbar-sticky .toolbar.toolbar-products {
  background-color: #F1F1F1;
}
#html-body.catalog-category-view .products-grid,
#html-body.catalogsearch-result-index .products-grid {
  background-color: #F1F1F1;
  padding-top: 25px;
  padding-bottom: 65px;
}
#html-body.catalog-category-view .products-grid .container-section,
#html-body.catalogsearch-result-index .products-grid .container-section {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
#html-body.catalog-category-view .product-items,
#html-body.catalogsearch-result-index .product-items,
#html-body.catalog-category-view .newby-product-list,
#html-body.catalogsearch-result-index .newby-product-list {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .product-items,
  #html-body.catalogsearch-result-index .product-items,
  #html-body.catalog-category-view .newby-product-list,
  #html-body.catalogsearch-result-index .newby-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #html-body.catalog-category-view .product-items,
  #html-body.catalogsearch-result-index .product-items,
  #html-body.catalog-category-view .newby-product-list,
  #html-body.catalogsearch-result-index .newby-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#html-body.catalog-category-view .newby-product-card,
#html-body.catalogsearch-result-index .newby-product-card {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  gap: 10px 0;
  position: relative;
  background-color: transparent;
}
#html-body.catalog-category-view .newby-product-card .newby-product-information,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information {
  width: 100%;
  background-color: #FFF;
  position: relative;
  flex-grow: 1;
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px 20px 45px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-type,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-type {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 6px;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-type,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-type {
    margin-bottom: 8px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-type span,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-type span {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-type span,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-type span {
    font-size: 16px;
    line-height: 22px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-name,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-name {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-name,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-name {
    margin-bottom: 10px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-name .product-item-link,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-name .product-item-link {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-name .product-item-link,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-name .product-item-link {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.45px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-short-description,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-short-description {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-short-description,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-short-description {
    margin-bottom: 40px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-short-description span,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-short-description span {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-short-description span,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-short-description span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-price,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-price {
  display: block;
  margin: 0;
  width: 100%;
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-price .price-box,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-price .price-box {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#html-body.catalog-category-view .newby-product-card .newby-product-information .product-item-details .product-item-price .price-box .price-final_price,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-information .product-item-details .product-item-price .price-box .price-final_price {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}
#html-body.catalog-category-view .newby-product-card .product-item-actions,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 35px;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .product-item-actions > form,
  #html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form {
    min-height: 69px;
  }
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  min-width: 70px;
  height: auto;
  flex-shrink: 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .product-item-actions > form .control,
  #html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control,
  #html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity,
  #html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity {
    min-width: 164px;
  }
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control button,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control button,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity button,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity button,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control input,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control input,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity input,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity input,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control .cart.table-wrapper .actions-toolbar > .action,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control .cart.table-wrapper .actions-toolbar > .action,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity .cart.table-wrapper .actions-toolbar > .action,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity .cart.table-wrapper .actions-toolbar > .action,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control .action-gift,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control .action-gift,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity .action-gift,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity .action-gift {
  flex: 0;
  border: none;
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .control input,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control input,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity input,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity input {
  display: block;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  width: 50px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .product-item-actions > form .control input,
  #html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .control input,
  #html-body.catalog-category-view .newby-product-card .product-item-actions > form .product-item-quantity input,
  #html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .product-item-quantity input {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 4.05px;
  }
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form button.primary,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form button.primary,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.primary,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.primary,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .action-gift.primary,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .action-gift.primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #5C5C5C;
  box-sizing: border-box;
  height: auto;
}
#html-body.catalog-category-view .newby-product-card .product-item-actions > form button.primary span,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form button.primary span,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.primary span,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.primary span,
#html-body.catalog-category-view .newby-product-card .product-item-actions > form .action-gift.primary span,
#html-body.catalogsearch-result-index .newby-product-card .product-item-actions > form .action-gift.primary span {
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
#html-body.catalog-category-view .newby-product-card .newby-product-wishlist,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 15x;
  height: 15px;
  top: 15px;
  right: 13px;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-wishlist,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-wishlist {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 10px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-wishlist::before,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-wishlist::before {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='-2.4 -2.4 28.80 28.80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.38 3.1001 10.99 3.9801 12 5.3401C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901C22 15.6901 15.52 19.8201 12.62 20.8101Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .newby-product-wishlist::before,
  #html-body.catalogsearch-result-index .newby-product-card .newby-product-wishlist::before {
    width: 26px;
    height: 26px;
  }
}
#html-body.catalog-category-view .newby-product-card .newby-product-wishlist:hover::before,
#html-body.catalogsearch-result-index .newby-product-card .newby-product-wishlist:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='-2.4 -2.4 28.80 28.80' fill='red' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.38 3.1001 10.99 3.9801 12 5.3401C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901C22 15.6901 15.52 19.8201 12.62 20.8101Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
#html-body.catalog-category-view .newby-product-card .label-product-award,
#html-body.catalogsearch-result-index .newby-product-card .label-product-award {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
  background: #8d9588;
  line-height: 13px;
  font-size: 10px;
  padding-top: 15px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 12%;
  left: 4%;
  right: auto;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-card .label-product-award,
  #html-body.catalogsearch-result-index .newby-product-card .label-product-award {
    top: 15px;
    left: 13px;
  }
}
#html-body.catalog-category-view .newby-product-item,
#html-body.catalogsearch-result-index .newby-product-item {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}
#html-body.catalog-category-view .newby-product-item .product-item-image,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image {
  display: block;
  position: relative;
  margin: 0 -15px;
  width: auto;
  height: auto;
  aspect-ratio: 1;
}
#html-body.catalog-category-view .newby-product-item .product-item-image .product-item-photo,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .product-item-photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
#html-body.catalog-category-view .newby-product-item .product-item-image .product-image-carousel,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .product-image-carousel {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#html-body.catalog-category-view .newby-product-item .product-item-image .product-image-carousel > .swiper,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .product-image-carousel > .swiper {
  width: 100%;
  height: 100%;
}
#html-body.catalog-category-view .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 9px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #html-body.catalog-category-view .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: solid 1px black;
  background-color: #FFF;
  margin: 0;
}
#html-body.catalog-category-view .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
#html-body.catalogsearch-result-index .newby-product-item .product-item-image .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
#html-body.catalog-category-view .newby-product-item .product-item-type,
#html-body.catalogsearch-result-index .newby-product-item .product-item-type {
  display: block;
  width: auto;
  height: fit-content;
  margin: 0;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-type,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-type {
    margin-bottom: 7px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-type h3,
#html-body.catalogsearch-result-index .newby-product-item .product-item-type h3 {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-type h3,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-type h3 {
    font-size: 12px;
    line-height: 17px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-name,
#html-body.catalogsearch-result-index .newby-product-item .product-item-name {
  display: block;
  width: auto;
  height: fit-content;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-name,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-name {
    margin-bottom: 16px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-name a,
#html-body.catalogsearch-result-index .newby-product-item .product-item-name a,
#html-body.catalog-category-view .newby-product-item .product-item-name .product-item-link,
#html-body.catalogsearch-result-index .newby-product-item .product-item-name .product-item-link,
#html-body.catalog-category-view .newby-product-item .product-item-name h2,
#html-body.catalogsearch-result-index .newby-product-item .product-item-name h2 {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-name a,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-name a,
  #html-body.catalog-category-view .newby-product-item .product-item-name .product-item-link,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-name .product-item-link,
  #html-body.catalog-category-view .newby-product-item .product-item-name h2,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-name h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-price,
#html-body.catalogsearch-result-index .newby-product-item .product-item-price {
  display: block;
  width: 100%;
  margin: 0;
  height: fit-content;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-price,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-price {
    margin-bottom: 10px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-price .price-box,
#html-body.catalogsearch-result-index .newby-product-item .product-item-price .price-box {
  display: block;
  width: auto;
  height: fit-content;
  margin: 0;
  text-align: center;
}
#html-body.catalog-category-view .newby-product-item .product-item-price .price-box .price-final_price,
#html-body.catalogsearch-result-index .newby-product-item .product-item-price .price-box .price-final_price {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-price .price-box .price-final_price,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-price .price-box .price-final_price {
    font-size: 18px;
    line-height: 25px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-short-description,
#html-body.catalogsearch-result-index .newby-product-item .product-item-short-description {
  display: block;
  width: auto;
  height: fit-content;
  margin: 0;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-short-description,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-short-description {
    margin-bottom: 20px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-short-description span,
#html-body.catalogsearch-result-index .newby-product-item .product-item-short-description span {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.35px;
  color: #000000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-short-description span,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-short-description span {
    font-size: 14px;
    line-height: 18px;
  }
}
#html-body.catalog-category-view .newby-product-item .newby-product-wishlist,
#html-body.catalogsearch-result-index .newby-product-item .newby-product-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .newby-product-wishlist,
  #html-body.catalogsearch-result-index .newby-product-item .newby-product-wishlist {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 10px;
  }
}
#html-body.catalog-category-view .newby-product-item .newby-product-wishlist::before,
#html-body.catalogsearch-result-index .newby-product-item .newby-product-wishlist::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='-2.4 -2.4 28.80 28.80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.38 3.1001 10.99 3.9801 12 5.3401C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901C22 15.6901 15.52 19.8201 12.62 20.8101Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .newby-product-wishlist::before,
  #html-body.catalogsearch-result-index .newby-product-item .newby-product-wishlist::before {
    width: 26px;
    height: 26px;
  }
}
#html-body.catalog-category-view .newby-product-item .newby-product-wishlist:hover::before,
#html-body.catalogsearch-result-index .newby-product-item .newby-product-wishlist:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='-2.4 -2.4 28.80 28.80' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.38 3.1001 10.99 3.9801 12 5.3401C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901C22 15.6901 15.52 19.8201 12.62 20.8101Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
#html-body.catalog-category-view .newby-product-item .product-item-actions,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions {
  position: unset;
  transform: none;
  display: block;
  width: auto;
  height: 100%;
  padding: 0;
  padding-top: 5px;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions {
    padding-top: 10px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions > button.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > button.tocart,
#html-body.catalog-category-view .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body.catalog-category-view .newby-product-item .product-item-actions > .action-gift.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .action-gift.tocart {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5C5C5C;
  border: solid 1px #5C5C5C;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  min-height: 35px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions > button.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions > button.tocart,
  #html-body.catalog-category-view .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body.catalog-category-view .newby-product-item .product-item-actions > .action-gift.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .action-gift.tocart {
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions > button.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > button.tocart:hover,
#html-body.catalog-category-view .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body.catalog-category-view .newby-product-item .product-item-actions > .action-gift.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions > .action-gift.tocart:hover {
  background-color: #FFF;
  color: #5C5C5C;
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
  min-height: 35px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form {
    gap: 10px;
    min-height: 50px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
  background: #FFF;
  height: auto;
  max-width: 70px;
  border: solid 0.25px #000000;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity {
    max-width: 120px;
    border: none;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty {
  display: block;
  font-size: 0px;
  background: transparent;
  border: none;
  margin: O;
  padding: 0;
  width: auto;
  height: auto;
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty svg,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty svg,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty svg,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty svg {
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty svg,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .decreaseQty svg,
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty svg,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity .increaseQty svg {
    width: 15px;
    height: 15px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity input,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity input {
  display: block;
  max-width: 30px;
  width: auto;
  height: auto;
  border: none;
  margin: O;
  padding: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity input,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .product-item-quantity input {
    max-width: 50px;
    font-size: 21px;
    letter-spacing: 3.15px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form button.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form button.tocart,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5C5C5C;
  border: solid 1px #5C5C5C;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form button.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form button.tocart,
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart,
  #html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart {
    font-size: 14px;
    line-height: 20px;
  }
}
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form button.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form button.tocart:hover,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body.catalog-category-view .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart:hover,
#html-body.catalogsearch-result-index .newby-product-item .product-item-actions .product-item-actions--form .action-gift.tocart:hover {
  background-color: #FFF;
  color: #5C5C5C;
}
#html-body.catalog-category-view .newby-product-item .label-product-award,
#html-body.catalogsearch-result-index .newby-product-item .label-product-award {
  display: block;
  width: 20%;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 15px;
  left: 13px;
  font-size: 0;
  z-index: 2;
  right: auto;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-category-view .newby-product-item .label-product-award,
  #html-body.catalogsearch-result-index .newby-product-item .label-product-award {
    top: 12%;
    left: 4%;
  }
}
#html-body.catalog-category-view .newby-product-item .label-product-award::before,
#html-body.catalogsearch-result-index .newby-product-item .label-product-award::before {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55' fill='none'%3E%3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%238E9387'/%3E%3Cpath d='M10.4495 25H9.52619L12.1966 17.7273H13.1057L15.7762 25H14.8529L12.6796 18.8778H12.6228L10.4495 25ZM10.7904 22.1591H14.512V22.9403H10.7904V22.1591ZM17.6636 25L15.675 17.7273H16.5699L18.0898 23.6506H18.1608L19.7091 17.7273H20.7034L22.2517 23.6506H22.3227L23.8426 17.7273H24.7375L22.7488 25H21.8398L20.2346 19.2045H20.1778L18.5727 25H17.6636ZM25.5667 25H24.6434L27.3138 17.7273H28.2229L30.8934 25H29.9701L27.7968 18.8778H27.74L25.5667 25ZM25.9076 22.1591H29.6292V22.9403H25.9076V22.1591ZM32.0262 25V17.7273H34.4836C35.0518 17.7273 35.5181 17.8243 35.8827 18.0185C36.2473 18.2102 36.5172 18.4742 36.6924 18.8104C36.8676 19.1465 36.9552 19.5289 36.9552 19.9574C36.9552 20.3859 36.8676 20.7659 36.6924 21.0973C36.5172 21.4287 36.2485 21.6892 35.8863 21.8786C35.5241 22.0656 35.0612 22.1591 34.4978 22.1591H32.5091V21.3636H34.4694C34.8576 21.3636 35.1701 21.3068 35.4069 21.1932C35.646 21.0795 35.8188 20.9186 35.9253 20.7102C36.0342 20.4995 36.0887 20.2486 36.0887 19.9574C36.0887 19.6662 36.0342 19.4117 35.9253 19.1939C35.8164 18.9761 35.6424 18.808 35.4033 18.6896C35.1642 18.5689 34.8482 18.5085 34.4552 18.5085H32.9069V25H32.0262ZM35.4495 21.733L37.2393 25H36.2165L34.4552 21.733H35.4495ZM40.667 25H38.4227V17.7273H40.7664C41.4719 17.7273 42.0756 17.8729 42.5775 18.1641C43.0794 18.4529 43.4641 18.8684 43.7316 19.4105C43.9991 19.9503 44.1329 20.5966 44.1329 21.3494C44.1329 22.107 43.998 22.7592 43.7281 23.3061C43.4582 23.8506 43.0652 24.2696 42.5491 24.5632C42.033 24.8544 41.4056 25 40.667 25ZM39.3034 24.2188H40.6102C41.2115 24.2188 41.7098 24.1027 42.1052 23.8707C42.5006 23.6387 42.7953 23.3085 42.9894 22.88C43.1836 22.4515 43.2806 21.9413 43.2806 21.3494C43.2806 20.7623 43.1847 20.2569 42.993 19.8331C42.8012 19.407 42.5148 19.0803 42.1336 18.853C41.7525 18.6233 41.2778 18.5085 40.7096 18.5085H39.3034V24.2188ZM9.41655 37L7.42791 29.7273H8.3228L9.84268 35.6506H9.91371L11.462 29.7273H12.4563L14.0046 35.6506H14.0756L15.5955 29.7273H16.4904L14.5018 37H13.5927L11.9876 31.2045H11.9308L10.3256 37H9.41655ZM18.4684 29.7273V37H17.5877V29.7273H18.4684ZM26.0012 29.7273V37H25.149L21.1859 31.2898H21.1149V37H20.2342V29.7273H21.0865L25.0637 35.4517H25.1348V29.7273H26.0012ZM33.5305 29.7273V37H32.6783L28.7152 31.2898H28.6442V37H27.7635V29.7273H28.6158L32.593 35.4517H32.6641V29.7273H33.5305ZM35.2928 37V29.7273H39.682V30.5085H36.1735V32.9659H39.4547V33.7472H36.1735V36.2188H39.7388V37H35.2928ZM41.2694 37V29.7273H43.7267C44.2949 29.7273 44.7613 29.8243 45.1259 30.0185C45.4905 30.2102 45.7604 30.4742 45.9355 30.8104C46.1107 31.1465 46.1983 31.5289 46.1983 31.9574C46.1983 32.3859 46.1107 32.7659 45.9355 33.0973C45.7604 33.4287 45.4917 33.6892 45.1294 33.8786C44.7672 34.0656 44.3044 34.1591 43.7409 34.1591H41.7523V33.3636H43.7125C44.1008 33.3636 44.4133 33.3068 44.65 33.1932C44.8891 33.0795 45.062 32.9186 45.1685 32.7102C45.2774 32.4995 45.3319 32.2486 45.3319 31.9574C45.3319 31.6662 45.2774 31.4117 45.1685 31.1939C45.0596 30.9761 44.8856 30.808 44.6465 30.6896C44.4074 30.5689 44.0913 30.5085 43.6983 30.5085H42.15V37H41.2694ZM44.6926 33.733L46.4824 37H45.4597L43.6983 33.733H44.6926Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
}
#html-body.catalog-category-view .sold-out,
#html-body.catalogsearch-result-index .sold-out {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 100%;
  height: 100%;
}
#html-body.catalog-category-view .sold-out span,
#html-body.catalogsearch-result-index .sold-out span {
  display: block;
  text-align: center;
}
#html-body.catalog-category-view .faq-container p,
#html-body.catalogsearch-result-index .faq-container p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 1;
}
#html-body.catalog-category-view .faq-container p strong,
#html-body.catalogsearch-result-index .faq-container p strong {
  display: block;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.53px;
  text-transform: uppercase;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 33px;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .content-heading,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .content-heading {
  display: block;
  width: 100%;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .content-heading h2,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .content-heading h2 {
  margin: 0;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content {
  display: block;
  width: 100%;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item {
  padding: 0px 10px;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image a,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image a img,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .title,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .title {
  display: block;
  text-align: left;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .title a,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .title a {
  display: block;
  text-align: left;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .short-content,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .short-content {
  display: block;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .short-content p,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .short-content p {
  text-align: left;
}
#html-body.catalog-category-view .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .text-left,
#html-body.catalogsearch-result-index .blogs-container .mgs-blog-lastest-posts .block-content .owl-item .item .text-left {
  display: block;
  text-align: left;
}
#html-body.catalog-product-view #maincontent {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1440px) {
  #html-body.catalog-product-view #maincontent {
    max-width: 1400px;
  }
}
#html-body.catalog-product-view .column.main {
  display: block;
  max-width: none;
  padding: 0;
  margin: 0 auto;
}
#html-body.catalog-product-view .column.main .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
#html-body.catalog-product-view .product-details-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: solid 1px #5c5c5c;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#html-body.catalog-product-view .product-details-container .product.media {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: unset;
  order: 1;
}
#html-body.catalog-product-view .product-details-container .product-info-main {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: unset;
  order: 2;
}
#html-body.catalog-product-view .product-details-container .product-info-main .page-title {
  display: block;
  margin: 0;
  padding: 0;
}
#html-body.catalog-product-view .product-details-container .product-info-main .page-title span {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.53pt;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .page-title span {
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.68px;
    text-align: start;
    color: #333333;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-detail-subtitle {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-detail-subtitle h2 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-detail-subtitle h2 {
    text-align: start;
    color: #333333;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-stock-sku {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-stock-sku .stock {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
  text-align: start;
  margin: 0;
  color: #333333;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-stock-sku .stock.available {
  font-weight: 600;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price {
  border: none;
  padding: 0;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .short-description {
  display: block;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .short-description .value p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
  margin: 0;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .short-description .value p {
    font-size: 18px;
    line-height: 27px;
    text-align: start;
    color: #333333;
  }
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .short-description .value p {
    margin-bottom: 20px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .short-description .value p:last-of-type {
  margin-bottom: 0;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .price-box {
  display: block;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .price-box .price-final_price span {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 1.05pt;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-info-price .price-box .price-final_price span {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    text-align: start;
    color: #333333;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form {
    margin-top: 60px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form {
  display: block;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart {
  display: block;
  margin: 0;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart {
    padding: 0;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 8px;
  -webkit-gap: 8px;
  -moz-gap: 8px;
  -ms-gap: 8px;
  -o-gap: 8px;
  min-height: 45px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
    min-height: 60px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty {
  margin: 0;
  max-width: 105px;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty {
    max-width: 170px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
  padding: 0 12px;
  border: solid 0.25px #000000;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control {
    padding: 0 30px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .decrement-qty,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .increment-qty {
  display: block;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-image: none;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .decrement-qty svg,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .increment-qty svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .decrement-qty svg,
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control .increment-qty svg {
    width: 15px;
    height: 15px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control input {
  height: auto;
  border: none;
  width: inherit;
  float: none;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 3.15pt;
  text-align: center;
  font-weight: normal;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .qty .control input {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 3.6px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions {
  max-width: 366px;
  width: 100%;
  flex: 1;
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions button.tocart,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .action-gift.tocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #5c5c5c;
  border: solid 1px #5c5c5c;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions button.tocart,
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .action-gift.tocart {
    font-size: 18px;
    line-height: 25px;
  }
}
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions button.tocart:hover,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body.catalog-product-view .product-details-container .product-info-main .product-add-form #product_addtocart_form .box-tocart > .fieldset .actions .action-gift.tocart:hover {
  background-color: #ffffff;
  color: #5c5c5c;
}
#html-body.catalog-product-view .product-additional-description {
  margin: 40px auto 35px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description {
    margin: 75px auto 60px;
  }
}
#html-body.catalog-product-view .product-additional-description .row {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 30px;
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  -o-gap: 30px;
  flex-wrap: nowrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
    gap: 20px;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--content {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 25px;
  -webkit-gap: 25px;
  -moz-gap: 25px;
  -ms-gap: 25px;
  -o-gap: 25px;
  flex: 1;
  order: 2;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    order: 0;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--content h2 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--content h2 {
    display: block;
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 0.68px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: start;
    color: #000000;
    margin: 0;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--content .description .value p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--content .description .value p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    text-align: start;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--content .description .value > * {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--content .description .value > * {
    margin-bottom: 20px;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--content .description .value > *:last-of-type {
  margin: 0;
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--image {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 10px;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  -o-gap: 10px;
  flex: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--image {
    order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    flex-direction: column;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--image h3 {
  display: block;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.53pt;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-description .row .product-additional-description--image h3 {
    display: none;
  }
}
#html-body.catalog-product-view .product-additional-description .row .product-additional-description--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  max-width: 536px;
}
#html-body.catalog-product-view .product-additional-usp {
  padding: 30px 40px 35px;
  margin: 35px -20px 30px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp {
    margin: 65px auto 70px;
    padding: 65px 20px 80px;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 35px;
  -webkit-gap: 35px;
  -moz-gap: 35px;
  -ms-gap: 35px;
  -o-gap: 35px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  margin: 0;
  padding: 0;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item {
    display: flex;
    gap: 20px;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
    max-width: 236px;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon {
    display: flex;
    gap: 20px;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon .usp-icon--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon .usp-icon--image img {
  display: block;
  object-fit: contain;
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon h4,
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon .usp-icon--text {
  font-family: 'BrandonText-Bold';
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon h4,
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-icon .usp-icon--text {
    font-size: 20px;
    line-height: 24px;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content .value,
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content div,
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content span,
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content .value,
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content div,
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content span,
  #html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content p {
    font-size: 18px;
    line-height: 27px;
  }
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#html-body.catalog-product-view .product-additional-usp .product-additional-usp-list .product-additional-usp-list--item .usp-content p:hover {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
#html-body.catalog-product-view .product-additional-tasting {
  margin: 30px 0 40px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-tasting {
    margin: 70px 0;
  }
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 10px;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  -o-gap: 10px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 30px;
    -webkit-gap: 30px;
    -moz-gap: 30px;
    -ms-gap: 30px;
    -o-gap: 30px;
  }
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-image {
  max-width: 380px;
  flex-shrink: 0;
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-image h2 {
  display: block;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.45pt;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-image h2 {
    display: none;
  }
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-image img {
  display: block;
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content {
  max-width: 514px;
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content h2,
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content .product-additional-tasting-content--title {
  display: none;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content h2,
  #html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content .product-additional-tasting-content--title {
    display: block;
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 0.68px;
    text-align: start;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
  }
}
#html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content .product-additional-tasting-content--description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0pt;
  text-align: center;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-tasting .product-additional-tasting-container .product-additional-tasting-content .product-additional-tasting-content--description {
    font-size: 16px;
    line-height: 32px;
    text-align: start;
  }
}
#html-body.catalog-product-view .product-additional-shipping {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .product-additional-shipping {
    margin: 100px 0;
  }
}
#html-body.catalog-product-view .pdp-shipping-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 25px;
  -webkit-gap: 25px;
  -moz-gap: 25px;
  -ms-gap: 25px;
  -o-gap: 25px;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .pdp-shipping-list {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 50px;
    -webkit-gap: 50px;
    -moz-gap: 50px;
    -ms-gap: 50px;
    -o-gap: 50px;
    margin: 0;
    width: auto;
  }
}
#html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    display: flex;
    gap: 10px;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    -o-gap: 10px;
    flex: 1;
  }
}
#html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item .pdp-shipping-item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  width: 47px;
  height: 47px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item .pdp-shipping-item--image {
    width: 60px;
    height: 60px;
  }
}
#html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item .pdp-shipping-item--text {
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  color: #000000;
  text-align: start;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .pdp-shipping-list .pdp-shipping-item .pdp-shipping-item--text {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
  }
}
#html-body.catalog-product-view .available-as-container {
  margin: 15px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 5px;
  -webkit-gap: 5px;
  -moz-gap: 5px;
  -ms-gap: 5px;
  -o-gap: 5px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .available-as-container {
    margin: 20px 0 40px;
    display: flex;
    gap: 10px;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    -o-gap: 10px;
  }
}
#html-body.catalog-product-view .available-as-container h4 {
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.35px;
  text-align: start;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .available-as-container h4 {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}
#html-body.catalog-product-view .available-as-container .available-as-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 12px;
  -webkit-gap: 12px;
  -moz-gap: 12px;
  -ms-gap: 12px;
  -o-gap: 12px;
  overflow-x: auto;
  margin-right: -20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .available-as-container .available-as-list {
    overflow-x: hidden;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
#html-body.catalog-product-view .available-as-container .available-as-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-shrink: 0;
  margin: 0;
  padding: 5px 15px;
  min-height: 36px;
  border: 0.5px solid #707070;
  border-radius: 0;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
}
#html-body.catalog-product-view .available-as-container .available-as-list li:hover,
#html-body.catalog-product-view .available-as-container .available-as-list li.active {
  background-color: #000000;
  color: #ffffff;
}
#html-body.catalog-product-view .available-as-container .available-as-list li:hover a,
#html-body.catalog-product-view .available-as-container .available-as-list li.active a,
#html-body.catalog-product-view .available-as-container .available-as-list li:hover h2,
#html-body.catalog-product-view .available-as-container .available-as-list li.active h2 {
  color: #ffffff;
  text-decoration: none;
}
#html-body.catalog-product-view .available-as-container .available-as-list li.active a {
  pointer-events: none;
}
#html-body.catalog-product-view .available-as-container .available-as-list li a,
#html-body.catalog-product-view .available-as-container .available-as-list li h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.35px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .available-as-container .available-as-list li a,
  #html-body.catalog-product-view .available-as-container .available-as-list li h2 {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .pdp-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 25px;
    -webkit-gap: 25px;
    -moz-gap: 25px;
    -ms-gap: 25px;
    -o-gap: 25px;
    margin: 40px 0 35px;
  }
}
#html-body.catalog-product-view .pdp-delivery a {
  font-size: 16px;
  font-family: 36px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  letter-spacing: 0.4px;
  color: #333333;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #html-body.catalog-product-view .pdp-delivery a {
    flex-shrink: 0;
  }
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  max-height: 60px;
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  border-right: solid 0.5px #000000;
  padding: 0 5px;
  margin: 0;
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list li:last-of-type {
  border: none;
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list li picture {
  display: block;
  height: 100%;
  width: 100%;
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list li picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#html-body.catalog-product-view .pdp-delivery .pdp-delivery-icon-list li img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#html-body.catalog-product-view .swatch-attribute.units {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
}
#html-body.catalog-product-view .swatch-attribute.units > span {
  display: block;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.35px;
  text-align: start;
  color: #000000;
}
#html-body.catalog-product-view .swatch-attribute.units > span:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .swatch-attribute.units > span {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}
#html-body.catalog-product-view .swatch-attribute.units .swatch-attribute-options {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 8px;
  -webkit-gap: 8px;
  -moz-gap: 8px;
  -ms-gap: 8px;
  -o-gap: 8px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .swatch-attribute.units .swatch-attribute-options {
    display: flex;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
  }
}
#html-body.catalog-product-view .swatch-attribute.units .swatch-attribute-options .swatch-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  padding: 0;
  margin: 0;
  max-width: none;
  min-width: auto;
  float: none;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 100%;
  border: solid 1px #707070;
  outline: none;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: normal;
  color: #333333;
}
#html-body.catalog-product-view .swatch-attribute.units .swatch-attribute-options .swatch-option:hover {
  background-color: #707070;
  color: #ffffff;
}
#html-body.catalog-product-view .swatch-attribute.units .swatch-attribute-options::after {
  display: none;
}
#html-body.catalog-product-view #product_addtocart_form .product-options-wrapper > .fieldset {
  margin: 0;
}
#html-body.catalog-product-view #product_addtocart_form .product-options-wrapper > .fieldset .swatch-opt {
  margin: 0;
}
#html-body.catalog-product-view .block.related .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  #html-body.catalog-product-view .block.related .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 9px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
#html-body.catalog-product-view .block.related .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: solid 1px black;
  background-color: #FFF;
  margin: 0;
}
#html-body.catalog-product-view .block.related .swiperpagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.product-detail-heading {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.53pt;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .product-detail-heading {
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.68px;
    text-align: start;
    color: #333333;
  }
}
.product-detail-subtitle h2 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .product-detail-subtitle h2 {
    text-align: start;
    color: #333333;
  }
}
.product-detail-description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .product-detail-description {
    font-size: 18px;
    line-height: 27px;
    text-align: start;
    color: #333333;
  }
}
.product-detail-stock {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
  text-align: start;
  margin: 0;
  color: #333333;
}
.product-detail-price {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 1.05pt;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .product-detail-price {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.6px;
    text-align: start;
    color: #333333;
  }
}
@media only screen and (max-width: 767px) {
  .amgdprcookie-bar-template {
    bottom: 86px !important;
  }
}
#html-body .related {
  display: block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f8f8f8;
  padding: 36px;
}
@media screen and (min-width: 768px) {
  #html-body .related {
    padding: 30px 45px;
    margin-top: 70px;
    margin-bottom: 90px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1260px) {
  #html-body .related {
    padding: 60px 90px;
  }
}
#html-body .related .block-title {
  display: block;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #html-body .related .block-title {
    text-align: left;
    margin-bottom: 35px;
  }
}
#html-body .related .block-title strong {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0.45pt;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #html-body .related .block-title strong {
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.68px;
    text-align: left;
    color: #333333;
  }
}
#html-body .related .block-content {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#html-body .related .block-content .products-related {
  max-width: none;
  margin: 0;
  padding: 0;
}
#html-body .related .block-content .products-related .products-carousel {
  margin: 0;
}
#html-body .related .owl-stage {
  display: flex;
}
#html-body .related .product-item {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#html-body .related .product-item .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 0px;
  -webkit-gap: 0px;
  -moz-gap: 0px;
  -ms-gap: 0px;
  -o-gap: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#html-body .related .product-item .product-card .product-item-photo {
  position: relative;
}
#html-body .related .product-item .product-card .product-item-photo .sold-out {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 100%;
  height: 100%;
}
#html-body .related .product-item .product-card .product-item-photo .sold-out span {
  display: block;
  text-align: center;
}
#html-body .related .product-item .product-card .product-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  padding: 10px 10px 0;
  position: relative;
  flex: 1;
}
#html-body .related .product-item .product-card .product-card-content .product-item-type {
  display: block;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-type {
    font-size: 12px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 8px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-name {
  display: block;
  padding: 0;
  margin-bottom: 8px;
}
#html-body .related .product-item .product-card .product-card-content .product-item-name .product-item-link {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.3pt;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  max-height: 31px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-name .product-item-link {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.35px;
    max-height: 38px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-price {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
#html-body .related .product-item .product-card .product-card-content .product-item-price .price-box {
  margin: 0;
  text-align: center;
}
#html-body .related .product-item .product-card .product-card-content .product-item-price .price-box span {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-price .price-box span {
    font-size: 16px;
    line-height: 22px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-short-description {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-short-description {
    font-size: 14px;
    line-height: 18px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  display: block;
  width: auto;
  height: fit-content;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  margin-top: auto;
  margin-left: -10px;
  margin-right: -10px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions {
    padding-top: 5px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > button.tocart,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > .action-gift.tocart {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5C5C5C;
  border: solid 1px #5C5C5C;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  min-height: 35px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > button.tocart,
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > .action-gift.tocart {
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > button.tocart:hover,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > .action-gift.tocart:hover {
  background-color: #FFF;
  color: #5C5C5C;
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
  min-height: 35px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form {
    gap: 10px;
    min-height: 50px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
  background: #FFF;
  height: auto;
  max-width: 70px;
  border: solid 0.25px #000000;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity {
    max-width: 120px;
    border: none;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .decreaseQty,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .increaseQty {
  display: block;
  font-size: 0px;
  background: transparent;
  border: none;
  margin: O;
  padding: 0;
  width: auto;
  height: auto;
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .decreaseQty svg,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .increaseQty svg {
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .decreaseQty svg,
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity .increaseQty svg {
    width: 15px;
    height: 15px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity input {
  display: block;
  max-width: 30px;
  width: auto;
  height: auto;
  border: none;
  margin: O;
  padding: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .product-item-quantity input {
    max-width: 50px;
    font-size: 21px;
    letter-spacing: 3.15px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form button.tocart,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.tocart,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .action-gift.tocart {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5C5C5C;
  border: solid 1px #5C5C5C;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form button.tocart,
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.tocart,
  #html-body .related .product-item .product-card .product-card-content .product-item-actions > form .action-gift.tocart {
    font-size: 14px;
    line-height: 20px;
  }
}
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form button.tocart:hover,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
#html-body .related .product-item .product-card .product-card-content .product-item-actions > form .action-gift.tocart:hover {
  background-color: #FFF;
  color: #5C5C5C;
}
.heading-one-centered h1,
.heading-one-centered .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  margin: 0 !important;
  margin-top: 40px !important;
}
.heading-one-centered h1 .font-bold,
.heading-one-centered .heading .font-bold,
.heading-one-centered h1 strong,
.heading-one-centered .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  .heading-one-centered h1,
  .heading-one-centered .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (max-width: 991px) {
  .lg-d-hidden {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .lg-d-visible {
    display: none;
  }
}
.matcha-container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .matcha-container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  .matcha-container {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-text-image {
  padding: 0 36px;
  margin-top: 30px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-text-image {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-text-image > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-text-image > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-text-image > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-text-image > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 20px;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  -o-gap: 20px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 40px;
    -webkit-gap: 40px;
    -moz-gap: 40px;
    -ms-gap: 40px;
    -o-gap: 40px;
  }
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text {
  width: auto;
  flex: 1;
  padding: 0;
  order: 2;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text {
    order: 0;
    max-width: 647px;
  }
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p {
    text-align: start;
    margin-bottom: 15px;
  }
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p:last-of-type {
  margin: 0;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--text p a {
  color: #43a330;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--image {
  width: auto;
  flex: 1;
  padding: 0;
  order: 1;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--image {
    order: 0;
    max-width: 812px;
  }
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--image p {
  display: block;
  margin: 0;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--image picture {
  display: block;
  margin: 0;
}
#html-body #maincontent .matcha-text-image > .frame > .line > .col-des-12 > .line .matcha-text-image--image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#html-body #maincontent .matcha-benefits {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #C9E3C4;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#html-body #maincontent .matcha-benefits > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-benefits > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 20px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line {
    gap: 60px 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title {
  grid-column: span 2;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title {
    grid-column: span 4;
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title .heading .font-bold,
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon {
  padding: 0;
  width: 100%;
  max-width: none;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div {
    display: flex;
    gap: 30px;
    -webkit-gap: 30px;
    -moz-gap: 30px;
    -ms-gap: 30px;
    -o-gap: 30px;
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div picture {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div picture {
    height: 70px;
  }
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div picture img {
  height: 100%;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div h3,
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
}
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div h3 .font-bold,
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div p .font-bold,
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div h3 strong,
#html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div p strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div h3,
  #html-body #maincontent .matcha-benefits > .frame > .line > .col-des-12 > .line .matcha-benefits-icon > div p {
    font-size: 20px;
    line-height: 28px;
  }
}
#html-body #maincontent .grades-title {
  padding: 0 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .grades-title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
#html-body #maincontent .grades-title > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .grades-title > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .grades-title > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .grades-title > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .grades-title > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .grades-title > .frame > .line > .col-des-12 > .line > .panel-block {
  padding: 0;
}
#html-body #maincontent .grades-title h2 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  margin-bottom: 10px;
}
#html-body #maincontent .grades-title h2 .font-bold,
#html-body #maincontent .grades-title h2 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .grades-title h2 {
    font-size: 31.25px;
    line-height: 43px;
  }
}
#html-body #maincontent .grades-title p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
}
#html-body #maincontent .grades-title p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .grades-title p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .grades-slider {
  padding: 0 36px;
  margin-top: 30px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .grades-slider {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .grades-slider > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .grades-slider > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .grades-slider > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .grades-slider > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .grades-slider > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .grades-slider > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .grades-slider .owl-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .grades-slider .owl-item > div {
    display: flex;
    gap: 26px;
    -webkit-gap: 26px;
    -moz-gap: 26px;
    -ms-gap: 26px;
    -o-gap: 26px;
  }
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text {
  position: static;
  padding: 0;
  margin: 0;
  transform: none;
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 13px;
  -webkit-gap: 13px;
  -moz-gap: 13px;
  -ms-gap: 13px;
  -o-gap: 13px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text {
    display: flex;
    gap: 25px;
    -webkit-gap: 25px;
    -moz-gap: 25px;
    -ms-gap: 25px;
    -o-gap: 25px;
  }
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: start;
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div h3 .font-bold,
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div h3 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div h3 {
    margin-bottom: 10px;
  }
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .grades-slider .owl-item > div .slide-text .inner-text > div p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-info {
  padding: 50px 36px;
  max-width: none;
  width: auto;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-info > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-info > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-info > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-info > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-info > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info > .frame > .line > .col-des-12 > .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item {
  padding: 25px 0px;
  margin: 0;
  max-width: none;
  flex: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-info .matcha-info-item {
    padding: 40px 20px;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item > div {
  margin: 0 auto;
  max-width: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 10px;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  -o-gap: 10px;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-info .matcha-info-item > div {
    display: flex;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item > div h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: center;
}
#html-body #maincontent .matcha-info .matcha-info-item > div h3 .font-bold,
#html-body #maincontent .matcha-info .matcha-info-item > div h3 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-info .matcha-info-item > div h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-info .matcha-info-item > div h3 {
    text-align: start;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item > div p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
}
#html-body #maincontent .matcha-info .matcha-info-item > div p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-info .matcha-info-item > div p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-info .matcha-info-item > div p {
    text-align: start;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+1) {
  padding-top: 0;
  border: none;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+1) {
    padding-top: 40px;
    padding-left: 0;
    border: none;
    border-right: solid 1px #707070;
  }
  #html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+1) > div {
    margin-left: 0;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+2) {
  border: none;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+2) {
    border: none;
    border-right: solid 1px #707070;
  }
}
#html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+3) {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+3) {
    padding-bottom: 40px;
    padding-right: 0;
  }
  #html-body #maincontent .matcha-info .matcha-info-item:nth-child(3n+3) > div {
    margin-right: 0;
  }
}
#html-body #maincontent .matcha-difference-between {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-difference-between {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-difference-between > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-difference-between > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-difference-between > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-difference-between > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-difference-between > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-difference-between > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-difference-between-title {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-difference-between-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 20px;
}
#html-body #maincontent .matcha-difference-between-title .heading .font-bold,
#html-body #maincontent .matcha-difference-between-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-difference-between-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-difference-between-title .heading {
    display: none;
  }
}
#html-body #maincontent .matcha-promo-banner {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 25px;
  -webkit-gap: 25px;
  -moz-gap: 25px;
  -ms-gap: 25px;
  -o-gap: 25px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
    -webkit-box-orient: row-reverse;
    -webkit-box-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    display: flex;
    gap: 40px;
    -webkit-gap: 40px;
    -moz-gap: 40px;
    -ms-gap: 40px;
    -o-gap: 40px;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > a {
  display: block;
  flex: 1;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > a {
    max-width: 650px;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > a picture {
  display: block;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text {
  position: static;
  padding: 0;
  margin: 0;
  flex: 1;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text {
    max-width: 661px;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .block-overlay {
  display: none;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h2 {
  display: none;
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 30px;
  text-align: start;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h2 .font-bold,
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h2 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h2 {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h2 {
    display: block;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: start;
  margin-top: 20px;
  margin-bottom: 10px;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h3 .font-bold,
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h3 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: start;
  margin-bottom: 10px;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text p {
    margin-bottom: 15px;
  }
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text > *:first-child {
  margin-top: 0;
}
#html-body #maincontent .matcha-promo-banner .promobanner-block .promobanner > .text .banner-text > *:last-child {
  margin-bottom: 0;
}
#html-body #maincontent .matcha-tradition-japan {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tradition-japan {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-tradition-japan > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tradition-japan > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-tradition-japan > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-tradition-japan > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tradition-japan > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-tradition-japan > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tradition-japan-title {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tradition-japan-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 20px;
}
#html-body #maincontent .matcha-tradition-japan-title .heading .font-bold,
#html-body #maincontent .matcha-tradition-japan-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-tradition-japan-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tradition-japan-title .heading {
    display: none;
  }
}
#html-body #maincontent .matcha-explore-more {
  padding: 50px 36px 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background-color: #C9E3C3;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-explore-more {
    padding: 80px 36px 80px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-explore-more > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-explore-more > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-explore-more > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-explore-more > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-explore-more > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-explore-more > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-explore-more-title {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-explore-more-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: start;
  margin-bottom: 40px;
}
#html-body #maincontent .matcha-explore-more-title .heading .font-bold,
#html-body #maincontent .matcha-explore-more-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-explore-more-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
#html-body #maincontent .matcha-explore-more-slider {
  padding: 0;
  margin: 0;
  margin-right: -36px;
  width: auto;
  max-width: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-explore-more-slider {
    margin: 0;
  }
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .item-image {
  display: block;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .item-image picture {
  display: block;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .item-image picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text {
  position: static;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transform: none;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text {
    margin-top: 35px;
  }
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .inner-text {
  padding: 0;
  margin: 0;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents {
  padding: 0;
  margin: 0;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: start;
  margin-bottom: 5px;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents h3 .font-bold,
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents h3 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents h3 {
    margin-bottom: 10px;
  }
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  margin-bottom: 15px;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents span {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents span strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-explore-more-slider .owl-item > div .slide-text .explore-slide-contents span a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-perfect {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-perfect {
    padding: 0 36px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-perfect > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-perfect > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-perfect > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-perfect > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-perfect > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-perfect > .frame > .line > .col-des-12 > .line {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-perfect-title {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-perfect-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 25px;
}
#html-body #maincontent .matcha-perfect-title .heading .font-bold,
#html-body #maincontent .matcha-perfect-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-perfect-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-perfect-title .heading {
    margin-bottom: 40px;
  }
}
#html-body #maincontent .matcha-perfect-video {
  padding: 0;
  margin: 0 -36px;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-perfect-video {
    margin: 0;
  }
}
#html-body #maincontent .matcha-premium {
  max-width: none;
  padding: 60px 36px;
  background-color: #C9E3C4;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium {
    padding: 100px 36px;
  }
}
#html-body #maincontent .matcha-premium.no-bg-color {
  background-color: transparent;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium.no-bg-color {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-premium > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-premium > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-premium > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-premium > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-premium > .frame > .line > .col-des-12 > .line {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-premium-title {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-title {
    margin-bottom: 60px;
  }
}
#html-body #maincontent .matcha-premium-title h2 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  margin-bottom: 15px;
}
#html-body #maincontent .matcha-premium-title h2 .font-bold,
#html-body #maincontent .matcha-premium-title h2 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-premium-title h2 {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-title h2 {
    margin-bottom: 20px;
  }
}
#html-body #maincontent .matcha-premium-title p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
}
#html-body #maincontent .matcha-premium-title p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-premium-title p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-premium-icons {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li {
    padding: 0 20px 50px;
  }
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li > div {
    max-width: 349px;
  }
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li > div picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  height: 70px;
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li > div picture img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li h3 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin: 20px auto;
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li h3 .font-bold,
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li h3 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li h3 {
    max-width: 349px;
  }
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li p {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
  margin: 0 auto;
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li p strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li p a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li p {
    max-width: 349px;
  }
}
#html-body #maincontent .matcha-premium-icons .matcha-premium-list > li:nth-of-type(2) {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 40px 0;
  margin: 40px 0;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-premium-icons .matcha-premium-list > li:nth-of-type(2) {
    padding: 0 20px 50px;
    margin: 0;
    border: none;
    border-left: solid 1px #707070;
    border-right: solid 1px #707070;
  }
}
#html-body #maincontent .matcha-energy-levels {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-energy-levels {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-energy-levels {
    padding: 0 36px;
  }
}
#html-body #maincontent .matcha-energy-levels > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-energy-levels > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-energy-levels > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-energy-levels > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-energy-levels > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-energy-levels > .frame > .line > .col-des-12 > .line {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-energy-levels > .frame > .line > .col-des-12 > .line .panel-block-row {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 991px) {
  #html-body #maincontent .matcha-energy-levels .desktop-graph {
    display: none;
  }
}
#html-body #maincontent .matcha-energy-levels .desktop-graph img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-energy-levels .mobile-graph {
    display: none;
  }
}
#html-body #maincontent .matcha-energy-levels .mobile-graph img {
  width: 100%;
}
#html-body #maincontent .matcha-tab {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-tab > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-tab > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-tab > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tab > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-tab > .frame > .line > .col-des-12 > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 48px;
  -webkit-gap: 48px;
  -moz-gap: 48px;
  -ms-gap: 48px;
  -o-gap: 48px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab > .frame > .line > .col-des-12 > .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-content {
  flex: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div h2 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 15px;
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div h2 .font-bold,
#html-body #maincontent .matcha-tab .matcha-tab-content > div h2 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div h2 {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div h2 {
    text-align: start;
    margin-bottom: 30px;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div > div {
  flex: 1 1 50%;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div > div {
    flex: 1;
    margin-bottom: 20px;
  }
  #html-body #maincontent .matcha-tab .matcha-tab-content > div > div:last-of-type {
    margin: 0;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div h4 {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  text-align: start;
  margin-bottom: 5px;
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div h4 .font-bold,
#html-body #maincontent .matcha-tab .matcha-tab-content > div h4 strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-content > div h4 {
    margin-bottom: 10px;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  padding-inline-start: 25px;
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div ul li {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div ul li strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-tab .matcha-tab-content > div ul li a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs {
  flex: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 26px 20px;
  -webkit-gap: 26px 20px;
  -moz-gap: 26px 20px;
  -ms-gap: 26px 20px;
  -o-gap: 26px 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    display: flex;
    gap: 30px;
    -webkit-gap: 30px;
    -moz-gap: 30px;
    -ms-gap: 30px;
    -o-gap: 30px;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title.active a {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-family: 'BrandonText-Bold';
  color: #1D1D1B;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title.active a .font-bold,
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title.active a strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title.active a {
    font-size: 20px;
    line-height: 28px;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title {
  margin: 0;
  padding: 0;
  order: 0;
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a {
  display: block;
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1D1D1B;
  margin: 0;
  text-align: center;
  line-height: 26px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a .font-bold,
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a {
    text-align: start;
    line-height: 28px !important;
  }
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a::before,
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.title a::after {
  display: none;
}
#html-body #maincontent .matcha-tab .matcha-tab-tabs .mgs-tab .item.content {
  width: 100%;
  margin: 0;
  padding: 0;
  order: 99;
  flex-shrink: 0;
}
#html-body #maincontent .matcha-essentials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: matcha-essentials;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  display: flex;
  gap: 20px;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  -o-gap: 20px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-essentials-list {
    display: flex;
    gap: 30px;
    -webkit-gap: 30px;
    -moz-gap: 30px;
    -ms-gap: 30px;
    -o-gap: 30px;
  }
}
#html-body #maincontent .matcha-essentials-list br {
  display: none;
}
#html-body #maincontent .matcha-essentials-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  display: flex;
  gap: 15px;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  -o-gap: 15px;
  counter-increment: matcha-essentials;
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  text-align: start;
}
#html-body #maincontent .matcha-essentials-list > li strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-essentials-list > li a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-essentials-list > li {
    display: flex;
    gap: 20px;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
  }
}
#html-body #maincontent .matcha-essentials-list > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  content: counter(matcha-essentials);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #C9E3C4;
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  color: #1D1D1B;
  margin: 0;
  opacity: 1;
  font-family: 'BrandonText-Bold';
  line-height: 1;
  text-align: start;
  flex-shrink: 0;
}
#html-body #maincontent .matcha-essentials-list > li::before strong {
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-essentials-list > li::before a {
  color: #43a330;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'BrandonText-Bold';
}
#html-body #maincontent .matcha-essentials {
  padding: 0 36px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-essentials {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#html-body #maincontent .matcha-essentials > .frame {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-essentials > .frame {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  #html-body #maincontent .matcha-essentials > .frame {
    max-width: 1200px;
  }
}
#html-body #maincontent .matcha-essentials > .frame > .line {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-essentials > .frame > .line > .col-des-12 {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#html-body #maincontent .matcha-essentials > .frame > .line > .col-des-12 > .line {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-essentials .matcha-essentials-title {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#html-body #maincontent .matcha-essentials .matcha-essentials-title .heading {
  font-family: 'BrandonText';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  font-family: 'BrandonText-Bold';
  margin-bottom: 20px;
}
#html-body #maincontent .matcha-essentials .matcha-essentials-title .heading .font-bold,
#html-body #maincontent .matcha-essentials .matcha-essentials-title .heading strong {
  font-family: 'BrandonText-Bold';
}
@media screen and (min-width: 768px) {
  #html-body #maincontent .matcha-essentials .matcha-essentials-title .heading {
    font-size: 31.25px;
    line-height: 43px;
  }
}
@media screen and (min-width: 992px) {
  #html-body #maincontent .matcha-essentials .matcha-essentials-title .heading {
    text-align: start;
    margin-bottom: 35px;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
@font-face {
  font-family: 'BrandonText-Bold';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Bold.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Bold.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Bold.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-Bold.svg#BrandonText-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Regular.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Regular.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Regular.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Medium';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Medium.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Medium.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Medium.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonText';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Regular.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Regular.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Regular.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-Regular.svg#BrandonText-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonText-Medium';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Medium.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Medium.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/BrandonUpdated/BrandonText-Medium.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-Medium.svg#BrandonText-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonText-MediumItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-MediumItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-MediumItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-MediumItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-MediumItalic.svg#BrandonText-MediumItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonText-RegularItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-RegularItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-RegularItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-RegularItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonText-RegularItalic.svg#BrandonText-RegularItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Bold.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Bold.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Bold.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-Bold';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Bold.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Bold.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Bold.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Bold.svg#ArcherPro-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-BoldItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BoldItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BoldItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BoldItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BoldItalic.svg#ArcherPro-BoldItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-Light';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Light.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Light.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Light.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Light.svg#ArcherPro-Light') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-LightItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-LightItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-LightItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-LightItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-LightItalic.svg#ArcherPro-LightItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-Book';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Book.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Book.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Book.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Book.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Book.svg#ArcherPro-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-BookItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BookItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BookItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BookItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BookItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-BookItalic.svg#ArcherPro-BookItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-Medium';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Medium.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Medium.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Medium.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Medium.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Medium.svg#ArcherPro-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-MediumItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-MediumItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-MediumItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-MediumItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-MediumItalic.svg#ArcherPro-MediumItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-Semibold';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Semibold.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Semibold.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Semibold.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-Semibold.svg#ArcherPro-Semibold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ArcherPro-SemiboldItalic';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-SemiboldItalic.otf') format('opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-SemiboldItalic.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-SemiboldItalic.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Archer-Pro/ArcherPro-SemiboldItalic.svg#ArcherPro-SemiboldItalic') format('svg');
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
}
html [type=button] {
  font-family: 'BrandonText-Bold' !important;
  color: #fff;
}
body {
  font-family: BrandonText !important;
  color: #333 !important;
}
body .blog-post-list-toolbar .pages .page {
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  width: auto;
  margin: 0 10px;
  border-radius: 0;
  line-height: 30px;
}
body .blog-post-list-toolbar .pages .current .page {
  border-bottom: 1px solid #333;
}
body .blog-post-list-toolbar .pages .item a:hover {
  border-bottom: 1px solid #333;
}
body .custom-static-blocks {
  display: none;
}
.checkout-index-index .checkout-block.-summary {
  position: relative;
}
.checkout-index-index .checkout-block.-summary .payment-option.discount-code {
  position: absolute;
  width: calc(100% - 25px);
  top: -56px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: none;
}
.discount-code .messages {
  display: block !important;
}
.discount-code .messages.hide {
  display: none !important;
}
.discount-code .ui-effects-wrapper {
  display: none !important;
  height: 100% !important;
  width: 100% !important;
  position: static !important;
  font-size: 100% !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.discount-code.custom {
  opacity: 0;
  pointer-events: none;
}
.checkout-cart-index .block.crosssell {
  opacity: 0;
}
.container-section {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}
.page.messages {
  padding: 0 30px;
}
.page.messages .message {
  margin-top: 16px;
  margin-bottom: 16px;
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home .column.main {
  padding-bottom: 0 !important;
}
.cms-home .column.main .promo-banner .line .middle-center {
  text-align: center;
}
.cms-home .page-main {
  padding: 0;
}
.cms-home .page-main .line {
  margin-left: 0;
  margin-right: 0;
}
.cms-home .page-main .column.main .frame.no-padding {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}
.cms-home .page-main .column.main .top-collections .frame.no-padding {
  max-width: 100%;
  padding: 0;
}
.cms-home .page-main .column.main .blog-section > .frame {
  padding: 0 0 30px;
}
.cms-home .page-main .column.main .banner-slider .frame.no-padding {
  max-width: 1440px;
}
.cms-home .blog-section {
  background: #ededed;
  padding: 0;
  overflow: hidden;
  margin-bottom: 6.25rem;
  display: none;
}
.cms-home .blog-section h2.title {
  color: #ededed !important;
  text-transform: uppercase;
}
.cms-home .blog-section .panel-block-row .content-heading {
  display: none;
}
.cms-home .blog-section .panel-block-row h2 {
  background: 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: -3.125rem;
  text-align: center;
}
.cms-home .blog-section .panel-block-row ul {
  margin: 0 -15px;
  display: block;
}
.cms-home .blog-section .panel-block-row li.item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  float: left;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 3.125rem;
  overflow: hidden;
}
.cms-home .blog-section .panel-block-row li.item .wrap {
  position: relative;
}
.cms-home .blog-section .panel-block-row li.item .bottom-center {
  font-size: 1.5rem;
  font-family: 'ArcherPro-MediumItalic';
  margin-bottom: 5.75rem;
  line-height: 32px;
  letter-spacing: .056rem;
  left: 0;
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  width: 100%;
  height: 0;
  padding: 0 1.25rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.cms-home .blog-section .panel-block-row li.item:hover .bottom-center {
  padding: 1.25rem;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cms-home .blog-section .panel-block-row li.item:focus .bottom-center {
  padding: 1.25rem;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cms-home .blog-section .panel-block-row li.item .image a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-home .blog-section .item .banner-text {
  max-width: 21rem;
  width: 80%;
  margin: auto;
  margin-bottom: 1.375rem;
  font-size: .938rem;
  letter-spacing: -.019rem;
  line-height: 20px;
}
.cms-home .blog-section .item span.banner-button {
  margin-bottom: 10px;
  display: block;
}
.cms-home .blog-section .item .title {
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  padding-top: .438rem;
}
.cms-home .blog-section .item .title a {
  color: #333;
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  padding-top: .438rem;
  font-family: BrandonText;
  font-weight: 400;
}
.cms-home .blog-section .button-bottom a.button {
  color: #fff;
}
.cms-home .blog-section .button-blog {
  text-align: center;
  margin-top: 3.125rem;
}
.cms-home .blog-section .button-blog a.button {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}
.cms-home .blog-section .button-blog a.button:hover {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.cms-home .blog-section .button-blog a.button:focus {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.cms-home .mgs-blog-lastest-posts .block-content .item .image {
  margin: 0;
}
.cms-home .mgs-blog-lastest-posts .block-content .item .short-content {
  font-size: .938rem;
  letter-spacing: -.019rem;
  line-height: 20px;
  max-width: 290px;
  width: 80%;
  margin: auto;
  margin-bottom: 1.375rem;
  font-family: BrandonText;
}
.instagram-feed {
  margin-top: 4.25rem;
  margin-bottom: 30px;
}
.instagram-feed .line .line {
  margin-right: 0;
  margin-left: 0;
}
.instagram-feed .content-block.instagram-block {
  text-align: center;
}
.instagram-feed .content-heading {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
.instagram-feed .content-heading h3.title {
  display: inline-block;
  font-family: 'BrandonText';
  color: #333;
  text-transform: uppercase;
  position: relative;
  font-size: 1.563rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #fff;
  z-index: 1;
}
.instagram-feed .content-heading:after {
  content: '';
  width: 50%;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}
.instagram-feed .content-heading:before {
  content: '';
  width: 50%;
  background: #333;
  display: inline-block;
  height: 1px;
  margin-right: 0;
  left: 15px;
  position: absolute;
  top: 50%;
}
.instagram-feed .block.instagram-widget img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.instagram-feed .col-des-12 {
  padding: 0;
}
.promo-banner {
  margin-bottom: 9.063rem;
}
.promo-banner h2 {
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #000;
  font-family: 'ArcherPro-Bold';
}
.promo-banner h3 {
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #000;
  font-family: 'ArcherPro-Medium';
}
.promo-banner h4 {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
}
.promo-banner h5 {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #000;
  font-family: 'ArcherPro-Medium';
}
.promo-banner .panel-block-row {
  padding: 0;
  margin-bottom: 0;
}
.promo-banner .panel-block-row:first-child {
  background-color: #ecc61b;
}
.promo-banner .panel-block-row:first-child .text.middle-center {
  width: 95%;
  text-align: center;
}
.promo-banner .panel-block-row:first-child .text.middle-center button {
  background: #000;
  color: #fff;
  max-width: 100%;
  white-space: normal;
}
.promo-banner .panel-block-row:first-child .text.middle-center button span {
  color: #fff;
}
.promo-banner .panel-block-row:first-child .text.middle-center button:hover {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.promo-banner .panel-block-row:first-child .text.middle-center button:hover span {
  color: #fff;
}
.promo-banner .panel-block-row:first-child .text.middle-center button:focus {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.promo-banner .panel-block-row:first-child .text.middle-center button:focus span {
  color: #fff;
}
.promo-banner .panel-block-row:first-child .promobanner .text.bottom-center span.banner-button {
  margin: 0;
}
.promo-banner .line .line {
  margin: 0;
}
.promo-banner .promobanner .text.middle-center .banner-text {
  font-size: 16px;
  font-family: BrandonText;
  margin-bottom: 6rem;
  line-height: 24px;
  letter-spacing: .056rem;
  font-weight: 400;
}
.promo-banner .promobanner .text.bottom-center {
  left: 0;
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  text-align: center;
  width: 100%;
  height: 0;
  padding: 0 1.25rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: BrandonText;
  color: #333;
}
.promo-banner .promobanner .text.bottom-center .banner-text {
  max-width: 28rem;
  width: 100%;
  margin: auto;
  margin-bottom: 1.375rem;
  font-size: 1rem;
  letter-spacing: .063rem;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
.promo-banner .promobanner .text.bottom-center .banner-text h2 {
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  padding-top: .438rem;
}
.promo-banner .promobanner .text.bottom-center span.banner-button {
  margin-bottom: .625rem;
  display: block;
  position: relative;
  z-index: 1;
}
.promo-banner .promobanner:hover .text.bottom-center {
  padding: 1.25rem;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.promo-banner .promobanner:focus .text.bottom-center {
  padding: 1.25rem;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.block-section h4 {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
}
.block-section .col-des-12 {
  float: none;
  width: 100%;
  clear: both;
}
.block-section .text.middle-center .banner-text {
  font-size: 1.5rem;
  font-family: 'ArcherPro-MediumItalic';
  margin-bottom: 5.75rem;
  line-height: 32px;
  letter-spacing: .056rem;
}
.block-section .text.bottom-center {
  left: 0;
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  text-align: center;
  width: 100%;
  padding: 0 1.25rem;
  font-family: BrandonText;
  color: #333;
  height: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.block-section .show-alway .text.bottom-center {
  height: auto;
  padding: 1.25rem;
}
.block-section .promobanner:hover .text.bottom-center {
  padding: 1.25rem;
  height: auto;
}
.block-section .promobanner:focus .text.bottom-center {
  padding: 1.25rem;
  height: auto;
}
.block-section .promobanner .text.bottom-center .banner-text {
  max-width: 21rem;
  width: 80%;
  margin: auto;
  margin-bottom: 1.375rem;
  font-size: .938rem;
  letter-spacing: -.019rem;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
.block-section .promobanner .text.bottom-center .banner-text h2 {
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  padding-top: .438rem;
  color: inherit;
}
.block-section .promobanner .text.bottom-center span.banner-button {
  margin-bottom: .625rem;
  display: block;
  position: relative;
  z-index: 1;
}
.block-section .panel-block-row {
  padding: 0;
}
.block-section .blog-heading {
  text-align: center;
  margin-top: 6.25rem;
}
.page-main .about-heading h2,
.block-section .blog-heading h2 {
  color: #bababa !important;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.action.primary {
  font-family: 'BrandonText-Bold' !important;
}
.button {
  font-family: 'BrandonText-Bold' !important;
}
.btn {
  font-family: 'BrandonText-Bold' !important;
}
button {
  font-family: 'BrandonText-Bold' !important;
  border-radius: 0 !important;
}
[type=reset] {
  font-family: 'BrandonText-Bold' !important;
}
[type=submit] {
  font-family: 'BrandonText-Bold' !important;
}
.banner-slider {
  margin-bottom: 6.25rem;
}
.banner-slider .frame.no-padding {
  padding: 0 !important;
}
.banner-slider .frame.no-padding .col-des-12 {
  padding: 0;
}
.banner-slider .frame.no-padding .text-align-center {
  width: 100%;
}
.banner-slider .slider_mgs_carousel .owl-item .slide-text .inner-text {
  font-family: 'BrandonText';
  color: #fff;
  font-size: 2rem;
  letter-spacing: .063rem;
  max-width: 80%;
}
.banner-slider .slider_mgs_carousel .owl-item .slide-text .inner-text a {
  font-family: 'BrandonText-Bold';
  color: #fff !important;
  letter-spacing: .063rem;
}
.banner-slider .mgs-owl-carousel .slider-nav:hover:before {
  background: 0 0;
  font-size: 6rem;
}
.banner-slider .mgs-owl-carousel .slider-nav:before {
  background: 0 0;
  font-size: 6rem;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: inherit;
  position: static;
}
.banner-slider .mgs-owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.banner-slider .mgs-owl-carousel:hover .owl-nav {
  opacity: 1;
}
.banner-slider .mgs-owl-carousel .owl-prev {
  margin-left: 0;
  left: 0 !important;
  position: static;
  float: left;
}
.banner-slider .mgs-owl-carousel .owl-next {
  margin-right: 0;
  right: 0 !important;
  position: static;
  float: right;
}
.banner-slider .banner-slider {
  margin-bottom: 0;
  padding: 0;
}
.top-collections {
  text-align: center;
  margin-bottom: 6.5rem;
  background: #f1f1f1;
}
.top-collections .panel-block-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-collections .panel-block-row:first-child {
  background: 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: -3.125rem;
  bottom: auto;
  padding-top: 0;
}
.top-collections .panel-block-row h2 {
  color: #bababa !important;
  text-transform: uppercase;
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-collections .panel-block-row .content-block {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-collections .panel-block-row .content-block .items.owl-carousel {
  margin-left: 0;
}
.top-collections .product-item-details {
  position: relative;
}
.top-collections .product-item-inner {
  position: absolute;
  top: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.top-collections .product-item:hover .product-item-inner {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
}
.top-collections .panel-block-row .product-item-name {
  text-transform: uppercase;
  font-size: 0.938rem;
  letter-spacing: 0.063rem;
  margin: 0;
  padding-top: 0.888rem;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  width: calc(100% + 2px);
  left: -1px;
  min-height: 36px;
}
.top-collections .product-item-actions .actions-primary {
  display: block;
}
.top-collections .action.primary {
  display: block;
  width: 100%;
  height: 40px;
}
.top-collections .products-grid .product-item-actions {
  margin: 0;
}
.top-collections .panel-block-row .product-item .price-box {
  margin: 0 0 14px;
}
.top-collections .panel-block-row .product-item .price-box span.price {
  font-family: 'BrandonText-Medium';
  font-size: 1rem;
}
.top-collections .panel-block-row a.button {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-radius: 0;
  font-size: .75rem;
  letter-spacing: 3px;
  padding: .375rem 1.813rem;
}
.top-collections .panel-block-row a.button:hover {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.top-collections .panel-block-row a.button:focus {
  background: #5c5c5c;
  border: 0;
  color: #fff;
}
.top-collections .panel-block-row.button-shopnow {
  padding-top: .563rem;
  padding-bottom: 2.625rem;
  clear: both;
}
.top-collections .mgs-products .mgs-owl-carousel .product-item {
  margin-bottom: 0;
}
.top-collections .line .mgs-owl-carousel .slider-nav:before {
  font-size: 3rem;
  color: #333;
  background: 0 0;
  visibility: inherit !important;
  opacity: 1;
  position: static;
}
.top-collections .line .mgs-owl-carousel .slider-nav:hover:before {
  font-size: 3rem;
  color: #333;
  background: 0 0;
  visibility: inherit !important;
  opacity: 1;
  position: static;
}
.top-collections .mgs-owl-carousel .owl-prev {
  left: 0;
  float: left;
  position: static;
  margin-left: -25px;
}
.top-collections .mgs-owl-carousel .owl-next {
  float: right;
  position: static;
  margin-right: -25px;
}
.top-collections .col-des-12 {
  float: none;
  width: 100%;
  clear: both;
}
.top-collections .frame.no-padding .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 0;
  height: 0;
}
.top-collections .block.product-items {
  margin-bottom: 0;
  margin-left: 0;
}
a.button {
  border-radius: 0;
  font-size: .75rem;
  letter-spacing: 3px;
  padding: .375rem 1.813rem;
  border: 0 !important;
}
a.btn {
  border-radius: 0;
  font-size: .75rem;
  letter-spacing: 3px;
  padding: .375rem 1.813rem;
  border: 0 !important;
}
.panel-block-row .text.bottom-center .block-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .95;
}
.blog-section .button-blog {
  float: none;
  width: 100%;
  clear: both;
}
.instagram-widget .instagram-item > a {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
}
.instagram-widget .instagram-item img {
  width: 100%;
}
.blog-toplink {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: relative;
  padding: 0 30px 10px;
}
.blog-toplink:after {
  content: '';
  display: block;
  clear: both;
}
.blog-toplink:before {
  content: '';
  display: block;
}
.blog-toplink .category-link {
  width: 50%;
  float: left;
}
.blog-toplink .category-link .toggle {
  display: block;
  background: 0 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.blog-toplink .category-link .toggle:after {
  content: '+';
  padding-left: 3px;
}
.blog-toplink .category-link .select {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 15px;
  text-align: left;
  padding: 15px;
  -webkit-box-shadow: 0 5px 5px -1px #cccccc;
  box-shadow: 0 5px 5px -1px #cccccc;
  background: #fff;
}
.blog-toplink .category-link .select li:last-child {
  margin-bottom: 0;
}
.blog-toplink .category-link .select a {
  color: inherit;
}
.blog-toplink .category-link.active .toggle:after {
  content: '-';
}
.blog-toplink .category-link.active .select {
  display: block;
}
.blog-toplink .footer-social {
  margin: 0;
  padding-top: 7px;
}
.page-header .panel.wrapper {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header.content {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
header.page-header .panel.wrapper {
  border-bottom: 0 solid #e8e8e8;
}
header.page-header .search-wrapper {
  float: right;
  margin-left: 0;
  margin-right: 0;
}
header.page-header .minicart-wrapper {
  margin-right: 1.125rem;
  margin-left: 0;
  position: static;
}
header.page-header .account-wrapper {
  float: right;
  margin-right: 2.1rem;
  margin-left: 0;
}
header.page-header .header.panel {
  padding: .5rem 15px 0;
  position: relative;
}
header.page-header .switcher .options {
  bottom: 2px;
}
header.page-header .switcher .options ul.dropdown a {
  color: #333;
}
header.page-header .switcher .options .action.toggle:after {
  font-size: 1.75rem;
  margin-left: 1.688rem;
  margin-top: -.125rem;
}
header.page-header .switcher .options .action.toggle.active:after {
  font-size: 1.75rem;
  margin-left: 1.688rem;
  margin-top: -.125rem;
}
header .panel.header .switcher {
  font-size: .75rem;
  letter-spacing: .025rem;
  display: none;
}
header .panel.header .switcher.switcher-website {
  display: block;
  float: left;
}
header .panel.header .action svg {
  width: 14px;
}
header .panel.header .minicart-wrapper .action svg {
  display: inline-block;
  vertical-align: middle;
}
header .minicart-wrapper .action {
  position: relative;
}
header .minicart-wrapper .action span.counter-number {
  position: relative;
}
header .minicart-wrapper .action span.counter-number:after {
  content: ")";
  display: inline-blcok;
}
header .minicart-wrapper .action span.counter-number:before {
  content: "(";
  display: inline-blcok;
}
header .minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
header .minicart-wrapper .action.showcart .counter.qty {
  background: 0 0;
  color: #333;
  font-size: .75rem;
  margin: 0;
  padding: 0;
  position: relative;
  right: 1px;
  top: 5px;
  height: auto;
  line-height: initial;
}
header .minicart-wrapper .action.close {
  display: none;
}
header .minicart-wrapper.active .block-minicart {
  background: #ededed;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 15px;
  width: 348px;
  min-width: auto;
  top: 90.2px;
  padding: 40px 35px 20px;
  margin: 0;
}
header .minicart-wrapper.active .block-minicart:before {
  display: none;
}
header .minicart-wrapper.active .block-minicart:after {
  display: none;
}
header .block-minicart #top-cart-btn-checkout {
  font-size: .75rem;
  letter-spacing: 3px;
  padding: 1.013rem 1.813rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.header-popup {
  max-width: 996px;
  width: 80%;
  margin: 4.938rem auto 3.25rem;
}
.header-popup .login-container {
  margin-bottom: 0;
  padding-left: 4.688rem;
}
.header-popup .login-container input#header-email {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #5c5c5c !important;
  border-color: #a8b1a1;
  margin-bottom: .25rem;
}
.header-popup .login-container input#header-pass {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  color: #5c5c5c !important;
  border-color: #a8b1a1;
  margin-bottom: .25rem;
}
.header-popup .login-container button#header-send2 {
  width: 20%;
  margin-left: -.5%;
  margin-right: 1.4%;
  display: inline-block;
  vertical-align: middle;
}
.header-popup .login-container .link {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
  font-size: .688rem;
  letter-spacing: .03125rem;
  position: relative;
  line-height: 18px;
  top: 0;
  text-align: left;
}
.header-popup .login-container .link a {
  color: #333;
}
.header-popup .login-container button.login {
  background: #ededed;
  color: #333;
}
.header-popup .login-container button.login:hover {
  color: #fff;
  background: #5c5c5c;
}
.header-popup .login-container button.login:focus {
  color: #fff;
  background: #5c5c5c;
}
.header-popup::-webkit-input-placeholder {
  color: #5c5c5c !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-popup::-moz-placeholder {
  color: #5c5c5c !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-popup:-ms-input-placeholder {
  color: #5c5c5c !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-popup:-moz-placeholder {
  color: #5c5c5c !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-popup .block-search {
  float: none;
  width: 100%;
  padding: 0;
}
.header-popup .block-search .control {
  position: relative;
  padding: 0;
}
.header-popup .block-search .nested {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.header-popup .block-search .action.search {
  right: -2rem;
  top: -.225rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-popup .block-search .action.search:before {
  color: #333;
  font-size: 2rem;
  line-height: 1;
}
.header-popup .block-search input {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #5c5c5c !important;
  border-color: #a8b1a1;
}
.header-popup .block-search::-webkit-input-placeholder {
  font-size: 1rem;
}
.header-popup .block-search::-moz-placeholder {
  font-size: 1rem;
}
.header-popup .block-search:-ms-input-placeholder {
  font-size: 1rem;
}
.header-popup .block-search:-moz-placeholder {
  font-size: 1.5rem;
}
.header-popup .search-container {
  max-width: 544px;
  margin: auto;
  padding-right: 2.25rem;
}
.blog-post-view .blog-toplink {
  display: block;
}
.blog-post-view .stButton .facebook {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/fb-icon.png);
  background-size: 16px;
  padding-top: 100%;
}
.blog-post-view .stButton .twitter {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/tw-icon.png);
  padding-top: 100%;
  background-size: 16px;
  background-position: left center;
}
.blog-post-view .stButton .intagram {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/instagram-icon.png);
  padding-top: 100%;
  background-size: 16px;
  background-position: left center;
}
.blog-post-view .stButton .linkedin {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/in-icon.png);
  padding-top: 100%;
  background-size: 16px;
  background-position: left center;
}
.blog-post-view .blog-post a {
  color: #333;
}
.blog-post-view h1.page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.867em;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.blog-post-view .fieldset .legend {
  margin-left: 0;
  font-size: 1rem;
  letter-spacing: .063rem;
  text-transform: uppercase;
  font-family: 'ArcherPro-Book';
}
.blog-post-view .fieldset .field:not(.choice) .control {
  width: 100%;
}
.blog-post-view .fieldset .field:not(.choice) .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
  float: none;
  padding: 0;
  width: auto;
  text-align: left;
  margin-bottom: 0;
}
.blog-post-view .fieldset .field .field .control input {
  height: 28px;
}
.blog-post-view .fieldset textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.blog-post-view .post-image {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 40.7%;
  background-size: cover;
  background-position: center top;
}
.blog-post-view .post-image img {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
}
.blog-post-view .page-main {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  padding-top: 222px;
}
.blog-post-view .columns .column.main {
  padding-bottom: 6rem;
}
.blog-post-view .post-content img {
  margin-bottom: 30px;
}
.blog-post-view .post-content h2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-post-view .post-comments button.submit {
  font-size: 1rem;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
}
.blog-post-list .blog-toplink {
  display: block;
}
.blog-post-list .breadcrumbs {
  display: none;
}
.blog-post-list h1.page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.blog-post-list .blog-list {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.blog-post-list .blog-list .blog-post {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
  vertical-align: top;
  border: 0;
  margin-bottom: 60px;
}
.blog-post-list .blog-list .blog-post .post-title {
  font-size: 2.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  font-family: 'ArcherPro-Light';
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.blog-post-list .blog-list .blog-post .post-title:first-letter {
  text-transform: uppercase;
}
.blog-post-list .blog-list .blog-post .post-title:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background: #333;
  bottom: 0;
  left: 0;
}
.blog-post-list .blog-list .blog-post:not(.featured) .post-title {
  font-size: 1.563rem;
}
.blog-post-list .blog-list .blog-post:not(.featured) .post-info {
  display: none;
}
.blog-post-list .blog-list .blog-post:not(.featured) .post-content {
  display: none;
}
.blog-post-list .blog-list .blog-post .post-thumbnail {
  position: relative;
}
.blog-post-list .blog-list .blog-post .post-thumbnail .post-title-link:hover:before {
  opacity: .5;
}
.blog-post-list .blog-list .blog-post .post-thumbnail .post-title-link:before {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #333;
  opacity: 0;
}
.blog-post-list .blog-list .blog-post .post-sharethis {
  display: none;
}
.blog-post-list .blog-list .blog-post.featured {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.blog-post-list .blog-list .blog-post.featured:after {
  content: '';
  display: block;
  clear: both;
}
.blog-post-list .blog-list .blog-post.featured .post-title {
  margin-bottom: 25px;
  line-height: 1.6;
}
.blog-post-list .blog-list .blog-post.featured .post-info {
  display: block;
}
.blog-post-list .blog-list .blog-post.featured .post-info .published-by {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-post-list .blog-list .blog-post.featured .col-left {
  width: 35%;
  float: left;
  padding-right: 20px;
}
.blog-post-list .blog-list .blog-post.featured .post-thumbnail {
  width: 65%;
  float: left;
}
.blog-post-list .page-main {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
}
.blog-post-list .columns .column.main {
  padding-bottom: 6rem;
}
.blog-post-list .blog-post-list-toolbar {
  border-top: 0;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
.blog-post-list .blog-post-list-toolbar p.toolbar-amount {
  display: none;
}
.blog-post-list .blog-post-list-toolbar .limiter {
  display: none;
}
.blog-post-list .blog-post-list-toolbar ul.items.pages-items li {
  display: none;
}
.blog-post-list .blog-post-list-toolbar ul.items.pages-items li.item.pages-item-next {
  display: block;
}
.blog-post-list .blog-post-list-toolbar .to-top {
  float: left;
  color: #333;
  position: relative;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 22px;
  border-bottom: 1px solid #333;
}
.blog-post-list .blog-post-list-toolbar .to-top:hover {
  text-decoration: underline;
}
.blog-post-list .blog-post-list-toolbar .pager {
  float: right;
}
.blog-post-list .blog-post-list-toolbar .pages .action.next {
  margin-left: 0;
  border: 0;
  width: auto;
}
.blog-post-list .blog-post-list-toolbar .pages .action.next:before {
  content: "Load more news";
  font-family: BrandonText;
  font-size: 22px;
  line-height: 32px;
  border: 0;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 700;
  border-bottom: 1px solid #333;
  display: none;
}
.blog-post-list .blog-post-list-toolbar .pages .action.next:hover:before {
  text-decoration: underline;
}
.mgs-blog-lastest-posts .block-content .item .image:hoverb a:before {
  opacity: .5;
}
.mgs-blog-lastest-posts .block-content .item .image a:before {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #333;
  opacity: 0;
}
.mgs-blog-lastest-posts .block-content .default .item:last-child {
  padding-bottom: 30px;
}
.columns .sidebar .block-blog-posts .post-list .item {
  padding-bottom: 0;
  border-bottom: 0 solid #eee;
  margin-bottom: 5px;
}
.columns .sidebar .category-list .item {
  padding: 0 0 0 15px;
  margin-bottom: 5px;
  border: 0;
}
.columns .sidebar a {
  color: #333;
}
.columns .blog-list .blog-post:last-child {
  padding-bottom: 30px;
}
.columns .blog-list .blog-post .post-info .published-by {
  color: #333;
}
.columns .blog-list .blog-post .post-info .posted-in {
  color: #333;
  display: none;
}
.blog-list .blog-post .post-title a {
  color: #333;
}
.blog-list .blog-post:not(.featured) .post-title a {
  color: #333;
  display: block;
  height: 62px;
  overflow: hidden;
}
.blog-list .blog-post a {
  color: #333;
}
.blog-list .blog-post a.action.primary {
  color: #fff;
}
.blog-list .blog-post img {
  width: 100%;
}
a.action.primary {
  border-radius: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action {
  border-radius: 0 !important;
}
.action-gift {
  border-radius: 0 !important;
}
.sidebar .block-title {
  font-size: 1rem;
  letter-spacing: .063rem;
  text-transform: uppercase;
  font-family: ArcherPro-Book;
}
.post-comments h2 {
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  font-family: ArcherPro-Book;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
input.mage-error {
  border-color: #8c8c8c !important;
}
select.mage-error {
  border-color: #8c8c8c !important;
}
textarea.mage-error {
  border-color: #8c8c8c !important;
}
.block.newsletter.popup.open {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  height: 100vh;
  left: 0;
  z-index: 999;
  display: block;
}
.block.newsletter.popup.open:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(225, 225, 225, 0.6);
}
div.block.newsletter.popup {
  display: none;
}
div.block.newsletter.popup .title-section {
  display: none;
}
div.block.newsletter.popup .line .actions {
  display: block;
  position: static;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.block.newsletter.popup .field .control {
  padding-left: 0;
  margin-bottom: 20px;
  padding-right: 0;
}
div.block.newsletter.popup .field .control:before {
  display: none;
}
div.block.newsletter.popup .field .control input {
  background: 0 0;
  text-align: center;
}
div.block.newsletter.popup .action.subscribe {
  width: auto;
  font-size: 15px;
  padding: 11px 40px;
  max-width: 100%;
  background: #4d4d4d;
  color: #fff;
  font-weight: 300;
  font-family: BrandonText !important;
}
section.block.newsletter.popup {
  width: 100%;
}
section.block.newsletter.popup .wrap {
  display: none;
}
.block.newsletter.popup p.close-popup {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  right: 1px;
  font-size: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.block.newsletter.popup .wrap {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  margin: auto;
  position: fixed;
  width: 870px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.block.newsletter.popup .content-wrapper {
  position: relative;
}
.block.newsletter.popup .content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.block.newsletter.popup .col-left.img {
  width: 50.1%;
  display: table-cell;
  vertical-align: middle;
}
.block.newsletter.popup .col-left.img img {
  width: 100%;
}
.block.newsletter.popup .col-right {
  width: 49.9%;
  text-align: center;
  -ms-transform: translateY(-50%);
  display: table-cell;
  vertical-align: middle;
}
.block.newsletter.popup .col-right .content {
  padding: 30px;
  text-transform: uppercase;
}
.block.newsletter.popup .col-right p {
  font-size: 17px;
  letter-spacing: .5px;
  color: #333;
  text-transform: none;
  margin-bottom: 26px;
}
.block.newsletter.popup .col-right p:nth-of-type(3n-1) {
  padding: 0 5%;
}
.block.newsletter.popup .col-right .gap50 {
  display: none;
}
.block.newsletter.popup .col-right .h1 {
  padding-bottom: 36px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  font-family: 'ArcherPro-Medium', 'BrandonText';
  color: #4e4e4e;
  letter-spacing: 2px;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
}
.block.newsletter.popup .col-right h2 {
  padding-bottom: 36px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  font-family: 'ArcherPro-Medium', 'BrandonText';
  color: #4e4e4e;
  letter-spacing: 2px;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
}
.block.newsletter.popup .col-right h3 {
  font-family: 'ArcherPro-Medium', 'BrandonText';
  font-size: 30px;
  color: #4e4e4e;
  margin-bottom: 0;
  letter-spacing: 9px;
  font-weight: 700;
  line-height: 30px;
}
.block.newsletter.popup .col-right h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.block.newsletter.popup .form.subscribe {
  margin-top: 35px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 36px;
  margin-bottom: 42px;
}
.block.newsletter.popup .continue-shopping {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
a.close-popup {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 1.5px;
}
body.blog-post-list .blog-post-list-toolbar {
  padding-bottom: 60px;
}
body.blog-post-list .blog-post-list-toolbar ul.items.pages-items li {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 36px;
  margin-right: 0;
  float: left;
}
body.blog-post-list .blog-post-list-toolbar ul.items.pages-items li.pages-item-previous {
  display: inline-block;
  height: 36px;
}
body.blog-post-list .blog-post-list-toolbar ul.items.pages-items li.pages-item-previous a {
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  width: auto;
  margin: 0 10px;
  border-radius: 0;
  line-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 36px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/arrow-left.png);
}
body.blog-post-list .blog-post-list-toolbar ul.items.pages-items li.item.pages-item-next {
  display: inline-block;
  height: 36px;
}
body.blog-post-list .blog-post-list-toolbar ul.items.pages-items li.item.pages-item-next a {
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  width: auto;
  margin: 0 10px;
  border-radius: 0;
  line-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 36px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/arrow-right.png);
}
body.blog-post-list .pages .action.previous:before {
  display: none;
}
.aminst-feed-grid-container .aminst-feed-title {
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'BrandonText';
  color: #333;
  text-transform: uppercase;
  position: relative;
  font-size: 1.563rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #fff;
  z-index: 1;
  font-size: 26px;
}
.aminst-feed-grid-container .aminst-feed-title:before {
  content: '';
  width: 30%;
  background: #333;
  display: inline-block;
  height: 1px;
  margin-right: 0;
  left: 15px;
  position: absolute;
  top: 50%;
}
.aminst-feed-grid-container .aminst-feed-title:after {
  content: '';
  width: 30%;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  margin-left: 0;
  position: absolute;
  right: 15px;
  left: initial;
  top: 50%;
  z-index: 0;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .aminst-feed-grid-container .aminst-feed-title:before {
    width: 25%;
  }
  .aminst-feed-grid-container .aminst-feed-title:after {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .aminst-feed-grid-container .aminst-feed-title:before {
    width: 20%;
  }
  .aminst-feed-grid-container .aminst-feed-title:after {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .aminst-feed-grid-container .aminst-feed-title:before {
    width: 15%;
  }
  .aminst-feed-grid-container .aminst-feed-title:after {
    width: 15%;
  }
}
@media (max-width: 600px) {
  .aminst-feed-grid-container .aminst-feed-title:before {
    width: 24px;
  }
  .aminst-feed-grid-container .aminst-feed-title:after {
    width: 24px;
  }
}
.aminst-feed-grid-container .aminst-feed-link .aminst-feed-comment-cont {
  left: 15px;
  right: 15px;
}
.aminst-feed-grid-container .aminst-feed-link:hover .aminst-feed-comment-cont,
.aminst-feed-grid-container .aminst-feed-link.-hovered .aminst-feed-comment-cont {
  background-color: rgba(0, 0, 0, 0.3);
}
.aminst-feed-grid-container .aminst-feed-link .aminst-feed-caption {
  display: none;
}
.aminst-feed-grid-container .aminst-feed-link .aminst-feed-likes:before {
  content: '\e600';
  font-family: "luma-icons", "icons-blank-theme";
  font-size: 14px;
  background: none;
}
.aminst-feed-grid-container .aminst-feed-link .aminst-feed-comments:before {
  content: '\e620';
  font-family: "luma-icons", "icons-blank-theme";
  font-size: 14px;
  background: none;
}
.aminst-feed-grid-container .aminst-feed-link:hover.-en-desc .aminst-feed-img,
.aminst-feed-grid-container .aminst-feed-link.-hovered.-en-desc .aminst-feed-img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.aminst-feed-grid-container .aminst-feed-post.-low_resolution {
  max-width: 33.333333%;
  margin: 0;
  padding: 0 15px;
  max-height: none;
}
.cms-the-perfect-cup .page-main .column.main {
  padding-bottom: 0;
}
.brewing-guide {
  background: #f8f8f8;
  padding-top: 80px;
  position: relative;
  padding-bottom: 40px;
}
.brewing-guide:after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background: #f8f8f8;
}
.brewing-guide:before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  background: #f8f8f8;
}
.brewing-guide h2 {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 70px;
  line-height: 1;
}
.brewing-guide h4 {
  font-family: BrandonGrotesque-Bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 105px;
}
.brewing-guide table {
  margin-bottom: 125px;
}
.brewing-guide table thead th {
  text-align: center;
  width: 25% !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 60px;
  letter-spacing: 2px;
  font-family: BrandonGrotesque-Bold;
}
.brewing-guide table thead th svg {
  font-size: 64px;
}
.brewing-guide table thead th img {
  width: 44px;
  margin-bottom: 20px;
}
.brewing-guide table td {
  font-family: 'ArcherPro-Medium';
  font-size: 17px;
  width: 25% !important;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.brewing-guide table tbody tr:nth-child(2n) {
  background: #e8e8e8;
}
@media (max-width: 1300px) {
  .top-collections .mgs-owl-carousel .owl-next {
    margin-right: -33px;
  }
  .top-collections .mgs-owl-carousel .owl-prev {
    margin-left: -38px;
  }
}
@media (max-width: 1200px) {
  .block.newsletter.popup .col-right h3 {
    font-size: 30px;
  }
  .block.newsletter.popup .col-right .h1 {
    padding-bottom: 22px;
    font-size: 56px;
    line-height: 50px;
  }
  .block.newsletter.popup .col-right h2 {
    padding-bottom: 22px;
    font-size: 56px;
    line-height: 50px;
  }
  .block.newsletter.popup .col-right p {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .block.newsletter.popup .form.subscribe {
    margin-bottom: 32px;
  }
}
@media (max-width: 910px) {
  .block.newsletter.popup .col-right h3 {
    font-size: 26px;
  }
  .block.newsletter.popup .col-right .h1 {
    padding-bottom: 22px;
    font-size: 49px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .block.newsletter.popup .col-right h2 {
    padding-bottom: 22px;
    font-size: 49px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .block.newsletter.popup .col-right p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block.newsletter.popup .form.subscribe {
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-header .nav-sections .section-item-content .switcher {
    display: none;
  }
  .page-header .nav-sections .section-item-content .switcher .options ul.dropdown {
    padding-left: 0;
    border-left: 0;
    border-right: 0;
  }
  .page-header .nav-sections .section-item-content .switcher.switcher-website {
    display: block;
  }
  header.page-header .nav-sections .section-item-content .switcher .options {
    margin-left: 0;
    border: none;
  }
  header.page-header .search-wrapper {
    margin-right: 1.125rem;
  }
  header .panel.header .switcher.switcher-website {
    display: none;
  }
  header .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
    left: 0;
  }
  .top-collections {
    margin-bottom: 3.125rem;
  }
  .top-collections .mgs-owl-carousel .owl-next {
    margin-right: -23px;
  }
  .top-collections .mgs-owl-carousel .owl-prev {
    margin-left: -21px;
  }
  .top-collections .panel-block-row .content-block {
    padding: 0;
  }
  .top-collections .owl-carousel.owl-drag .owl-item {
    min-height: auto;
  }
  .top-collections .product-item .price-box {
    padding-bottom: 20px;
  }
  .top-collections .panel-block-row {
    padding-bottom: 40px;
  }
  .block.newsletter.popup .col-left.img {
    display: none;
  }
  .block.newsletter.popup .col-right {
    float: none;
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
  }
  .block.newsletter.popup .form.subscribe {
    margin-top: 0;
  }
  .blog-post-list .blog-list .blog-post.featured .post-thumbnail {
    width: 100%;
    position: static;
  }
  .blog-post-list .blog-list .blog-post.featured .col-left {
    width: 100%;
    position: static;
  }
  .blog-post-list .blog-list .blog-post {
    width: 49%;
  }
  .blog-post-list .blog-list .blog-post:nth-child(3n-1) {
    padding-top: 0;
  }
  .blog-post-list h1.page-title {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
  .blog-post-list .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-list .columns .column.main {
    padding-bottom: 2rem;
  }
  .cms-home .page-main .column.main .frame.no-padding {
    padding: 0;
  }
  .cms-home .column.main h2 {
    font-size: 1.5rem;
  }
  .cms-home .blog-section {
    margin-bottom: 3.125rem;
  }
  .cms-home .blog-section .panel-block-row li.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2rem;
    width: 100%;
  }
  .banner-slider {
    margin-bottom: 3.125rem;
  }
  .banner-slider .line .slider_mgs_carousel .owl-item .slide-text .inner-text {
    font-size: 1.5rem;
    max-width: 100%;
    padding: 0;
  }
  .banner-slider .owl-carousel .owl-item {
    min-height: auto;
  }
  .instagram-feed {
    margin-top: 2.125rem;
  }
  .instagram-feed .block.instagram-widget .col-mb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .instagram-feed .block.instagram-widget .col-mb-6:nth-child(4) {
    display: none;
  }
  .instagram-feed .content-heading h3.title {
    font-size: 1.2rem;
  }
  .instagram-feed .content-heading h3.title:after {
    display: none;
  }
  .instagram-feed .content-heading h3.title:before {
    display: none;
  }
  .promo-banner {
    margin-bottom: 5.5rem;
  }
  .promo-banner .promobanner .text.middle-center .banner-text {
    margin-bottom: 3.125rem;
  }
  .promo-banner .panel-block-row:first-child .text.middle-center {
    bottom: 2.875rem;
  }
  .block-section .blog-heading {
    margin-top: 3.125rem;
  }
  .header-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .header-popup .block-search {
    padding-left: 15px;
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    z-index: 4;
  }
  .header-popup .block-search .control {
    border-top: 0;
    margin: 0;
  }
  .header-popup .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: .2rem;
  }
  .header-popup .block-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-popup .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 1.625rem;
  }
  .header-popup .block-search input {
    font-size: 1rem;
  }
  .header-popup .block-search::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .header-popup .block-search::-moz-placeholder {
    font-size: 1rem;
  }
  .header-popup .block-search:-ms-input-placeholder {
    font-size: 1rem;
  }
  .header-popup .block-search:-moz-placeholder {
    font-size: 1rem;
  }
  .block-search .label:before {
    display: none;
  }
  .blog-post-view h1.page-title {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
  .blog-post-view .page-main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 139px;
  }
  .blog-post-view .columns .column.main {
    padding-bottom: 2rem;
  }
  .blog-post-list-toolbar .pager {
    text-align: center;
  }
  body .columns .sidebar-additional {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body .columns .column.main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page.messages {
    padding: 0 15px;
  }
  .brewing-guide table {
    margin-bottom: 48px;
  }
  .brewing-guide table td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 13px;
  }
  .brewing-guide table thead th {
    font-size: 11px;
    padding-bottom: 50px;
  }
  .brewing-guide table thead th svg {
    font-size: 50px;
  }
  .brewing-guide table thead th img {
    width: 50px;
  }
  .brewing-guide:after {
    width: 15px;
    left: -15px;
  }
  .brewing-guide:before {
    width: 15px;
    right: -15px;
  }
  .brewing-guide h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .brewing-guide h4 {
    margin-bottom: 50px;
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .header-popup {
    width: 90%;
  }
  .header-popup .login-container {
    padding-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .header-popup .login-container input#header-email {
    width: 22%;
    margin-right: 3%;
  }
  .header-popup .login-container input#header-pass {
    width: 22%;
    margin-right: 3%;
  }
}
@media (max-width: 991px) {
  .cms-home .slider_mgs_carousel.owl-carousel .owl-dots {
    display: none;
  }
  .instagram-feed .block.instagram-widget .col-mb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .instagram-feed .block.instagram-widget .col-mb-6:nth-child(5) {
    display: none;
  }
  .instagram-feed .block.instagram-widget .col-mb-6:nth-child(4) {
    display: none;
  }
  .promo-banner .panel-block-row:first-child .text.middle-center {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
  }
  .brewing-guide table thead th {
    font-size: 15px;
  }
}
@media (max-width: 993px) {
  .banner-slider .line .slider_mgs_carousel .owl-item .slide-text .inner-text {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  body.page-layout-2columns-left .column.main {
    width: 75%;
  }
}
@media (min-width: 768px) {
  header .navigation-megamenu .navigation .megamenu-mainmenu li a {
    border-width: 2px;
  }
  .promo-banner .line .line {
    display: block;
  }
  .promo-banner .panel-block-row {
    float: none;
  }
  .promo-banner .col-des-4 {
    width: 100%;
  }
  .promo-banner .col-des-8 {
    width: 100%;
  }
  .promo-banner .col-des-6 {
    width: 100%;
  }
  .top-collections .line .line {
    display: block;
  }
  .block-section .line .line {
    display: block;
  }
  .block-section .panel-block-row {
    float: left;
  }
  .block-section .col-des-6 {
    width: 50%;
    margin-bottom: 6.25rem;
  }
  .block-section .col-des-12 {
    width: 100%;
    float: none !important;
    clear: both;
    margin-top: 0;
  }
  .cms-home .blog-section .line .line {
    display: block;
  }
  .cms-home .blog-section .block.widget {
    font-size: 0;
  }
  .cms-home .blog-section .panel-block-row li.item {
    width: 50%;
    display: inline-block;
    float: none;
  }
  .cms-home .blog-section .col-des-12 {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (min-width: 992px) {
  .promo-banner .line .line {
    display: block;
  }
  .promo-banner .panel-block-row {
    float: left;
  }
  .promo-banner .col-des-4 {
    width: 33.333333%;
  }
  .promo-banner .col-des-8 {
    width: 66.666667%;
  }
  .promo-banner .col-des-6 {
    width: 50%;
  }
  .block-section .line .line {
    display: block;
  }
}
@media (max-width: 639px) {
  .top-collections .action.primary,
  .related .product-item .action.primary {
    padding: 0.375rem 10px;
  }
}
@media (max-width: 570px) {
  .top-collections .col-des-12 .line .panel-block-row.col-des-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .top-collections .col-des-12 .line .panel-block-row.col-des-12.button-shopnow {
    padding-top: 2rem;
  }
  .top-collections .mgs-products .mgs-owl-carousel .product-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.cms-home .stock.unavailable span {
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}
.slide-images li .slide-image {
  width: 100%;
  position: relative;
}
.slide-images li.active .slide-image:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
}
.slide-images li.active .slide-image:before {
  content: "\f046";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  z-index: 1;
}
.slide-images li input.slide_img_alt {
  margin-left: 10px;
  padding-left: 9px;
}
.slide-images li.active:after,
.slide-images li.active:before {
  display: none;
}
a {
  color: #5c5c5c;
}
a:visited {
  color: #5c5c5c;
}
a:hover {
  color: #000;
}
.alink {
  color: #5c5c5c;
}
.alink:visited {
  color: #5c5c5c;
}
.alink:hover {
  color: #000;
}
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 899;
  -webkit-box-shadow: 0 0 5px 0px #ccc;
  box-shadow: 0 0 5px 0px #ccc;
}
.page-header .logo {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.page-header .logo img {
  max-width: 200px;
  width: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page-header .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: none;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border-bottom: 1px solid #5c5c5c;
  min-width: auto;
  padding-bottom: 5px;
  left: 0;
  right: 7px;
}
.page-header .switcher .options ul.dropdown:after {
  display: none;
}
.page-header .switcher .options ul.dropdown:before {
  display: none;
}
.page-header .switcher .options ul.dropdown li:hover {
  background: 0 0;
}
.page-header .navigation-megamenu .megamenu-mainmenu > li.mega-menu-fullwidth > .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 30px;
}
.page-wrapper.builder-switcher-on .page-header {
  top: 32px;
}
.top-panel + .page-wrapper .page-header {
  top: 32px;
}
.top-panel + .page-wrapper .page-header.fixed {
  top: 0;
}
.page-wrapper:not(.builder-switcher-on) .page-header {
  top: 0;
}
.top-panel {
  overflow: hidden;
}
.header.content {
  text-align: center;
}
.header-wrapper .nav-sections {
  margin-bottom: 0;
}
.page-header.fixed .logo img {
  max-width: 100px;
}
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: none;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: unset;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  bottom: 40px;
  left: 0;
}
.page-footer .switcher .options ul.dropdown::before {
  left: 1px;
  top: unset;
  bottom: -12px;
  transform: rotate(180deg);
}
.page-footer .switcher .options ul.dropdown::after {
  left: 0px;
  top: unset;
  bottom: -15px;
  transform: rotate(180deg);
}
.panel.wrapper .account-wrapper .block-account {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: none;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  right: -65px;
  min-width: 130px;
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 5px;
}
.panel.wrapper .account-wrapper .block-account .account-link {
  margin-bottom: 0;
}
.panel.wrapper .account-wrapper .block-account .account-link a {
  color: #5c5c5c;
  padding: 5px 0;
  font-size: 12px;
}
.panel.wrapper .account-wrapper .block-account .account-link a:hover {
  text-decoration: underline;
}
.panel.wrapper .account-wrapper .block-account .account-link li {
  line-height: 26px;
  margin-bottom: 0;
}
header.page-header .switcher .options ul.dropdown a {
  color: #5c5c5c;
  padding: 5px 0;
  font-size: 12px;
}
header.page-header .switcher .options ul.dropdown a:hover {
  background: 0 0;
  text-decoration: underline;
}
header.page-header .account-wrapper {
  position: relative;
}
.cms-page-view .h4 {
  font-size: 2.5rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-page-view h4 {
  font-size: 2.5rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-page-view .h5 {
  font-size: 1.75rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-page-view h5 {
  font-size: 1.75rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.promo-banner .promobanner .text.bottom-center {
  opacity: 0;
}
.promo-banner .promobanner:hover .text.bottom-center {
  opacity: 1;
}
.promo-banner .promobanner:focus .text.bottom-center {
  opacity: 1;
}
.block-section .promobanner:hover .text.bottom-center {
  opacity: 1;
}
.block-section .promobanner:focus .text.bottom-center {
  opacity: 1;
}
.sidebar-additional .block-reorder {
  display: none;
}
form div.mage-error {
  font-style: normal;
}
.container.special-page {
  padding-top: 30px;
  padding-bottom: 120px;
}
.title-page h1.big-title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.title-page .description {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  max-width: 810px;
  margin: auto;
}
.slider-custom1 {
  position: relative;
}
.slider-custom1:before {
  content: "";
  position: absolute;
  height: 137px;
  top: 0;
  width: 444px;
  background: #fff;
  z-index: 9;
}
.slider-custom1:after {
  content: "";
  position: absolute;
  height: 107px;
  bottom: -41px;
  width: 444px;
  background: #fff;
  z-index: 9;
}
.slider-custom1 h1 {
  position: absolute;
  top: -150px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  z-index: 99;
  margin: 0;
}
.slider-custom1 h1:after {
  content: '';
  display: none;
  position: absolute;
  width: 8rem;
  height: .1rem;
  background: #000;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-custom1 .slider-container:after {
  content: "";
  display: table;
  clear: both;
}
.slider-custom1 .vertical-slider.owl-carousel {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 0;
  width: 1130px;
  top: 309px;
  top: -273px;
  height: 1110px;
}
.slider-custom1 .vertical-slider.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(17%);
  display: none;
}
.slider-custom1 .vertical-slider.owl-carousel .owl-stage-outer {
  overflow: unset;
}
.slider-custom1 .vertical-slider-container {
  height: 560px;
  width: 100%;
  float: right;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.slider-custom1 .vertical-slider-container:before {
  content: "";
  -webkit-box-shadow: 0px 0 110px 87px #fff;
  box-shadow: 0px 0 110px 87px #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  background: #fff;
}
.slider-custom1 .vertical-slider-container:after {
  content: "";
  -webkit-box-shadow: 0px 0 110px 87px #fff;
  box-shadow: 0px 0 110px 87px #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  background: #fff;
}
.slider-custom1 .vertical-slider .item {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-custom1 .vertical-slider .owl-item .item {
  position: absolute;
}
.slider-custom1 .vertical-slider .owl-item .text-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  right: 660px;
  width: 444px;
  font-family: BrandonText;
  font-size: 1rem;
}
.slider-custom1 .vertical-slider .owl-item .text-slider .item-title {
  font-size: 2rem;
}
.slider-custom1 .vertical-slider .owl-item .image img {
  width: 590px;
  max-width: none;
  height: auto;
  max-height: 367px;
  margin-left: -240px;
}
.slider-custom1 .mobile-item {
  display: none;
}
.slider-custom1 .normal-slider.owl-carousel {
  max-width: 40%;
  float: left;
  display: none;
}
.slider-custom1 .normal-slider.owl-carousel .item {
  background: 0 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.slider-custom1 .normal-slider.owl-carousel .item p {
  font-family: BrandonText;
  font-size: 1rem;
}
.slider-custom1 .normal-slider.owl-carousel .item .item-title {
  font-size: 2rem;
}
.slider-custom1 .owl-dots {
  display: none;
}
.slider-custom1 .owl-nav {
  display: none;
}
#simple-vertical {
  height: 367px;
  max-height: 367px;
  width: 100%;
  background-color: transparent;
}
#simple-vertical .rsABlock {
  height: 367px;
  right: 0;
  -webkit-transition-duration: 0ms !important;
  -o-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
  display: block !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#simple-vertical .rsABlock p {
  font-family: BrandonText;
  font-size: 1rem;
}
#simple-vertical .rsABlock .item-title {
  font-size: 2rem;
}
#simple-vertical .rsABlock .text-left {
  max-width: 44%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
#simple-vertical .rsABlock .image-right {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
}
#simple-vertical > .item {
  opacity: 0;
}
#simple-vertical .rsSlide {
  overflow: inherit;
}
#simple-vertical .rsImg {
  opacity: 0;
}
#simple-vertical .rsOverflow {
  overflow: inherit;
}
#simple-vertical .rsContainer .rsSlide:first-child .image-right .img-loop {
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
}
#simple-vertical .rsContainer .rsSlide:last-child .image-right .img-loop {
  position: absolute;
  top: 100%;
  margin-top: 8px;
}
.position-absolute {
  position: absolute !important;
  cursor: pointer;
  left: 0;
  right: initial !important;
  width: 41% !important;
  font-size: 45px !important;
}
.position-absolute.disabled {
  opacity: .6;
  cursor: default;
}
.position-absolute.down {
  bottom: 20px !important;
}
.big-title {
  line-height: 1.14286;
  text-transform: uppercase;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.625rem;
  font-family: BrandonText;
  font-size: 50px;
  letter-spacing: 2px;
}
.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-list a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logo-list a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.cms-work-with-us .container.banner-page + .text-center {
  margin-top: 40px;
}
.cms-home .blog-section {
  width: 100%;
  clear: both;
}
.cms-home .blog-section .panel-block-row li.item .image {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 100%;
}
.cms-home .blog-section .panel-block-row li.item .image a {
  position: absolute;
  opacity: 0;
}
.instagram-feed {
  width: 100%;
  clear: both;
}
.blog-list .blog-post .post-title a:hover {
  text-decoration: none;
}
.mgs-blog-lastest-posts .block-content .item .image {
  background-size: cover;
  padding-top: 100%;
  background-position: center;
  position: relative;
}
.mgs-blog-lastest-posts .block-content .item .image a.post-title-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.mgs-blog-lastest-posts .block-content .item .image a.btn {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.mgs-blog-lastest-posts .block-content .item .image a.btn:not(:hover) {
  background: #fff;
  color: #333;
}
.mgs-blog-lastest-posts .block-content .item .post-thumbnail a.btn {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.mgs-blog-lastest-posts .block-content .item .post-thumbnail a.btn:not(:hover) {
  background: #fff;
  color: #333;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.post-title-link {
  display: block;
  background-size: cover;
  padding-top: 100%;
  background-position: center;
  overflow: hidden;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.post-title-link img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.post-title-link:after {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #333;
  opacity: 0;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.post-title-link:hover:after {
  opacity: .5;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.btn {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: none;
}
.blog-post-list .blog-list .blog-post .post-thumbnail a.btn:not(:hover) {
  background: #fff;
  color: #333;
}
.blog-post-list .blog-list .blog-post.featured .post-thumbnail {
  padding-top: 0;
}
.blog-post-list .blog-list .blog-post.featured .post-thumbnail a.post-title-link {
  position: relative;
  padding-top: 0;
}
.blog-post-list .blog-list .blog-post.featured .post-thumbnail a.post-title-link img {
  position: relative;
  padding-top: 0;
}
.cms-awards h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 90px;
  text-transform: uppercase;
  text-align: center;
}
.catalogsearch-result-index .filter-options .box-sort.box-4 {
  display: none;
}
.rsDefault {
  background-color: transparent !important;
}
.rsDefault .rsOverflow {
  background-color: transparent !important;
}
.rsDefault .rsSlide {
  background-color: transparent !important;
}
.rsDefault .rsVideoFrameHolder {
  background-color: transparent !important;
}
.rsDefault .rsThumbs {
  background-color: transparent !important;
}
.container.slider-container {
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 82px;
  position: relative;
}
.container.slider-container:before {
  content: "";
  position: absolute;
  top: -2px;
  height: 1px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 72px 60px #fff;
  box-shadow: 0 0 72px 60px #fff;
  z-index: 9;
}
.container.slider-container:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 72px 60px #fff;
  box-shadow: 0 0 72px 60px #fff;
}
#simple-vertical.rsDefault.rsVer .rsArrowRight {
  width: 44%;
}
#simple-vertical.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background: 0 0;
  color: #333;
}
#simple-vertical.rsDefault.rsVer .rsArrowRight .rsArrowIcn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 45px;
}
#simple-vertical.rsDefault.rsVer .rsArrowLeft {
  width: 44%;
}
#simple-vertical.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background: 0 0;
  color: #333;
}
#simple-vertical.rsDefault.rsVer .rsArrowLeft .rsArrowIcn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-size: 45px;
}
.multishipping-checkout_address-newshipping .page-title-wrapper {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.multishipping-checkout_address-newshipping .columns .column.main {
  max-width: 1260px;
  margin: auto;
  padding-bottom: 120px;
}
.multishipping-checkout_address-newshipping .columns .column.main .fieldset > .legend {
  margin-left: 0;
}
.multishipping-checkout_address-newshipping .fieldset > .field.choice .label {
  margin-left: 5px;
  margin-top: 3px;
  display: inline-block;
}
.multishipping-checkout_address-newshipping .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.multishipping-checkout_address-newshipping .page-main {
  padding-top: 100px;
}
.multishipping-checkout_address-newshipping .actions-toolbar > .primary .action {
  font-size: 12px;
  padding: 8px 15px;
  line-height: 20px;
  min-width: 200px;
}
.multishipping-checkout_address-newshipping .actions-toolbar .secondary a.action {
  color: #333;
}
.multishipping-checkout-addresses .columns .column.main {
  padding-bottom: 120px;
}
.multishipping-checkout-addresses .page-main {
  padding-top: 100px;
}
.multishipping-checkout-addresses .actions-toolbar > .primary .action {
  font-size: 12px;
  padding: 8px 15px;
  line-height: 20px;
  min-width: 200px;
}
.table-checkout-shipping-method tbody td.col-carrier {
  display: none;
}
body.checkout-index-index #maincontent .field .control input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
body.checkout-index-index .field .control._with-tooltip input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
body.checkout-index-index .actions-toolbar > .primary .action {
  background-color: #5c5c5c;
  font-size: 14px !important;
  color: #fff;
  width: auto;
  display: block;
  padding: 7px 10px 8px !important;
  border-radius: 0;
  font-weight: 400;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  border: 0;
  text-transform: none;
  letter-spacing: 0;
  min-width: 102px;
  text-align: center;
  margin-bottom: 10px;
}
body.checkout-index-index .actions-toolbar > .primary .action:hover {
  background-color: #333;
}
body.checkout-index-index .fieldset > .field:not(.choice) > .label {
  display: block;
  float: none;
  padding: 0 0 3px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  width: 100%;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
body.checkout-index-index .opc-progress-bar-item > span {
  font-size: 14px;
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  text-transform: none;
  color: #cacaca;
}
body.checkout-index-index .opc-progress-bar-item > span:after {
  content: '\e610';
  background: #fff;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  top: 4px;
  width: 30px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  display: block;
  font-family: BrandonText;
}
body.checkout-index-index .opc-progress-bar-item > span:before {
  background: #c6c6c6;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  border: 0;
}
body.checkout-index-index .opc-progress-bar-item:before {
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #c6c6c6;
  height: 5px !important;
}
body.checkout-index-index .opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
body.checkout-index-index .opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
body.checkout-index-index .opc-progress-bar-item._active > span {
  color: #000;
  font-weight: 700;
}
body.checkout-index-index .opc-progress-bar-item._active > span:after {
  font-weight: 700;
}
body.checkout-index-index .opc-progress-bar-item._active > span:before {
  background-color: #000;
}
body.checkout-index-index .opc-progress-bar-item._active:before {
  background-color: #000;
}
body.checkout-index-index .opc-progress-bar {
  width: 66.66666667%;
  padding-right: 30px;
  margin-left: 0;
  padding-left: 0 !important;
}
body.checkout-index-index .opc-wrapper {
  margin-top: 30px;
}
body.checkout-index-index .opc-sidebar {
  margin-top: 30px;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  font-size: 22px;
}
body.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]:after {
  margin-top: -4px;
}
.amgiftcard-check button {
  margin-right: 20px;
  background-color: #5c5c5c;
  font-size: 14px !important;
  color: #fff;
  width: auto;
  display: block;
  padding: 7px 10px 8px !important;
  border-radius: 0;
  font-weight: 400;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  border: 0;
  text-transform: none;
  letter-spacing: 0;
  min-width: 102px;
  text-align: center;
}
.amgiftcard-check button:hover {
  background-color: #333;
}
button:focus {
  outline: none;
}
body .fieldset > .field.required > .label:after {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  line-height: 10px;
}
body .fieldset > .field._required > .label:after {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  line-height: 10px;
}
.checkout-success .success-messages {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.checkout-success .account {
  text-align: left;
  max-width: 700px;
  margin: auto;
}
.checkout-success .account .table:not(.cart):not(.totals) tfoot .mark {
  background-color: #fff;
}
.checkout-success .account .table:not(.cart):not(.totals) tfoot .mark + td {
  background-color: #fff;
}
.checkout-success .account .table td {
  background-color: #fff;
}
.checkout-index-index .opc-wrapper .form-login {
  float: left;
  padding: 0 30px;
  margin-bottom: 40px;
  width: 100%;
}
.checkout-index-index .opc-wrapper .form-login:first-child {
  padding-left: 0;
}
.checkout-index-index .opc-wrapper .form-login fieldset > .label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 15px;
}
.checkout-index-index .opc-wrapper .form-login .primary {
  float: right;
  margin-top: -20px;
}
.checkout-index-index .opc-wrapper .form-login .secondary {
  text-align: left;
  float: none;
}
.checkout-index-index .opc-wrapper .form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .guest-login {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper .guest-login + form {
  display: none;
}
.checkout-index-index .opc-wrapper .createAcc {
  clear: both;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d3d3d3;
}
.checkout-index-index .opc-wrapper .createAcc .label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 15px;
}
.checkout-index-index .opc-wrapper .createAcc p {
  width: 50%;
  padding-right: 30px;
}
.checkout-index-index .main a.button {
  background-color: #000;
  font-size: 14px !important;
  color: #fff;
  width: auto;
  display: block;
  padding: 7px 10px 8px !important;
  border-radius: 0;
  font-weight: 400;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  border: 0;
  text-transform: none;
  letter-spacing: 0;
  min-width: 102px;
  text-align: center;
  display: inline-block;
}
.checkout-index-index .fieldset#customer-email-fieldset > fieldset a.remind {
  color: #a3a3a3;
  font-size: 12px;
}
.checkout-index-index .checkout-agreements-block input[type=checkbox]:after {
  top: 3px;
}
#checkout-step-title:after {
  content: "";
  display: table;
  clear: both;
}
#checkout-step-sign-in:after {
  content: "";
  display: table;
  clear: both;
}
.customer-account-create .fieldset > .field.choice {
  position: relative;
}
.customer-account-create .fieldset > .field.choice:before {
  display: none;
}
.customer-account-create .fieldset > .field.choice input {
  position: static;
  -webkit-appearance: none;
}
.customer-account-create .fieldset > .field.choice input:after {
  left: 0;
  top: 4px;
}
.customer-account-create .fieldset > .field.choice label {
  padding-left: 30px;
}
.customer-account-create .actions-toolbar .field.choice.newsletter input {
  position: static;
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: none !important;
}
body.account div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
}
.account input[type=checkbox]:after {
  top: 3px;
}
.account label.accept.addon {
  padding-left: 30px;
}
.account label.accept.addon input[type=checkbox]:after {
  left: -30px;
  right: auto;
}
.account.newsletter-manage-index .form-newsletter-manage .fieldset > .field.choice .label {
  margin-left: 0;
}
@media (min-width: 768px) {
  body .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 0;
  }
  body .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 0;
  }
  header.page-header .panel.wrapper {
    height: 33px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  header.page-header.fixed .panel.wrapper {
    margin-bottom: -15px;
  }
  header.page-header.fixed .navigation-megamenu .megamenu-mainmenu > li {
    padding: 5px 15px 10px;
  }
  header.page-header.fixed .header.content {
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }
  header.page-header.fixed .logo {
    margin-bottom: 0;
  }
  .navigation-megamenu .megamenu-mainmenu > li.mega-menu-fullwidth > .dropdown-menu .sub-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper.builder-switcher-on .page-header {
    top: 0;
  }
  .top-panel + .page-wrapper .page-header {
    top: 0;
  }
  .col-12-1200 div.panel-block-row[class*=col-des-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  #simple-vertical {
    height: 310px;
    max-height: 310px;
  }
  .slider-custom1:after {
    bottom: 20px;
  }
  .slider-custom1 .vertical-slider.owl-carousel {
    width: 930px;
    top: -260px;
  }
  .slider-custom1 .vertical-slider .owl-item .image img {
    width: 450px;
  }
  .slider-custom1 .vertical-slider .owl-item .text-slider {
    right: 553px;
    width: 434px;
  }
  .slider-custom1 .vertical-slider-container {
    height: 540px;
  }
  .slider-custom1 .position-absolute {
    max-width: 390px !important;
  }
  .slider-custom1 .position-absolute.down {
    bottom: 39px !important;
  }
}
@media (min-width: 992px) {
  .col-des-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (max-width: 991px) {
  .container.slider-container {
    display: none;
  }
  .slider-custom1 {
    height: auto;
  }
  .slider-custom1 h1 {
    top: -40px;
    position: relative;
    margin-bottom: 50px;
  }
  .slider-custom1 .vertical-slider-container {
    display: none;
  }
  .slider-custom1 .normal-slider.owl-carousel {
    max-width: 100%;
    float: none;
    display: block;
  }
  .slider-custom1 .normal-slider.owl-carousel .mobile-item {
    display: block;
    text-align: center;
  }
  .slider-custom1 .normal-slider.owl-carousel .owl-item {
    min-height: unset;
    height: auto;
  }
  .slider-custom1 .normal-slider.owl-carousel .item {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .slider-custom1:after {
    display: none;
  }
  .slider-custom1:before {
    display: none;
  }
  .desktop-item {
    display: none;
  }
  .mobile-item {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
  }
  .mobile-item img {
    width: auto !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  html .header-wrapper .panel.header .switcher-website#switcher-website,
  html .header-wrapper .panel.header .switcher-language#switcher-language {
    display: none;
  }
  .page-header .nav-sections .section-item-content .switcher:not(.switcher-currency) {
    display: block;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li.greet.welcome {
    border: 0;
    padding: 0;
  }
  .nav-sections .header.links li.greet.welcome span {
    display: block;
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: .8rem 20px;
  }
  .nav-sections .header.links li.greet.welcome span[data-bind^="html"] {
    display: none;
  }
  .nav-sections-items {
    max-width: 100%;
    overflow: hidden;
  }
  .page-header .nav-sections-item-content {
    padding-top: 0;
  }
  .page-header .nav-sections .switcher {
    border-top: none;
  }
  .page-header .nav-sections .header.links li:first-child > a {
    border-top: none;
  }
  .nav-sections .navigation-megamenu .navigation > ul > li:first-child {
    border-top: none;
  }
  .section-items .nav-sections-item-title:first-child {
    border-left: none;
  }
  .title-page h1.big-title {
    font-size: 33px;
  }
  body.checkout-index-index .page-main {
    padding-left: 15px;
  }
  body.checkout-index-index .opc-progress-bar {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: 60px;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    margin-top: 30px;
    padding-left: 0;
  }
  body.checkout-index-index .opc-wrapper {
    margin-top: 0;
  }
  body.checkout-index-index .opc-progress-bar-item > span {
    padding-top: 10px;
  }
  .opc-wrapper .form-login {
    margin-top: 0;
  }
  #checkout-step-title {
    margin-bottom: 0;
  }
  .checkout-index-index #checkout {
    margin-bottom: 0;
  }
  .cms-home .blog-section .panel-block-row li.item.active .bottom-center {
    padding: 1.25rem;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .panel-block-row.active .promobanner .text.bottom-center {
    opacity: 1;
    padding: 1.25rem;
    height: auto;
  }
}
@media (max-width: 600px) {
  .slider-custom1 h1 {
    font-size: 33px;
  }
  .slider-custom1 h1:after {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .catalogsearch-result-index .toolbar-products .toolbar-amount {
    top: 115px !important;
  }
}
@media (max-width: 639px) {
  .checkout-index-index .opc-wrapper .form-login {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }
  .checkout-index-index .opc-wrapper .form-login:first-child {
    border: 0;
  }
  .checkout-index-index .opc-wrapper .createAcc p {
    width: 100%;
    padding-right: 0;
  }
  .checkout-index-index .main a.button {
    float: right;
  }
  body.checkout-index-index .columns .column.main {
    padding-bottom: 0;
  }
}
@media (max-width: 320px) {
  body.checkout-index-index .opc-progress-bar-item:first-child > span:before {
    margin-left: -19px;
  }
}
@media (min-width: 768px) {
  .navigation-megamenu .navigation .megamenu-mainmenu > li:not(.mega-menu-fullwidth) > .dropdown-menu {
    min-width: 220px;
  }
}
@media all and (min-width: 768px), print {
  html .amgdprcookie-main-wrapper .amgdprcookie-btn {
    background: #5c5c5c;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #333;
  }
  html .amgdprcookie-main-wrapper {
    padding: 0;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
  }
  html .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: flex-start;
    padding: 0 25px;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 64px 10px 0;
    font-size: 20px;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-text {
    padding: 0 25px;
    font-size: 14px;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-options {
    display: inline-block;
    margin-top: 22px;
    padding: 0 25px;
    font-size: 14px;
    color: #8a837f;
    background: inherit;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-options:hover {
    color: #1787e0;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-options:before,
  .amgdprcookie-cookie-container .amgdprcookie-options:after {
    content: '';
    position: absolute;
    top: 10px;
    height: 2px;
    width: 10px;
    background: #8a837f;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-options:before {
    right: 6px;
    transform: rotate(45deg);
  }
  html .amgdprcookie-cookie-container .amgdprcookie-options:after {
    right: 0;
    content: '';
    position: absolute;
    top: 10px;
    height: 2px;
    width: 10px;
    background: #8a837f;
    transform: rotate(-45deg);
  }
  html .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
    color: #363636;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:hover {
    color: #1787e0;
  }
  html .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before,
  .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
    background: #363636;
  }
  html .amgdprcookie-content-wrapper {
    margin: 25px 25px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:first-child {
    width: 20%;
  }
  html .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:last-child {
    padding-right: 0;
  }
  html .amgdprcookie-modal-container .modal-inner-wrap {
    right: unset;
    min-width: 400px;
    width: 21%;
    background: #fff;
  }
}
@media all and (min-width: 1024px), print {
  html .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
    width: 17%;
  }
}
.checkout-onepage-success #registration {
  margin: 20px auto 25px;
  border: none;
}
.checkout-onepage-success #registration form {
  position: static;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.checkout-onepage-success .portmone-block .button {
  background-color: transparent;
  margin-bottom: 30px;
}
.checkout-onepage-success #registration {
  width: auto;
  border: 0;
  margin-top: 50px;
}
.checkout-onepage-success #registration form {
  position: static;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
/*-------custom text banner slider-----------*/
.cms-home .banner-slider .slide-text {
  padding-bottom: 40px !important;
}
.cms-home .banner-slider .slide-text .inner-text {
  font-size: 20px !important;
}
.cms-home .banner-slider .slide-text .banner-button .btn-promo-banner-white {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
}
.cms-home .banner-slider .slide-text .banner-button .btn-promo-banner-white:hover {
  background: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .cms-home .promo-banner .panel-block-row:first-child .promobanner > a > img {
    max-height: 250px;
  }
  .cms-home .promo-banner .promobanner .text.middle-center .banner-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cms-home .banner-slider .slide-text .mobile-hidden {
    display: none;
  }
  .cms-home .promo-banner .panel-block-row:first-child .promobanner > a > img {
    max-height: 210px !important;
  }
  .section-items.nav-sections-items.switzerland .nav-sections-item-title,
  .section-items.nav-sections-items.eu .nav-sections-item-title {
    width: 33%;
  }
  .nav-sections-item-title {
    width: 50%;
  }
  .section-items.nav-sections-items div.section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
    display: none;
  }
  .section-items.nav-sections-items.switzerland div.section-item-title.nav-sections-item-title[aria-controls="store.settings"],
  .section-items.nav-sections-items.eu div.section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
    display: block;
  }
}
@media (max-width: 374px) {
  .cms-home .promo-banner .promobanner .text.middle-center .banner-text {
    margin-bottom: 35px;
  }
}
.catalog-category-view .modes {
  display: none;
}
.catalog-category-view .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.catalog-category-view .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  font-size: 0.6875rem;
  margin-right: -5px;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.05rem;
}
.catalog-category-view .toolbar-sorter.sorter .sorter-options {
  cursor: pointer;
  font-size: 0.6875rem;
  color: #333;
  display: inline-block;
  letter-spacing: 0.1rem;
  border: 0;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down-1.png) no-repeat center right;
  padding-left: 10px;
}
.catalog-category-view .toolbar-sorter.sorter .sorter-options:focus {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down-1.png) no-repeat center right !important;
}
.catalog-category-view .page-main {
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view .product-reviews-summary {
  display: none;
}
.catalog-category-view .product-item-info .product-item-name a {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.catalog-category-view .product-item-info .price {
  font-size: 1rem;
}
.catalog-category-view .product-item .price-box {
  margin-top: 0;
}
.catalog-category-view .products-grid .product-item .swatch-attribute {
  display: none;
}
.toolbar-sticky {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  background: #fff;
}
.toolbar-sticky .block.filter {
  position: relative;
  z-index: 9;
  width: 100%;
}
.toolbar-sticky .container-section {
  position: relative;
  padding: 0 30px;
}
.toolbar-sticky .toolbar-products {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9;
  padding: 0;
}
.toolbar-sticky .toolbar-products + .toolbar-products {
  display: block;
}
.catalog-topnav.amasty-catalog-topnav {
  display: none;
}
.catalogsearch-result-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.catalogsearch-result-index .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  font-size: 0.6875rem;
  margin-right: -5px;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.05rem;
}
.catalogsearch-result-index .toolbar-sorter.sorter .sorter-options {
  cursor: pointer;
  font-size: 0.6875rem;
  color: #333;
  display: inline-block;
  letter-spacing: 0.1rem;
  border: 0;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down-1.png) no-repeat center right;
  padding-left: 10px;
}
.catalogsearch-result-index .toolbar-sorter.sorter .sorter-options:focus {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down-1.png) no-repeat center right !important;
}
.catalogsearch-result-index .product-reviews-summary {
  display: none;
}
.catalogsearch-result-index .product-item-info .product-item-name a {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
}
.catalogsearch-result-index .product-item-info .price {
  font-size: 1rem;
}
.catalogsearch-result-index .product-item .price-box {
  margin-top: 0;
}
.catalogsearch-result-index .page-title-wrapper {
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.catalogsearch-result-index .page-title-wrapper h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.category-view {
  background: #fff;
  position: relative;
}
.category-view .category-image {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 0;
}
.category-view .category-image img {
  width: 100%;
}
.category-view .page-title-wrapper {
  text-align: center;
  padding: 50px 15px 20px;
  max-width: 1260px;
  margin: 0 auto;
}
.category-view .page-title-wrapper h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
}
.category-view .category-description {
  text-align: center;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
.category-view .category-description p {
  font-size: 1rem;
  letter-spacing: 0.019rem;
  line-height: 24px;
  color: #333;
  margin-bottom: 40px;
}
.categorypath-products-type-products-green .category-image + .category-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.categorypath-products-type-products-green .category-image + .category-header .page-title-wrapper h1 {
  color: #fff;
}
.categorypath-products-type-products-green .category-image + .category-header .category-description {
  color: #fff;
}
.categorypath-products-type-products-green .category-image + .category-header .category-description p {
  color: #fff;
}
.catalogsearch-result-index.page-layout-2columns-left .column.main {
  width: 100%;
  padding-bottom: 0;
}
.catalog-category-view.page-layout-2columns-left .column.main {
  width: 100%;
  padding-bottom: 0;
  min-height: auto;
}
.catalogsearch-result-index.page-products .products-grid .product-item {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  float: left;
  text-align: center;
}
.catalogsearch-result-index.page-products .products-grid .product-item:nth-child(4n+1) {
  clear: left;
}
.catalogsearch-result-index.page-products .products-grid .product-items {
  margin: 0 -15px;
}
.catalogsearch-result-index.page-products .product-item-info {
  width: 100%;
}
.catalogsearch-result-index.page-products .modes {
  display: none;
}
.catalogsearch-result-index.page-products .toolbar .limiter label span {
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
}
.catalogsearch-result-index.page-products .toolbar .sorter {
  padding-top: 0;
  float: right;
}
.catalog-category-view.page-products .products-grid .product-item {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  float: left;
  text-align: left;
}
.catalog-category-view.page-products .products-grid .product-item:nth-child(4n+1) {
  clear: left;
}
.catalog-category-view.page-products .products-grid .product-items {
  margin: 0 -15px;
}
.catalog-category-view.page-products .product-item-info {
  width: 100%;
  position: relative;
}
.product-item-info .Sold.Out {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}
.product-item-info .Sold.Out span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
}
.catalog-category-view.page-products .toolbar .limiter {
  display: block;
  float: right;
  padding-left: 10px;
}
.catalog-category-view.page-products .toolbar .limiter label span {
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
}
.catalog-category-view.page-products .toolbar .sorter {
  padding-top: 0;
  float: right;
}
.product-item-info .special-price:before {
  content: "Sale";
  position: absolute;
  top: 10px;
  background: #333;
  z-index: 1;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 50%;
  right: 10px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.product-item-info .label-product {
  position: absolute;
  top: 10px;
  background: #ccc;
  z-index: 6;
  color: #333;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 50%;
  right: 10px;
  font-weight: 700;
}
.product-item-info .label-product.label-product-award {
  background: #8d9588;
  line-height: 13px;
  font-size: 10px;
  padding-top: 15px;
  color: #fff;
  font-weight: 400;
}
.filter-options .box-sort.box-1 {
  display: none;
}
.filter-options .box-sort {
  width: 20%;
  float: left;
  padding: 0 15px;
  cursor: pointer;
}
.filter-options .box-sort .ui-slider-horizontal {
  height: 1px;
  -webkit-border-radius: 0px;
  border-radius: 0;
  border: none;
  background: 0 0;
}
.filter-options .box-sort .amshopby-slider-container {
  margin: 10px 15px 15px;
}
.filter-options .box-sort .amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 1px;
  background: #333;
}
.filter-options .box-sort .amshopby-slider-container .am-slider .ui-slider-handle {
  padding: 0;
  margin-top: -7px;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #333;
}
.filter-options .box-sort .amshopby-slider-container .am-slider .ui-slider-handle:last-child {
  margin-left: 0;
}
.filter-options .box-sort.box-7 {
  text-align: center;
}
.filter-options .filter-options-title {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  display: block;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
}
.filter-options .filter-options-content .item {
  text-align: left;
}
.filter-options-content li.item a {
  position: relative;
  padding-right: 15px;
  width: 80%;
  display: inline-block;
}
.filter-options-content li.item a .count {
  display: none;
}
.filter-options-content li.item a:after {
  content: "";
  border: 1px solid #333;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-options-content li.item a input[type="radio"] {
  display: none !important;
}
.filter-options-content li.item a span.label {
  color: #333;
  font-size: 0.75rem;
}
.filter-options-content li.item a.am_shopby_link_selected:after {
  background: #333;
}
.block.filter {
  margin: 0;
  float: left;
}
.block.filter .filter-title {
  margin: 0;
  text-align: left;
  padding: 15px 0 15px;
}
.block.filter .filter-title strong {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #333;
  position: relative;
  cursor: pointer;
}
.block.filter .filter-title strong:after {
  content: "";
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-filter.jpg) no-repeat;
  width: 9px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 5px;
}
.block.filter .title:not(.filter-title) {
  height: 54px;
  margin: 0;
}
.block.filter .title:not(.filter-title) strong {
  display: none;
}
.block.filter .title:not(.filter-title) + .content {
  display: none;
}
.block.filter .filter-options {
  margin: 0 -15px;
}
.block.filter + .block.filter {
  display: none;
}
.amshopby-slider-container .amshopby-slider-display {
  font-size: 0.75rem;
  padding-top: 5px;
}
.block-content.filter-content {
  background: #fff;
  z-index: 9;
  left: 0;
  right: 0;
  padding: 20px 0px;
  top: 69px;
  display: none;
}
.block-content.filter-content .box-filter {
  max-width: 1030px;
  /* margin: 0 auto; */
}
.block-content.filter-content .box-filter .filter-options:after {
  content: "";
  display: table;
  clear: both;
}
.block-content.filter-content a {
  color: #333;
}
.block-content.filter-content a:hover {
  text-decoration: underline;
}
.block-content.filter-content a.action.remove {
  color: #333;
  font-size: 0.75rem;
  text-decoration: underline;
}
.block-content.filter-content a.action.clear.filter-clear {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #333;
  text-decoration: underline;
}
.block-content.filter-content + .block-content.filter-content {
  display: none !important;
}
.filter-current .filter-label {
  display: inline-block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #333;
}
.am-shopby-item .filter-value {
  color: #333;
  font-size: 0.75rem;
}
.toolbar-sorter.sorter .sorter-action {
  display: none;
}
.toolbar-products {
  margin: 0;
  background: #fff;
  position: relative;
}
.toolbar-products .limiter .control {
  margin-right: 5px;
}
.toolbar-products .limiter .control .limiter-options {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
  padding-right: 10px;
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down.jpg) no-repeat center right;
  padding-left: 5px;
}
.toolbar-products .limiter .control .limiter-options:focus {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-down.jpg) no-repeat center right !important;
}
.toolbar-products .limiter .limiter-text {
  text-transform: capitalize;
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
}
.toolbar-products .toolbar-amount {
  font-size: 0.6875rem;
  margin-right: 7px;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.05rem;
  float: right;
  padding: 0;
  line-height: 32px;
  font-weight: 700;
}
.toolbar-products .pages .item {
  line-height: 30px;
  float: left;
  margin: 0 5px 0 0;
  font-size: 0;
  vertical-align: top;
}
.toolbar-products .pages .item:hover {
  background: #333;
}
.toolbar-products .pages .item:hover a {
  color: #fff;
}
.toolbar-products .pages .item:hover .action.next:before {
  color: #fff;
}
.toolbar-products .pages .item:hover .action.previous:before {
  color: #fff;
}
.toolbar-products .pages .item a {
  display: inline-block;
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  margin: 0;
  vertical-align: top;
}
.toolbar-products .pages .item strong {
  display: inline-block;
  font-size: 0.6875rem;
  color: #333;
  letter-spacing: 0.05rem;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  margin: 0;
  vertical-align: top;
}
.toolbar-products .pages .item a.action.next {
  margin-left: 0;
}
.toolbar-products .pages strong.page {
  line-height: 30px;
  float: left;
  margin: 0;
  font-size: 0;
  vertical-align: top;
  padding: 0;
}
.toolbar-products .pages .item.current {
  background: #333;
}
.toolbar-products .pages .item.current strong {
  color: #fff;
  font-size: 0.6875rem;
}
.toolbar-products .pages .item.current strong span {
  color: #fff;
  font-size: 0.6875rem;
}
.toolbar-products .pages .action.next:before {
  font-size: 40px;
  color: #333;
}
.toolbar-products .pages .action.previous:before {
  font-size: 40px;
  color: #333;
}
#amasty-shopby-product-list {
  margin: 0;
}
#amasty-shopby-product-list .products.wrapper {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  vertical-align: top;
  background: #f8f8f8;
}
#amasty-shopby-product-list .message.info.empty {
  max-width: 1380px;
  margin: 0 auto 80px;
}
.toolbar-sticky.fixed {
  position: fixed;
  top: 169px;
  width: 100%;
  z-index: 8;
  box-shadow: 0 0 5px 0px #ccc;
  -webkit-box-shadow: 0 0 5px 0px #ccc;
}
.block.filter.refinements {
  display: block !important;
}
.products.wrapper ~ .toolbar-products .pages {
  float: right !important;
}
.products.wrapper ~ .toolbar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.products + .toolbar .refinements {
  display: none !important;
}
.product-items .amquickview-hover {
  background: #fff;
  opacity: 1;
  z-index: 7;
  bottom: -34px;
  top: auto !important;
  display: block !important;
  transition: all 0.3s;
}
.product-items .amquickview-hover:hover {
  background: #333;
}
.product-items .amquickview-hover:hover a {
  color: #fff !important;
}
.product-items .amquickview-hover a {
  transition: all 0.3s;
  color: #333 !important;
  font-size: 12px;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
}
.product-items .amquickview-hover .am-quickview-icon {
  display: none !important;
}
.product-items .product-item:hover .amquickview-hover {
  bottom: 0;
}
.checkout-container .opc-block-summary .items-in-cart > .title {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.checkout-container .button-edit-bag {
  position: relative;
}
.checkout-index-index .checkout-container .button-edit-bag .actions-toolbar {
  position: absolute;
  display: block;
  right: 0;
}
.checkout-container .opc-block-summary .actions-toolbar .secondary {
  border-top: 0;
}
.block-minicart .product-image-container {
  max-width: 75px;
}
.product-image-container {
  width: 100% !important;
  vertical-align: top;
}
.products-grid .product-item span.image-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  right: 0;
}
.products-grid .product-item:hover span.image-hover {
  display: block;
  z-index: 1;
}
.products-grid .product-item .product-image-base {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.banner-slider .mgs-owl-carousel .slider-nav:before {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/arrow_new.png) no-repeat;
  content: "";
  width: 55px;
  height: 59px;
  background-position: 10px 0;
  display: inline-block;
}
.banner-slider .mgs-owl-carousel .slider-nav:hover:before {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/arrow_new.png) no-repeat;
  background-position: 10px 0;
}
.banner-slider .mgs-owl-carousel .slider-nav.nav-next:before {
  background-position: -35px 0;
}
.banner-slider .mgs-owl-carousel .slider-nav.nav-next:hover:before {
  background-position: -35px 0;
}
.catalog-category-view.page-products .products-grid .product-item {
  text-align: left;
}
.product-item-details-additional {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  height: 11px;
}
.product-item-details-additional .product-price {
  font-family: BrandonText-Bold;
}
@media only screen and (max-width: 1439px) {
  #amasty-shopby-product-list .message.info.empty {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index.page-products .products-grid .product-item {
    width: 33.33%;
  }
  .catalogsearch-result-index.page-products .products-grid .product-item:nth-child(4n+1) {
    clear: none;
  }
  .catalog-category-view.page-products .products-grid .product-item {
    width: 33.33%;
  }
  .catalog-category-view.page-products .products-grid .product-item:nth-child(4n+1) {
    clear: none;
  }
  .filter-options .box-sort {
    width: 25%;
  }
  .filter-options-content li.item a {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar-sticky .container-section {
    padding: 0 15px;
  }
  .filter-options .box-sort:last-child {
    float: none;
  }
  .category-view {
    padding: 0;
  }
  .category-view .page-title-wrapper {
    padding: 20px 15px 20px;
  }
  .category-view .page-title-wrapper h1 {
    font-size: 30px;
  }
  .category-view .category-description {
    padding: 0 15px;
  }
  .category-view .category-description p {
    margin-bottom: 20px;
  }
  .category-view .category-image {
    padding: 0 15px;
  }
  .toolbar.toolbar-products.fixed {
    position: relative;
  }
  .catalogsearch-result-index .product-item-info .product-item-name a {
    font-size: 0.8rem;
  }
  .catalog-category-view .product-item-info .product-item-name a {
    font-size: 0.8rem;
  }
  .filter-options .box-sort {
    width: 33.33%;
  }
  .categorypath-products-type-products-green .category-image + .category-header {
    position: static;
  }
  .categorypath-products-type-products-green .category-image + .category-header .page-title-wrapper h1 {
    color: #333;
  }
  .categorypath-products-type-products-green .category-image + .category-header .category-description p {
    color: #333;
  }
  #amasty-shopby-product-list .message.info.empty {
    margin-left: 15px;
    margin-right: 15px;
  }
  .toolbar-sticky.fixed {
    top: 104px;
  }
  .block-content.filter-content {
    overflow: auto;
  }
}
@media only screen and (max-width: 567px) {
  .catalogsearch-result-index.page-products .products-grid .product-item {
    width: 50%;
  }
  .catalogsearch-result-index.page-products .products-grid .product-item:nth-child(2n+1) {
    clear: left;
  }
  .catalogsearch-result-index.page-products .toolbar .limiter {
    display: none;
  }
  .catalog-category-view.page-products .products-grid .product-item {
    width: 50%;
  }
  .catalog-category-view.page-products .products-grid .product-item:nth-child(2n+1) {
    clear: left;
  }
  .catalog-category-view.page-products .toolbar .limiter {
    display: none;
  }
  .filter-options .box-sort {
    width: 50%;
  }
  .filter-options .box-sort:nth-child(2n) {
    clear: left;
  }
  .toolbar-sticky {
    background: #f1f1f1;
  }
  .toolbar-sticky .toolbar-products {
    position: static;
    background: #f1f1f1;
    float: right;
    padding: 11px 0;
  }
  .toolbar-sticky .toolbar-products .container-section {
    position: static;
  }
  .toolbar-sticky .block.filter {
    position: static;
    width: auto;
  }
  .toolbar-products .toolbar-amount {
    position: absolute;
    top: 115px;
    left: 15px;
    z-index: 1;
  }
  .toolbar-sticky .toolbar .sorter {
    padding-right: 15px;
  }
  #amasty-shopby-product-list {
    background: #fff;
    margin-top: 10px;
  }
  #amasty-shopby-product-list .products.wrapper,
  body.catalog-category-view .products-grid .product-item .product-item-details {
    background: #fff;
  }
  .block-content.filter-content {
    background: #f1f1f1;
    width: 80%;
    position: absolute;
    top: 54px;
    left: 0;
  }
  .block.filter .filter-options {
    margin: 0;
  }
  .block.filter .filter-title strong:after {
    background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-filter-mobile.jpg) no-repeat;
    width: 23px;
    height: 10px;
  }
  .filter-options-content li.item a {
    width: 95%;
  }
  .toolbar-sticky.fixed {
    top: 97px;
  }
  .toolbar-sticky.fixed .toolbar-products .toolbar-amount {
    display: none;
  }
  div#amasty-shopby-product-list.show:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-container .opc-block-summary .items-in-cart > .title {
    padding: 10px 0px;
  }
  .filter-options .box-sort {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .filter-options .box-sort:last-child {
    display: inline-block;
    vertical-align: top;
  }
  .filter-options .filter-options-content {
    display: none;
  }
  .filter-options .filter-options-content.show {
    display: block;
  }
  .filter-options .filter-options-title {
    position: relative;
    text-align: left;
  }
  .filter-options .filter-options-title:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 300;
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .filter-options .filter-options-title.show:after {
    content: "\f107";
  }
  .filter-options .box-sort.box-7 .filter-options-title {
    text-align: left;
  }
  .block.filter .filter-title strong.show:after {
    background: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-filter-close-mobile.jpg) no-repeat;
    width: 14px;
    height: 13px;
  }
  .block.filter .filter-title strong {
    font-size: 0.9rem;
  }
  .block-content.filter-content {
    text-align: left;
  }
  .products.wrapper ~ .toolbar-products .pages {
    float: none !important;
  }
  .catalogsearch-result-index.page-products .products-grid .product-item:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .catalogsearch-result-index.page-products .products-grid .product-item:nth-child(2n) {
    padding-left: 7.5px;
  }
  .catalog-category-view.page-products .products-grid .product-item:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .catalog-category-view.page-products .products-grid .product-item:nth-child(2n) {
    padding-left: 7.5px;
  }
  .filter-options-content li.item a {
    width: 70%;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* .breadcrumbs {
	display: none;
  } */
.fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 10px;
}
.catalog-product-view .page-main {
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.1;
  margin-top: -7px;
  font-family: BrandonText;
  margin-bottom: 41px;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  font-weight: normal;
  font-size: 38px;
  font-family: BrandonText;
  line-height: 1.11;
}
.catalog-product-view .product-info-main .box-tocart {
  margin: 50px 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  padding: 0 0 0;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  font-weight: normal;
  color: #ffffff;
  background: #5c5c5c;
  font-size: 16px;
  padding: 14px 30px;
  line-height: inherit;
  min-width: 275px;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333333;
  color: #ffffff;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333333;
  color: #ffffff;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  height: 52px;
  border: 1px solid #333;
  width: 52px;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 52px;
  padding: 0;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty.mage-error {
  border-color: red;
}
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
  font-weight: normal;
  font-size: 38px;
  font-family: BrandonText;
  line-height: 1.11;
}
.catalog-product-view .product-options-bottom .box-tocart {
  margin: 50px 0;
}
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}
.catalog-product-view .product-options-bottom .box-tocart .actions {
  padding: 0 0 0;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
  font-weight: normal;
  color: #ffffff;
  background: #5c5c5c;
  font-size: 16px;
  padding: 14px 30px;
  line-height: inherit;
  min-width: 275px;
}
.catalog-product-view .product-options-bottom .box-tocart .action.tocart:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333333;
  color: #ffffff;
}
.catalog-product-view .product-options-bottom .box-tocart .action.tocart:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333333;
  color: #ffffff;
}
.catalog-product-view .product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  border: 1px solid #333;
  width: 52px;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 52px;
  padding: 0;
}
.catalog-product-view .product-options-bottom .box-tocart .input-text.qty.mage-error {
  border-color: red;
}
.catalog-product-view .product.info.detailed {
  padding-top: 14px;
}
.catalog-product-view .product.data.items > .item.title {
  margin: 0 21px 0 0;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  color: #a2a2a2;
  font-weight: 300;
  font-family: BrandonText;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 6px 0;
  height: auto;
  letter-spacing: 0.7px;
}
.catalog-product-view .product.data.items > .item.title > .switch:visited {
  color: #a2a2a2;
  font-weight: 300;
  font-family: BrandonText;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 6px 0;
  height: auto;
  letter-spacing: 0.7px;
}
.catalog-product-view .product.data.items > .item.title > .switch:focus {
  color: #a2a2a2;
  font-weight: 300;
  font-family: BrandonText;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 6px 0;
  height: auto;
  letter-spacing: 0.7px;
}
.catalog-product-view .product.data.items > .item.title > .switch:active {
  color: #a2a2a2;
  font-weight: 300;
  font-family: BrandonText;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 6px 0;
  height: auto;
  letter-spacing: 0.7px;
}
.catalog-product-view .product.data.items > .item.content {
  margin-top: 53px;
  border: none;
  padding: 20px 0;
  font-size: 15px;
  letter-spacing: 0.1px;
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
  color: #333333;
}
.catalog-product-view .product.data.items > .item.title.active > .switch:focus {
  color: #333333;
}
.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  color: #333333;
}
.catalog-product-view .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  font-size: 30px;
  padding: 5px 0;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: -35px;
}
.catalog-product-view .column.main {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 50%;
  padding: 98px 5.8% 30px;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 50%;
  padding: 98px 15px 30px;
  margin-bottom: 0;
}
.product.media .fotorama__stage__frame .fotorama__img {
  width: 100%;
}
.fotorama__wrap {
  text-align: center;
}
.fotorama__wrap .fotorama__arr {
  top: 50%;
  bottom: auto;
}
.fotorama__wrap .fotorama__arr .fotorama__arr__arr {
  display: none;
}
.fotorama__wrap .fotorama__dot {
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.fotorama__wrap .fotorama__active .fotorama__dot {
  background-color: #333333;
  border-color: #333333;
}
.fotorama__wrap .fotorama__nav--dots .fotorama__nav__frame {
  width: 22px;
  height: 40px;
}
.fotorama__wrap .fotorama__nav.fotorama__nav--dots {
  margin: 8px 0;
}
.gallery-placeholder {
  width: 100%;
}
.fotorama__stage {
  margin: 0 auto;
}
.page-layout-1column .products-grid .products-carousel .product-item {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.product-item-info {
  width: 100%;
}
#product-review-main {
  clear: both;
  padding: 25px 0 0;
  border-top: 1px solid #e0e0e0;
}
.product-review-main {
  display: none;
  margin: 35px 0 0;
  padding: 25px 15px 0;
  float: left;
  width: 100%;
}
.product-review-main.active {
  display: block;
}
.box-tocart div.mage-error[generated] {
  display: none !important;
}
.box-tocart .control {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.box-tocart .control a {
  height: 52px;
  border: 1px solid #333;
  width: 52px;
  float: left;
  color: #333333;
  font-size: 15px;
  line-height: 52px;
  background-repeat: no-repeat;
  background-position: center;
}
.box-tocart .control a.decrement-qty {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-minus.png);
  border-right: 0;
}
.box-tocart .control a.increment-qty {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-plus.png);
  border-left: 0;
}
button.btn.button-review-popup {
  font-weight: normal;
  color: #333333;
  background: #ededed;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 14px 30px;
  line-height: inherit;
  min-width: 275px;
  letter-spacing: 1.5px;
}
button.btn.button-review-popup:hover {
  background: #5c5c5a;
  color: #ffffff;
}
button.btn.btn-review {
  font-weight: normal;
  color: #333333;
  background: #ededed;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 14px 30px;
  line-height: inherit;
  min-width: 275px;
}
button.btn.btn-review:hover {
  background: #5c5c5a;
  color: #ffffff;
}
.block.review-list {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 7px;
}
.block.review-list .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.review-items .review-item {
  padding: 25px 15px;
}
.review-items .review-item .review-ratings {
  display: block;
  margin-top: 8px;
}
.review-items .review-item .rating-summary {
  width: 105px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
.review-items .review-item .review-title {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  color: #333333;
  font-family: 'BrandonText-Medium';
  vertical-align: top;
  line-height: 1.3;
}
.review-items .review-item .review-content {
  margin: 0;
  display: block;
  clear: both;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 1.6;
  color: #333333;
}
.review-items .review-item .review-details {
  margin: 0;
  display: block;
  clear: both;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 1.6;
  color: #333333;
}
.review-item .review-details span {
  display: inline-block;
  font-size: 15px;
}
.review-item .review-details span.review-author {
  color: #333333;
  font-family: 'BrandonText-Medium';
}
.review-item .review-details span.review-slug {
  margin: 0 4px;
}
.review-ratings .rating-summary .rating-result {
  margin-left: 0;
  vertical-align: top;
}
.review-ratings .rating-summary .rating-result:before {
  content: '\f10c \f10c \f10c \f10c \f10c';
  font-family: 'FontAwesome';
  font-size: 15px;
  letter-spacing: 9px;
  color: #8d9588;
  height: 20px;
  line-height: 20px;
}
.review-ratings .rating-summary .rating-result > span:before {
  content: '\f111 \f111 \f111 \f111 \f111';
  font-family: 'FontAwesome';
  font-size: 15px;
  letter-spacing: 9px;
  color: #8d9588;
  height: 20px;
  line-height: 20px;
}
button.btn.btn-review-close {
  display: block;
  margin: 0px auto;
  background: none;
  font-size: 30px;
  line-height: 1;
  padding: 5px;
  height: auto;
  cursor: pointer;
  color: #bbbbbb;
}
.related .product-item-details {
  position: relative;
}
.page-layout-1column .products-grid .products-carousel .product-item:hover .product-item-actions {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
}
.related .product-item-actions .actions-primary {
  display: block;
}
.related .product-item .action.primary {
  display: block;
  width: 100%;
  height: 40px;
}
.related .product-item .price-box {
  margin: 0 0 14px;
}
.related .product-item .price-box .price {
  font-size: 1rem;
}
.related .block-content {
  margin: 0;
  padding: 50px 0 27px;
  background-color: #f1f1f1;
}
.related .products.grid {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#review-content-modal {
  text-align: center;
  width: 100%;
}
#review-content-modal .review-fieldset {
  margin: 0 0 5px;
}
#review-content-modal .review-fieldset div.mage-error[generated] {
  text-align: left;
}
#review-content-modal .review-fieldset .review-field-ratings div.mage-error[generated] {
  text-align: center;
}
#review-content-modal .review-add .block-title {
  display: block;
  border-bottom: 1px solid #333;
}
#review-content-modal .review-add .block-title strong {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1.8;
}
#review-content-modal .review-field-ratings .nested {
  display: block;
}
#review-content-modal .review-field-ratings .review-field-rating {
  display: block;
}
#review-content-modal .review-field-ratings .review-field-rating .label {
  width: 100%;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'BrandonText-Bold';
  padding: 0;
  line-height: 1.9;
  letter-spacing: 4.5px;
}
#review-content-modal .review-fieldset.fieldset > .field {
  margin: 20px auto;
  display: block;
  width: 72%;
}
#review-content-modal .review-fieldset.fieldset .field.review-field-ratings {
  width: 100%;
}
#review-content-modal .fieldset .field .control {
  display: inline-block;
  width: 100%;
}
#review-content-modal .fieldset .field .control .control {
  width: auto;
  margin-top: 11px;
  position: relative;
  padding-top: 0;
  padding-left: 1px;
  margin: 9px 0 0;
}
#review-content-modal .fieldset .field .control textarea {
  font-size: 1rem;
  padding: 5px 0;
  height: 175px;
  resize: none;
  border: 1px solid #333;
  vertical-align: top;
  padding: 5px 10px;
}
#review-content-modal .fieldset .field .control textarea::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control input {
  font-size: 1rem;
  padding: 5px 0;
}
#review-content-modal .fieldset .field .control input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control input::-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset .field .control input:-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #333 !important;
  font-family: BrandonText;
}
#review-content-modal .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  padding-top: 7px;
  font-size: 1rem;
  padding-bottom: 5px;
}
#review-content-modal .review-control-vote label {
  top: 0;
  left: 0;
}
#review-content-modal .review-control-vote label:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  letter-spacing: 14px;
  color: #8d9588;
  margin-left: 1px;
}
#review-content-modal .review-control-vote:before {
  content: '\f10c \f10c \f10c \f10c \f10c';
  font-family: 'FontAwesome';
  font-size: 28px;
  letter-spacing: 14px;
  color: #8d9588;
  display: inline-block;
  position: static;
}
#review-content-modal .review-control-vote input[type="radio"]:hover + label:before {
  opacity: 1;
}
#review-content-modal .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
#review-content-modal .review-control-vote .rating-5:before {
  content: '\f111' '\f111' '\f111' '\f111' '\f111';
}
#review-content-modal .review-control-vote .rating-4:before {
  content: '\f111' '\f111' '\f111' '\f111';
}
#review-content-modal .review-control-vote .rating-3:before {
  content: '\f111' '\f111' '\f111';
}
#review-content-modal .review-control-vote .rating-2:before {
  content: '\f111' '\f111';
}
#review-content-modal .review-control-vote .rating-1:before {
  content: '\f111';
}
#review-content-modal .actions-toolbar > .primary {
  max-width: 72%;
  margin: 0 auto;
  float: none;
  width: 100%;
}
#review-content-modal .review-form .action.submit.primary {
  background: #5c5c5c;
  border: none;
  width: 100%;
  margin: 0;
  padding: 11px;
  font-size: 1rem;
  color: #ffffff;
  vertical-align: top;
  letter-spacing: 4.4px;
  outline: none;
  font-size: 16px;
  padding: 14px 30px;
  line-height: inherit;
}
#review-content-modal .review-form .action.submit.primary:hover {
  color: #ffffff;
  background: #333333;
}
#review-content-modal .block.review-add {
  margin: 0;
}
.fancybox-product-view .product-review-main.active {
  display: none;
}
.fancybox-product-view button.btn.btn-review {
  display: none;
}
.fancybox-product-view .page-main {
  padding-top: 0 !important;
}
.fancybox-product-view .amquickview-hover {
  display: none !important;
}
.fancybox-product-view .quick-view-link.button {
  display: inline-block;
}
.fancybox-product-view.catalog-product-view .product-info-main .box-tocart {
  margin: 20px 0;
}
.fancybox-product-view.catalog-product-view .product-info-main .box-tocart .actions {
  width: 100%;
}
.fancybox-product-view.catalog-product-view .product-info-main .box-tocart .action.tocart {
  width: 100%;
}
.fancybox-product-view.catalog-product-view .product-options-bottom .box-tocart {
  margin: 20px 0;
}
.modal-popup.modals-popup-review .modal-header {
  padding: 0;
  border: none;
  position: static;
}
.modal-popup.modals-popup-review .modal-content {
  border: none;
  padding: 75px 15.5%;
}
.modal-popup.modals-popup-review .modal-footer {
  display: none;
}
.modal-popup.modals-popup-review .modal-inner-wrap {
  max-width: 670px;
  border: 1px solid #333;
}
.modal-popup.modals-popup-review .action-close {
  padding: 2rem 0rem;
  z-index: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 17px;
  width: auto;
  letter-spacing: -7px;
}
.modal-popup.modals-popup-review .action-close:before {
  font-size: 4rem;
}
.quick-view-link.button {
  display: none;
  background: #ffffff;
  color: #333333;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 16px;
  padding: 14px 15px;
  line-height: inherit;
  min-width: 275px;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc !important;
}
.quick-view-link.button:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
  border-color: #333333 !important;
}
ul.prices-tier.items {
  background: transparent;
  display: none;
}
.product-options-wrapper .swatch-attribute.size .swatch-option {
  background-color: #5c5c5c;
  border: none;
  color: #ffffff;
  font-weight: normal;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-options-wrapper .swatch-attribute.size .swatch-option:hover {
  outline: none;
  background-color: #333333 !important;
}
.product-options-wrapper .swatch-attribute.size .swatch-option.selected {
  outline: none;
  background-color: #333333 !important;
}
.product-options-wrapper .swatch-attribute.manufacturer .swatch-option {
  background-color: #5c5c5c;
  border: none;
  color: #ffffff;
  font-weight: normal;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product-options-wrapper .swatch-attribute.manufacturer .swatch-option:hover {
  outline: none;
  background-color: #333333 !important;
}
.product-options-wrapper .swatch-attribute.manufacturer .swatch-option.selected {
  outline: none;
  background-color: #333333 !important;
}
.swatch-option-tooltip {
  display: none !important;
}
.search.results #amasty-shopby-product-list > .block {
  display: none;
}
@media only screen and (min-height: 580px) {
  .page-products .fancybox-content {
    min-height: 492px;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view.page-layout-1column .product.media {
    padding-top: 50px;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    padding: 50px 0 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .column.main {
    padding-bottom: 25px;
  }
  .catalog-product-view .owl-carousel .owl-nav > div {
    margin-top: -27px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    margin-top: 17px;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 13px;
  }
  .catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 21px;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    background: white;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    z-index: 15;
    bottom: 0;
    left: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset {
    padding: 0;
    margin: 0;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control {
    display: flex;
    min-height: 35px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .decrement-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .increment-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .input-text.qty {
    display: inline-block;
    border: solid 1px black;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .input-text.qty {
    border-right: none;
    border-left: none;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .action.tocart {
    font-weight: normal;
    color: #ffffff;
    background: #5c5c5c;
    font-size: 14px;
    width: fit-content;
    height: 52px;
    text-transform: uppercase;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .action.tocart #product-addtocart-button {
    color: #ffffff;
    background: #5c5c5c;
    font-size: 14px;
    line-height: inherit;
    width: fit-content;
    padding: 0 25px;
    height: 52px;
    text-transform: uppercase;
    line-height: none;
  }
  .catalog-product-view .product-add-form {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .catalog-product-view #product_addtocart_form {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .catalog-product-view .page-footer {
    margin-bottom: 300px;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin-bottom: 0;
  }
  /* .catalog-product-view .product-info-main .box-tocart {
	  margin-bottom: 20px;
	}  */
  .catalog-product-view .product-info-main .box-tocart .input-text.qty {
    width: 52px;
    height: 52px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    padding: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin-bottom: 20px !important;
  }
  .catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
    font-size: 21px;
  }
  .catalog-product-view .product-options-bottom .box-tocart {
    margin-bottom: 20px;
  }
  .catalog-product-view .product-options-bottom .box-tocart .input-text.qty {
    width: 85px;
    height: 84px;
  }
  .catalog-product-view .product-options-bottom .box-tocart .actions {
    padding: 0;
  }
  .catalog-product-view .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 15px !important;
  }
  .catalog-product-view .product.info.detailed {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-top: 14px;
  }
  .catalog-product-view .product.data.items > .item.title {
    border-bottom: 1px solid #333;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    padding: 16px 4px;
    font-size: 18px;
    font-family: 'BrandonText-Bold';
    letter-spacing: 1.5px;
    height: auto;
    line-height: 1.4;
    color: #333333;
    position: relative;
  }
  .catalog-product-view .product.data.items > .item.title > .switch:visited {
    padding: 16px 4px;
    font-size: 18px;
    font-family: 'BrandonText-Bold';
    letter-spacing: 1.5px;
    height: auto;
    line-height: 1.4;
    color: #333333;
    position: relative;
  }
  .catalog-product-view .product.data.items > .item.title > .switch:focus {
    padding: 16px 4px;
    font-size: 18px;
    font-family: 'BrandonText-Bold';
    letter-spacing: 1.5px;
    height: auto;
    line-height: 1.4;
    color: #333333;
    position: relative;
  }
  .catalog-product-view .product.data.items > .item.title > .switch:active {
    padding: 16px 4px;
    font-size: 18px;
    font-family: 'BrandonText-Bold';
    letter-spacing: 1.5px;
    height: auto;
    line-height: 1.4;
    color: #333333;
    position: relative;
  }
  .catalog-product-view .product.data.items > .item.title > .switch:after {
    content: '\f105';
    position: absolute;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    top: 12px;
  }
  .catalog-product-view .product.data.items > .item.content {
    margin: 0;
  }
  .catalog-product-view .product.data.items > .item.title.active > .switch:after {
    content: '\f106';
  }
  .fotorama__wrap .fotorama__arr {
    height: 40px;
    width: 40px;
    background-color: transparent;
    display: block !important;
    margin-top: -20px;
    background-color: transparent !important;
  }
  .fotorama__wrap .fotorama__arr .fotorama__arr__arr {
    display: block;
    width: 40px;
    height: 40px;
  }
  .fotorama__wrap .fotorama__arr.fotorama__arr--next {
    right: 10px;
  }
  .fotorama__wrap .fotorama__arr.fotorama__arr--prev {
    left: 10px;
  }
  .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -105px -100px;
  }
  .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
    background-position: -175px -100px;
  }
  .fotorama__wrap .fotorama__nav--dots .fotorama__nav__frame {
    width: 20px;
  }
  .fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
    width: 40px;
    height: 40px;
    background-position: -100px -20px;
  }
  .fotorama__fullscreen .fotorama__wrap .fotorama__zoom-in {
    height: 40px;
    width: 40px;
    background-position: -20px -20px !important;
  }
  .fotorama__fullscreen .fotorama__wrap .fotorama__zoom-out {
    height: 40px;
    width: 40px;
    top: 40px;
    background-position: -20px -100px !important;
  }
  #review-content-modal .review-control-vote label:before {
    font-size: 18px;
  }
  #review-content-modal .review-control-vote:before {
    font-size: 18px;
  }
  #review-content-modal .review-add .block-title strong {
    font-size: 25px;
  }
  #review-content-modal .review-field-ratings .review-field-rating .label {
    letter-spacing: 2px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    margin-top: 30px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    -ms-flex-order: 3;
    -webkit-order: 3;
    width: 100%;
    padding: 0;
    text-align: center;
    order: 3;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-product-view .breadcrumbs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .fotorama__wrap.fotorama__dot {
    width: 9px;
    height: 9px;
  }
  .box-tocart .control a {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .product-review-main {
    text-align: center;
    margin: 0;
    padding: 30px 0 0;
  }
  .block.review-list {
    padding: 0;
  }
  .block.review-list .block-content {
    margin: 0;
  }
  .related .block-content {
    /* background-color: #ffffff; */
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .modal-popup.modal-slide.modals-popup-review {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
  }
  .modal-popup.modal-slide.modals-popup-review._inner-scroll .modal-inner-wrap {
    max-width: 100%;
    max-height: 100%;
  }
  .modal-popup.modals-popup-review .modal-content {
    padding: 40px;
  }
  .modal-popup.modals-popup-review .action-close {
    padding: 10px 0;
    right: 0;
  }
}
@media only screen and (max-width: 380px) {
  body.catalog-product-view div.product-add-form form#product_addtocart_form div.actions button#product-addtocart-button {
    padding: 0 40px;
    min-width: unset;
    height: 35px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .decrement-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .increment-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control #qty {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* .catalog-product-view .product-info-main .box-tocart .fieldset .action.tocart button#product-addtocart-button {
			line-height: 35px;
			height: 35px;
			padding: 0 30px;
		} */
}
@media only screen and (max-width: 465px) {
  body.catalog-product-view div.product-add-form form#product_addtocart_form div.actions button#product-addtocart-button {
    padding: 0 50px;
    min-width: unset;
    height: 35px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .decrement-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control .increment-qty,
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .control #qty {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 604px) {
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin-right: 0;
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 60px);
    margin: 30px 0;
  }
  .fancybox-product-view .box-tocart .control a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .fancybox-product-view.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    width: 50px;
    height: 50px;
  }
  .fancybox-product-view.catalog-product-view .product-info-main .box-tocart .action.tocart {
    max-width: 100%;
  }
  .fancybox-product-view.catalog-product-view .product-options-bottom .box-tocart .input-text.qty {
    width: 50px;
    height: 50px;
  }
  .fancybox-product-view.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    max-width: 150px;
  }
  .modal-popup.modals-popup-review .modal-content {
    padding: 40px 20px;
  }
  #review-content-modal .review-fieldset.fieldset > .field {
    width: 85%;
    max-width: 100%;
  }
  #review-content-modal .actions-toolbar > .primary {
    width: 85%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 369px) {
  .fotorama__wrap .fotorama__arr {
    width: 25px;
    display: block !important;
  }
  .fotorama__wrap .fotorama__arr .fotorama__arr__arr {
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12px;
  }
  .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -108px -108px;
  }
  .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
    background-position: -187px -108px;
  }
  .box-tocart .control a {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .catalog-product-view .product-info-main .box-tocart .input-text.qty {
    width: 52px;
    height: 52px;
  }
  .catalog-product-view .product-options-bottom .box-tocart .input-text.qty {
    width: 52px;
    height: 52px;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
.top-collections .panel-block-row .product-item .price-box span.price {
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: BrandonText;
}
.page-wrapper {
  width: 100%;
}
.cms-faq .mgs-accordion .accordion-content {
  line-height: 1.4;
  padding: 1.875rem 0 3.35rem;
  border: none;
}
.cms-faq .mgs-accordion .accordion-content h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: .3125rem;
  font-weight: 400;
}
.cms-faq .mgs-accordion .accordion-title {
  font-size: 1.75rem;
  color: #333;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 1.875rem 0;
  height: auto;
  background: 0 0;
  margin: 0;
  letter-spacing: .1875rem;
}
.cms-faq .mgs-accordion .accordion-title:not(:first-of-type):before {
  content: "";
  width: 8.4375rem;
  height: .0625rem;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.90625rem;
}
.cms-faq .mgs-accordion .accordion-title:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cms-faq .columns .column.main {
  padding-bottom: 80px;
}
.cms-faq p {
  font-family: BrandonText;
  line-height: 1.4;
}
.cms-faq .breadcrumbs {
  display: none;
}
.cms-faq .content-heading {
  display: none;
}
.cms-faq .panel-block-row.back-top > div {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  background: #ededed;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  padding: 10px;
  float: right;
  border-radius: 0;
  background: 0 0;
  width: 147px;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
}
.cms-faq .back-top {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cms-faq .page-main {
  padding-left: 0;
  padding-right: 0;
}
.cms-faq .frame {
  max-width: none;
}
.cms-page-view .main h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: .3125rem;
  font-family: ArcherPro-Bold;
  font-weight: 400;
}
.cms-page-view .h5 {
  font-family: 'ArcherPro-Light';
  text-transform: uppercase;
  text-align: center;
}
.panel-block-row.back-top > div:before {
  content: "Back to the top";
  font-size: 22px;
  line-height: 30px;
  color: #3a3a3a;
  display: block;
}
.panel-block-row.back-top > div:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #3a3a3a;
  width: 100%;
}
.cms-contact-us .form.contact {
  max-width: 738px;
  margin-right: auto;
  margin-left: auto;
}
.cms-contact-us .form.contact .col {
  width: 48%;
  float: left;
  padding: 0;
}
.cms-contact-us .form.contact .col:last-child {
  width: 48%;
  float: right;
}
.cms-contact-us .form.contact .col .field {
  margin-bottom: 30px;
}
.cms-contact-us .form.contact .col .field label {
  margin-bottom: 0;
}
.cms-contact-us .form.contact .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.cms-contact-us .form.contact .field textarea {
  border: 1px solid #333;
  min-height: 160px;
  padding: 10px;
  margin-top: 10px;
}
.cms-contact-us .form.contact .actions-toolbar {
  margin-top: 25px;
  display: block;
  max-width: none;
  width: 100%;
}
.cms-contact-us .form.contact .actions-toolbar div.primary {
  display: block;
  max-width: none;
  width: 100%;
}
.cms-contact-us .page.messages {
  padding: 0;
  max-width: 738px;
  margin-right: auto;
  margin-left: auto;
}
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-post-view .posted-in {
  text-align: center;
}
.blog-post-view .posted-in a {
  color: #5c5c5c;
}
.blog-post-view .posted-in a:after {
  content: "";
  width: 1px;
  background: #333;
  height: 17px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  margin-left: 7px;
}
.blog-post-view .posted-in a:last-child:after {
  display: none;
}
.blog-post-view .header-title {
  text-align: center;
  margin-top: 10px;
}
.blog-post-view .header-title h2 {
  font-size: 50px;
  width: auto;
  display: inline-block;
  margin: auto;
  margin-bottom: .5rem;
  font-weight: 300;
  max-width: 600px;
  text-align: center;
  font-family: ArcherPro-Book;
}
.blog-post-view .published-by {
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-post-view .post-content {
  max-width: 780px;
  margin: auto;
  margin-top: 20px;
}
.blog-post-view .blog-next-prev {
  border-top: 1px solid #333;
  padding-top: 0;
  margin-top: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding-top: 30px;
}
.blog-post-view .blog-next-prev .button {
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
}
.blog-post-view .blog-next-prev .next-button {
  float: right;
}
.blog-post-view .social-block {
  border-top: 1px solid #333;
  padding-top: 0;
  margin-top: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.blog-post-view .post-sharethis {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-post-view .comments-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: -25px;
}
.blog-post-view .comments-block .title {
  position: relative;
  padding-right: 20px;
}
.blog-post-view .comments-block .title:after {
  position: absolute;
  content: "+";
  right: 0;
  top: -3px;
  font-size: 21px;
}
.blog-post-view .comments-block .title.active:after {
  content: "-";
  top: -15px;
  font-size: 32px;
}
.blog-post-view .comments-block .post-comments {
  text-align: left;
}
.blog-post-view .comments-block .primary {
  width: 100%;
}
.blog-post-view .comments-block .submit {
  margin: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog-post-view .blog-list {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #333;
}
.blog-post-view .blog-list .content-heading .title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.063rem;
  font-family: 'ArcherPro-Book';
}
.blog-post-view .blog-list ul.default {
  width: 100%;
}
.blog-post-view .blog-list ul.default:after {
  content: "";
  display: table;
  clear: both;
}
.blog-post-view .blog-list li.item {
  width: 33.33%;
  float: left;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.blog-post-view .blog-list > .block {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.blog-post-view .blog-list .title {
  text-align: center;
  margin-top: 20px;
}
.blog-post-view .blog-list .button-bottom {
  margin-top: 20px;
  background-color: #5c5c5c;
  padding: 5px 0;
  text-align: center;
}
.blog-post-view .blog-list .button-bottom:hover {
  background-color: #333;
}
.blog-post-view .blog-list .button-bottom a {
  color: #fff;
  background: 0 0;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .item {
  border-bottom: 0;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .item .title {
  text-align: left;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .item .title a {
  font-family: 'ArcherPro-Book';
  color: #989898;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .item .short-content {
  display: none;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .item .button-bottom {
  display: none;
}
.blog-post-view .mgs-blog-lastest-posts .block-content .default .bottom-center {
  text-align: left;
  color: #989898;
}
body .instagram-feed .content-heading h3.title {
  font-size: 26px;
}
body .block.newsletter.popup p.close-popup {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/close.png);
  background-size: contain;
  background-position: center center;
  font-size: 0;
  top: 10px;
  right: 10px;
}
body .page-header .switcher .options ul.dropdown {
  max-height: none;
  border: 1px solid #ccc;
  padding-left: 15px;
  padding-top: 5px;
  margin-top: 0;
  left: -1px;
  right: -1px;
}
body .panel.wrapper .account-wrapper .block-account {
  right: -8px;
  border: 1px solid #ccc;
  padding-left: 15px;
  padding-top: 5px;
  margin-top: -1px;
}
body .navigation-megamenu .megamenu-mainmenu a {
  font-size: 15px;
}
body .fixed .navigation-megamenu .megamenu-mainmenu a {
  font-size: 15px;
}
.itemstheadbody .cart.table-wrapper + .item {
  border-top: 1px solid #333;
}
#thankyou-popup {
  max-width: 816px;
  margin: auto;
  background-color: #f0f0f0;
  padding: 25px 30px;
  border: 1px solid #c7c7c7;
  text-align: right;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
}
#thankyou-popup h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 46px;
  margin-bottom: 10px;
}
#thankyou-popup h3 {
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#thankyou-popup h4 {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 45px;
}
#thankyou-popup a {
  text-transform: uppercase;
}
#thankyou-popup > a {
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/close.png);
  background-size: contain;
  background-position: center center;
  font-size: 0;
}
#thankyou-popup .popup-container {
  text-align: center;
  max-width: 480px;
  padding: 60px 30px 30px;
  margin: auto;
  clear: both;
}
#thankyou-popup p {
  color: #333;
  font-size: 14px;
  letter-spacing: -.5px;
  margin-bottom: 20px;
}
#thankyou-popup p a {
  color: #fff;
  padding: 10px 30px;
  background-color: #5c5c5c;
  font-size: 14px;
  letter-spacing: 3px;
}
#thankyou-popup p a:hover {
  background-color: #333;
  text-decoration: none;
}
.catalog-product-view .product-info-price {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 5px 0 30px;
}
.catalog-product-view .product-info-price .price-box {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.catalog-product-view .product-info-price .product-info-stock-sku {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 20px;
  padding-left: 10px;
}
.catalog-product-view .product-info-price .product-info-stock-sku .sku {
  color: #333;
  display: block;
}
.catalog-product-view .product-info-price .product-info-stock-sku .sku strong:after {
  content: ":";
  display: inline;
}
.catalog-product-view .product-info-price .product-info-stock-sku .stock {
  margin-right: 0;
}
.catalog-product-view .product-info-price .product-info-stock-sku .stock span {
  text-transform: none;
}
.catalog-product-view .product-info-price .product-info-stock-sku .stock span:before {
  content: "Availability: ";
  display: inline;
  font-weight: 400;
  margin-right: 5px;
}
.catalog-product-view .product-info-price .product-info-stock-sku .stock span.ampreorder-observed:before {
  display: none;
}
.catalog-product-view .product-info-price:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-product-view div.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .special-price .price-container {
  font-size: 1.2rem;
}
.catalog-product-view .product-info-main .price-box .weee {
  font-size: 1.2rem;
}
.catalog-product-view .product-info-main .price-box .price-wrapper span.price {
  font-size: 32px;
}
.catalog-product-view .amxnotif-block {
  margin-top: 30px;
}
.catalog-product-view .product-items .amquickview-hover {
  display: none !important;
}
.catalogsearch-result-index .product-items .amquickview-hover {
  display: none !important;
}
.catalogsearch-result-index .product-items .amquickview-hover a {
  color: #ededed !important;
}
.catalogsearch-result-index .product-items .amquickview-hover:hover a {
  color: #333 !important;
}
.catalogsearch-result-index .product-items .product-item .amquickview-hover {
  background: #333;
  width: 49%;
  right: auto;
  bottom: 60px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: none !important;
}
.catalogsearch-result-index .product-items .product-item .amquickview-hover:hover {
  background: #ededed;
}
.catalogsearch-result-index .product-items .product-item:hover .amquickview-hover {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 0;
  opacity: 1;
}
.catalogsearch-result-index .product-item a.tocompare {
  display: none !important;
}
.catalogsearch-result-index .product-item .actions-primary {
  display: none !important;
}
.catalogsearch-result-index .product-item .product-item-info .special-price:before {
  display: none;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  position: absolute;
  width: 100%;
  margin: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
  opacity: 0;
  z-index: 1;
}
.catalogsearch-result-index .products-grid .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.catalogsearch-result-index .products-grid .product-item-actions > a {
  height: 40px;
  background: #5c5c5c;
  color: #fff;
  padding: 3px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.catalogsearch-result-index .products-grid .product-item-actions .product {
  /* float: left; */
  padding: 0;
}
.catalogsearch-result-index .products-grid .product-items .action.towishlist {
  float: right;
}
.catalogsearch-result-index .products-grid .product-items .action.towishlist:before {
  display: none !important;
}
.catalogsearch-result-index .products-grid .product-items .action.towishlist span {
  color: #fff;
  position: relative !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .063rem;
  font-weight: 600;
  top: -6px;
}
.catalogsearch-result-index .products-grid .product-items .action.towishlist:hover {
  background: #333;
}
.catalogsearch-result-index .products-grid .product-items .action.towishlist:hover span {
  color: #fff;
}
.catalogsearch-result-index .products-grid .product-item-actions button {
  position: static !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .063rem;
  font-weight: 600;
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 36px;
  background: #5c5c5c;
  color: #ededed;
  font-weight: 400;
  display: block;
}
.catalogsearch-result-index .products-grid .product-item-actions button:hover {
  background: #333;
}
.catalogsearch-result-index .products-grid .product-item-actions a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .products-grid .product-item {
  padding-bottom: 45px;
  margin-left: 0 !important;
}
.catalogsearch-result-index .products-grid .product-item .product-image-base {
  overflow: visible;
  position: relative;
}
.catalogsearch-result-index .products-grid .product-item .product-item-details {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
.catalogsearch-result-index .products-grid .product-item:hover .product-item-actions {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}
.catalogsearch-result-index .products-grid .product-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.catalogsearch-result-index .products-grid .product-item.has-sale .product-item-info:before {
  content: "Sale";
  position: absolute;
  top: 10px;
  background: #333;
  z-index: 6;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 50%;
  right: 10px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.catalogsearch-result-index #search_autocomplete {
  display: none;
}
.catalogsearch-result-index.page-products .product-item-info {
  position: relative;
}
.catalog-category-view .product-item a.tocompare {
  display: none !important;
}
.catalog-category-view .product-item .actions-primary {
  display: none !important;
}
.catalog-category-view .product-items .product-item .amquickview-hover {
  background: #333;
  width: 49%;
  right: auto;
  bottom: 60px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: none !important;
}
.catalog-category-view .product-items .product-item .amquickview-hover:hover {
  background: #ededed;
}
.catalog-category-view .product-items .product-item:hover .amquickview-hover {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 0;
  opacity: 1;
}
.catalog-category-view .product-items .amquickview-hover a {
  color: #ededed !important;
}
.catalog-category-view .product-items .amquickview-hover:hover a {
  color: #333 !important;
}
.catalog-category-view .products-grid .product-item-actions {
  position: absolute;
  width: 100%;
  margin: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
  opacity: 0;
  z-index: 1;
}
.catalog-category-view .products-grid .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-category-view .products-grid .product-item-actions > a {
  height: 40px;
  background: #5c5c5c;
  padding: 3px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.catalog-category-view .products-grid .product-item-actions .product {
  float: left;
  padding: 0;
}
.catalog-category-view .products-grid .product-item-actions button.action.tocart {
  color: #333;
  position: static !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .063rem;
  font-weight: 600;
  /* width: 100%; */
  padding: 0;
  height: 40px;
  line-height: 36px;
  background: #5c5c5c;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  border: 0;
}
.catalog-category-view .products-grid .product-item-actions .control button.decreaseQty,
.catalog-category-view .products-grid .product-item-actions .control button.increaseQty .catalog-category-view .products-grid .product-item-actions .control .input-text.qty {
  background: transparent;
  border: 1px solid #5c5c5c;
  color: #5c5c5c;
}
.catalog-category-view .products-grid .product-item-actions .control {
  display: inline-block;
}
.catalog-category-view .products-grid .product-item-actions button:hover {
  color: #fff;
  background: #333;
}
.catalog-category-view .products-grid .product-item-actions a:hover {
  text-decoration: none;
}
.catalog-category-view .products-grid .product-item .product-image-base {
  overflow: visible;
  position: relative;
}
.page.messages {
  max-width: 1260px;
  margin: 0 auto;
}
.page.messages .message {
  color: #5c5c5c;
  background: #d7d7d7;
  color: #333;
}
.page.messages .message a {
  color: #000;
}
.wishlist-index-index .page.messages {
  padding: 0;
}
.cms-home .page.messages {
  max-width: 1500px;
  padding: 0;
}
.catalog-category-view.page-products .products-grid .product-item {
  margin-left: 0 !important;
}
.catalog-category-view.page-products .products-grid .product-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.catalog-category-view.page-products .products-grid .product-item .product-item-actions {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}
.catalog-category-view.page-products .products-grid .product-item.has-sale .product-item-info:before {
  content: "Sale";
  position: absolute;
  top: 10px;
  background: #333;
  z-index: 6;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 50%;
  right: 10px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.catalog-category-view.page-products .product-item .product-item-info .special-price:before {
  display: none;
}
body.has-overlay .panel.header:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  opacity: .5;
}
#wishlist-view-form .comment-box {
  display: none;
}
#wishlist-view-form .actions-toolbar button {
  background: #ededed;
  color: #333;
}
#wishlist-view-form .actions-toolbar button:hover {
  color: #fff;
  background: #5c5c5c;
}
.checkout-cart-index .cart-discount {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .cart-discount .block.discount .content {
  display: block !important;
}
.checkout-cart-index .cart-container .form-cart .action.clear {
  display: none;
}
.checkout-cart-index .cart.table-wrapper th td {
  border-bottom: 1px solid #333;
}
.checkout-cart-index .cart.table-wrapper .items > .item td {
  border-top: 1px solid #333;
}
.checkout-cart-index #amgiftcard-form label {
  display: none;
}
.checkout-cart-index .cart-summary .block.discount .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.checkout-cart-index .block.discount #amgiftcard-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.checkout-cart-index .block.discount #amgiftcard-form .action.primary {
  border: 1px solid #5c5c5c;
  background: #fff;
  color: #5c5c5c;
}
.checkout-cart-index .block.discount #amgiftcard-form .action.primary:hover {
  color: #fff;
  background: #5c5c5c;
}
.checkout-cart-index .block.discount .action.primary {
  font-size: 12px;
  padding: 8px 15px;
}
.checkout-cart-index .column.main .block.crosssell .title strong {
  font-weight: 500;
  position: relative;
  padding-left: 8px;
}
.checkout-cart-index .column.main .block.crosssell .title strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: #fff;
}
body.checkout-cart-index .page-main {
  padding-top: 245px;
}
body.checkout-cart-index .cart-container .form-cart .action.update {
  border: 1px solid #5c5c5c;
  background: #fff;
  color: #5c5c5c;
  font-size: 12px;
  padding: 8px 15px;
}
body.checkout-cart-index .cart-container .form-cart .action.update:hover {
  color: #fff;
  background: #5c5c5c;
}
body.checkout-cart-index .cart-container .form-cart .action.continue {
  background: 0 0;
  color: #5c5c5c;
  position: relative;
  width: auto !important;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  padding-top: 5px;
}
body.checkout-cart-index .cart-container .form-cart .action.continue:hover {
  background: 0 0;
  text-decoration: underline;
}
body.checkout-cart-index .cart-container .form-cart .action.continue:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  width: 9px;
  height: 14px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/arrowleft.png);
  background-size: contain;
}
body.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  font-size: 12px;
  padding: 8px 15px;
}
body.checkout-cart-index .form-cart .table thead th {
  border: 0;
}
body.checkout-cart-index .cart-summary {
  background: #f1f1f1;
}
body.checkout-cart-index .cart.table-wrapper .col.qty a {
  border-bottom: 0;
}
body.checkout-cart-index .price-including-tax .price {
  font-size: 16px;
  font-weight: 400;
}
.cart-summary .block > .title {
  border-color: #333;
}
.paypal-review-discount .block > .title {
  border-color: #333;
}
.cart-totals {
  border-color: #333;
}
.products-grid .product-item:hover span.image-hover {
  display: none;
}
.cms-work-with-us .container.banner-page {
  max-width: 1200px !important;
}
.container.banner-page.cms-work-with-us + h1.text-center {
  margin-top: 100px;
}
.cms-awards h1 {
  margin-bottom: 60px;
}
.cms-sustainabilty h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
body.cms-work-with-us .banner-page h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 50px;
  letter-spacing: 2px;
}
.subtitle.empty.minicart-wrapper + .actions .primary button {
  pointer-events: none;
}
.message.error > *:first-child:before {
  color: #5c5c5c;
}
.product-item {
  font-size: 1rem;
  vertical-align: top;
}
.product-item .price-box .price {
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}
.account #maincontent .product-item-info .product-item-inner .product-item-actions a {
  font-size: 14px;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
  font-size: 14px;
  letter-spacing: 1.5px;
}
.fieldset > .field:not(.choice).qty > .control {
  width: auto;
}
header .panel.header .switcher {
  font-size: 15px;
}
header .panel.header .action svg {
  width: 16px;
  height: 18px;
}
.panel.header .action.boxed {
  border: 1px solid #ccc;
  padding: 0 7px 4px;
  margin-right: -8px;
  margin-top: -1px;
}
.panel.header .action.boxed:after {
  position: absolute;
  content: "";
  display: block;
  left: 1px;
  right: -7px;
  bottom: 0;
  height: 1px;
  background: #fff;
}
header.page-header .switcher .options.active {
  padding-left: 15px;
  margin-left: -16px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
header.page-header .switcher .options ul.dropdown a {
  font-size: 14px;
}
header.page-header .switcher .options .action.toggle:after {
  margin-top: 0;
}
header.page-header .switcher .options .action.toggle.active:after {
  margin-top: 1px;
}
body.checkout-index-index .opc-wrapper .form-login .fieldset .note {
  font-size: 16px;
}
.cms-no-route .page-main .product-item-name > a {
  text-decoration: none;
}
.cms-no-route .page-main .product-item-name > a:hover {
  text-decoration: underline;
}
.cms-no-route .block.widget .products-grid .product-item {
  width: 25%;
  padding: 0 15px;
}
.cms-no-route .widget .block-title > strong {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-faq .mgs-accordion .accordion-content div[class*=col-]:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .top-panel + .page-wrapper .page-header.fixed {
    padding-bottom: 0;
  }
  .cms-faq header.page-header .search-wrapper {
    margin-right: 0;
  }
  .cms-faq .frame {
    max-width: 1260px;
    padding: 0 30px;
  }
  .cms-contact-us .form.contact button.submit {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .checkout-cart-index .cart-container:after {
    clear: none;
  }
  .checkout-cart-index .cart-discount {
    width: 68%;
    float: left;
    padding-top: 40px;
    max-width: 857px;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .cms-faq .panel-block-row.back-top > div {
    margin-right: -80px;
  }
}
@media (max-width: 991px) {
  .cms-faq .mgs-accordion .accordion-content div[class*=col-] {
    margin-bottom: 1.25rem;
  }
  .cms-charity .tablet {
    display: none;
  }
  .cms-charity .middle-line {
    margin-bottom: 28px;
  }
  .middle-line.cms-charity + .container-1440 img {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-the-perfect-cup .brewing-guide {
    margin-top: -70px;
  }
  .cms-the-perfect-cup .brewing-guide table {
    margin-bottom: 60px;
  }
  .cms-the-perfect-cup .brewing-guide h4 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index .products-grid .product-item .product-item-details {
    padding-bottom: 20px;
  }
  .catalog-category-view .product-item .price-box,
  .catalogsearch-result-index .product-item .price-box {
    margin-bottom: 0;
  }
  .cms-faq .frame {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-faq .mgs-accordion .accordion-title {
    letter-spacing: .125rem;
    padding: 1.25rem 0;
  }
  .cms-faq .mgs-accordion .accordion-title:first-child {
    margin-top: 40px;
  }
  .cms-faq .mgs-accordion .accordion-content {
    padding: 1.25rem 0 2.5rem;
  }
  .catalog-product-view .product-info-price {
    margin-top: 25px;
  }
  .catalog-product-view .product-info-price .price-box {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .catalog-product-view .product-info-price .product-info-stock-sku {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .catalog-product-view .product-info-price .product-info-stock-sku .stock {
    margin-top: 10px;
  }
  .catalog-category-view .product-items .product-item .amquickview-hover {
    width: 100%;
  }
  .catalog-category-view .products-grid .product-item-actions > a {
    float: none;
    width: 100%;
  }
  .catalogsearch-result-index .product-items .product-item .amquickview-hover {
    width: 100%;
  }
  .catalogsearch-result-index .products-grid .product-item {
    padding-bottom: 85px;
  }
  .catalogsearch-result-index .products-grid .product-item:hover .product-items .action.towishlist {
    margin-top: 5px;
  }
  .catalogsearch-result-index .products-grid .product-item .product-item-actions {
    width: 100%;
  }
  .catalogsearch-result-index .products-grid .product-item-actions > a {
    float: none;
    width: 100%;
  }
  .catalog-category-view.page-products .products-grid .product-item .product-item-actions {
    width: 100%;
  }
  .catalog-category-view.page-products .products-grid .product-item:hover .product-items .action.towishlist {
    margin-top: 5px;
  }
  body.checkout-cart-index .page-main {
    padding-top: 124px;
  }
  .checkout-cart-index .cart-empty {
    padding-bottom: 50px;
  }
  body.checkout-cart-index .cart.table-wrapper .actions .actions-toolbar {
    width: 100%;
    text-align: right;
  }
  .products-grid.wishlist {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-photo {
    float: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: none;
  }
  .products-grid.wishlist .product-image-photo {
    position: static;
  }
  .products-grid.wishlist .product-image-wrapper {
    height: auto;
    padding-bottom: 0 !important;
  }
  .products-grid.wishlist .product-item-name {
    margin-left: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item-description {
    margin-left: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item-actions .actions-primary {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-left: auto;
    margin-right: auto !important;
    display: block;
  }
  .account #maincontent .products-grid.wishlist a.product-item-photo {
    margin: 0;
  }
  .account #maincontent .products-grid.wishlist .action.edit {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    margin-right: 0;
  }
  .account #maincontent .products-grid.wishlist .product-item-actions .action.delete {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0;
    margin: auto;
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper .items > .item td {
    border-top: 0;
  }
  .checkout-cart-index .cart-discount {
    margin-top: 40px;
    text-align: center;
  }
  .checkout-cart-index .block.discount .action.primary {
    display: block;
    margin-bottom: 20px;
  }
  .checkout-cart-index .block.discount #amgiftcard-form .action.primary {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    letter-spacing: 0;
  }
  .container.banner-page.cms-work-with-us + h1.text-center {
    margin-top: 58px;
  }
  .cms-work-with-us .main .line > .panel-block-row > div {
    margin-bottom: 40px !important;
  }
  .bottom .to-top {
    text-align: center !important;
  }
  .cms-page-view .h1 {
    font-size: 30px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-page-view h1 {
    font-size: 30px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-page-view h4 {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
  .cms-our-story .main > .container {
    margin-bottom: 0;
  }
  .cms-our-story .main > .container h1 {
    margin-top: 0 !important;
  }
  body.cms-chitra-collection .container {
    margin-bottom: 0;
  }
  .cms-chitra-collection .main > .container-1200:nth-of-type(5) .line > .panel-block-row > div {
    padding-bottom: 40px !important;
  }
  .cms-chitra-collection .main > .container-1200:nth-of-type(5) .line > .panel-block-row > div img {
    margin-top: 35px;
  }
  .cms-chitra-collection .gap50 {
    height: 15px;
  }
  .cms-the-perfect-cup .brewing-guide {
    margin-top: 50px;
    padding-top: 60px;
  }
  .cms-the-perfect-cup .brewing-guide table {
    margin-bottom: 40px;
  }
  .cms-the-perfect-cup .brewing-guide h4 {
    margin-bottom: 40px;
    font-size: 18px !important;
  }
  body.cms-work-with-us .banner-page h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .main.container-1200.cms-charity + .container {
    margin-bottom: 0;
  }
  .cms-charity .mobile {
    display: none;
  }
  .cms-charity .middle-line {
    margin-bottom: 10px;
    margin-top: -18px;
  }
  html[lang="ru"] body.cms-charity h1 {
    font-size: 19px !important;
    font-weight: bold;
  }
  .container-1440 .line > div > div a.button {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-bottom: 35px;
  }
  .cms-sustainabilty h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog-post-list .page-main {
    padding-top: 139px;
  }
}
@media (max-width: 576px) {
  .cms-faq .mgs-accordion .accordion-title {
    font-size: 1.4375rem;
    letter-spacing: .0625rem;
  }
}
@media (max-width: 480px) {
  .cms-contact-us .form.contact .col {
    width: 100% !important;
    float: none !important;
  }
  .container-1440 .line > div > div a.button {
    padding: 14px 30px;
  }
  .cms-our-story hr {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 568px) {
  .catalog-category-view.page-products .products-grid .product-item:nth-of-type(3n+1) {
    clear: both;
  }
  .catalog-category-view.page-products .products-grid .product-item:nth-child(3n+1) {
    clear: both;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-of-type(3n+1) {
    clear: both;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 639px) {
  .catalog-category-view .products-grid .product-item-actions {
    display: block;
  }
  .catalogsearch-result-index .products-grid .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item {
    border: 0 !important;
    border-bottom: 0;
  }
}
@media (min-width: 1261px) {
  .checkout-cart-index .cart-discount {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-630px);
    -ms-transform: translateX(-630px);
    transform: translateX(-630px);
  }
}
@media (min-width: 1240px) {
  .cms-charity .banner-image .line .line > div > div {
    height: 488px;
    overflow: hidden;
    position: relative;
  }
  .cms-charity .banner-image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-the-perfect-cup .promobanner {
    height: 488px;
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: auto;
  }
  .cms-the-perfect-cup .promobanner img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-our-story .main .container-1200:nth-of-type(2) .line .line > div:first-child > div {
    height: 488px;
    overflow: hidden;
    position: relative;
  }
  .cms-our-story .main .container-1200:nth-of-type(2) .line .line > div:first-child img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-chitra-collection .main .container-1200:nth-of-type(2) .line .line > div:first-child > div {
    height: 488px;
    overflow: hidden;
    position: relative;
  }
  .cms-chitra-collection .main .container-1200:nth-of-type(2) .line .line > div:first-child img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-work-with-us .banner-page {
    height: 488px;
    overflow: hidden;
    position: relative;
  }
  .cms-work-with-us .banner-page img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-page-view .banner-page {
    height: 488px;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view .banner-page img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.cms-work-with-us .container.banner-page {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important;
    width: 1200px;
  }
}
@media (max-width: 1365px) {
  .cms-charity .image-position-2 {
    margin-top: 0;
  }
}
@media (max-width: 1260px) {
  .cms-charity .image-position-2 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .cms-charity .button {
    margin-left: 0;
  }
}
@media (max-width: 567px) {
  .catalog-category-view.page-products .products-grid .product-item:nth-child(2n+1) {
    clear: both;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .blog-post-view .blog-next-prev .button {
    float: none;
    display: block;
    width: 200px;
    margin: auto;
  }
  .blog-post-view .blog-next-prev .next-button {
    float: none;
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 20px;
  }
}
/*Test Codes

// div.product.actions.product-item-actions {
//   form {
//     display: flex;
//     gap: 10px;
//     padding: 10px;
//   }
// }
// .catalog-category-view .products-grid .product-item-actions > a {
//   background: none;
// }
// .catalog-category-view .products-grid .product-item-actions .control {
//   display: flex;
//   width: 50%;
//   background: #FFF;
//   flex-direction: row;
//   width: 100%;
//   &>*{
//     width: 33%;
//     height: -webkit-fill-available;
//     background: transparent;
//     border: solid 1px black;
//     padding: 0;
//     margin: 0;
//     text-align: center;
//   }
//   input.input-text.qty {
//     width: 33%;
//     height: -webkit-fill-available;
//     background: transparent;
//     border: solid 1px black;
//     padding: 0;
//     margin: 0;
//     text-align: center;
//     border-right: none;
//     border-left: none;
//   }
// }

// .catalog-category-view .products-grid .product-item-actions button.action.tocart {
//   padding: 0px 2rem;
//   min-height: 35px;
//   width: 100%;

// }  */
div.product.actions.product-item-actions form {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  height: 30px;
  z-index: 10;
}
.catalog-category-view.page-products .products-grid .product-item .product-item-actions,
.catalogsearch-result-index .products-grid .product-item .product-item-actions {
  background: #FFF;
  padding: 11px 8px;
  display: flex;
  justify-content: space-between;
}
.catalog-category-view .products-grid .product-item-actions > a,
.products-grid .product-item-actions > a,
.catalogsearch-result-index .products-grid .product-item-actions > a {
  background: none;
}
.catalog-category-view .products-grid .product-item-actions .control,
.products-grid .product-item-actions .control,
.catalogsearch-result-index .products-grid .product-item-actions .control {
  display: flex;
  background: #FFF;
  flex-direction: row;
  height: inherit;
  justify-content: stretch;
}
.catalog-category-view .products-grid .product-item-actions .control button.decreaseQty,
.products-grid .product-item-actions .control button.decreaseQty,
.catalogsearch-result-index .products-grid .product-item-actions .control button.decreaseQty {
  font-size: 10px;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: O;
  width: 30px;
  padding: 0;
  height: inherit;
  color: #333333;
  line-height: inherit;
}
.catalog-category-view .products-grid .product-item-actions .control button.increaseQty,
.products-grid .product-item-actions .control button.increaseQty,
.catalogsearch-result-index .products-grid .product-item-actions .control button.increaseQty {
  font-size: 10px;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: O;
  width: 30px;
  padding: 0;
  height: inherit;
  color: #333333;
  line-height: inherit;
}
.catalog-category-view .products-grid .product-item-actions .control input.input-text.qty,
.products-grid .product-item-actions .control input.input-text.qty,
.catalogsearch-result-index .product-item-actions .control input.input-text.qty {
  font-size: 10px;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: O;
  width: 30px;
  padding: 0;
  height: inherit;
  border-left: none;
  border-right: none;
  text-align: center;
}
.catalog-category-view .products-grid .product-item-actions button.action.tocart,
.products-grid .product-item-actions button.action.tocart,
.catalogsearch-result-index .products-grid .product-item-actions button.action.tocart {
  height: inherit;
  line-height: inherit;
  font-size: 10px;
  padding: 0 1rem;
  flex-grow: 2;
}
button.action.tocart.primary p.mobile-visible {
  display: none;
}
@media (max-width: 875px) {
  /*  button.action.tocart.primary span {
    display: none;
  }*/
  button.action.tocart.primary.findout span {
    display: block;
  }
  /* button.action.tocart.primary::after {
    content: 'Add'; 
  } */
  div.product.actions.product-item-actions form {
    scale: .9;
  }
  button.action.tocart.primary p.mobile-visible {
    display: block;
  }
  /* button.action.tocart.primary p.mobile-visible svg {
    width: 15px;
    height: 15px;
    color: #fff;
  } */
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .products-grid .product-item:hover .product-item-actions,
  .catalogsearch-result-index .products-grid .product-item:hover .product-item-actions {
    padding: 3px 6px;
  }
  div.product.actions.product-item-actions form {
    gap: 5px;
    height: 23px;
  }
  .catalog-category-view .products-grid .product-item-actions .control button.decreaseQty,
  .catalogsearch-result-index .products-grid .product-item-actions .control button.decreaseQty,
  .products-grid .product-item-actions .control .control button.decreaseQty,
  .catalog-category-view .products-grid .product-item-actions .control input.input-text.qty,
  .catalogsearch-result-index .products-grid .product-item-actions .control input.input-text.qty,
  .products-grid .product-item-actions .control input.input-text.qty,
  .catalog-category-view .products-grid .product-item-actions .control button.increaseQty,
  .catalogsearch-result-index .products-grid .product-item-actions .control button.increaseQty,
  .products-grid .product-item-actions .control button.increaseQty {
    font-size: 8px;
    width: 23px;
  }
  .catalog-category-view .products-grid .product-item-actions > a,
  .catalogsearch-result-index .products-grid .product-item-actions > a {
    height: auto;
  }
  .products-grid .product-item-actions button.action.tocart {
    font-size: 8px;
  }
}
.catalog-product-view .product-info-stock-sku strong {
  font-family: 'BrandonText-Bold';
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .delivery-details-modal {
    left: 12%;
    max-width: 100%;
    /* Ensure it doesn't overflow on small screens */
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .delivery-details-modal {
    left: 65%;
    max-width: 100%;
    /* Ensure it doesn't overflow on small screens */
  }
}
@-webkit-keyframes animate {
  0% {
    height: 0;
  }
  10% {
    height: 25px;
  }
  25% {
    height: 50px;
  }
  50% {
    height: 100px;
  }
  70% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
@-moz-keyframes animate {
  0% {
    height: 0;
  }
  10% {
    height: 25px;
  }
  25% {
    height: 50px;
  }
  50% {
    height: 100px;
  }
  70% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
@-ms-keyframes animate {
  0% {
    height: 0;
  }
  10% {
    height: 25px;
  }
  25% {
    height: 50px;
  }
  50% {
    height: 100px;
  }
  70% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
@-o-keyframes animate {
  0% {
    height: 0;
  }
  10% {
    height: 25px;
  }
  25% {
    height: 50px;
  }
  50% {
    height: 100px;
  }
  70% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
@keyframes animate {
  0% {
    height: 0;
  }
  10% {
    height: 25px;
  }
  25% {
    height: 50px;
  }
  50% {
    height: 100px;
  }
  70% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
.animate-frames 0% {
  height: 0;
}
.animate-frames 10% {
  height: 25px;
}
.animate-frames 25% {
  height: 50px;
}
.animate-frames 50% {
  height: 100px;
}
.animate-frames 70% {
  height: 150px;
}
.animate-frames 100% {
  height: 200px;
}
@-webkit-keyframes animatess {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes animatess {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes animatess {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes animatess {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animatess {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.animatess-frames 0% {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animatess-frames 25% {
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
.animatess-frames 50% {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.animatess-frames 100% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes animatessSlide {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  25% {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes animatessSlide {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  25% {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-ms-keyframes animatessSlide {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  25% {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes animatessSlide {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  25% {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes animatessSlide {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  25% {
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.animatessSlide-frames 0% {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.animatessSlide-frames 25% {
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  transform: translateX(-75%);
}
.animatessSlide-frames 50% {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.animatessSlide-frames 75% {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  transform: translateX(-25%);
}
.animatessSlide-frames 100% {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
@-webkit-keyframes animatessSlides {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
  }
  25% {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
  50% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  75% {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes animatessSlides {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
  }
  25% {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
  50% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  75% {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-ms-keyframes animatessSlides {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
  }
  25% {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
  50% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  75% {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes animatessSlides {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
  }
  25% {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
  50% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  75% {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animatessSlides {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
  }
  25% {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
  50% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  75% {
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.animatessSlides-frames 0% {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  height: 100%;
}
.animatessSlides-frames 25% {
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
}
.animatessSlides-frames 50% {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.animatessSlides-frames 75% {
  -webkit-transform: translateX(75%);
  -ms-transform: translateX(75%);
  -o-transform: translateX(75%);
  transform: translateX(75%);
}
.animatessSlides-frames 100% {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.account .account-nav .account-nav-content ul.nav.items {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.account .account-nav .item .delimiter {
  display: none;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account .column.main .block:not(.widget) .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
.account .column.main .toolbar .limiter-options {
  padding: 5px;
}
.account tr {
  display: flex;
  display: -webkit-flex;
}
.account tr td {
  padding: .75rem 0;
}
.account .block.block-compare {
  display: none;
}
.account .sidebar.sidebar-additional {
  display: none;
}
.account .page-title-wrapper h1.page-title {
  display: block;
  margin: 0;
  font-size: 36px;
  line-height: 36px;
  margin: 98px 0 76px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.account .fieldset > .field:not(.choice) > .label {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left;
}
.account .fieldset .legend {
  margin-left: 0;
}
.account .fieldset > .field.choice:before {
  display: none;
}
.account .fieldset > .fields > .field.choice .label {
  margin-left: 30px;
}
.account #maincontent .column.main .block:not(.widget) .block-title > .action {
  font-size: 14px;
}
.account #maincontent .multicheckout .block-title > .action {
  font-size: 14px;
}
.account #maincontent .paypal-review .block .block-title > .action {
  font-size: 14px;
}
.account #maincontent .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action {
  font-size: 14px;
}
.account #maincontent [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action {
  font-size: 14px;
}
.account #maincontent .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  font-size: 14px;
}
.account #maincontent .action.edit {
  font-size: 14px;
}
.account #maincontent a {
  color: #333;
  text-decoration: none;
}
.account #maincontent a:visited {
  color: #333;
  text-decoration: none;
}
.account #maincontent a:hover {
  text-decoration: underline;
}
.account #maincontent .alink:visited {
  color: #333;
  text-decoration: none;
}
.account #maincontent .account-nav .item a:hover {
  background: transparent;
  text-decoration: underline;
}
.account .table-wrapper .action.view {
  margin-right: 0;
}
.account .table-wrapper .action.view:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  vertical-align: -1px;
}
.account .table thead th {
  padding: .75rem 0;
}
.account .table:not(.cart):not(.totals) tfoot .mark + td {
  width: 22%;
  background: #fcf8e3;
}
.account .table:not(.cart):not(.totals) tfoot .mark {
  width: 78%;
  text-align: left;
  padding-left: 0;
}
.account .price-excluding-tax {
  font-size: 16px;
}
.account .form-address-edit .actions-toolbar .action.primary {
  font-size: 0.75rem;
  letter-spacing: 3px;
  padding: .375rem 1.813rem;
}
.account tfoot tr.shipping {
  border-bottom: 1px solid #d1d1d1;
}
.account main#maincontent {
  max-width: 1260px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.abs-account-blocks .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-compare .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-giftregistry-results .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-giftregistry-shared-items .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-wishlist-search-results .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-reorder .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.widget .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.block-wishlist .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.multicheckout .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.multicheckout .box-title > span {
  font-size: 16px;
}
.paypal-review .block .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.paypal-review .block .box-title > span {
  font-size: 16px;
}
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
.account.customer-account-edit .field.choice {
  float: left;
  min-width: 200px;
}
.account.customer-account-edit .field.choice:before {
  display: none;
}
.account.customer-account-edit fieldset.fieldset.info {
  margin-bottom: 0;
}
.account.customer-account-edit input[type="checkbox"]:after {
  right: -16px;
}
.account.newsletter-manage-index .field.choice:before {
  display: none;
}
.account.customer-address-form .fieldset > .field:not(.choice) > .control {
  float: right;
  width: 100%;
}
.account.customer-address-form input[type="checkbox"]:after {
  right: -16px;
}
.account.sales-order-view ul.order-links.items {
  display: none;
}
.account-nav .item a {
  border: none;
  margin: 5px 18px 5px 15px;
  padding: 0;
}
.account-nav .item a:hover {
  text-decoration: underline;
}
.account-nav .item > strong {
  border: none;
  margin: 5px 18px 5px 15px;
  padding: 0;
}
.account-nav .item > strong:hover {
  text-decoration: underline;
}
.account-nav .item.current a {
  text-decoration: underline;
  font-weight: 400;
}
.account-nav .item.current strong {
  text-decoration: underline;
  font-weight: 400;
}
.fieldset > .field.no-label:before {
  display: none;
}
.sub-title-arcodion {
  width: 40%;
  float: left;
}
.sub-title-arcodion .list-title {
  cursor: pointer;
  color: #494949;
  font-size: 24px;
  position: relative;
  font-family: ArcherPro-Medium;
  font-weight: normal;
  margin-bottom: 15px;
}
.sub-title-arcodion .list-title a {
  color: #494949;
}
.sub-title-arcodion .list-title:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 200px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.sub-title-arcodion .list-title.active {
  font-weight: bold;
}
.content-arcodion {
  width: 60%;
  float: left;
  height: 505px;
  position: relative;
  overflow-x: hidden;
  margin-top: -80px;
}
.banner-page {
  padding-left: 30px;
  padding-right: 30px;
}
.container-page-work {
  padding-left: 30px;
  padding-right: 30px;
}
.container-page-work hr {
  height: 1px;
  width: 136px;
  color: #6f6f6f;
  background: #6f6f6f;
  display: inline-block;
  margin: 30px 0;
}
.sub-content-arcodion.active {
  position: absolute;
  left: 0;
  height: auto;
  opacity: 1;
  animation: animatessSlide 0.4s steps(10, end);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.sub-content-arcodion {
  position: absolute;
  overflow: hidden;
  animation: animatessSlides 0.4s steps(10, end);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.sub-content-arcodion a {
  cursor: pointer;
  border-left: none;
  font: .75rem BrandonText;
  color: #fff;
  background-color: #5c5c5c;
  text-transform: uppercase;
  display: inline-block;
  height: 52px;
  line-height: 15px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-size: 16px;
  padding: 20px 50px;
  text-align: center;
  margin-top: 0;
}
.sub-content-arcodion a:hover {
  background: #333;
  text-decoration: none;
}
.sub-content-arcodion p {
  font-size: 16px;
  margin-bottom: 35px;
  font-family: BrandonText;
}
.locator-index-index .search-form-locator #search_by_area > div.d-flex button {
  font-size: 16px;
  letter-spacing: 3px;
}
.locator-index-index .search-form-locator #search_by_area > div.d-flex button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.title-arcodion h4 {
  font-weight: 400;
  letter-spacing: 1px;
  color: #494949;
  font-family: ArcherPro-Medium;
  display: block;
  font-size: 32px;
}
.cms-work-with-us .banner-page h1 {
  letter-spacing: 3px;
  margin-bottom: 2.5rem;
  font-size: 30px;
  margin-bottom: 76px;
  margin-top: 45px;
}
.cms-work-with-us .container.banner-page {
  padding-left: 30px;
  padding-right: 30px;
}
.cms-work-with-us .page-main {
  padding-top: 174px !important;
}
.cms-work-with-us .page-header + div.breadcrumbs {
  display: none;
}
.cms-work-with-us .page-footer {
  margin-top: -28px;
}
@media screen and (min-width: 992px) {
  .account.page-layout-2columns-left .sidebar-main {
    display: block !important;
  }
}
@media screen and (max-width: 1450px) {
  .cms-work-with-us .container.banner-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-work-with-us .frame {
    max-width: 100%;
  }
  .cms-work-with-us .container.banner-page {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content-arcodion {
    margin-top: -40px;
    height: 342px;
  }
  .account .page-main .sidebar.sidebar-main {
    width: 100% !important;
    float: none;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    display: none;
    position: absolute;
    top: 50px;
    padding-right: 0;
    z-index: 2;
  }
  .account .page-main > div.columns {
    position: relative;
  }
  .account .page-title-wrapper h1.page-title {
    display: block;
    margin: 0;
    position: relative;
    border-bottom: 1px solid;
    padding: 5px 0;
    font-size: 32px;
    line-height: 32px;
    margin: 30px 0;
    text-align: left;
    cursor: pointer;
  }
  .account .page-title-wrapper h1.page-title:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 4px;
    font-weight: 100;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    top: 10px;
  }
  .account .page-title-wrapper h1.page-title span {
    line-height: auto;
  }
  .account .columns .sidebar a {
    font-size: 32px;
    line-height: 32px;
  }
  .account .columns .sidebar strong {
    font-size: 32px;
    line-height: 32px;
  }
  .account.page-layout-2columns-left .column.main {
    width: 100% !important;
    float: none;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  .account main#maincontent {
    padding-top: 300px;
  }
  .account.customer-account-index .page-main > div.columns {
    display: flex;
  }
  .cms-work-with-us .banner-page h1 {
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .cms-work-with-us .page-footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-title-arcodion .list-title:after {
    left: 165px;
  }
  .sub-content-arcodion {
    top: 0;
  }
  .sub-content-arcodion a {
    padding: 18px 30px;
  }
  .cms-work-with-us .page-footer {
    margin-top: 0;
  }
  .cms-work-with-us .page-main {
    padding-top: 126px !important;
  }
  .cms-work-with-us .container.banner-page {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-work-with-us .frame {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-work-with-us .banner-page h1 {
    margin-bottom: 40px;
  }
  .cms-work-with-us .columns .column.main {
    padding-bottom: 0;
  }
  .account main#maincontent {
    padding-top: 104px;
  }
  .account .columns .sidebar a {
    font-size: 26px;
    line-height: 26px;
  }
  .account .columns .sidebar strong {
    font-size: 26px;
    line-height: 26px;
  }
  .account .page-title-wrapper h1.page-title {
    font-size: 26px;
  }
  .account.customer-address-form .fieldset > .field:not(.choice) > .control {
    float: none;
  }
  .banner-page {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container-page-work {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 726px) {
  .content-arcodion {
    height: 380px;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    text-align: left;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  .content-arcodion {
    width: 100%;
    margin-top: 0px;
    height: 320px;
  }
  .sub-title-arcodion {
    width: 200px;
    float: left;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 30px;
  }
  .sub-title-arcodion .list-title:after {
    margin-left: 25px;
  }
  .title-arcodion h4 {
    text-align: center;
  }
  .container-page-work hr {
    display: block;
    margin: 30px auto;
  }
  .sub-content-arcodion a {
    display: block;
    margin: auto;
  }
  .cms-work-with-us .content-arcodion {
    overflow: hidden;
  }
}
@media screen and (max-width: 454px) {
  .cms-work-with-us .content-arcodion {
    height: 355px;
  }
}
@media screen and (max-width: 425px) {
  .cms-work-with-us .content-arcodion {
    min-height: 380px;
    min-height: 420px;
  }
  .account.customer-account-index .column.main .block:not(.widget) .block-title > .action {
    display: block;
    margin-left: 0;
  }
  .account .fieldset > .fields > .field.choice .label {
    margin-left: 15px;
  }
  .account .columns .sidebar a {
    font-size: 22px;
  }
  .account .columns .sidebar strong {
    font-size: 22px;
  }
  .account .page-title-wrapper h1.page-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .container-page-work {
    max-width: 100%;
  }
  .sub-title-arcodion .list-title:after {
    left: 234px;
  }
  .cms-work-with-us .banner-page h1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sub-title-arcodion {
    width: 250px;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 30px;
  }
  .content-arcodion {
    width: 100%;
    margin-top: 0px;
  }
  .container-page-work hr {
    display: block;
    margin: 30px auto;
  }
  .cms-work-with-us .banner-page h1 {
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .title-arcodion h4 {
    text-align: center;
  }
}
.footer-bottom {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-bottom .row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.footer-bottom .row > div {
  margin-bottom: 40px;
}
.footer-bottom h3 {
  font-family: 'BrandonText-Medium';
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  letter-spacing: .063rem;
  margin-bottom: 28px;
}
.footer-bottom li {
  padding: 2px 0;
}
.footer-bottom li a {
  font-size: 14px;
  color: #333;
  letter-spacing: .03125rem;
}
.footer .payment-icon {
  text-align: center;
  background-color: #f1f1f1;
}
.footer .payment-icon img {
  max-width: 120px;
}
.footer .container-section {
  border-bottom: 1px solid #ccc;
}
.footer .copyright {
  margin: 0 auto;
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 40px;
}
.footer .copyright span {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
  display: block;
  font-size: 14px;
}
.footer-social {
  display: block;
  float: right;
  margin-bottom: 40px;
  margin-top: 14px;
}
.footer-social a {
  font-size: 0;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .15s;
}
.footer-social a:hover {
  opacity: .7;
}
.footer-social .twitter a {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/twitter.png);
}
.footer-social .facebook a {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/facebook.png);
}
.footer-social .instagram a {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/instagram.png);
}
.footer-social .linkedin a {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/linkedin.png);
}
.footer-social span {
  display: block;
  padding: 0 6px;
  float: left;
}
.footer-social .social-menu:after {
  content: "";
  display: table;
  clear: both;
}
.footer-top {
  background-color: #d7d7d7;
  padding-top: 34px;
}
.footer-top .container-section {
  padding: 0 30px;
}
.footer-top .container-section:after {
  content: "";
  display: table;
  clear: both;
}
div.footer.content {
  margin-top: 0;
  padding: 0;
}
div.footer.content .block {
  float: left;
}
.page-footer .switcher {
  margin-right: 0;
  position: relative;
  top: 12px;
  left: 120px;
}
.footer-social {
  margin-top: -10px;
}
div.block.newsletter {
  width: 43%;
}
div.block.newsletter .action.subscribe {
  background-color: #333;
  border-radius: 0;
  color: #fff;
  font-size: 9px;
  width: 90px;
  padding: 4px;
  text-transform: uppercase;
  transition: color .15s;
}
div.block.newsletter .action.subscribe:hover {
  background-color: #5c5c5c;
}
div.block.newsletter .field .control:before {
  display: none;
}
div.block.newsletter .field .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
  font-family: BrandonText-Medium;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  letter-spacing: .063rem;
  top: 8px;
  left: 0;
  vertical-align: bottom;
  margin-top: 10px;
}
div.block.newsletter .form.subscribe {
  display: block;
  position: relative;
}
div.block.newsletter .actions {
  padding-bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  right: -88px;
  top: 7px;
}
div.block.newsletter input {
  color: #333;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 0 15px;
  background-color: transparent !important;
}
div.block.newsletter input:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}
footer div.block.newsletter .field .control {
  position: relative;
  display: inline-block;
  width: 66%;
  float: right;
}
.cms-discounts-offers .column.main div.block.newsletter .field .control {
  float: none;
  width: 100%;
}
.cms-discounts-offers .column.main div.block.newsletter .field .label {
  display: none;
}
.cms-discounts-offers .column.main div.block.newsletter .form.subscribe {
  width: auto;
  display: inline-block;
  min-width: 350px;
}
#table_format.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
#table_format.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
#table_format.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
#table_format.table thead th {
  background-color: #5c5c5c;
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .063rem;
}
#table_format.table .table {
  background-color: #fff;
}
tbody#table_format.table + tbody {
  border-top: 2px solid #ededed;
}
#table_format.table-sm th {
  padding: .3rem;
}
#table_format.table-sm td {
  padding: .3rem;
}
#table_format.table-bordered {
  border: 1px solid #ededed;
}
#table_format.table-bordered th {
  border: 1px solid #ededed;
}
#table_format.table-bordered td {
  border: 1px solid #ededed;
}
#table_format.table-bordered thead th {
  border-bottom-width: 2px;
}
#table_format.table-bordered thead td {
  border-bottom-width: 2px;
}
#table_format.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#table_format.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
#table_format.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
#table_format.table-success {
  background-color: #dff0d8;
}
#table_format.table-success > th {
  background-color: #dff0d8;
}
#table_format.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover > td {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.table-info {
  background-color: #d9edf7;
}
.table-info > th {
  background-color: #d9edf7;
}
.table-info > td {
  background-color: #d9edf7;
}
.table-warning {
  background-color: #fcf8e3;
}
.table-warning > th {
  background-color: #fcf8e3;
}
.table-warning > td {
  background-color: #fcf8e3;
}
.table-danger {
  background-color: #f2dede;
}
.table-danger > th {
  background-color: #f2dede;
}
.table-danger > td {
  background-color: #f2dede;
}
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th {
  border-color: #fff;
}
.table-inverse td {
  border-color: #fff;
}
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
#filterText {
  width: auto;
  margin-bottom: 10px;
  padding-right: 15px;
}
.checkout-index-index .page-main {
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-index-index .opc-wrapper {
  margin-top: 118px;
}
.checkout-index-index .opc-wrapper .form-login {
  max-width: 687px;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note {
  font-weight: 700;
  font-size: 12px;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 687px;
  /* margin-top: 36px; */
  margin-top: 10px;
  margin-top: 0px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 0px;
}
.checkout-index-index .opc-wrapper .step-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #333;
  border: 0;
  /* padding-left: 10px !important; */
  padding-left: 0px !important;
  padding-bottom: 10px;
}
.checkout-index-index .opc-wrapper .action-show-popup {
  font-size: 16px;
  padding: 8px 15px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #333;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item a {
  color: #333;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #333;
}
.checkout-index-index .opc-wrapper .shipping-address-item button.edit-address-link {
  color: #333;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  font-size: 16px;
  padding: 8px 15px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  line-height: inherit;
  color: #fff;
  float: none;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .form-discount {
  max-width: 600px;
}
.checkout-index-index .logo {
  display: block;
  float: none;
  max-width: none;
}
.checkout-index-index .logo img {
  margin: auto;
}
.checkout-index-index .page-header {
  box-shadow: 0 -10px 10px 10px #c6c6c6;
}
.checkout-index-index .opc-progress-bar-item {
  width: 311px;
  display: table-cell;
  vertical-align: bottom;
}
.checkout-index-index .opc-progress-bar-item > span {
  text-transform: uppercase;
  font-size: 30px;
  color: #333;
  padding-top: 83px;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  background: #fff;
  border: 1px solid;
  width: 15px;
  height: 15px;
  margin-left: -8px;
  top: 145px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  display: none;
}
.checkout-index-index .opc-progress-bar-item:before {
  background: #8c8c8c;
  border-radius: 0;
  height: 2px;
  width: 50%;
  top: 152px;
}
.checkout-index-index .opc-progress-bar-item:first-child:before {
  left: auto;
  right: 0;
}
.checkout-index-index .opc-progress-bar-item:last-child:before {
  left: 0;
  right: auto;
}
.checkout-index-index .authentication-wrapper {
  margin-top: -70px;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
  color: #333;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle:focus {
  outline: none;
}
.checkout-index-index .block-authentication .block-title {
  font-size: 30px;
  text-transform: uppercase;
}
.checkout-index-index .block-authentication input[type=email]#login-email {
  border: 0;
  border-bottom: 1px solid #333;
  padding-left: 0;
}
.checkout-index-index .block-authentication .actions-toolbar > .primary {
  float: none;
  display: block;
  width: 100%;
}
.checkout-index-index .block-authentication .actions-toolbar > .primary button {
  padding: 14px 15px;
  width: 100%;
  max-width: 240px;
  float: none;
}
.checkout-index-index .message.warning {
  font-size: 16px;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #737373;
}
.checkout-index-index .opc-progress-bar {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  margin: auto;
  display: table;
  padding-left: 10px !important;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  float: none;
  padding: 0;
  width: auto;
  text-align: left;
  margin-bottom: 0;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.checkout-index-index .fieldset > .field .note:before {
  display: none;
}
.checkout-index-index .fieldset > .fields > .field .note:before {
  display: none;
}
.checkout-index-index .fieldset#customer-email-fieldset > fieldset a {
  color: #333;
}
.checkout-index-index .field-tooltip {
  display: none;
}
.checkout-index-index .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
  padding: 0;
  height: 28px;
  border: 0;
  border-bottom: 1px solid #333;
}
.checkout-index-index .field .control input {
  height: 28px;
}
.checkout-index-index div[name="shippingAddress.telephone"] .control._with-tooltip input {
  height: 28px;
}
.checkout-index-index input[type=email] {
  border: 1px solid;
  color: #333 !important;
}
.checkout-index-index .opc-block-summary {
  margin-bottom: 0;
  background-color: #fff;
}
.checkout-index-index .opc-block-summary a {
  color: #333;
}
.checkout-index-index .opc-block-summary > .title {
  display: none;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  display: none;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  float: none;
  display: block;
  text-align: right;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 0;
}
.checkout-index-index .opc-block-summary .product-item .price {
  font-size: 14px;
  font-weight: 700;
}
.checkout-index-index .top-panel .builder-panel:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-index-index .minicart-items {
  display: block !important;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  font-size: 14px;
  margin-top: 0;
}
.checkout-index-index .minicart-items .product-item-name {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}
.checkout-index-index .modal-content {
  border: 0;
  border-radius: 0;
}
.checkout-index-index .modal-header {
  display: none;
}
.checkout-index-index .opc-sidebar {
  margin-top: 110px;
}
.checkout-index-index #checkout-step-shipping .form-login {
  /* padding-left: 10px !important; */
  margin-top: 0;
}
.checkout-index-index .opc-wrapper .form-login {
  padding: 0px;
  margin-bottom: 0;
}
.checkout-index-index select {
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
}
.checkout-index-index .fieldset#customer-email-fieldset > fieldset a.remind {
  margin-bottom: 29px;
}
.checkout-index-index .checkout-block {
  padding: 24px 12px 5px;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 15px 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method .label span {
  padding-bottom: 0px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper input[name="street[0]"] {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .stripe-payments .label {
  align-items: center;
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  margin: 0;
}
.checkout-index-index .opc-block-summary {
  padding: 24px 12px 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100%;
}
.checkout-index-index #checkout-step-shipping .form-shipping-address #opc-shipping_method {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-shipping .form-shipping-address #shipping-new-address-form > .field {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-shipping .form-shipping-address #shipping-new-address-form > .field.street > .control > .field:first-child {
  margin-top: 4px;
}
/* .checkout-index-index #checkout-step-shipping .form-shipping-address #shipping-new-address-form > .field[name="shippingAddress.country_id"] {
  padding-left: 0 !important;
} */
.checkout-index-index .checkout-shipping-address .field.addresses {
  padding-left: 10px !important;
}
.checkout-index-index #opc-shipping_method .step-title {
  padding-left: 0 !important;
}
.checkout-index-index #checkout-step-payment #checkout-payment-method-load .step-title {
  padding-left: 0 !important;
}
.checkout-index-index #checkout-step-payment .no-quotes-block {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-payment .checkout-billing-address .field-select-billing {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-payment .checkout-billing-address .actions-toolbar {
  padding-left: 10px !important;
  padding-right: 0;
}
.checkout-index-index #checkout-step-payment .checkout-billing-address fieldset.address > .field {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-payment .checkout-billing-address fieldset.address .field[name="billingAddressshared.country_id"] {
  padding-left: 0 !important;
}
.checkout-index-index #checkout-step-payment .payment-option {
  padding-left: 10px !important;
}
.checkout-index-index #checkout-step-payment .billing-address-details {
  padding-left: 10px !important;
}
.checkout-index-index .field[name="shippingAddress.country_id"] .control {
  position: relative;
}
.checkout-index-index .field[name="billingAddressshared.country_id"] label {
  padding-left: 10px !important;
}
.checkout-index-index .field[name="billingAddressshared.country_id"] select {
  padding-left: 10px !important;
}
.checkout-index-index .field[name="billingAddressshared.country_id"] .control {
  position: relative;
}
.checkout-index-index .field[name="billingAddressshared.country_id"] .control:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary .action {
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  margin-right: 0;
  margin-top: 10px;
}
.checkout-index-index #checkout {
  padding-top: 0;
}
.checkout-index-index .mark {
  background-color: transparent;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .actions-toolbar .primary {
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  max-width: 600px;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding-left: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address a {
  color: #333;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 16px;
  padding: 14px 50px !important;
  text-align: center;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.checkout-index-index .checkout-payment-method .payment-option-title {
  padding-left: 0;
  max-width: 600px;
  border-top: 0 solid #333;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: #333;
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  padding-left: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding-left: 25px;
}
.checkout-index-index .checkout-payment-method .payment-method-title input:focus {
  box-shadow: none !important;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox] {
  position: relative;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]:after {
  content: "";
  display: block !important;
  margin-top: -2px;
  height: 16px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #333;
  position: absolute;
  right: 0;
  top: 6px;
  margin-right: 25px;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]:checked:after {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/check.png) #ffffff no-repeat;
  background-position: center;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]:focus {
  box-shadow: none !important;
}
.checkout-index-index .checkout-payment-method .payment-option-inner {
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  width: 100%;
}
.checkout-index-index .actions-toolbar > .primary .action {
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  color: #fff;
  margin-right: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.checkout-index-index .actions-toolbar > .primary .action:hover {
  text-decoration: none;
}
.checkout-index-index .checkout-billing-address .actions-toolbar > .primary .action-cancel {
  float: right;
  max-width: 240px;
  width: 100%;
  padding: 14px 15px;
}
.checkout-index-index .checkout-billing-address fieldset.fieldset > .field {
  margin-bottom: 30px;
}
.checkout-index-index .opc-block-shipping-information {
  background-color: #f5f5f5;
  padding: 0 30px 10px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  font-size: 30px;
  padding-right: 30px;
}
.checkout-index-index div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
}
.checkout-index-index #co-shipping-method-form {
  max-width: 687px;
}
.checkout-index-index .block-customer-login {
  float: none;
  width: 100%;
}
.checkout-index-index .block-customer-login a {
  color: #333;
}
.checkout-index-index #login-email {
  padding-left: 15px;
}
.checkout-index-index .main a {
  color: #333;
}
.checkout-shipping-address.field.addresses.checkout-index-index + button.action-show-popup {
  margin-left: 10px;
}
.fieldset > .field.required > .label:after {
  display: none;
}
.fieldset > .fields > .field.required > .label:after {
  display: none;
}
.fieldset > .fields > .field._required > .label:after {
  display: none;
}
.fieldset > .field._required > .label:after {
  display: none;
}
.fieldset > .field.country .control {
  position: relative;
}
.fieldset > .field.country .control:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 10px;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/dropdown.png);
}
fieldset.fieldset > .field {
  margin-bottom: 40px;
}
.fieldset#customer-email-fieldset > .field {
  margin-bottom: 29px;
}
.field.street.admin__control-fields .control label {
  display: none;
}
input[type=text] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=text]:focus {
  background-color: transparent;
}
input[type=password] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=password]:focus {
  background-color: transparent;
}
input[type=url] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=url]:focus {
  background-color: transparent;
}
input[type=tel] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=tel]:focus {
  background-color: transparent;
}
input[type=search] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=search]:focus {
  background-color: transparent;
}
input[type=number] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=number]:focus {
  background-color: transparent;
}
input[type=datetime] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=datetime]:focus {
  background-color: transparent;
}
input[type=email] {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
input[type=email]:focus {
  background-color: transparent;
}
body select {
  background-color: transparent;
  border-color: #333;
  border: 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
  padding-left: 0;
}
body select:focus {
  background-color: transparent;
}
input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input:not([disabled]):focus {
  box-shadow: none;
}
textarea {
  border-color: #333;
}
textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
textarea:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
textarea:not([disabled]):focus {
  box-shadow: none;
}
select {
  -moz-appearance: window;
  -webkit-appearance: none;
  appearance: none;
}
select:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
select::-ms-expand {
  display: none;
}
select:not([disabled]):focus {
  box-shadow: none;
}
.cms-contact-us .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
}
.cms-contact-us .page-main textarea {
  border: 0;
  border-bottom: 1px solid;
  padding-left: 0;
}
.cms-contact-us .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  padding-top: 0;
  margin-bottom: 70px;
  font-size: 50px;
  text-transform: uppercase;
}
.cms-contact-us .page-main .fieldset > .field:last-child {
  margin-bottom: 40px;
}
.cms-contact-us .note {
  color: #333;
}
.cms-contact-us .fieldset {
  margin-bottom: 0;
}
.cms-contact-us .fieldset .legend {
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.cms-contact-us .fieldset > .field.note.no-label:before {
  display: none;
}
.cms-contact-us .fieldset > .field:not(.choice) > .label {
  text-align: left;
  float: none;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.cms-contact-us .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.cms-contact-us .fieldset > .field.comment:not(.choice) > .label {
  margin-bottom: 15px;
}
.cms-contact-us .actions-toolbar > .primary .action {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
}
.contact-index-index .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
}
.contact-index-index .page-main textarea {
  border: 0;
  border-bottom: 1px solid;
  padding-left: 0;
}
.contact-index-index .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  padding-top: 90px;
  margin-bottom: 70px;
  font-size: 30px;
  text-transform: uppercase;
}
.contact-index-index .page-main .fieldset > .field:last-child {
  margin-bottom: 40px;
}
.contact-index-index .note {
  color: #333;
}
.contact-index-index .fieldset {
  margin-bottom: 0;
}
.contact-index-index .fieldset .legend {
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.contact-index-index .fieldset > .field.note.no-label:before {
  display: none;
}
.contact-index-index .fieldset > .field:not(.choice) > .label {
  text-align: left;
  float: none;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.contact-index-index .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.contact-index-index .fieldset > .field.comment:not(.choice) > .label {
  margin-bottom: 15px;
}
.contact-index-index .actions-toolbar > .primary .action {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
}
.field-error {
  font-size: 16px !important;
}
div.mage-error[generated] {
  font-size: 12px !important;
}
._keyfocus *:focus {
  box-shadow: none;
}
.opc-block-summary .items-in-cart > .title {
  border: 0;
  text-align: center;
  padding-right: 0;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 15px;
  width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 1;
  flex-grow: 0;
  padding-right: 10px;
}
.table-checkout-shipping-method tbody td input[type=radio]:before {
  right: -11px;
}
#checkout-shipping-method-load input[type=radio]:after {
  right: -25px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  float: left;
  max-width: 240px;
  width: 100%;
  padding: 14px 15px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  padding-left: 35px;
}
.amasty-gdpr-consent.required label {
  padding-left: 25px;
}
.opc-block-shipping-information .shipping-information-content a {
  color: #333;
}
input[type=radio] {
  width: auto;
  height: auto;
  margin: 0;
  display: block !important;
  position: relative;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}
input[type=radio]:after {
  content: "";
  display: block !important;
  margin-top: -2px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  position: absolute;
  right: 0;
  top: 6px;
  margin-right: 10px;
}
input[type=radio]:before {
  display: none;
}
input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 8px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
  right: 14px;
  z-index: 1;
}
input[type=radio]#paypal_express:after {
  top: 16px;
}
input[type=radio]#paypal_express:before {
  top: 18px;
}
.checkout-onepage-success .page-title {
  margin: 40px 0;
  margin-top: 122px;
  font-size: 30px;
}
.checkout-onepage-success .page-main {
  text-align: center;
}
.checkout-onepage-success .page-main a {
  color: #333;
}
.checkout-onepage-success .page-main .action.primary {
  padding: 14px 100px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 14px 15px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  margin: auto;
}
.checkout-onepage-success .page-main .primary {
  width: 100%;
}
.checkout-onepage-success .page-main .primary a.action {
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 16px;
}
.checkout-onepage-success .page-title-wrapper {
  position: relative;
}
.checkout-onepage-success .page-title-wrapper a {
  position: absolute;
  top: 0;
  right: 0;
}
.customer-account-logoutsuccess .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.867em;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.customer-account-logoutsuccess .main {
  text-align: center;
  min-height: 0 !important;
}
.customer-account-forgotpassword .page-main {
  padding: 0 30px;
  max-width: 1260px;
}
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.customer-account-forgotpassword .captcha-reload {
  font-size: 0;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/reload.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 0;
  margin-left: 10px;
}
.customer-account-forgotpassword .password.forget .fieldset > .field:not(.choice) > label {
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  width: 100%;
  float: none;
  text-align: left;
}
.customer-account-forgotpassword .password.forget .fieldset > .field:not(.choice) .control {
  float: none;
  width: 100%;
}
.customer-account-forgotpassword .form.password.forget {
  min-width: 0;
  width: 100%;
}
.customer-account-forgotpassword .actions-toolbar > .primary .action:last-child {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 30px;
  text-align: center;
  margin-top: 0;
}
.customer-account-forgotpassword .actions-toolbar .secondary a.action {
  color: #333;
}
.customer-account-forgotpassword .actions-toolbar .secondary a.action:hover {
  text-decoration: underline;
}
.customer-account-forgotpassword div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
  margin-bottom: 35px;
}
.customer-account-forgotpassword .fieldset > .field.captcha {
  margin-bottom: 0;
}
.customer-account-forgotpassword .page-title-wrapper {
  padding-top: 245px;
}
.customer-account-create .page.messages {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-create .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
}
.customer-account-create .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.customer-account-create .block .block-title {
  margin-bottom: 8px;
  border-bottom: 0;
  padding-bottom: 12px;
  font-size: 1.8rem;
}
.customer-account-create .block .block-title strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
}
.customer-account-create .fieldset {
  margin-bottom: 0;
}
.customer-account-create .fieldset > .field {
  margin-bottom: 52px;
}
.customer-account-create .fieldset > .field:not(.choice) > .label {
  display: none;
}
.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.customer-account-create .fieldset > .field:last-child {
  margin-bottom: 52px;
}
.customer-account-create .login-container .block {
  width: 47.4%;
}
.customer-account-create .block.block-register .block-title strong {
  border: 0;
  padding-left: 10px;
}
.customer-account-create .block.block-register .fieldset > .field:not(.choice) {
  padding-left: 10px;
}
.customer-account-create .block.block-register .fieldset > .field:not(.choice) select {
  padding-left: 10px;
}
.customer-account-create .block.block-register .fieldset > .field:not(.choice).country select {
  padding-left: 0;
}
.customer-account-create .block.block-register .fieldset > .field:not(.choice).country > .control:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #fff;
}
.customer-account-create .block.block-customer-login {
  padding-right: 10px;
}
.customer-account-create div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
}
.customer-account-create div.column:not(.sidebar-main) form .actions-toolbar .note {
  background-color: #ededed;
  padding: 25px 30px;
  font-size: 14px;
}
.customer-account-create div.column:not(.sidebar-main) form .actions-toolbar .note a {
  color: #333;
  font-weight: 700;
}
.customer-account-create .block-register form .actions-toolbar {
  padding-left: 10px;
}
.customer-account-create .actions-toolbar > .secondary {
  float: left;
}
.customer-account-create .actions-toolbar .primary {
  float: right;
  margin-top: 30px;
}
.customer-account-create .actions-toolbar .primary .action {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  margin-top: 0;
}
.customer-account-create .actions-toolbar .field.choice.newsletter {
  position: relative;
  margin-bottom: 14px;
}
.customer-account-create .actions-toolbar .field.choice.newsletter input {
  position: static;
}
.customer-account-create .action.remind {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.customer-account-create .columns .column.main:after {
  content: "";
  display: table;
  clear: both;
}
input[type=checkbox].customer-account-create + label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
}
.customer-account-login .page.messages {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-login .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
}
.customer-account-login .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.customer-account-login .block .block-title {
  margin-bottom: 8px;
  border-bottom: 0;
}
.customer-account-login .block .block-title strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
}
.customer-account-login .fieldset {
  margin-bottom: 0;
}
.customer-account-login .fieldset > .field {
  margin-bottom: 52px;
}
.customer-account-login .fieldset > .field:not(.choice) > .label {
  display: none;
}
.customer-account-login .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.customer-account-login .fieldset > .field:last-child {
  margin-bottom: 52px;
}
.customer-account-login .login-container .block {
  width: 47.4%;
}
.customer-account-login .block.block-register .block-title strong {
  border: 0;
  padding-left: 10px;
}
.customer-account-login .block.block-register .fieldset > .field:not(.choice) {
  padding-left: 10px;
}
.customer-account-login .block.block-register .fieldset > .field:not(.choice) select {
  padding-left: 0;
}
.customer-account-login .block.block-register .fieldset > .field:not(.choice).country > .control:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #fff;
}
.customer-account-login .block.block-customer-login {
  padding-right: 10px;
}
.customer-account-login div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
}
.customer-account-login div.column:not(.sidebar-main) form .actions-toolbar .note {
  background-color: #ededed;
  padding: 25px 30px;
  font-size: 14px;
}
.customer-account-login div.column:not(.sidebar-main) form .actions-toolbar .note a {
  color: #333;
  font-weight: 700;
}
.customer-account-login .block-register form .actions-toolbar {
  padding-left: 10px;
}
.customer-account-login .actions-toolbar > .secondary {
  float: left;
}
.customer-account-login .actions-toolbar .primary {
  float: right;
  margin-top: 30px;
}
.customer-account-login .actions-toolbar .primary .action {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  margin-top: 0;
}
.customer-account-login .actions-toolbar .field.choice.newsletter {
  position: relative;
  margin-bottom: 14px;
}
.customer-account-login .actions-toolbar .field.choice.newsletter input {
  position: static;
}
.customer-account-login .action.remind {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.customer-account-login .columns .column.main:after {
  content: "";
  display: table;
  clear: both;
}
input[type=checkbox].customer-account-login + label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
}
.multishipping-checkout-login .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
  padding-top: 92px;
}
.multishipping-checkout-login .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  margin-bottom: 76px;
}
.multishipping-checkout-login .block .block-title {
  margin-bottom: 8px;
  border-bottom: 0;
}
.multishipping-checkout-login .block .block-title strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
}
.multishipping-checkout-login .fieldset {
  margin-bottom: 0;
}
.multishipping-checkout-login .fieldset > .field {
  margin-bottom: 52px;
}
.multishipping-checkout-login .fieldset > .field:not(.choice) > .label {
  display: none;
}
.multishipping-checkout-login .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.multishipping-checkout-login .fieldset > .field:last-child {
  margin-bottom: 52px;
}
.multishipping-checkout-login .login-container .block {
  width: 47.4%;
}
.multishipping-checkout-login .block.block-register .block-title strong {
  border: 0;
  padding-left: 10px;
}
.multishipping-checkout-login .block.block-register .fieldset > .field:not(.choice) {
  padding-left: 10px;
}
.multishipping-checkout-login .block.block-register .fieldset > .field:not(.choice) select {
  padding-left: 10px;
}
.multishipping-checkout-login .block.block-register .fieldset > .field:not(.choice).country {
  padding-left: 0;
}
.multishipping-checkout-login .block.block-register .fieldset > .field:not(.choice).country > .control:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.multishipping-checkout-login .block.block-customer-login {
  padding-right: 10px;
}
.multishipping-checkout-login div.column:not(.sidebar-main) form .actions-toolbar {
  max-width: none;
}
.multishipping-checkout-login div.column:not(.sidebar-main) form .actions-toolbar .note {
  background-color: #ededed;
  padding: 25px 30px;
  font-size: 14px;
}
.multishipping-checkout-login div.column:not(.sidebar-main) form .actions-toolbar .note a {
  color: #333;
  font-weight: 700;
}
.multishipping-checkout-login .block-register form .actions-toolbar {
  padding-left: 10px;
}
.multishipping-checkout-login .actions-toolbar > .secondary {
  float: left;
}
.multishipping-checkout-login .actions-toolbar .primary {
  float: right;
  margin-top: 30px;
}
.multishipping-checkout-login .actions-toolbar .primary .action {
  margin-right: 0;
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  margin-top: 0;
}
.multishipping-checkout-login .actions-toolbar .field.choice.newsletter {
  position: relative;
  margin-bottom: 14px;
}
.multishipping-checkout-login .actions-toolbar .field.choice.newsletter input {
  position: static;
}
.multishipping-checkout-login .action.remind {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.multishipping-checkout-login .columns .column.main:after {
  content: "";
  display: table;
  clear: both;
}
input[type=checkbox].multishipping-checkout-login + label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  font-family: BrandonText;
}
div.login-container .fieldset > .field > .control {
  width: 100%;
}
.block-customer-login {
  width: 47.4%;
  float: left;
}
.block-register {
  width: 47.4%;
  float: right;
}
.block-register .actions-toolbar .primary {
  float: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d !important;
  font-family: BrandonText;
}
::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d !important;
  font-family: BrandonText;
}
:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d !important;
  font-family: BrandonText;
}
:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d !important;
  font-family: BrandonText;
}
div.column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
  max-width: 725px;
}
div.block-register {
  margin-bottom: 35px;
}
form.form.create.account {
  width: 100%;
  max-width: none;
  min-width: 0;
}
.password-strength-meter-container {
  display: none;
}
.password-strength-meter {
  display: none;
}
input[type=checkbox] {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:after {
  content: "";
  display: block;
  margin-top: -1px;
  height: 16px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #333;
  position: absolute;
  right: 0;
  top: 2px;
}
input[type=checkbox]:checked:after {
  background: url(../../frontend/NewbyLondon/Newby/en_US/images/check.png) #ffffff no-repeat;
  background-position: center;
}
.message {
  text-align: left;
  font-size: 16px !important;
}
div input.mage-error {
  border-color: #ed8380 !important;
}
div select.mage-error {
  border-color: #ed8380 !important;
}
div textarea.mage-error {
  border-color: #ed8380 !important;
}
textarea.mage-errordiv + #comment-error {
  margin-top: 2px;
}
.cms-contact-us.page-layout-1column .column.main {
  margin-bottom: 35px;
}
.contact-index-index.page-layout-1column .column.main {
  margin-bottom: 35px;
}
.checkout-cart-index .page-main {
  max-width: 100%;
  padding: 0;
}
.checkout-cart-index .page-main .page.messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding: 0 30px;
}
.checkout-cart-index .page-main .cart-container {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .page-main .page-title-wrapper {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .crosssell .title {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .crosssell .block-content {
  background: #ededed;
  padding-top: 1.75rem;
  padding-bottom: .25rem;
}
.checkout-cart-index .crosssell .block-content div.products.wrapper {
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .cart-empty a {
  color: #333;
  text-decoration: underline;
}
.checkout-cart-index .cart-summary {
  position: static;
  padding-left: 5px;
  background: 0 0;
}
.checkout-cart-index .cart-summary > .title {
  padding-left: 10px;
}
.checkout-cart-index .cart-summary .block > .title {
  padding-left: 0;
  padding-right: 18px;
}
.checkout-cart-index .cart-summary .actions-toolbar > .primary {
  float: none;
  width: 100%;
}
.checkout-cart-index .cart-summary .actions-toolbar > .primary button {
  font-size: 16px;
  padding: 14px 17px;
  width: 100%;
}
.checkout-cart-index #block-discount {
  padding-left: 10px;
}
.checkout-cart-index .checkout-methods-items {
  padding-left: 10px;
}
.checkout-cart-index .checkout-methods-items a {
  color: inherit;
}
.checkout-cart-index #block-summary .legend {
  padding-left: 10px;
}
.checkout-cart-index #block-summary .field {
  padding-left: 10px;
  margin-bottom: 20px;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.country_id"] {
  padding-left: 0;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.country_id"] label {
  padding-left: 10px;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.country_id"] select {
  padding-left: 10px;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.country_id"] .control {
  position: relative;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.country_id"] .control:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #f1f1f1;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.region_id"] {
  padding-left: 0;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.region_id"] label {
  padding-left: 10px;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.region_id"] select {
  padding-left: 10px;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.region_id"] .control {
  position: relative;
}
.checkout-cart-index #block-summary .field[name="shippingAddress.region_id"] .control:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.checkout-cart-index #co-shipping-method-form {
  padding-left: 10px;
}
.checkout-cart-index #co-shipping-method-form div.choice {
  padding-left: 25px;
}
.checkout-cart-index #block-shipping .title {
  margin-left: 10px;
}
.checkout-cart-index #cart-totals {
  margin-left: 10px;
}
.checkout-cart-index .form-cart .table thead th {
  border-top: 0;
  border-bottom: 1px solid #333;
}
.checkout-cart-index .form-cart .table th {
  border-bottom: 0;
  border-top: 1px solid #333;
}
.checkout-cart-index .table.totals th {
  border: 0;
}
.checkout-cart-index .table.totals td {
  border: 0;
}
.checkout-cart-index .cart.table-wrapper .items > .item {
  border-bottom: 1px solid #333;
  border-top: 0;
}
.checkout-cart-index .cart.table-wrapper .col.qty {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .col.qty .control.qty {
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  padding: 0;
  display: inline-block;
  width: 60px;
}
.checkout-cart-index .cart.table-wrapper .col.qty a {
  height: 100%;
  border-bottom: 1px solid #333;
  width: 10px;
  float: left;
  color: #333;
  font-size: 15px;
  line-height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: 7px;
  position: absolute;
  bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .col.qty a.decrement-qty {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-minus.png);
  border-right: 0;
  background-size: 4px;
}
.checkout-cart-index .cart.table-wrapper .col.qty a.increment-qty {
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/icon-plus.png);
  border-left: 0;
  right: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  display: none !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: auto !important;
  height: auto !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: 53px !important;
  color: #333;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
  display: inline-block;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
  font-size: 16px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  color: #fff;
  margin-top: 8px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-towishlist {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .col.price {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .col.msrp {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .item-actions td {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .price-including-tax .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.checkout-cart-index .price-excluding-tax .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.checkout-cart-index .order-items.table-wrapper .col.price {
  text-align: left;
}
.checkout-cart-index .order-items.table-wrapper .col.qty {
  text-align: left;
}
.checkout-cart-index .order-items.table-wrapper .col.subtotal {
  text-align: left;
}
.checkout-cart-index .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart .action.clear {
  font-size: 16px;
  text-transform: uppercase;
  font-family: BrandonText;
  letter-spacing: 1px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  color: #fff;
  max-width: 40%;
  padding: 14px 40px;
}
.checkout-cart-index .cart-container .form-cart .action.update {
  font-size: 16px;
  text-transform: uppercase;
  font-family: BrandonText;
  letter-spacing: 1px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  color: #fff;
  max-width: 40%;
  padding: 14px 40px;
}
.checkout-cart-index .cart-container .form-cart .action.update:before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .action.continue {
  font-size: 16px;
  font-family: BrandonText;
  letter-spacing: 1px;
  padding: 14px 100px;
  text-align: center;
  line-height: inherit;
  color: #fff;
  background-color: #5c5c5c;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  max-width: 40%;
  padding: 14px 40px;
}
.checkout-cart-index .cart-container .form-cart .action.continue:hover {
  background: #333;
}
.checkout-cart-index .cart-container .form-cart .action.continue:before {
  display: none;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  font-size: 16px;
  text-align: center;
  line-height: inherit;
  color: #fff;
}
.checkout-cart-index .column.main .block.crosssell .title strong {
  font-size: 30px;
}
.checkout-cart-index .cart-totals .mark {
  border: 0;
  background-color: transparent;
}
.checkout-cart-index .page-title {
  font-size: 30px;
}
.checkout-cart-index .page-title-wrapper {
  padding-top: 138px;
}
.cart.table-wrapper.itemsthead.checkout-cart-index + .item {
  border-color: #333;
}
.cart-container.checkout-methods-items.item.checkout-cart-index + .item a {
  color: #333;
}
.cart-summary .block .fieldset {
  margin-right: 5px;
  margin-left: 5px;
}
.cart-summary .block .fieldset input {
  margin-right: 0;
}
.cart-summary .actions-toolbar .primary .action {
  margin-right: 0;
}
.cms-privacy-policy .page-main {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
  padding-bottom: 27px;
}
.cms-privacy-policy .page-main a {
  color: #333;
  text-decoration: underline;
}
.cms-privacy-policy .page-main li {
  list-style-type: disc;
  margin-left: 20px;
}
.cms-privacy-policy .page-main thead th {
  padding-bottom: 20px;
}
.cms-privacy-policy .page-main h2 {
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 1.063rem;
  letter-spacing: .063rem;
  margin-bottom: .875rem;
  font-family: 'BrandonText-Bold';
}
.cms-privacy-policy .page-title-wrapper {
  text-align: center;
}
.cms-privacy-policy .page-title {
  margin: 98px 0 76px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.page-footer .switcher.switcher-website .options {
  background-color: #d7d7d7;
  padding: 0 10px;
}
.page-footer .switcher.switcher-website {
  max-width: 1260px;
  margin: -30px auto 0;
  position: relative;
  top: 30px;
  left: 0;
}
@media (max-width: 1080px) {
  footer div.block.newsletter .field .control {
    width: 62%;
  }
}
@media (max-width: 992px) {
  div.block.newsletter .field .label {
    display: block;
  }
  div.block.newsletter .actions {
    top: initial;
    bottom: 0;
  }
  footer div.block.newsletter .field .control {
    width: 100%;
    float: none;
  }
}
@media (max-width: 880px) {
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    float: none;
  }
  .checkout-index-index .checkout-billing-address .actions-toolbar > .primary .action-cancel {
    float: none;
  }
}
@media (min-width: 768px) {
  h3.footer-bottom + ul {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .page-footer .switcher.switcher-website {
    position: relative;
    top: 30px;
    left: unset;
  }
  .page-footer .switcher.switcher-website .options {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .footer .copyright {
    padding-top: 100px;
  }
  .page-header a {
    color: #333;
  }
  .page-header .dropdown-menu {
    position: static;
    width: 100%;
    background-color: transparent;
    border: 0;
    float: none;
  }
  .page-header .nav-sections .switcher {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }
  .page-header .nav-sections .switcher .options .action.toggle {
    width: 100%;
    color: #333;
  }
  .page-header .nav-sections .switcher .options ul.dropdown {
    background-color: transparent;
    padding-left: 10px;
    border-bottom: 0;
    position: static;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .page-header .nav-sections .switcher-trigger strong:after {
    right: -16px;
    top: -19px;
  }
  .page-header .nav-sections .header.links li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    color: #333;
  }
  .page-header .nav-sections-item-content {
    padding-bottom: 5px;
  }
  .page-header .navigation-megamenu .megamenu-mainmenu a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    color: #333;
  }
  .page-header .navigation-megamenu .megamenu-mainmenu .dropdown-menu {
    padding-bottom: 10px;
  }
  header.page-header .nav-sections .switcher .options {
    width: 100%;
    color: #333;
    position: static;
    padding: 7px 0;
  }
  header.page-header .nav-sections .switcher .options ul.dropdown a {
    font-size: 16px;
    color: #333;
  }
  header.page-header .nav-sections .switcher .options ul.dropdown li:last-child a {
    padding-bottom: 0;
  }
  header.page-header .switcher .options .action.toggle:after {
    display: none !important;
  }
  .navigation-megamenu .navigation ul li .toggle-menu a .fa:before {
    position: relative;
    top: 2px;
    right: 5px;
  }
  .footer-top {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-top .container-section {
    padding: 0 15px;
  }
  .footer-bottom {
    padding: 45px 0 15px;
  }
  .footer-bottom .row > div {
    margin-bottom: 20px;
  }
  .footer-bottom h3 {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .footer-bottom h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(../../frontend/NewbyLondon/Newby/en_US/images/dropdown.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.3s;
    transition: transform .3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer-bottom h3.show:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer-bottom .container-section {
    padding: 0;
  }
  h3.footer-bottom + ul {
    display: none;
  }
  .footer-bottomh3.footer.content + ul {
    display: none;
    margin-bottom: 10px !important;
  }
  .footer-social {
    float: none;
    display: inline-block;
  }
  div.footer.content .block {
    float: none;
  }
  .page-footer .switcher {
    margin-right: 0;
    position: relative;
    top: unset;
    left: 14px;
    bottom: 20px;
  }
  .footer-social {
    margin-top: 0px;
  }
  div.block.newsletter {
    width: 100%;
  }
  div.block.newsletter .actions {
    right: 0;
  }
  div.block.newsletter .field .control {
    padding-right: 98px;
  }
  .checkout-index-index .opc-progress-bar-item > span {
    margin-top: 40px;
    padding-top: 0;
  }
  .checkout-index-index .opc-progress-bar-item > span:before {
    top: 110px;
  }
  .checkout-index-index .opc-progress-bar-item:before {
    top: 117px;
  }
  .checkout-index-index .authentication-dropdown.custom-slide .modal-inner-wrap {
    background-color: #fff;
  }
  .checkout-index-index .block-authentication .block[class] {
    text-align: left;
  }
  .checkout-index-index .fieldset > .field:not(.choice) > .label {
    text-align: center;
  }
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-payment-method .step-title {
    padding-right: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .checkout-index-index .checkout-payment-method .payment-method-title {
    padding-left: 25px;
    padding-right: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
    padding-right: 0;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .actions-toolbar .primary {
    max-width: none;
  }
  .checkout-index-index .checkout-payment-method .payment-option-title {
    max-width: none;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    width: auto;
  }
  .checkout-index-index .opc-wrapper {
    margin-top: 10px;
  }
  .checkout-index-index .opc-wrapper .form-login {
    max-width: none;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: none;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item button.edit-address-link {
    text-transform: uppercase;
    float: none;
  }
  .checkout-index-index .opc-wrapper .form-discount {
    max-width: none;
  }
  .checkout-index-index .opc-wrapper .action-show-popup {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-index-index .authentication-wrapper {
    /* margin-top: 10px; */
    float: none;
    text-align: right;
    max-width: none;
    margin-top: 0px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
    margin-top: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  body.checkout-index-index .actions-toolbar > .primary .action {
    width: 100px;
    text-align: center;
    margin: 0;
  }
  .checkout-index-index .authentication-wrapper .action-auth-toggle {
    text-transform: uppercase;
  }
  .checkout-index-index .actions-toolbar > .primary .action {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .checkout-index-index .checkout-billing-address .actions-toolbar > .primary .action-cancel {
    float: none;
    margin: auto;
    display: block;
    /* width: 100%;
    margin-top: 20px; */
    width: 100px;
    margin: 0px;
  }
  .checkout-index-index .custom-slide {
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 140px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    padding: 18px 0;
    margin-top: 0px;
    border: 0;
    /* padding-left: 10px; 
    margin-top: 100px;*/
    padding-left: 0px;
  }
  .checkout-index-index .checkout-block {
    margin: 0 0 10px;
  }
  .checkout-index-index .checkout-header {
    margin: 14px 0;
    padding: 0 10px;
    width: 100%;
  }
  .checkout-index-index .minicart-wrapper .action.showcart {
    background-color: #5c5c5c;
  }
  .checkout-index-index .minicart-wrapper .action.showcart:hover {
    background-color: #333;
  }
  .checkout-index-index .minicart-wrapper .action.showcart:focus {
    outline: none;
  }
  .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
    background-color: transparent;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary .action {
    display: block;
    margin: auto;
  }
  .checkout-index-index .page-main {
    padding-left: 5px;
    padding-right: 15px;
  }
  .checkout-shipping-address.field.addresses.checkout-index-index + button.action-show-popup {
    margin-left: auto;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .opc-estimated-wrapper.checkout-index-index + div.checkout-index-index + div.opc-wrapper {
    margin-top: 0;
  }
  .customer-account-logoutsuccess .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .checkout-onepage-success .page-title {
    margin-top: 50px;
  }
  .checkout-onepage-success .primary a.action {
    min-width: 248px;
  }
  .checkout-onepage-success .action.primary {
    font-size: 16px;
    padding: 14px 15px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin: auto;
  }
  .checkout-onepage-success input.action.primary {
    display: block;
  }
  .checkout-payment-method .field-select-billing {
    max-width: none;
  }
  .checkout-payment-method .billing-address-form {
    max-width: none;
  }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
  }
  .fieldset#customer-email-fieldset > .field {
    margin-bottom: 20px;
  }
  .customer-account-create .page.messages {
    padding-left: 10px;
  }
  .customer-account-create div.mage-error[generated] {
    text-align: left;
  }
  .customer-account-create .block.block-customer-login {
    padding-right: 0;
    padding-left: 10px;
  }
  .customer-account-create .fieldset > .field {
    margin-bottom: 25px;
  }
  .customer-account-create .fieldset > .field:last-child {
    margin-bottom: 25px;
  }
  .customer-account-create .login-container .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-account-create .actions-toolbar .primary {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .customer-account-create .actions-toolbar .primary .action {
    width: 100%;
    max-width: 250px;
    padding: 14px 15px;
  }
  .customer-account-create .actions-toolbar > .secondary {
    float: none;
  }
  .customer-account-create .actions-toolbar .field.choice.newsletter {
    text-align: left;
  }
  .customer-account-create .block .block-title {
    text-align: center;
  }
  .customer-account-create .page-main {
    padding-left: 5px;
    padding-right: 15px;
  }
  .customer-account-create .page-main > .page-title-wrapper .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .customer-account-create .page-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer-account-login .page.messages {
    padding-left: 10px;
  }
  .customer-account-login div.mage-error[generated] {
    text-align: left;
  }
  .customer-account-login .block.block-customer-login {
    padding-right: 0;
    padding-left: 10px;
  }
  .customer-account-login .fieldset > .field {
    margin-bottom: 25px;
  }
  .customer-account-login .fieldset > .field:last-child {
    margin-bottom: 25px;
  }
  .customer-account-login .login-container .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-account-login .actions-toolbar .primary {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .customer-account-login .actions-toolbar .primary .action {
    width: 100%;
    max-width: 250px;
    padding: 14px 15px;
  }
  .customer-account-login .actions-toolbar > .secondary {
    float: none;
  }
  .customer-account-login .actions-toolbar .field.choice.newsletter {
    text-align: left;
  }
  .customer-account-login .block .block-title {
    text-align: center;
  }
  .customer-account-login .page-main {
    padding-left: 5px;
    padding-right: 15px;
  }
  .customer-account-login .page-main > .page-title-wrapper .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .customer-account-login .page-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .multishipping-checkout-login .page-main {
    padding-top: 90px;
    padding-left: 5px;
    padding-right: 15px;
  }
  .multishipping-checkout-login .page-main > .page-title-wrapper .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .multishipping-checkout-login div.mage-error[generated] {
    text-align: left;
  }
  .multishipping-checkout-login .block.block-customer-login {
    padding-right: 0;
    padding-left: 10px;
  }
  .multishipping-checkout-login .fieldset > .field {
    margin-bottom: 25px;
  }
  .multishipping-checkout-login .fieldset > .field:last-child {
    margin-bottom: 25px;
  }
  .multishipping-checkout-login .login-container .block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .multishipping-checkout-login .actions-toolbar .primary {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .multishipping-checkout-login .actions-toolbar .primary .action {
    width: 100%;
    max-width: 250px;
    padding: 14px 15px;
  }
  .multishipping-checkout-login .actions-toolbar > .secondary {
    float: none;
  }
  .multishipping-checkout-login .actions-toolbar .field.choice.newsletter {
    text-align: left;
  }
  .multishipping-checkout-login .block .block-title {
    text-align: center;
  }
  .multishipping-checkout-login .page-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer-account-forgotpassword .page-title-wrapper {
    padding-top: 90px;
  }
  .customer-account-forgotpassword .page-main {
    padding: 0 15px;
  }
  .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title {
    margin: 40px 0;
  }
  .customer-account-forgotpassword div.column:not(.sidebar-main) form .actions-toolbar {
    margin-bottom: 20px;
  }
  .customer-account-forgotpassword .control.captcha-image .captcha-img {
    display: inline;
    margin-bottom: 0;
  }
  .customer-account-forgotpassword .actions-toolbar > .primary {
    display: inline-block;
  }
  .login-container .fieldset:after {
    display: none;
  }
  .block-customer-login {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .block-register {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  div.block-register {
    margin-bottom: 20px;
  }
  div.column:not(.sidebar-main) form .actions-toolbar {
    text-align: center;
    max-width: none;
  }
  .cms-contact-us .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-contact-us .page-main > .page-title-wrapper .page-title {
    padding-top: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .cms-contact-us .actions-toolbar > .primary .action {
    width: 100%;
    max-width: 250px;
    padding: 14px 15px;
  }
  .contact-index-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-index-index .page-main > .page-title-wrapper .page-title {
    padding-top: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .contact-index-index .actions-toolbar > .primary .action {
    width: 100%;
    max-width: 250px;
    padding: 14px 15px;
  }
  .cms-contact-us.page-layout-1column .column.main {
    margin-bottom: 20px;
  }
  .contact-index-index.page-layout-1column .column.main {
    margin-bottom: 20px;
  }
  .checkout-cart-index h1.page-title {
    margin: 40px 0;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-top: 89px;
  }
  .checkout-cart-index .cart-summary .actions-toolbar > .primary button {
    max-width: 275px;
  }
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    padding: 14px 40px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-cart-index .cart-container .form-cart .action.continue {
    max-width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .action.clear {
    max-width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .action.update {
    max-width: 100%;
  }
  .checkout-cart-index .form-cart .table td {
    border-top: 0;
  }
  .checkout-cart-index .form-cart .table th {
    border-top: 0;
  }
  .tabletbody.checkout-cart-index + tbody {
    border-top: 1px solid #333;
  }
  .cms-privacy-policy .page-main {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-privacy-policy .page-title {
    margin: 40px 0;
  }
  .cms-privacy-policy .page-title-wrapper {
    padding-top: 48px;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .checkout-index-index .opc-wrapper .action-select-shipping-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 610px) {
  .checkout-index-index .opc-progress-bar-item:before {
    top: 197px;
  }
  .checkout-index-index .opc-progress-bar-item > span:before {
    top: 190px;
  }
}
@media (max-width: 575px) {
  div.block.newsletter .actions {
    position: static;
    margin-top: 40px;
  }
  div.block.newsletter .field .control {
    padding: 0;
  }
  div.block.newsletter .field .control:before {
    position: static;
  }
  div.block.newsletter .action.subscribe {
    margin-right: 0;
    font-size: 16px;
    padding: 14px 15px;
    text-align: center;
    line-height: inherit;
    background-color: #fff;
    color: #333;
    width: 100%;
    max-width: 250px;
  }
  div.block.newsletter .action.subscribe:hover {
    background: #5c5c5c;
    color: #fff;
  }
  .footer-social {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .checkout-index-index .opc-progress-bar-item > span {
    font-size: 24px;
  }
  .checkout-index-index .opc-progress-bar-item > span:before {
    top: 143px;
  }
  .checkout-index-index .opc-progress-bar-item:before {
    top: 150px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    margin-top: 60px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 24px;
  }
  .customer-account-create .actions-toolbar .primary .action {
    padding: 14px 60px;
  }
  .customer-account-login .actions-toolbar .primary .action {
    padding: 14px 60px;
  }
  .multishipping-checkout-login .actions-toolbar .primary .action {
    padding: 14px 60px;
  }
  .checkout-cart-index .cart-container .form-cart .action.continue {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .action.clear {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .action.update {
    width: 100%;
  }
  .checkout-cart-index .page.messages {
    text-align: left;
  }
  .checkout-cart-index .columns {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .checkout-index-index .opc-progress-bar-item:before {
    width: 65%;
  }
  .checkout-index-index .opc-progress-bar-item > span:before {
    margin-left: 14px;
  }
  .checkout-index-index .opc-progress-bar-item:first-child > span:before {
    margin-left: -26px;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1368px) {
  body .cart-summary {
    width: 30%;
  }
  body .abs-shopping-cart-items-desktop {
    width: 67%;
  }
  body .block-cart-failed {
    width: 67%;
  }
  body .cart-container .form-cart {
    width: 67%;
  }
  body .cart-container .cart-gift-item {
    width: 67%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .action.continue {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-width: 250px;
  }
  .checkout-cart-index .cart-container .form-cart .action.clear {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-width: 250px;
  }
  .checkout-cart-index .cart-container .form-cart .action.update {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-width: 250px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    min-width: 57px;
    padding-right: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*ie fix*/
  input[type=checkbox],
  input[type=radio] {
    width: initial !important;
    height: initial !important;
    display: inline-block !important;
  }
}
.slider_mgs_carousel .owl-item .slide-text.middle {
  width: 100%;
}
.header.content {
  padding-top: 0;
}
.header-top {
  background: #333;
  font-size: .875rem;
  color: #fff;
  padding: 5px 0;
  max-height: 31px;
}
.header-top p {
  margin-bottom: 0;
}
.header-top a {
  color: #fff;
}
.checkout-index-index header.page-header.fixed .logo {
  margin: 20px auto 10px;
}
.checkout-index-index .logo {
  margin: 20px auto;
}
.checkout-index-index .modal-popup .modal-title {
  border-bottom: 0;
}
.checkout-index-index .modal-popup .modal-header {
  display: block;
  border-bottom: 0;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-index-index .modal-popup .action-close:focus {
  outline: none;
}
.checkout-index-index .modal-popup .modal-footer button {
  color: #fff;
  font-size: inherit;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
}
.checkout-index-index .modal-slide .action-close:focus {
  outline: none;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer {
  border-top: 0;
}
.checkout-index-index #maincontent .fieldset > .field.choice:before {
  display: none;
}
.checkout-index-index #maincontent .fieldset > .field.no-label:before {
  display: none;
}
.checkout-index-index #maincontent input[type=checkbox] {
  margin-left: 15px;
}
.checkout-index-index #maincontent input[type=checkbox] + label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.checkout-index-index .modals-wrapper input[type=checkbox] {
  margin-left: 15px;
}
.checkout-index-index .modals-wrapper input[type=checkbox] + label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.checkout-index-index .header-wrapper {
  text-align: center;
  position: absolute;
  top: 39px;
  right: 0;
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
  margin-bottom: 0;
}
.checkout-index-index #checkout-step-payment .legend + br {
  display: none;
}
.page-header .switcher .options ul.dropdown {
  max-height: 90px;
  min-width: 158px;
  overflow: auto;
}
.page-header .logo {
  max-width: 200px;
  width: max-content;
}
.cms-home .page-main {
  padding-top: 246px;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
.page-main {
  padding-top: 246px;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
.main .fieldset > .field:not(.choice) > .label {
  text-align: left;
  display: block;
  float: none;
  width: auto;
}
.customer-account-createpassword .page-title-wrapper {
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
.customer-account-createpassword .column.main .password.reset {
  margin: auto;
}
.page-header.fixed .nav-toggle {
  top: 58px;
}
.panel.wrapper .account-wrapper .block-account {
  display: none;
}
.header-popup {
  display: none;
}
.header-popup .search-container {
  display: none;
}
.header-popup .login-container {
  display: none;
}
.header-popup .search-container.active {
  display: block;
}
.header-popup .login-container.active {
  display: block;
}
.panel.header .action.disabled {
  pointer-events: none;
}
.panel.header .action {
  cursor: pointer;
  display: inline-block;
}
.panel.header .action svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}
header .logo {
  float: none;
  display: block;
  clear: both;
  margin-bottom: 8px;
}
header .logo img {
  margin: auto;
}
header .minicart-wrapper .action.showcart .counter.qty {
  height: 16.73px;
}
header .block-minicart #top-cart-btn-checkout:focus {
  outline: none;
}
.header-wrapper {
  text-align: center;
}
.header-wrapper .nav-sections {
  text-align: left;
}
header.page-header .header.panel {
  text-align: left;
}
.nav-toggle {
  width: 20px;
  height: 14px;
  top: 64px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nav-toggle:after {
  content: '';
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  color: transparent;
  top: auto;
  bottom: 0;
}
.nav-toggle:before {
  content: '';
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  color: transparent;
  top: 0;
}
.nav-toggle > span {
  content: '';
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  color: transparent;
  top: 6px;
  clip: unset;
  margin: 0;
  width: auto;
}
.minicart-wrapper .action.showcart:before {
  display: none !important;
}
.minicart-wrapper .product .actions .primary {
  display: none;
}
.minicart-wrapper .block-minicart {
  font-size: 14px;
  color: #333;
}
.minicart-wrapper .minicart-widgets {
  display: none;
}
.minicart-items .product-item-details {
  padding-left: 103px;
  font-size: 15px;
}
.minicart-items .product-item-details .price-excluding-tax {
  text-align: right;
}
.minicart-items .product-item-details .price {
  font-size: 14px;
}
.minicart-items .product-item-details .details-qty {
  font-weight: 700;
}
.minicart-items .product-item {
  padding-left: 4px;
  padding-bottom: 13px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #333;
}
.minicart-items .product-item:last-child {
  border-bottom: 1px solid #333;
}
.minicart-items .minus {
  margin-left: 15px;
}
.minicart-items .item-qty {
  background: 0 0;
  height: auto;
  border: 0;
  padding: 0 9px;
}
.minicart-items .update-cart-item {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .product-item-name a {
  color: inherit;
}
.minicart-items .product-item-pricing .label {
  font-size: 14px;
}
.minicart-items-wrapper {
  border: 0;
  height: auto !important;
  max-height: 235px;
  margin: 0 -35px;
  padding: 0 35px;
}
.block-minicart .subtotal {
  text-align: left;
  margin: 22px 0 0;
  padding-left: 15px;
}
.block-minicart .subtotal .label:after {
  display: none;
}
.block-minicart .subtotal .amount {
  float: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px;
}
.block-minicart .action.viewcart {
  margin-left: 15px;
  border: 1px solid #5c5c5c;
  padding: 2px 10px;
}
.block-minicart .block-content > .actions {
  text-align: left;
  margin-top: 25px;
}
.block-minicart .block-content > .actions + .actions {
  margin-top: 15px;
}
.block-minicart .custom-text {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-transform: uppercase;
  font-weight: bold;
}
.block-minicart .block-content > .actions a {
  font-weight: 700;
  display: block;
  width: 100%;
  margin-left: 0;
  font-size: .75rem;
  letter-spacing: 3px;
  padding: 0.94rem 1.813rem;
  line-height: 1.5;
  margin-bottom: 0;
  border-color: #5c5c5c;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'BrandonText-Bold';
  text-align: center;
}
.block-minicart .block-content > .actions > .primary,
.block-minicart .block-content > .actions > .secondary {
  margin: 0 15px;
}
.checkout-cart-index .page-title-wrapper {
  text-align: center;
}
.checkout-cart-index .cart-empty {
  text-align: center;
}
.checkout-cart-index .page-title {
  margin: 98px 0 76px;
  text-transform: uppercase;
}
.checkout-cart-index .column.main .product-items {
  margin-left: 0;
}
.checkout-cart-index .column.main .cart-summary .block > .title strong {
  font-size: 1.125rem;
}
.checkout-cart-index .cart.table-wrapper .actions .actions-toolbar {
  text-align: right;
  max-width: none;
  width: 66px;
  padding-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .actions td {
  border-top: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  background: 0 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\e604';
}
.checkout-cart-index .price-excluding-tax .price {
  font-size: 1rem;
}
.checkout-cart-index .cart-container .form-cart .action.continue {
  padding: 14px 17px;
}
.checkout-cart-index .cart-container .form-cart .action.clear {
  padding: 14px 17px;
}
.checkout-cart-index .cart-container .form-cart .action.update {
  padding: 14px 17px;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cart-summary .actions-toolbar > .primary button {
  background: #5c5c5c;
  color: #fff;
}
.checkout-cart-index .cart-summary .actions-toolbar > .primary button:hover {
  background: #333;
}
.checkout-cart-index .cart-summary .message.warning {
  font-size: .875rem;
}
.checkout-cart-index .cart-summary .block .fieldset .field:not(.choice) > .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  float: none;
  padding: 0;
  width: auto;
  text-align: left;
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .block .fieldset .field input {
  font-weight: 400;
}
.checkout-cart-index #block-summary .field select {
  font-weight: 400;
}
.checkout-cart-index .crosssell .product-item-name {
  text-transform: uppercase;
  font-size: .938rem;
  letter-spacing: .063rem;
  margin-bottom: 0;
}
.checkout-cart-index .crosssell .product-item .price-box {
  margin-top: 0;
}
.checkout-cart-index .crosssell .product-item .price-box .price {
  font-size: 1rem;
}
.checkout-cart-index .crosssell .title {
  font-size: 30px;
  text-transform: uppercase;
}
.checkout-cart-index .table tbody + tbody {
  border-top: 0;
}
.checkout-cart-index .owl-carousel .owl-nav > div.owl-prev {
  left: -5px;
}
.checkout-cart-index .owl-carousel .owl-nav > div.owl-next {
  right: 5px;
}
.checkout-cart-index .owl-carousel .owl-nav > div {
  position: absolute;
  top: 40%;
  font-size: 30px;
  padding: 5px 0;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.Sold.Out {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}
.Sold.Out span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
}
@media all and (min-width: 768px) {
  header.page-header.fixed .header.content {
    margin-top: 0;
  }
  header.page-header.fixed .logo {
    margin-bottom: 18px;
  }
  .page-header .nav-sections-item-content .switcher {
    display: none;
  }
  .header.panel > .header.links {
    display: none;
  }
  .megamenu-mainmenu .navigation .level0 {
    padding-left: 0;
  }
  header .logo {
    margin: 30px auto 30px;
  }
  header .header.content {
    padding: 0 20px 0;
  }
}
@media print {
  header.page-header.fixed .header.content {
    margin-top: 0;
  }
  header.page-header.fixed .logo {
    margin-bottom: 8px;
  }
  .page-header .nav-sections-item-content .switcher {
    display: none;
  }
  .header.panel > .header.links {
    display: none;
  }
  .megamenu-mainmenu .navigation .level0 {
    padding-left: 0;
  }
  header .logo {
    margin: 0 auto 8px;
  }
  header .header.content {
    padding: 0 20px 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:focus {
    background: 0 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover {
    background: 0 0;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .switcher .options ul.dropdown {
    max-height: none;
  }
  .page-header .logo img {
    width: 158px;
  }
  .cms-home .page-main {
    padding-top: 104px;
  }
  .page-main {
    padding-top: 104px;
  }
  header.page-header .header.panel {
    padding: 0;
  }
  header.page-header .header.panel:after {
    content: '';
    display: none;
    clear: both;
  }
  header.page-header .panel.wrapper {
    position: absolute;
    right: 15px;
    top: 60px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  header.page-header .account-wrapper {
    display: none;
  }
  header.page-header .search-wrapper {
    float: left;
  }
  header.page-header .minicart-wrapper {
    float: left;
    margin-right: 0;
  }
  header.page-header.fixed .panel.wrapper {
    top: 52px;
  }
  header.page-header.fixed .minicart-wrapper.active .block-minicart {
    top: 48px;
  }
  header .logo {
    display: block;
    margin: 20px auto;
  }
  header .minicart-wrapper.active .block-minicart {
    top: 65.43px;
    right: 0;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
  .checkout-index-index .modal-popup .modal-title {
    font-size: 20px;
  }
  .cart.table-wrapper .col.actions {
    display: block;
    width: 100%;
    clear: both;
  }
  .checkout-cart-index .page-title {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  header .minicart-wrapper.active .block-minicart {
    top: 51.29px;
    max-width: 290px;
  }
  header.page-header.fixed .minicart-wrapper.active .block-minicart {
    top: 45.03px;
  }
  header.page-header.fixed .panel.wrapper {
    top: 48px;
  }
  .page-header.fixed .logo img {
    width: 80px;
  }
  .page-header.fixed .nav-toggle {
    top: 55px;
  }
  .page-header .logo img {
    width: 100px;
  }
  .cms-home .page-main {
    padding-top: 104.43px;
  }
  header.page-header .panel.wrapper {
    top: 48px;
  }
  .nav-toggle {
    top: 60px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    display: block;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup .modal-footer button {
    width: 100%;
    margin: 10px 0;
  }
  .checkout-index-index .modal-popup .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup .action-close {
    padding: 15px;
  }
  .checkout-index-index .modal-slide .action-close {
    padding: 15px;
  }
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:focus {
    background: 0 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover {
    background: 0 0;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    width: 25%;
  }
}
.cms-no-route .page-main {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cms-no-route .page-main a {
  color: #333;
  text-decoration: underline;
}
.cms-no-route .page-main a:hover {
  color: #5c5c5c;
}
.cms-no-route h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 98px;
  text-transform: uppercase;
}
.cms-no-route .columns .column.main {
  padding-bottom: 75px;
}
.catalogsearch-result-index .page-title-wrapper {
  text-align: center;
}
.catalogsearch-result-index .page-title-wrapper h1 {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  text-transform: uppercase;
}
.catalogsearch-result-index .message.notice {
  max-width: 1380px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  text-align: center;
}
.catalogsearch-result-index .message.notice > *:first-child:before {
  display: none;
}
.cms-quality-page h1 {
  font-size: 60px;
  letter-spacing: 2px;
  margin-top: 98px;
  text-transform: uppercase;
}
.cms-quality-page .page-main {
  overflow: hidden;
}
.cms-quality-page .page-main .container {
  margin-bottom: 5rem;
  position: relative;
  width: 640px;
  max-width: 100%;
}
.cms-quality-page .panel-block {
  font-size: 17px;
  line-height: 1.9;
}
.cms-quality-page .panel-block h2 {
  font-size: 28px;
  font-size: 40px;
}
.cms-quality-page .serve {
  width: 725px;
}
.cms-quality-page .serve .panel-block h2 {
  display: block;
}
.cms-quality-page .serve h2 {
  margin-bottom: 3rem;
}
.cms-quality-page .serve:not(.image) .panel-block {
  max-width: 520px;
  margin-left: 46%;
}
.cms-quality-page .image .panel-block h2 {
  display: block;
}
.cms-quality-page .image img {
  width: 100%;
}
.cms-quality-page .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 1.25s;
  -webkit-transition: all 1.25s;
  -moz-transition: all 1.25s;
  max-width: 100%;
}
.cms-quality-page .animation img {
  width: 100%;
  width: auto;
  max-width: 100%;
}
.cms-quality-page .source {
  width: 725px;
  margin-bottom: 15%;
}
.cms-quality-page .source h2 {
  margin-bottom: 25px;
  padding-right: 10%;
}
.cms-quality-page .source:not(.image) {
  max-width: 100%;
}
.cms-quality-page .source:not(.image) .panel-block {
  max-width: 640px;
}
.cms-quality-page .source.image {
  text-align: center;
  padding-bottom: 1.5rem;
  max-width: 100%;
  margin-bottom: 5%;
}
.cms-quality-page .source.image .panel-block:first-child {
  text-align: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-quality-page .source.image .panel-block:first-child img {
  width: 92%;
  max-width: 610px;
}
.cms-quality-page .source.image .panel-block:last-child img {
  max-width: 376px;
}
.cms-quality-page .source.image .animation:nth-child(2) {
  width: 61%;
}
.cms-quality-page .source.image .animation:last-child {
  width: 68%;
}
.cms-quality-page .source.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-quality-page .source.image.active .animation:nth-child(2) {
  left: 3%;
  top: 57%;
}
.cms-quality-page .source.image.active .animation:last-child {
  left: 48%;
  top: 35%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-quality-page .blend {
  width: 795px;
}
.cms-quality-page .blend:not(.image) .panel-block {
  max-width: 54%;
  margin-right: 0;
  margin-left: 42.1%;
}
.cms-quality-page .blend.image {
  margin-bottom: 20.5%;
}
.cms-quality-page .blend.image h2 {
  position: absolute;
  top: 122%;
}
.cms-quality-page .blend.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-quality-page .blend.image .panel-block:first-child img {
  width: 60%;
  max-width: 610px;
}
.cms-quality-page .blend.image .animation:nth-child(2) {
  width: 55%;
}
.cms-quality-page .blend.image .animation:last-child {
  width: 53%;
}
.cms-quality-page .blend.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-quality-page .blend.image.active .animation:nth-child(2) {
  left: 93%;
  top: 32%;
}
.cms-quality-page .blend.image.active .animation:last-child {
  left: 69%;
  top: 95%;
}
.cms-quality-page .preserve.image {
  margin-bottom: 10rem;
  text-align: right;
  margin-top: 18%;
  margin-bottom: 13.5%;
}
.cms-quality-page .preserve.image h2 {
  position: absolute;
  top: 112%;
  right: 0;
  padding-right: 5rem;
}
.cms-quality-page .preserve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-quality-page .preserve.image .panel-block:first-child img {
  width: 75%;
  width: 610px;
  max-width: 100%;
}
.cms-quality-page .preserve.image .animation:nth-child(2) {
  width: 47%;
}
.cms-quality-page .preserve.image .animation:last-child {
  width: 55%;
}
.cms-quality-page .preserve {
  width: 770px;
}
.cms-quality-page .preserve:not(.image) .panel-block {
  max-width: 640px;
  margin-left: 133px;
}
.cms-quality-page .preserve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-quality-page .preserve.image.active .animation:nth-child(2) {
  left: 33%;
  top: 0;
}
.cms-quality-page .preserve.image.active .animation:last-child {
  left: 19%;
  top: 76%;
}
.cms-quality-page .serve.image {
  margin-top: 19%;
  margin-bottom: 15.5%;
}
.cms-quality-page .serve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-quality-page .serve.image .animation {
  width: 57%;
  width: 520px;
}
.cms-quality-page .serve.image .animation:nth-child(2) {
  width: 60%;
}
.cms-quality-page .serve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-quality-page .serve.image.active .animation:nth-child(2) {
  left: 10%;
  top: 100%;
}
.cms-quality-page .serve.image.active .animation:last-child {
  left: 82%;
  top: 50%;
}
.cms-quality-page .bottom {
  position: relative;
  margin-bottom: 2.5rem;
}
.cms-quality-page .bottom .right {
  text-align: right;
}
.cms-quality-page .bottom .center {
  text-align: center;
}
.cms-quality-page .bottom .button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.cms-quality-page .bottom .button:hover {
  background-color: #3a3a3a;
}
.cms-quality-page .bottom .to-top {
  color: #3a3a3a;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.cms-quality-page .bottom .to-top:hover {
  color: #5c5c5c;
}
.cms-quality-page .bottom .to-top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #3a3a3a;
  width: 100%;
}
@media (min-width: 768px) {
  .cms-quality-page .image.active .animation {
    opacity: 1;
  }
  .cms-quality-page .source.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-quality-page .blend.image .panel-block:first-child {
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
  }
  .cms-quality-page .preserve.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-quality-page .serve.image .panel-block:first-child {
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
  }
}
@media (max-width: 1380px) {
  .catalogsearch-result-index .message.notice {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .cms-quality-page .bottom .center {
    margin-bottom: 15px;
  }
  .cms-quality-page .bottom .center:last-child {
    margin-bottom: 0;
  }
  .cms-quality-page .serve.image.active .animation:last-child {
    left: 72%;
  }
  .cms-quality-page .preserve.image.active .animation:last-child {
    left: 24%;
  }
  .cms-quality-page .serve:not(.image) .panel-block {
    max-width: 560px;
    margin-left: 35%;
  }
}
@media (max-width: 910px) {
  .cms-quality-page .source.image.active .animation:last-child {
    left: 35%;
  }
  .cms-quality-page .serve.image.active .animation:last-child {
    left: 63%;
  }
  .cms-quality-page .preserve:not(.image) .panel-block {
    max-width: 660px;
    margin-left: 111px;
  }
  .cms-quality-page .serve:not(.image) .panel-block {
    margin-left: 27%;
  }
  .cms-quality-page .preserve.image.active .animation:last-child {
    left: 27%;
  }
  .cms-quality-page .source {
    margin-bottom: 18%;
  }
}
@media (max-width: 767px) {
  html[lang="ru"] .category-view .page-title-wrapper h1 {
    font-size: 23px;
  }
  html[lang="ru"] .cms-page-view.cms-payments-delivery-returns h1 {
    margin-bottom: 0;
  }
  .catalogsearch-result-index .message.notice {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .catalogsearch-result-index .page-title-wrapper h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cms-no-route h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .columns .column.main {
    padding-bottom: 40px;
  }
  .cms-quality-page h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .cms-quality-page .panel-block h2 {
    display: block;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .cms-quality-page .image .panel-block h2 {
    display: none;
  }
  .cms-quality-page .container {
    margin-bottom: 3rem;
    max-width: 100% !important;
  }
  .cms-quality-page .container:not(.image) .panel-block {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-quality-page .animation {
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
  }
  .cms-quality-page .source {
    margin-bottom: 16%;
  }
  .cms-quality-page .source.image {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-bottom: 7%;
    padding: 0;
  }
  .cms-quality-page .source.image .animation:nth-child(2) {
    left: 0;
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-quality-page .source.image .animation:last-child {
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0;
  }
  .cms-quality-page .source.image.active .animation:nth-child(2) {
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
  }
  .cms-quality-page .source.image.active .animation:last-child {
    top: 26%;
  }
  .cms-quality-page .blend.image {
    margin-left: 0;
    width: 100%;
    margin-bottom: 7rem;
    margin-bottom: 33%;
    padding: 0;
  }
  .cms-quality-page .blend.image .panel-block:first-child {
    width: 60%;
  }
  .cms-quality-page .blend.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-quality-page .blend.image .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-quality-page .blend.image .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-quality-page .blend.image.active .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-quality-page .blend.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-quality-page .preserve.image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7rem;
    text-align: right;
    padding: 0;
    margin-top: 30%;
    margin-bottom: 17%;
  }
  .cms-quality-page .preserve.image .panel-block:first-child {
    width: 68%;
    margin-left: auto;
  }
  .cms-quality-page .preserve.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-quality-page .preserve.image .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-quality-page .preserve.image .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-quality-page .preserve.image.active .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-quality-page .preserve.image.active .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-quality-page .serve.image {
    width: 100%;
    margin-bottom: 5rem;
    padding: 0;
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .cms-quality-page .serve.image .panel-block:first-child {
    width: 80%;
    margin: auto;
  }
  .cms-quality-page .serve.image .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-quality-page .serve.image .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-quality-page .serve.image.active .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-quality-page .serve.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-quality-page .bottom {
    margin-bottom: 0;
  }
  .cms-quality-page .bottom .button {
    padding: .5rem 15px;
    width: 80%;
    display: block;
    margin: auto;
  }
  .cms-quality-page .bottom .to-top {
    display: block;
    width: 115px;
    padding: 37px 5px;
    margin: auto;
    background-color: #d7d7d7;
    border-radius: 50%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 27px;
    color: #5c5c5c;
  }
  .cms-quality-page .bottom .to-top:after {
    display: none;
  }
}
@media (max-width: 600px) {
  .cms-quality-page .blend:not(.image) .panel-block {
    margin-left: 0 !important;
    margin-left: 0;
    max-width: 100%;
  }
  .cms-quality-page .preserve:not(.image) .panel-block {
    margin-left: 0 !important;
  }
  .cms-quality-page .serve:not(.image) .panel-block {
    margin-left: 0 !important;
  }
  .cms-quality-page .container.image .frame {
    max-width: 100%;
  }
  .cms-quality-page .source.image.active .animation:last-child {
    left: 30%;
    width: 67%;
  }
  .cms-quality-page .source.image .panel-block:last-child img {
    max-width: 100%;
  }
  .cms-quality-page .blend.image .frame > .line {
    margin-left: 0;
  }
  .cms-quality-page .serve.image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html[lang="ru"] .newsletter-manage-index .form-newsletter-manage .legend {
  display: none;
}
html[lang="ru"] .customer-account-edit .password-info {
  display: none;
}
.cms-no-route .page-main {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cms-no-route .page-main a {
  color: #333;
  text-decoration: underline;
}
.cms-no-route .page-main a:hover {
  color: #5c5c5c;
}
.cms-no-route h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 98px;
  text-transform: uppercase;
}
.cms-no-route .columns .column.main {
  padding-bottom: 75px;
}
.catalogsearch-result-index .page-title-wrapper {
  text-align: center;
}
.catalogsearch-result-index .page-title-wrapper h1 {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 98px;
  text-transform: uppercase;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
.catalogsearch-result-index .message.notice {
  max-width: 1380px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  text-align: center;
}
.catalogsearch-result-index .message.notice > *:first-child:before {
  display: none;
}
.container-640 {
  max-width: 640px !important;
  margin: auto;
}
.container-940 {
  max-width: 940px !important;
  margin: auto;
}
.container-980 {
  max-width: 980px !important;
  margin: auto;
}
.container-1200 {
  max-width: 1200px !important;
  margin: auto;
}
.container-1440 {
  max-width: 1440px !important;
  margin: auto;
}
.cms-page-view .column.main .frame.no-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.cms-page-view .column.main .container-full .frame.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.cms-page-view .column.main .container-full.content-1400 .frame.no-padding {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-page-view .column.main .container-full.content-1200 .frame.no-padding {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-page-view .column.main .container-full.content-pink {
  position: relative;
}
.cms-page-view .column.main .container-full.content-pink:before {
  content: "";
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  background-color: #f7ebed;
}
.cms-page-view .column.main .container-full.content-pink .frame.no-padding {
  position: relative;
  z-index: 1;
}
.cms-page-view h1 {
  margin-top: 60px;
}
.cms-page-view h4 {
  font-size: 2.5rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-page-view h4 br {
  display: none;
}
.cms-page-view .page-main {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  font-size: 17px;
}
.cms-page-view .page-main .page-title-wrapper {
  text-align: center;
}
.cms-page-view .bottom {
  position: relative;
  margin-bottom: 2.5rem;
}
.cms-page-view .bottom .right {
  text-align: right;
}
.cms-page-view .bottom .center {
  text-align: center;
}
.cms-page-view .to-top {
  color: #3a3a3a;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.cms-page-view .to-top:hover {
  color: #5c5c5c;
}
.cms-page-view .to-top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #3a3a3a;
  width: 100%;
}
.cms-page-view .button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
}
.cms-page-view .button:hover {
  background-color: #3a3a3a;
}
.gap180 {
  height: 180px;
  font-size: 0;
}
.gap90 {
  height: 90px;
  font-size: 0;
}
.gap70 {
  height: 70px;
  font-size: 0;
}
.gap50 {
  height: 50px;
  font-size: 0;
}
.gap30 {
  height: 30px;
  font-size: 0;
}
.gap20 {
  height: 20px;
  font-size: 0;
}
.image-position-1 {
  position: relative;
  top: -300px;
  left: 275px;
  max-width: 80%;
  margin-bottom: -150px;
}
.image-position-3 {
  position: relative;
  top: -60px;
  left: 165px;
  max-width: 80%;
  margin-bottom: -150px;
}
.image-position-2 {
  margin-top: -60px;
}
.cms-our-story hr {
  border-top: 1px solid #8c8b8b;
  max-width: 145px;
  margin-left: 0;
}
.cms-our-story h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: uppercase;
}
.cms-our-story .page-main .container {
  margin-bottom: 1rem;
  position: relative;
  max-width: 620px;
  width: 100%;
}
.cms-our-story .panel-block {
  font-size: 17px;
  line-height: 1.9;
}
.cms-our-story .panel-block h2 {
  font-size: 28px;
  display: none;
}
.cms-our-story .serve {
  width: 695px;
}
.cms-our-story .serve .panel-block h2 {
  display: block;
}
.cms-our-story .serve h2 {
  margin-bottom: 3rem;
}
.cms-our-story .image .panel-block h2 {
  display: block;
}
.cms-our-story .image img {
  width: 100%;
}
.cms-our-story .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  max-width: 100%;
}
.cms-our-story .source {
  width: 725px;
  margin-bottom: 15%;
}
.cms-our-story .source h2 {
  margin-bottom: 25px;
  padding-right: 10%;
}
.cms-our-story .source.image {
  text-align: center;
  padding-bottom: 1.5rem;
  width: 46%;
  max-width: 100%;
  margin-bottom: 5%;
}
.cms-our-story .source.image .panel-block:first-child {
  text-align: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-our-story .source.image .panel-block:first-child img {
  width: 92%;
}
.cms-our-story .source.image .animation:nth-child(2) {
  width: 61%;
}
.cms-our-story .source.image .animation:last-child {
  width: 68%;
}
.cms-our-story .source.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-our-story .source.image.active .animation:nth-child(2) {
  left: 3%;
  top: 57%;
}
.cms-our-story .source.image.active .animation:last-child {
  left: 68%;
  top: 39%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-our-story .blend {
  width: 695px;
}
.cms-our-story .blend.image {
  margin-bottom: 20.5%;
  width: 60%;
}
.cms-our-story .blend.image h2 {
  position: absolute;
  top: 122%;
}
.cms-our-story .blend.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-our-story .blend.image .panel-block:first-child img {
  width: 60%;
}
.cms-our-story .blend.image .animation:nth-child(2) {
  width: 55%;
}
.cms-our-story .blend.image .animation:last-child {
  width: 53%;
}
.cms-our-story .blend.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-our-story .blend.image.active .animation:nth-child(2) {
  left: 93%;
  top: 32%;
}
.cms-our-story .blend.image.active .animation:last-child {
  left: 69%;
  top: 95%;
}
.cms-our-story .preserve.image {
  margin-bottom: 10rem;
  text-align: right;
  width: 57%;
  margin-top: 18%;
  margin-bottom: 13.5%;
}
.cms-our-story .preserve.image h2 {
  position: absolute;
  top: 112%;
  right: 0;
  padding-right: 5rem;
}
.cms-our-story .preserve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-our-story .preserve.image .panel-block:first-child img {
  width: 75%;
}
.cms-our-story .preserve.image .animation:nth-child(2) {
  width: 47%;
}
.cms-our-story .preserve.image .animation:last-child {
  width: 55%;
}
.cms-our-story .preserve {
  width: 770px;
}
.cms-our-story .preserve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-our-story .preserve.image.active .animation:nth-child(2) {
  left: 33%;
  top: 0;
}
.cms-our-story .preserve.image.active .animation:last-child {
  left: 14%;
  top: 80%;
}
.cms-our-story .serve.image {
  width: 50%;
  margin-top: 19%;
  margin-bottom: 15.5%;
}
.cms-our-story .serve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-our-story .serve.image .animation {
  width: 57%;
}
.cms-our-story .serve.image .animation:nth-child(2) {
  width: 60%;
}
.cms-our-story .serve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-our-story .serve.image.active .animation:nth-child(2) {
  left: 10%;
  top: 100%;
}
.cms-our-story .serve.image.active .animation:last-child {
  left: 82%;
  top: 50%;
}
.brewing-guide h4 {
  font-family: BrandonText;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cms-our-story .image .animation {
    opacity: 0;
  }
  .cms-our-story .image.active .animation {
    opacity: 1;
  }
  .cms-our-story .source.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-our-story .blend.image .panel-block:first-child {
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
  }
  .cms-our-story .preserve.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-our-story .serve.image .panel-block:first-child {
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
  }
}
@media (max-width: 1380px) {
  .catalogsearch-result-index .message.notice {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cms-our-story .bottom .center {
    margin-bottom: 15px;
  }
  .cms-our-story .bottom .center:last-child {
    margin-bottom: 0;
  }
  .cms-page-view h4 br {
    display: none;
  }
  .gap180 {
    height: 50px;
  }
  .gap90 {
    height: 30px;
  }
  h4 + .gap30 {
    height: 10px;
  }
  .image-position-3 {
    max-width: 60%;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .cms-page-view h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .cms-page-view .page-main {
    padding-top: 124px;
  }
  .image-position-1 {
    display: none;
  }
  .gap180 {
    height: 50px;
  }
  .gap90 {
    height: 30px;
  }
  .gap70 {
    height: 30px;
  }
  .gap50 {
    height: 30px;
  }
  .gap30 {
    height: 20px;
  }
  .gap20 {
    height: 20px;
  }
  .cms-sustainabilty .container-1440 .line > div > div a.button {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .catalogsearch-result-index .message.notice {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .catalogsearch-result-index .page-title-wrapper h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cms-no-route h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .columns .column.main {
    padding-bottom: 40px;
  }
  .cms-our-story h1 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .cms-our-story .panel-block h2 {
    display: block;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .cms-our-story .image .panel-block h2 {
    display: none;
  }
  .cms-our-story .page-main .container {
    margin-bottom: 3rem;
  }
  .cms-our-story .container:not(.image) .panel-block {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-our-story .animation {
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
  }
  .cms-our-story .source {
    margin-bottom: 16%;
  }
  .cms-our-story .source.image {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-bottom: 7%;
    padding: 0;
  }
  .cms-our-story .source.image .panel-block:first-child {
    width: 63%;
    margin-left: 17%;
  }
  .cms-our-story .source.image .animation:nth-child(2) {
    left: 0;
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-our-story .source.image .animation:last-child {
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0;
  }
  .cms-our-story .source.image.active .animation:nth-child(2) {
    left: 0;
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-our-story .source.image.active .animation:last-child {
    transform: none;
    -webkit-transform: transform:none;
    -moz-transform: transform:none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0;
  }
  .cms-our-story .blend.image {
    margin-left: 0;
    width: 100%;
    margin-bottom: 7rem;
    margin-bottom: 33%;
    padding: 0;
  }
  .cms-our-story .blend.image .panel-block:first-child {
    width: 60%;
  }
  .cms-our-story .blend.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-our-story .blend.image .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-our-story .blend.image .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-our-story .blend.image.active .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-our-story .blend.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-our-story .preserve.image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7rem;
    text-align: right;
    padding: 0;
    margin-top: 30%;
    margin-bottom: 17%;
  }
  .cms-our-story .preserve.image .panel-block:first-child {
    width: 68%;
    margin-left: auto;
  }
  .cms-our-story .preserve.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-our-story .preserve.image .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-our-story .preserve.image .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-our-story .preserve.image.active .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-our-story .preserve.image.active .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-our-story .serve.image {
    width: 100%;
    margin-bottom: 5rem;
    padding: 0;
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .cms-our-story .serve.image .panel-block:first-child {
    width: 80%;
    margin: auto;
  }
  .cms-our-story .serve.image .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-our-story .serve.image .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-our-story .serve.image.active .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-our-story .serve.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-our-story .bottom {
    margin-bottom: 0;
  }
  .cms-our-story .bottom .button {
    padding: .5rem 15px;
    width: 80%;
    display: block;
    margin: auto;
  }
  .cms-our-story .bottom .to-top {
    display: block;
    width: 115px;
    padding: 37px 5px;
    margin: auto;
    background-color: #d7d7d7;
    border-radius: 50%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 27px;
    color: #5c5c5c;
  }
  .cms-our-story .bottom .to-top:after {
    display: none;
  }
  html[lang="ru"] .cms-our-story .panel-block-row > div a.button {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .cms-page-view .page-main {
    padding-top: 106px;
  }
}
.cms-charity hr {
  border-top: 1px solid #8c8b8b;
  max-width: 145px;
  margin-left: -100px;
}
.cms-charity h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 90px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cms-charity h4 {
  font-size: 2.5rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-charity .page-main {
  overflow: hidden;
}
.cms-charity .page-main .container {
  margin-bottom: 1rem;
  position: relative;
  width: 620px;
  max-width: 100%;
}
.cms-charity .panel-block {
  font-size: 17px;
  line-height: 1.9;
}
.cms-charity .panel-block h2 {
  font-size: 28px;
  display: none;
}
.cms-charity .serve {
  width: 695px;
}
.cms-charity .serve .panel-block h2 {
  display: block;
}
.cms-charity .serve h2 {
  margin-bottom: 3rem;
}
.cms-charity .image .panel-block h2 {
  display: block;
}
.cms-charity .image img {
  width: 100%;
}
.cms-charity .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  max-width: 100%;
}
.cms-charity .source {
  width: 725px;
  margin-bottom: 15%;
}
.cms-charity .source h2 {
  margin-bottom: 25px;
  padding-right: 10%;
}
.cms-charity .source.image {
  text-align: center;
  padding-bottom: 1.5rem;
  width: 46%;
  max-width: 100%;
  margin-bottom: 5%;
}
.cms-charity .source.image .panel-block:first-child {
  text-align: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-charity .source.image .panel-block:first-child img {
  width: 92%;
}
.cms-charity .source.image .animation:nth-child(2) {
  width: 61%;
}
.cms-charity .source.image .animation:last-child {
  width: 68%;
}
.cms-charity .source.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-charity .source.image.active .animation:nth-child(2) {
  left: 3%;
  top: 57%;
}
.cms-charity .source.image.active .animation:last-child {
  left: 68%;
  top: 39%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-charity .blend {
  width: 695px;
}
.cms-charity .blend.image {
  margin-bottom: 20.5%;
  width: 60%;
}
.cms-charity .blend.image h2 {
  position: absolute;
  top: 122%;
}
.cms-charity .blend.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-charity .blend.image .panel-block:first-child img {
  width: 60%;
}
.cms-charity .blend.image .animation:nth-child(2) {
  width: 55%;
}
.cms-charity .blend.image .animation:last-child {
  width: 53%;
}
.cms-charity .blend.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-charity .blend.image.active .animation:nth-child(2) {
  left: 93%;
  top: 32%;
}
.cms-charity .blend.image.active .animation:last-child {
  left: 69%;
  top: 95%;
}
.cms-charity .preserve.image {
  margin-bottom: 10rem;
  text-align: right;
  width: 57%;
  margin-top: 18%;
  margin-bottom: 13.5%;
}
.cms-charity .preserve.image h2 {
  position: absolute;
  top: 112%;
  right: 0;
  padding-right: 5rem;
}
.cms-charity .preserve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-charity .preserve.image .panel-block:first-child img {
  width: 75%;
}
.cms-charity .preserve.image .animation:nth-child(2) {
  width: 47%;
}
.cms-charity .preserve.image .animation:last-child {
  width: 55%;
}
.cms-charity .preserve {
  width: 770px;
}
.cms-charity .preserve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-charity .preserve.image.active .animation:nth-child(2) {
  left: 33%;
  top: 0;
}
.cms-charity .preserve.image.active .animation:last-child {
  left: 14%;
  top: 80%;
}
.cms-charity .serve.image {
  width: 50%;
  margin-top: 19%;
  margin-bottom: 15.5%;
}
.cms-charity .serve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-charity .serve.image .animation {
  width: 57%;
}
.cms-charity .serve.image .animation:nth-child(2) {
  width: 60%;
}
.cms-charity .serve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-charity .serve.image.active .animation:nth-child(2) {
  left: 10%;
  top: 100%;
}
.cms-charity .serve.image.active .animation:last-child {
  left: 82%;
  top: 50%;
}
.cms-charity .bottom {
  position: relative;
  margin-bottom: 2.5rem;
}
.cms-charity .bottom .right {
  text-align: right;
}
.cms-charity .bottom .center {
  text-align: center;
}
.cms-charity .bottom .to-top:hover {
  color: #5c5c5c;
}
.cms-charity .bottom .to-top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #3a3a3a;
  width: 100%;
}
.cms-charity .button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
  margin-left: 230px;
}
.cms-charity .button:hover {
  background-color: #3a3a3a;
  color: #fff;
}
.cms-charity .to-top {
  color: #3a3a3a;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}
.page-url {
  font-weight: 600;
  text-decoration: underline;
}
.cms-no-route a.button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
  height: auto;
  line-height: 1.1;
  display: inline-block;
}
.cms-no-route a.button:hover {
  background-color: #3a3a3a;
  color: #fff;
}
.cms-page-view a.button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
}
.cms-page-view a.button:hover {
  background-color: #3a3a3a;
  color: #fff;
}
@media (min-width: 768px) {
  .cms-charity .image .animation {
    opacity: 0;
  }
  .cms-charity .image.active .animation {
    opacity: 1;
  }
  .cms-charity .source.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-charity .blend.image .panel-block:first-child {
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
  }
  .cms-charity .preserve.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-charity .serve.image .panel-block:first-child {
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
  }
}
@media (max-width: 1380px) {
  .catalogsearch-result-index .message.notice {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cms-charity .bottom .center {
    margin-bottom: 15px;
  }
  .cms-charity .bottom .center:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .image-position-1 {
    display: none;
  }
  .gap180 {
    height: 50px;
  }
  .gap90 {
    height: 30px;
  }
  .gap70 {
    height: 30px;
  }
  .gap50 {
    height: 30px;
  }
  .gap30 {
    height: 20px;
  }
  .gap20 {
    height: 20px;
  }
  .catalogsearch-result-index .message.notice {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .catalogsearch-result-index .page-title-wrapper h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cms-no-route h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
  }
  .cms-no-route h5 {
    font-size: 20px;
  }
  .cms-no-route .columns .column.main {
    padding-bottom: 40px;
  }
  .cms-no-route a.button {
    padding: 14px 20px;
  }
  .cms-charity h1 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .cms-charity .panel-block h2 {
    display: block;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .cms-charity .image .panel-block h2 {
    display: none;
  }
  .cms-charity .page-main .container {
    margin-bottom: 3rem;
  }
  .cms-charity .container:not(.image) .panel-block {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-charity .animation {
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
  }
  .cms-charity .source {
    margin-bottom: 16%;
  }
  .cms-charity .source.image {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-bottom: 7%;
    padding: 0;
  }
  .cms-charity .source.image .panel-block:first-child {
    width: 63%;
    margin-left: 17%;
  }
  .cms-charity .source.image .animation:nth-child(2) {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-charity .source.image .animation:last-child {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0;
  }
  .cms-charity .source.image.active .animation:nth-child(2) {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-charity .source.image.active .animation:last-child {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0;
  }
  .cms-charity .blend.image {
    margin-left: 0;
    width: 100%;
    margin-bottom: 7rem;
    margin-bottom: 33%;
    padding: 0;
  }
  .cms-charity .blend.image .panel-block:first-child {
    width: 60%;
  }
  .cms-charity .blend.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-charity .blend.image .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-charity .blend.image .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-charity .blend.image.active .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-charity .blend.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-charity .preserve.image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7rem;
    text-align: right;
    padding: 0;
    margin-top: 30%;
    margin-bottom: 17%;
  }
  .cms-charity .preserve.image .panel-block:first-child {
    width: 68%;
    margin-left: auto;
  }
  .cms-charity .preserve.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-charity .preserve.image .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-charity .preserve.image .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-charity .preserve.image.active .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-charity .preserve.image.active .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-charity .serve.image {
    width: 100%;
    margin-bottom: 5rem;
    padding: 0;
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .cms-charity .serve.image .panel-block:first-child {
    width: 80%;
    margin: auto;
  }
  .cms-charity .serve.image .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-charity .serve.image .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-charity .serve.image.active .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-charity .serve.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-charity .bottom {
    margin-bottom: 0;
  }
  .cms-charity .bottom .button {
    padding: .5rem 15px;
    width: 80%;
    display: block;
    margin: auto;
  }
  .cms-charity .bottom .to-top {
    display: block;
    width: 115px;
    padding: 37px 5px;
    margin: auto;
    background-color: #d7d7d7;
    border-radius: 50%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 27px;
    color: #5c5c5c;
  }
  .cms-charity .bottom .to-top:after {
    display: none;
  }
}
.cms-chitra-collection hr {
  border-top: 1px solid #8c8b8b;
  max-width: 145px;
  margin-left: 0;
}
.cms-chitra-collection h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 60px;
  text-transform: uppercase;
}
.cms-chitra-collection .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
  padding-top: 0;
  position: static;
}
.cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text > * {
  max-width: 500px;
  padding: 0px 2px;
  margin: 0;
}
.cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text h5 {
  max-width: 500px;
  padding: 0px 2px;
  margin: 0;
}
.cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text.bottom_center {
  top: auto;
  bottom: 15px;
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
}
.cms-chitra-collection .slider_mgs_carousel .owl-item.active + .active + .active .slide-text.bottom_center {
  opacity: 0;
}
.cms-chitra-collection .slider_mgs_carousel .owl-item.active + .active .slide-text.bottom_center {
  opacity: 1;
}
.cms-chitra-collection .slider_mgs_carousel.owl-carousel .owl-dots {
  display: none;
}
.cms-chitra-collection h4 {
  font-size: 2.5rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: 0.056rem;
}
.cms-chitra-collection .page-main {
  overflow: hidden;
}
.cms-chitra-collection .container {
  margin-bottom: 1rem;
  position: relative;
  width: 620px;
  max-width: 100%;
}
.cms-chitra-collection .panel-block {
  font-size: 17px;
  line-height: 1.9;
}
.cms-chitra-collection .panel-block h2 {
  font-size: 28px;
  display: none;
}
.cms-chitra-collection .serve {
  width: 695px;
}
.cms-chitra-collection .serve .panel-block h2 {
  display: block;
}
.cms-chitra-collection .serve h2 {
  margin-bottom: 3rem;
}
.cms-chitra-collection .image .panel-block h2 {
  display: block;
}
.cms-chitra-collection .image img {
  width: 100%;
}
.cms-chitra-collection .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  max-width: 100%;
}
.cms-chitra-collection .source {
  width: 725px;
  margin-bottom: 15%;
}
.cms-chitra-collection .source h2 {
  margin-bottom: 25px;
  padding-right: 10%;
}
.cms-chitra-collection .source.image {
  text-align: center;
  padding-bottom: 1.5rem;
  width: 46%;
  max-width: 100%;
  margin-bottom: 5%;
}
.cms-chitra-collection .source.image .panel-block:first-child {
  text-align: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-chitra-collection .source.image .panel-block:first-child img {
  width: 92%;
}
.cms-chitra-collection .source.image .animation:nth-child(2) {
  width: 61%;
}
.cms-chitra-collection .source.image .animation:last-child {
  width: 68%;
}
.cms-chitra-collection .source.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-chitra-collection .source.image.active .animation:nth-child(2) {
  left: 3%;
  top: 57%;
}
.cms-chitra-collection .source.image.active .animation:last-child {
  left: 68%;
  top: 39%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-chitra-collection .blend {
  width: 695px;
}
.cms-chitra-collection .blend.image {
  margin-bottom: 20.5%;
  width: 60%;
}
.cms-chitra-collection .blend.image h2 {
  position: absolute;
  top: 122%;
}
.cms-chitra-collection .blend.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-chitra-collection .blend.image .panel-block:first-child img {
  width: 60%;
}
.cms-chitra-collection .blend.image .animation:nth-child(2) {
  width: 55%;
}
.cms-chitra-collection .blend.image .animation:last-child {
  width: 53%;
}
.cms-chitra-collection .blend.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-chitra-collection .blend.image.active .animation:nth-child(2) {
  left: 93%;
  top: 32%;
}
.cms-chitra-collection .blend.image.active .animation:last-child {
  left: 69%;
  top: 95%;
}
.cms-chitra-collection .preserve.image {
  margin-bottom: 10rem;
  text-align: right;
  width: 57%;
  margin-top: 18%;
  margin-bottom: 13.5%;
}
.cms-chitra-collection .preserve.image h2 {
  position: absolute;
  top: 112%;
  right: 0;
  padding-right: 5rem;
}
.cms-chitra-collection .preserve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-chitra-collection .preserve.image .panel-block:first-child img {
  width: 75%;
}
.cms-chitra-collection .preserve.image .animation:nth-child(2) {
  width: 47%;
}
.cms-chitra-collection .preserve.image .animation:last-child {
  width: 55%;
}
.cms-chitra-collection .preserve {
  width: 770px;
}
.cms-chitra-collection .preserve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-chitra-collection .preserve.image.active .animation:nth-child(2) {
  left: 33%;
  top: 0%;
}
.cms-chitra-collection .preserve.image.active .animation:last-child {
  left: 14%;
  top: 80%;
}
.cms-chitra-collection .serve.image {
  width: 50%;
  margin-top: 19%;
  margin-bottom: 15.5%;
}
.cms-chitra-collection .serve.image .panel-block:first-child {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.cms-chitra-collection .serve.image .animation {
  width: 57%;
}
.cms-chitra-collection .serve.image .animation:nth-child(2) {
  width: 60%;
}
.cms-chitra-collection .serve.image.active .panel-block:first-child {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.cms-chitra-collection .serve.image.active .animation:nth-child(2) {
  left: 10%;
  top: 100%;
}
.cms-chitra-collection .serve.image.active .animation:last-child {
  left: 82%;
  top: 50%;
}
.cms-chitra-collection .bottom {
  position: relative;
  margin-bottom: 2.5rem;
}
.cms-chitra-collection .bottom .right {
  text-align: right;
}
.cms-chitra-collection .bottom .center {
  text-align: center;
}
.cms-chitra-collection .bottom .to-top:hover {
  color: #5c5c5c;
}
.cms-chitra-collection .bottom .to-top::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #3a3a3a;
  width: 100%;
}
.cms-chitra-collection .button {
  background-color: #5c5c5c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 70px;
}
.cms-chitra-collection .button:hover {
  background-color: #3a3a3a;
}
.cms-chitra-collection .to-top {
  color: #3a3a3a;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}
.cms-chitra-collection .mgs-owl-carousel .owl-prev {
  left: 0;
}
.cms-chitra-collection .mgs-owl-carousel .owl-next {
  right: 47px;
}
.cms-chitra-collection .mgs-owl-carousel.owl-carousel .slider-nav.nav-next:before {
  color: #333;
  background: transparent;
  font-size: 80px;
}
.cms-chitra-collection .mgs-owl-carousel.owl-carousel .slider-nav.nav-prev:before {
  color: #333;
  background: transparent;
  font-size: 80px;
  margin-left: -20px;
}
.cms-page-view h1 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.small-text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .cms-chitra-collection .image .animation {
    opacity: 0;
  }
  .cms-chitra-collection .image.active .animation {
    opacity: 1;
  }
  .cms-chitra-collection .source.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-chitra-collection .blend.image .panel-block:first-child {
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
  }
  .cms-chitra-collection .preserve.image .panel-block:first-child {
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
  }
  .cms-chitra-collection .serve.image .panel-block:first-child {
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
  }
}
@media (max-width: 1380px) {
  .catalogsearch-result-index .message.notice {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cms-chitra-collection .bottom .center {
    margin-bottom: 15px;
  }
  .cms-chitra-collection .bottom .center:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .image-position-1 {
    display: none;
  }
  .gap180 {
    height: 50px;
  }
  .gap90 {
    height: 30px;
  }
  .gap70 {
    height: 30px;
  }
  .gap50 {
    height: 30px;
  }
  .gap30 {
    height: 20px;
  }
  .gap20 {
    height: 20px;
  }
  .catalogsearch-result-index .message.notice {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .catalogsearch-result-index .page-title-wrapper h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cms-no-route h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-no-route .columns .column.main {
    padding-bottom: 40px;
  }
  .cms-chitra-collection h1 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .cms-chitra-collection .panel-block h2 {
    display: block;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .cms-chitra-collection .image .panel-block h2 {
    display: none;
  }
  .cms-chitra-collection .container {
    margin-bottom: 3rem;
  }
  .cms-chitra-collection .container:not(.image) .panel-block {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-chitra-collection .animation {
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
  }
  .cms-chitra-collection .source {
    margin-bottom: 16%;
  }
  .cms-chitra-collection .source.image {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-bottom: 7%;
    padding: 0;
  }
  .cms-chitra-collection .source.image .panel-block:first-child {
    width: 63%;
    margin-left: 17%;
  }
  .cms-chitra-collection .source.image .animation:nth-child(2) {
    left: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-chitra-collection .source.image .animation:last-child {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0%;
  }
  .cms-chitra-collection .source.image.active .animation:nth-child(2) {
    left: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    bottom: 5%;
    width: 45%;
  }
  .cms-chitra-collection .source.image.active .animation:last-child {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 45%;
    bottom: 5%;
    top: auto;
    left: auto;
    right: 0%;
  }
  .cms-chitra-collection .blend.image {
    margin-left: 0%;
    width: 100%;
    margin-bottom: 7rem;
    margin-bottom: 33%;
    padding: 0;
  }
  .cms-chitra-collection .blend.image .panel-block:first-child {
    width: 60%;
  }
  .cms-chitra-collection .blend.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-chitra-collection .blend.image .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-chitra-collection .blend.image .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-chitra-collection .blend.image.active .animation:nth-child(2) {
    left: auto;
    right: 0;
    top: 10%;
  }
  .cms-chitra-collection .blend.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: auto;
    bottom: -34%;
    width: 55%;
  }
  .cms-chitra-collection .preserve.image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7rem;
    text-align: right;
    padding: 0;
    margin-top: 30%;
    margin-bottom: 17%;
  }
  .cms-chitra-collection .preserve.image .panel-block:first-child {
    width: 68%;
    margin-left: auto;
  }
  .cms-chitra-collection .preserve.image .panel-block:first-child img {
    width: 100%;
  }
  .cms-chitra-collection .preserve.image .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-chitra-collection .preserve.image .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-chitra-collection .preserve.image.active .animation:nth-child(2) {
    left: 16%;
    top: -16%;
    width: 45%;
  }
  .cms-chitra-collection .preserve.image.active .animation:last-child {
    left: 0;
    top: 50%;
    width: 45%;
  }
  .cms-chitra-collection .serve.image {
    width: 100%;
    margin-bottom: 5rem;
    padding: 0;
    margin-top: 25%;
    margin-bottom: 20%;
  }
  .cms-chitra-collection .serve.image .panel-block:first-child {
    width: 80%;
    margin: auto;
  }
  .cms-chitra-collection .serve.image .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-chitra-collection .serve.image .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-chitra-collection .serve.image.active .animation:nth-child(2) {
    left: 0;
    top: 54%;
    width: 47%;
  }
  .cms-chitra-collection .serve.image.active .animation:last-child {
    left: auto;
    right: 0;
    top: -29%;
    width: 47%;
  }
  .cms-chitra-collection .bottom {
    margin-bottom: 0;
  }
  .cms-chitra-collection .bottom .button {
    padding: .5rem 15px;
    width: 80%;
    display: block;
    margin: auto;
  }
  .cms-chitra-collection .bottom .to-top {
    display: block;
    width: 115px;
    padding: 37px 5px;
    margin: auto;
    background-color: #d7d7d7;
    border-radius: 50%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 27px;
    color: #5c5c5c;
  }
  .cms-chitra-collection .bottom .to-top::after {
    display: none;
  }
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    width: 300px;
    margin-left: -30%;
  }
}
@media (max-width: 530px) {
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    margin-left: -40%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
  }
}
@media (max-width: 480px) {
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    margin-left: -50%;
  }
}
@media (max-width: 430px) {
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    margin-left: -70%;
  }
}
@media (max-width: 360px) {
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    margin-left: -80%;
  }
}
@media (max-width: 320px) {
  .cms-chitra-collection .slider_mgs_carousel .owl-item .slide-text {
    margin-left: -100%;
  }
}
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(../../frontend/NewbyLondon/Newby/en_US/css/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(../../frontend/Magento/blank/en_GB/MGS_Blog/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(../../frontend/NewbyLondon/Newby/en_US/css/blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('../../frontend/NewbyLondon/Newby/en_US/css/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('../../frontend/NewbyLondon/Newby/en_US/css/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../../frontend/NewbyLondon/Newby/en_US/css/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(../../frontend/NewbyLondon/Newby/en_US/css/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../../frontend/NewbyLondon/Newby/en_US/css/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../../frontend/NewbyLondon/Newby/en_US/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}.cms-quality-page .panel-block h2 {
  margin-bottom: 28px;
}
.cms-home .instagram-feed .content-heading:before {
  left: 15px;
}
.cms-home .instagram-feed .content-heading:after {
  right: 15px;
}
.cms-contact-us .form.contact .field textarea {
  border: 1px solid #333;
  min-height: 174px;
  padding: 10px;
  margin-top: 30px;
}
.cms-contact-us .form .legend span {
  display: none;
}
@media (min-width: 1281px) {
  .cms-quality-page .source.image {
    margin-bottom: 22px;
    margin-top: -50px;
  }
  .cms-quality-page .blend.image {
    margin-top: -50px;
    margin-bottom: 215px;
  }
  .cms-quality-page .preserve.image {
    margin-top: 150px;
    margin-bottom: 55px;
  }
  .cms-quality-page .serve.image {
    margin-bottom: 257px;
  }
  .cms-quality-page h1 {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .cms-charity .panel-block-row > div > p:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .cms-quality-page .source.image {
    margin-bottom: 20px;
    margin-top: -40px;
  }
  .cms-quality-page .blend.image {
    margin-top: -90px;
    margin-bottom: 200px;
    padding-right: 70px;
  }
  .cms-quality-page .blend:not(.image) .panel-block {
    margin-left: 39.1%;
  }
  .cms-quality-page .serve.image {
    margin-top: 260px;
    margin-bottom: 246px;
  }
  .cms-quality-page .preserve.image {
    margin-top: -28px;
    margin-bottom: 46px;
  }
  .cms-quality-page .serve .panel-block h2 {
    margin-bottom: 10px;
  }
  .cms-home .instagram-feed .content-heading:before {
    left: 0;
  }
  .cms-home .instagram-feed .content-heading:after {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cms-our-story .panel-block-row > div {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .cms-our-story .gap180 {
    display: none;
  }
  .cms-our-story .panel-block-row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 12px !important;
  }
  .cms-our-story .image-position-1 {
    left: 190px;
    top: -150px;
  }
  .cms-our-story .gap90 {
    display: none;
  }
  .cms-quality-page .serve.image.active .animation:nth-child(2) {
    left: 24.4%;
  }
  .cms-quality-page .blend.image.active .panel-block:first-child {
    left: 0;
  }
  .cms-quality-page .blend.image.active .animation:nth-child(2) {
    left: 83%;
  }
  .cms-quality-page .serve.image {
    margin-top: 140px;
    margin-bottom: 170px;
  }
}
@media (max-width: 970px) {
  .cms-quality-page .blend.image {
    padding-right: 80px;
    margin-bottom: 20%;
  }
  .cms-quality-page .serve.image {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 910px) {
  .cms-quality-page .source {
    margin-bottom: 21%;
  }
  .cms-quality-page .blend.image.active .animation:nth-child(2) {
    left: 74%;
  }
  .cms-quality-page .blend.image {
    margin-bottom: 22%;
  }
}
@media (max-width: 767px) {
  .cms-the-perfect-cup .title-page h1.big-title {
    margin-top: 40px;
    margin-bottom: 34px;
  }
  .cms-the-perfect-cup .container.special-page {
    padding-bottom: 0;
  }
  .cms-charity .bottom .to-top {
    margin-top: -40px;
  }
  .cms-charity .panel-block-row-mobile {
    display: none;
  }
  .cms-charity .image-position-2 {
    margin-top: 8px;
    margin-bottom: 48px;
  }
  .cms-charity .cms-no-route a.button {
    font-size: 14px;
  }
  .cms-charity .button {
    margin-left: 115px;
  }
  .cms-charity .panel-block-row > div {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  .cms-quality-page .source.image {
    margin-bottom: 7%;
    margin-top: -3%;
  }
  .cms-quality-page .blend.image {
    margin-bottom: 26%;
  }
  .cms-quality-page .col-des-12 {
    margin-right: 3px;
  }
  .cms-quality-page .panel-block-row {
    margin-left: opx !important;
  }
  .cms-quality-page .blend.image.active .panel-block:first-child {
    padding-left: 0;
  }
  .cms-quality-page .blend.image.active .animation:nth-child(2) {
    left: 59%;
  }
  .cms-quality-page .preserve.image {
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .cms-quality-page .preserve.image .panel-block:first-child {
    margin-left: 166px;
  }
  .cms-quality-page .serve.image {
    margin-top: 20%;
    margin-bottom: 8%;
  }
  .cms-quality-page .serve.image.active .animation:nth-child(2) {
    left: 0;
  }
  .gap90 {
    display: none;
  }
  .gap180 {
    display: none;
  }
  .cms-awards .panel-block-row > div {
    padding-left: 0 !important;
  }
  .cms-our-story .panel-block-row > div {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 8px;
  }
  .cms-page-view a.button {
    font-size: 14px;
  }
  .cms-chitra-collection .panel-block-row > div {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .cms-chitra-collection .panel-block-row > div a {
    margin-left: 0;
  }
  .cms-chitra-collection .panel-block-row > div img {
    margin-top: 48px;
  }
}
@media (max-width: 650px) {
  .cms-quality-page .blend.image {
    margin-bottom: 32%;
  }
}
@media (max-width: 600px) {
  .cms-quality-page .source {
    margin-bottom: 160px;
  }
  .cms-quality-page .blend.image.active .panel-block:first-child {
    left: 0;
    width: 80%;
  }
  .cms-quality-page .blend.image.active .animation:nth-child(2) {
    left: inherit;
    width: 56%;
    right: 0;
  }
  .cms-quality-page .blend.image.active .animation:last-child {
    left: auto;
    right: 8%;
    top: auto;
    bottom: -21%;
    width: 55%;
  }
  .cms-quality-page .blend.image {
    margin-bottom: 23%;
    padding-right: 0;
  }
}
@media (max-width: 570px) {
  .cms-quality-page .blend.image.active .panel-block:first-child {
    padding-left: 14px !important;
  }
  .cms-quality-page .preserve.image .panel-block:first-child {
    padding-right: 8px;
    margin-left: 16%;
    width: 90%;
  }
  .cms-quality-page .preserve.image.active .animation:last-child {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cms-charity .button {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .cms-awards .panel-block-row > div {
    padding-left: 0 !important;
  }
  .cms-our-story .panel-block-row > div {
    padding: 0 !important;
  }
  .cms-charity .button {
    margin-left: 75px;
  }
  .cms-charity .cms-no-route a.button {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cms-page-view a.button {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 377px) {
  .cms-quality-page .blend.image.active .panel-block:first-child {
    padding-left: 4%;
  }
}
@media (max-width: 364px) {
  .cms-our-story .panel-block-row > div a {
    font-size: 10px;
    margin-left: 76px;
  }
}
@media (max-width: 320px) {
  .cms-our-story .panel-block-row > div a {
    font-size: 10px;
    margin-left: 52px;
  }
  .cms-charity .cms-no-route a.button {
    font-size: 10px;
    margin-left: 50px;
  }
  .cms-charity .panel-block-row > div {
    padding-top: 34px !important;
  }
  .cms-charity .panel-block-row > div .image-position-2 {
    margin-top: 28px;
    margin-bottom: 36px;
  }
  .cms-charity .panel-block {
    margin-top: -25px;
  }
  .cms-page-view a.button {
    font-size: 10px;
    margin-left: 50px;
  }
  .cms-quality-page .preserve.image {
    margin-top: -8%;
  }
}
@media (min-width: 768px) {
  .cms-the-perfect-cup .title-page h1.big-title {
    margin-top: 60px;
    margin-bottom: 54px;
  }
  .cms-the-perfect-cup .container.special-page {
    padding-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .cms-quality-page .serve.image {
    margin-top: 19%;
  }
  .cms-quality-page .source {
    margin-bottom: 190px;
  }
}
.top-collections .mgs-owl-carousel .owl-nav.disabled {
  display: block !important;
}
.blog-post-view .top-collections {
  background-color: transparent;
}
.blog-post-view .products-grid .owl-carousel .owl-nav > div.owl-prev:before,
.blog-post-view .products-grid .owl-carousel .owl-nav > div.owl-next:before {
  display: none;
}
.blog-post-view .top-collections .frame.no-padding .owl-nav {
  left: -5px;
}
.blog-post-view .top-collections .panel-block-row .product-item-name {
  background-color: transparent;
}
.blog-post-view .top-collections .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 0;
  height: 0;
}
.blog-post-view .top-collections .panel-block-row {
  padding: 0px;
}
.panel-block .slider-container * {
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.brewing-guide .widget.block.block-static-block {
  overflow: auto;
}
body.has-overlay .panel.header:after {
  display: none;
}
body.has-overlay .page-wrapper .panel.header:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  opacity: .5;
}
body .navigation-megamenu .megamenu-mainmenu > li:hover > .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}
body.cms-index-index.cms-home #maincontent .section-builder {
  max-width: 100% !important;
  padding: 0;
}
.amgdprcookie-modal-template,
.amgdprcookie-bar-container {
  bottom: unset;
  background-color: #acacac;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 20px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  font-size: .75rem;
  letter-spacing: 3px;
  padding: .375rem 1.813rem;
}
.amgdprcookie-bar-block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0 15px;
}
.amgdprcookie-bar-container {
  z-index: 10;
  margin: 0;
  padding: 12px 20px 12px 25px;
  border-color: #d6ca8e;
  background: #ffee9c;
  font-size: 13px;
}
header.page-header .switcher .options.active {
  padding-left: 15px;
  margin-left: -16px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
header.page-header .switcher .options ul.dropdown a {
  font-size: 14px;
  color: #5c5c5c;
  padding: 5px 0 !important;
}
header.page-header .switcher .options .action.toggle:after {
  margin-top: 0;
}
header.page-header .switcher .options .action.toggle.active:after {
  margin-top: 1px;
}
body header.page-header .switcher .options ul.dropdown {
  max-height: none;
  border: 1px solid #ccc;
  padding-left: 15px !important;
  padding-top: 5px !important;
  margin-top: 0 !important;
  left: -1px;
  right: -1px;
}
body header.page-header .switcher .options ul.dropdown a:hover {
  background: none !important;
  text-decoration: underline !important;
}
body header.page-header .panel.wrapper .switcher .options .action.toggle:after,
body header.page-header .panel.wrapper .switcher .options .action.toggle:after {
  font-size: 1.75rem !important;
  margin-left: 1.688rem !important;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover {
  background: none !important;
}
.cms-index-index.cms-page33 #maincontent .section-builder,
.cms-index-index.cms-page33 #maincontent .section-builder {
  max-width: 100%;
  padding: 0;
}
.cms-home .page-main .column.main .banner-slider .frame.no-padding {
  max-width: 100%;
}
body.cms-index-index.cms-home #maincontent .section-builder.promo-banner {
  margin-bottom: 9.063rem;
}
.top-collections .mgs-owl-carousel .owl-nav div span {
  text-align: center;
  display: inline-block !important;
  width: auto !important;
  position: static;
  height: 48px;
  line-height: 48px;
  margin-top: 0 !important;
}
.cms-home .products-grid .owl-carousel .owl-nav > div:before {
  display: none;
}
.top-collections .mgs-owl-carousel .owl-nav span:before {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 48px;
  content: '\e608';
  font-family: "luma-icons", "icons-blank-theme";
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  font-size: 54px;
  color: #333;
  background: 0 0;
  visibility: inherit !important;
  opacity: 1;
  position: static;
}
.top-collections .mgs-owl-carousel .owl-nav span em {
  display: none;
}
.top-collections .mgs-owl-carousel .owl-nav .owl-prev span:before {
  content: '\e617';
}
body.cms-the-collaboration .content-pink .panel-block:last-child {
  display: block;
}
.header-popup .login-container button#header-send2 {
  height: 30px;
}
.header-popup .login-container .form.form-login {
  display: flex;
}
.block-content.filter-content .box-filter input[type=radio]:after {
  display: none !important;
}
.amgdprcookie-bar-template .content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0 15px;
}
.container.special-page .owl-theme .owl-controls {
  display: none !important;
}
body.cms-index-index.cms-home #maincontent .section-builder.banner-slider {
  margin-bottom: 6.25rem;
}
.cms-contact-us.page-layout-1column .column.main {
  padding-left: 20px;
  padding-right: 20px;
}
.footer small.bugs {
  display: none;
}
body {
  overflow-x: hidden;
}
.cms-home .page-main .section-builder.promo-banner .column.main .frame.no-padding,
body.cms-index-index.cms-page33 #maincontent .section-builder,
.cms-home .page-main .section-builder.promo-banner .column.main .frame.no-padding .col-des-12 {
  max-width: 100%;
  padding: 0;
}
.cms-home .page-main .column.main .banner-slider .frame.no-padding {
  max-width: 1440px;
}
.padding-top-gap70 {
  padding-top: 70px;
}
.padding-bottom-gap30 h4 {
  margin-bottom: 0.5rem;
}
.padding-bottom-gap30 h4 span {
  padding-bottom: 38px;
  display: block;
}
.padding-top-gap90 {
  padding-top: 90px;
}
.padding-bottom-gap180 {
  padding-bottom: 180px;
}
.margin-bottom-gap50 {
  margin-bottom: 50px;
}
.cms-page-view .column.main h1.heading {
  margin-top: 60px;
  margin-bottom: 40px;
}
body.cms-page-view #maincontent .section-builder.block-img-header {
  margin-top: -220px;
}
body.cms-page-view #maincontent .section-builder.container-img-about {
  margin-top: -240px;
}
.block-img-header img {
  margin-bottom: 46px;
}
.cms-explore-the-collection .block-img-header img {
  margin-bottom: 1rem;
}
.cms-the-collaboration .mgs-image-block .image-content span {
  overflow: visible;
}
.cms-the-collaboration h2.heading {
  padding-left: 15px;
  padding-right: 15px;
  font-family: BrandonText;
  letter-spacing: .375rem;
  font-size: 2.5rem;
  margin-bottom: .5rem;
}
div.block.newsletter.newsletter-russia .actions .action.subscribe {
  font-family: "Lato";
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.brewing-guide h4.heading {
  margin-bottom: 20px;
}
.brewing-guide h2.heading {
  margin-bottom: 70px;
}
.block-section .blog-heading h2 {
  margin-bottom: 0.5rem;
}
body.cms-index-index.cms-home #maincontent .section-builder.top-collections {
  margin-bottom: 6.5rem;
}
body.cms-page-view #maincontent .section-builder .block-img-header {
  margin-top: -220px;
}
body.cms-page-view #maincontent .section-builder.container-img-about .content-block.mgs-image-block img,
.cms-our-story.cms-page-view .container-1440:not(.no-margin-img) img:first-child {
  margin-bottom: 1rem;
}
.cms-our-story.cms-page-view .column.main h1.heading {
  margin-top: 0;
}
.cms-our-story .page-main .container {
  padding-bottom: 1rem;
}
.cms-page-view.cms-our-story h4.heading {
  margin-bottom: 0.5rem;
}
.cms-page-view .column.main .title-page h1.heading {
  margin-bottom: 50px;
}
.cms-charity.cms-page-view .column.main h1.heading {
  margin-top: 106px;
  margin-bottom: 0;
}
body.cms-page-view #maincontent .section-builder.bottom {
  margin-bottom: 2.5rem;
}
.cms-chitra-collection h4.heading {
  margin-bottom: 0.5rem;
}
.page-footer {
  overflow: hidden;
}
.cms-page-view .h5 h1 {
  font-family: 'ArcherPro-Light';
  text-transform: uppercase;
  text-align: center;
}
.cms-page-view .h5 h1 {
  font-size: 1.75rem;
  font-family: 'ArcherPro-Light';
  line-height: 54px;
  letter-spacing: .056rem;
}
.cms-page-view .column.main .h5 h1.heading {
  margin-bottom: 0;
}
.minicart-wrapper .update-cart-item {
  margin-left: 0;
}
.table-scroll > div {
  overflow-x: auto;
}
@media (min-width: 576px) {
  .cms-page-view .column.main .brewing-guide .frame.no-padding {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cms-page157 .page-footer div.block.newsletter .actions {
    right: -118px;
  }
  .cms-page157 div.block.newsletter .action.subscribe {
    width: 120px;
  }
  .columns .no-padding-col .line {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .columns .no-padding-col .line div[class*="col-des"],
  .columns .no-padding-col .line div[class*="col-tb"],
  .columns .no-padding-col .line div[class*="col-mb"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .cms-explore-the-collection .mw-relative .col-des-5.mw-block-img.image-left {
    padding-right: 30px !important;
  }
  .cms-explore-the-collection .mw-relative .col-des-5.mw-block-img.image-right {
    padding-left: 30px !important;
  }
  .panel-block-row.panel-block.col-des-5.block409.image-position-right {
    padding-left: 15px !important;
  }
  .cms-explore-the-collection .mw-relative .panel-block:first-child {
    padding-right: 14px !important;
  }
  .cms-page-view .content-pink .panel-block:first-child {
    padding-right: 58px !important;
  }
  .has-border h4:after {
    content: '';
    position: relative;
    width: 145px;
    height: 1px;
    background: #8c8b8b;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .text-bottom h4:before {
    content: '';
    position: relative;
    width: 100%;
    height: 180px;
    display: block;
  }
  .cms-page-view .column.main .brewing-guide .frame.no-padding {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cms-page-view .column.main .brewing-guide .frame.no-padding {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cms-page-view .column.main .brewing-guide .frame.no-padding {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .cms-page-view.cms-page31 #maincontent .section-builder.block-img-header {
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  body .block.newsletter .field.newsletter {
    max-width: 100%;
  }
  .page-products.page-layout-2columns-left .main {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  body.cms-page-view #maincontent .section-builder.container-img-about {
    margin-top: -140px;
  }
  body .fixed .navigation-megamenu .megamenu-mainmenu a {
    font-size: 14px;
  }
  body.cms-page-view #maincontent .section-builder.block-img-header {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  .cms-the-perfect-cup .brewing-guide h4.heading {
    margin-bottom: 60px;
  }
  body.cms-page-view #maincontent .section-builder.container-img-about {
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  #thankyou-popup .popup-container {
    max-width: 100%;
    padding: 7px 0px 30px;
  }
  #thankyou-popup {
    max-height: 100vh;
    overflow: auto;
  }
  .top-collections .frame.no-padding .owl-nav {
    top: 30%;
  }
  body.cms-index-index.cms-home #maincontent .section-builder.promo-banner {
    margin-bottom: 5.5rem;
  }
  .cms-page-view .h5 h1 {
    font-size: 24px;
  }
  body.cms-page-view #maincontent .section-builder.container-img-about {
    margin-top: -70px;
  }
  body.cms-page-view #maincontent .section-builder.block-img-header {
    margin-top: -50px;
  }
  .cms-charity.cms-page-view .column.main h1.heading {
    margin-top: 58px !important;
  }
  body.cms-page-view #maincontent .section-builder.bottom {
    margin-bottom: 0;
  }
  .cms-page-view .column.main .title-page h1.heading {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .padding-bottom-gap30 h4 span {
    padding-bottom: 10px;
    display: block;
  }
  .padding-top-gap70 {
    padding-top: 30px;
  }
  .cms-the-perfect-cup .brewing-guide h4.heading {
    margin-bottom: 40px;
  }
  .brewing-guide h2.heading {
    margin-bottom: 30px;
  }
  .cms-our-story .main > .container h1.heading {
    margin-top: 3.125rem !important;
  }
  body.cms-index-index.cms-home #maincontent .section-builder.banner-slider {
    margin-bottom: 3.125rem;
  }
  body .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: block;
  }
  .cms-the-collaboration h2.heading {
    font-size: 30px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cms-page-view .column.main h1.heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .padding-top-gap90 {
    padding-top: 30px;
  }
  .padding-bottom-gap180 {
    padding-bottom: 50px;
  }
  .cms-the-collaboration .column.main h1.heading {
    padding-bottom: 30px;
  }
  .cms-the-collaboration .margin-bottom-gap50 {
    margin-bottom: 0px;
  }
  .cms-page-view.cms-page31 #maincontent .section-builder.block-img-header {
    margin-top: -50px;
  }
  body.cms-index-index.cms-home #maincontent .section-builder.top-collections {
    margin-bottom: 3.125rem;
  }
  .page-header .nav-sections .section-item-content .switcher .options ul.dropdown {
    padding-left: 0 !important;
    border-left: 0;
    border-right: 0;
  }
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-sections .switcher-trigger strong {
    font-weight: 400;
  }
  header.page-header .switcher .options.active {
    padding-left: 0;
  }
  header.page-header .nav-sections .switcher .options ul.dropdown a {
    display: block;
  }
  header.page-header .nav-sections li.switcher-option {
    margin: 0;
  }
  body.cms-charity .column.main .button {
    margin-left: auto;
  }
  .cms-contact-us.page-layout-1column .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-discounts-offers .column.main div.block.newsletter .form.subscribe {
    min-width: 100%;
  }
  div.block.newsletter .action.subscribe {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cms-home .promo-banner .panel-block-row:first-child .promobanner > a > img {
    max-height: 70vh;
  }
  .cms-home .promo-banner .panel-block-row:first-child .text.middle-center {
    bottom: auto;
  }
}
@media (max-width: 639px) {
  .minicart-wrapper .update-cart-item {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .amgdprcookie-bar-container {
    padding-left: 20px;
  }
}
@media (min-width: 451px) {
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .amgdprcookie-modal-template .amgdprcookie-button.-allow,
  .amgdprcookie-bar-container .amgdprcookie-button.-allow {
    margin-bottom: 20px;
  }
}
@media (min-width: 577px) and (max-width: 1199.98px) {
  body .frame {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .frame {
    max-width: 540px;
  }
}
@media (min-width: 571px) and (max-width: 575px) {
  body .frame {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 570.98px) {
  .cms-page-view .column.main .frame.no-padding {
    max-width: 100%;
  }
  .top-collections .mgs-owl-carousel .owl-prev {
    margin-left: -29px;
  }
  .top-collections .mgs-owl-carousel .owl-next {
    margin-right: -28px;
  }
}
@media (max-width: 480px) {
  .minicart-items-wrapper {
    margin: 0 -15px;
    padding: 0 15px;
  }
  header .minicart-wrapper.active .block-minicart {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    padding: 40px 15px 40px;
  }
}
@media (max-width: 414px) {
  .cms-home .promo-banner .panel-block-row:first-child .promobanner > a > img {
    max-height: 50vh;
  }
}
@media (max-width: 375px) {
  .top-collections .frame.no-padding .owl-nav {
    top: 26%;
  }
}
/*Shopping cart page*/
.block-title strong#block-crosssell-heading {
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 3px;
  color: #333;
}
.block-content.content .products-crosssell {
  background-color: #f1f1f1;
  margin: 0;
  padding: 50px 0 27px;
  margin-bottom: 14px;
}
.products-crosssell .product-item-name {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.938rem;
  letter-spacing: 0.063rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.888rem;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  width: calc(102%);
}
.products-crosssell .product-item .price-box .price {
  font-size: 1rem;
}
.products-crosssell.products-grid .product-item-actions {
  position: absolute;
  top: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.products-crosssell.products-grid .product-item:hover .product-item-actions {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
}
.products-crosssell .product.details.product-item-details {
  position: relative;
}
.products-crosssell .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
.products-crosssell .product-item-actions button.action.tocart.primary {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.custom-static-blocks {
  display: flex;
}
.checkout-cart-index .block.crosssell {
  padding-bottom: 80px;
}
.checkout-cart-index .column.main .block.crosssell .title strong:after {
  width: 10px;
}
.checkout-cart-index .crosssell .block-content {
  padding-top: 7px;
  padding-bottom: 0;
  background-color: #f1f1f1;
}
.attribute-item {
  display: inline-block;
  width: 45%;
  background: #f1f1f1;
  padding: 30px 20px;
  vertical-align: top;
  margin-right: 5%;
}
.attribute-item.safe-and-secure ul {
  display: flex;
  justify-content: center;
}
.checkout-cart-index .crosssell .title {
  text-align: left !important;
  padding: 0;
  color: #333;
}
.checkout-cart-index .block.crosssell {
  margin-bottom: 80px;
}
.attribute-item.safe-and-secure ul li {
  padding: 0 15px;
}
.attribute-item h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.attribute-item.help li {
  color: #5c5c5c;
}
.attribute-item.help li a {
  text-decoration: underline;
}
.attribute-item.help li:last-child {
  margin-bottom: 0;
}
.attribute-item ul {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .attribute-item.safe-and-secure ul li {
    padding: 0 7px;
  }
  .checkout-cart-index .block.crosssell {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .custom-static-blocks {
    flex-direction: column;
  }
  .attribute-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 414px) {
  .block-title strong#block-crosssell-heading {
    font-size: 1.5rem;
  }
}
.cms-the-wellness-collection .section-builder h1.heading {
  font-size: 36px;
  letter-spacing: 6px;
  word-spacing: 10px;
}
.cms-the-wellness-collection .column.main {
  padding-bottom: 80px;
}
.cms-the-wellness-collection .section-introducing .image-content {
  margin-top: -416px;
  margin-bottom: 35px;
}
body.cms-page-view #maincontent .section-builder.section-introducing {
  margin-top: 448px;
  padding-bottom: 67px;
  margin-bottom: 170px;
}
.cms-the-wellness-collection .section-introducing .image-content img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.cms-page-view .column.main .content-1440 .frame.no-padding {
  max-width: 1440px;
}
.cms-page-view .column.main .content-1280 .frame.no-padding {
  max-width: 1280px;
  padding: 0;
}
.cms-page-view .column.main .content-1200 .frame.no-padding {
  max-width: 1200px;
}
body.cms-page-view #maincontent .section-builder.section-margin-bottom {
  margin-bottom: 244px;
}
body.cms-page-view #maincontent .section-builder.image-first .image-content {
  margin-top: 55px;
}
body.cms-page-view #maincontent .section-builder.text-first .image-content {
  margin-top: 70px;
}
body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content {
  margin-top: 136px;
  margin-bottom: 0;
}
body.cms-page-view #maincontent .section-builder .introduce-text {
  margin-top: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px !important;
}
body.cms-page-view #maincontent .section-builder .introduce-text p {
  font-size: 21px;
  line-height: 39px;
  line-height: 1.9;
  font-family: 'BrandonGrotesque-Medium';
}
body.cms-page-view #maincontent .section-builder.content-1440 {
  max-width: 1440px;
}
body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
  line-height: 40px;
  font-family: 'ArcherPro-Medium';
  font-style: normal;
  font-size: 24px;
  margin-top: 73px;
}
body.cms-page-view #maincontent .section-builder.healthy-section .box-text strong {
  font-size: 18px;
  letter-spacing: 0.8px;
}
body.cms-page-view #maincontent .section-builder.healthy-section .box-text p {
  margin-bottom: 27px;
}
body.cms-page-view #maincontent .section-builder.healthy-section {
  margin-bottom: 87px;
}
.section-builder.organic-section .box-image .image-content {
  /* padding-right: 17px; */
}
body.cms-page-view #maincontent .section-builder.organic-section .box-image {
  /* padding-left: 0 !important; */
  margin-bottom: 98px;
}
body.cms-page-view #maincontent .section-builder.organic-section .box-text {
  line-height: 35px;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.9px;
  font-family: 'BrandonGrotesque-Regular';
}
body.cms-page-view #maincontent .section-builder.organic-section {
  margin-bottom: 115px;
}
body.cms-page-view #maincontent .section-builder.organic-section .box-logo {
  text-align: center;
}
body.cms-page-view #maincontent .section-builder.organic-section .box-logo img {
  max-width: 205px;
  margin: 0 auto;
}
.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content h4 {
  font-family: 'ArcherPro-Medium';
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content p {
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 33px;
  margin-bottom: 30px;
  font-family: 'BrandonGrotesque-Regular';
  max-width: 735px;
}
body.cms-page-view #maincontent .section-builder.section-margin-bottom.text-first .box-content {
  padding-left: 15px !important;
}
body.cms-page-view #maincontent .section-builder.section-bottom {
  text-align: center;
  padding-top: 50px;
}
body.cms-page-view #maincontent .section-builder.section-bottom p {
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 46px;
  font-family: 'BrandonGrotesque-Medium';
}
.cms-page-view.cms-the-wellness-collection .section-builder a.button {
  padding: 9.5px 70px;
  display: inline-block;
}
@media (min-width: 768px) {
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.834%;
    flex: 0 0 35.834%;
    max-width: 35.834%;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 48.5%;
    max-width: 50%;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 52%;
    max-width: 51.5%;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content {
    flex: 0 0 64%;
    max-width: 64%;
    margin-bottom: 35px;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .image-content {
    margin-bottom: -135px;
  }
}
@media (min-width: 1500px) {
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
    padding-left: 37px !important;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom.image-first .box-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 1399px) {
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
    font-size: 20px;
    line-height: 35px;
    margin-top: 50px;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text strong {
    font-size: 17px;
    letter-spacing: 0;
  }
  body.cms-page-view #maincontent .section-builder.section-introducing {
    margin-top: 33%;
  }
  .cms-the-wellness-collection .section-introducing .image-content {
    margin-top: -33%;
  }
}
@media (max-width: 1326px) {
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content {
    margin-top: 85px;
  }
}
@media (max-width: 1095px) {
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content p br {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.cms-page-view #maincontent .section-builder.section-introducing {
    margin-bottom: 100px;
  }
  body.cms-page-view #maincontent .section-builder.organic-section .box-image {
    margin-bottom: 70px;
  }
  body.cms-page-view #maincontent .section-builder.organic-section {
    margin-bottom: 60px;
  }
  body.cms-page-view #maincontent .section-builder.text-first .image-content {
    margin-top: 55px;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  body.cms-page-view #maincontent .section-builder.section-margin-bottom.image-first,
  body.cms-page-view #maincontent .section-builder.section-margin-bottom {
    margin-bottom: 200px;
  }
  /*body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content p{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}*/
}
@media (max-width: 991px) {
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text p {
    margin-bottom: 8px;
  }
  body .navigation-megamenu .megamenu-mainmenu a {
    font-size: 14px;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom {
    margin-bottom: 50px;
  }
  body.cms-page-view #maincontent .section-builder.content-1440.section-bottom {
    padding-top: 50px;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text p br {
    display: none;
  }
  body.cms-page-view #maincontent .section-builder.organic-section .box-text p br {
    display: none;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .image-content {
    margin-bottom: 55px;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  body.cms-page-view #maincontent .section-builder.section-bottom {
    padding-top: 20px;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .image-content {
    margin-bottom: 0;
  }
  .cms-page-view #maincontent .section-builder.section-margin-bottom .box-content h4 {
    text-align: center;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content {
    margin-top: 50px;
    margin-bottom: 35px;
    text-align: center;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom.text-first .box-content {
    order: 2;
    padding-left: 0 !important;
  }
  body.cms-page-view #maincontent .section-builder .introduce-text p {
    font-size: 17px;
  }
  body.cms-page-view #maincontent .section-builder.section-introducing {
    margin-bottom: 70px;
    padding-bottom: 40px;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section .box-text p br {
    display: none;
  }
  body.cms-page-view #maincontent .section-builder.healthy-section {
    margin-bottom: 30px;
  }
  body.cms-page-view #maincontent .section-builder.organic-section .box-image {
    margin-bottom: 40px;
  }
  body.cms-page-view #maincontent .section-builder.organic-section .box-text p br {
    display: none;
  }
  body.cms-page-view #maincontent .section-builder.organic-section .box-text {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  body.cms-page-view #maincontent .section-builder.section-margin-bottom .box-content p {
    font-size: 16px;
  }
  body.cms-page-view #maincontent .section-builder.section-bottom p {
    font-size: 17px;
    text-align: center;
  }
  body.cms-page-view #maincontent .section-builder.section-bottom p br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body.cms-page-view.cms-the-wellness-collection .frame {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 1199.98px) {
  body.cms-page-view.cms-the-wellness-collectiony .frame {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .cms-page-view.cms-the-wellness-collection .section-builder a.button {
    margin: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 9px 10px;
    font-size: 12px;
    max-width: 260px;
    margin: 0 auto;
    left: 0;
    transform: none;
  }
}
@media (max-width: 320px) {
  .cms-page-view.cms-the-wellness-collection .section-builder a.button {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 9px 10px;
    font-size: 12px;
    left: 0;
    transform: none;
  }
}
/*body .amgdprcookie-bar-container {
  display: none;
}*/
.minicart-wrapper.active .block-minicart .subtitle.empty {
  padding: 0;
}
.message.info.empty {
  margin-bottom: 25px;
}
.account .page-main .order-details-items .table-order-items .price-including-tax,
.account .page-main .order-details-items .table-order-items .price-excluding-tax {
  font-size: 16px;
  line-height: 24px;
  vertical-align: initial;
}
.main .fieldset > .field:not(.choice) > .label {
  padding-left: 0;
}
.account #maincontent .action.edit {
  padding-right: 20px;
}
.account.wishlist-index-index .page.messages {
  margin-top: 50px;
  margin-bottom: -50px;
}
.catalogsearch-result-index #search_autocomplete {
  margin-top: 0px;
}
.checkout-agreements-block {
  margin-bottom: 10px;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none !important;
}
.checkout-cart-index .cart-summary .block .fieldset .field {
  margin-bottom: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  position: relative;
  cursor: pointer;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-inner .field > label.label {
  display: none;
}
.checkout-cart-index .cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -2px;
}
.customer-account-login div.column:not(.sidebar-main) form .actions-toolbar .note {
  text-align: center;
}
.block.block-collapsible-nav .item.current > strong {
  text-decoration: underline;
  font-weight: 400;
  border: none;
  color: #333;
}
.account #maincontent a {
  border: none;
}
.block-collapsible-nav .item {
  width: 100%;
}
.block.block-collapsible-nav .item a:hover {
  background: transparent;
}
.block.block-collapsible-nav .item .delimiter {
  display: none;
  margin: 0;
}
.account.customer-account-edit .field.choice:last-child {
  display: none;
}
.account.page-layout-2columns-left .column.main {
  padding-left: 0;
}
.amcard-field-container .amcard-field-block.-code {
  margin-top: 0;
  display: block;
}
.amcard-field-container .amcard-field-block.-code .control {
  margin-bottom: 20px;
}
.amcardacc-codes-block .fieldset {
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .items thead + .item {
  border-top: 1px solid #333;
}
.checkout-cart-index .cart.table-wrapper .cart.items > .item td {
  border: 0;
}
.block-content.filter-content a:hover {
  color: #333;
}
.checkout-cart-index .form-container .amcard-field-container {
  max-width: 100%;
}
.checkout-cart-index .amcard-field-container .amcard-title {
  font-size: 18px;
  font-weight: 700;
}
.checkout-cart-index .amcard-field-container label {
  width: 100%;
}
.checkout-cart-index .amcard-field-container.-cart .control {
  margin-bottom: 20px;
}
.checkout-cart-index .amactions-toolbar .action.primary {
  border: 1px solid #5c5c5c;
  background: #fff;
  color: #5c5c5c;
  font-size: 12px;
  padding: 8px 15px;
  text-decoration: none;
  margin: 0;
}
.checkout-cart-index .amactions-toolbar .action.primary:hover {
  color: #fff;
  background: #5c5c5c;
}
.products-grid .owl-carousel .owl-nav > div.owl-prev,
.products-grid .owl-carousel .owl-nav > div.owl-next {
  font-size: 0;
}
.products-grid .owl-carousel .owl-nav > div.owl-prev {
  left: -5px;
}
.products-grid .owl-carousel .owl-nav > div.owl-next {
  right: -5px;
}
.products-grid .owl-carousel .owl-nav > div.owl-prev:before,
.products-grid .owl-carousel .owl-nav > div.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  font-size: 30px;
  color: #333;
  position: static;
}
.products-grid .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\f104";
}
.checkout-cart-index .column.main .block.crosssell .title strong {
  font-size: 30px;
  line-height: 36px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}
.checkout-cart-index .crosssell .block-content {
  padding-top: 50px;
  padding-bottom: 27px;
  background-color: #f1f1f1;
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  padding-bottom: 40px;
}
.checkout-cart-index .block.crosssell {
  clear: both;
  margin: 0;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 0;
}
.account input[type=checkbox]:after {
  left: 0px;
  top: 4px;
}
.account label.label {
  padding-left: 25px;
}
.checkout-payment-method .payment-method-title .action-help,
.checkout-index-index .opc-wrapper .opc-block-summary .step-title {
  display: none;
}
.stripe-icon-container.right {
  left: 15px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  width: 88px !important;
  height: 88px !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content form.payments {
  margin-top: -24px;
}
.checkout-index-index .columns .checkout-header {
  width: 100%;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding-right: 0;
}
body.checkout-index-index #maincontent .control input {
  padding: 0 9px;
  border: 1px solid #c2c2c2;
}
.checkout-index-index .amcard-field-block.-double {
  margin-bottom: 30px;
}
.checkout-index-index .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .amgiftcard-check {
  margin-bottom: 10px;
}
.account .toolbar.wishlist-toolbar .toolbar-amount {
  padding: 0;
  padding-right: 10px;
  line-height: 28px;
}
.checkout-index-index #stripe-payments-card-errors.populated {
  margin-top: 25px;
}
.account .payment-method .table th {
  white-space: nowrap;
  padding-left: 0;
}
.account .payment-method .table th:after {
  content: ':';
}
.account .payment-method .table td {
  word-break: break-all;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .stripe-payments .label {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method .stripe-icon-container.right {
  order: 2;
  left: 0;
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method .label span {
  padding-right: 15px;
  padding-bottom: 5px;
}
.products-grid .container-section {
  padding: 0 30px;
}
.checkout-cart-index .messages {
  clear: both;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  background: 0 0;
  width: 30px;
  height: auto;
  border: 0;
  margin-right: 0;
  padding-right: 0;
  margin-top: 6px;
}
.products-grid.wishlist .product-item .fieldset .field.qty label.label > span:after {
  content: ': ';
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
  padding-right: 0;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method.stripe-payments._active .payment-method-content {
  margin-top: -20px;
}
@media (min-width: 768px) {
  body.checkout-cart-index .cart-container .cart-summary {
    width: 26%;
    margin-right: 30px;
    margin-bottom: 50px;
    position: relative;
  }
  body.checkout-cart-index .cart-container .form-container {
    width: 68%;
    padding-left: 30px;
    padding-bottom: 70px;
    float: left;
    position: relative;
  }
  body.checkout-cart-index .page-main .cart-container {
    padding: 0;
  }
  .checkout-index-index .fieldset > .field.choice:before,
  .checkout-index-index .fieldset > .field.no-label:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .columns .page-title-wrapper,
  .customer-address-form .page-title-wrapper,
  .customer-account-index .page-title-wrapper {
    width: 100%;
    display: grid;
  }
  .account .page-main > div.columns {
    padding-top: 70px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .catalog-product-view .page-main {
    padding-top: 312px;
  }
  .account .page-main .columns .sidebar.sidebar-main {
    top: 143px;
  }
}
@media (max-width: 767px) {
  .toolbar-sticky .toolbar-products {
    right: 15px;
  }
  .products-grid.wishlist .product-item:nth-child(3n + 1) {
    margin: auto;
  }
  .products-grid.wishlist .product-item .box-tocart input.qty {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .account .page-main .columns .sidebar.sidebar-main {
    top: 124px;
  }
  .products-grid .container-section {
    padding: 0 15px;
  }
  .page-main .toolbar-sticky .container-section,
  .products-grid .toolbar-products > .container-section {
    padding-right: 0;
  }
  .sales-order-view .block-collapsible-nav {
    top: 53px;
  }
  .checkout-onepage-success .price-including-tax,
  .price-excluding-tax {
    font-size: 16px;
    vertical-align: initial;
  }
  .account .products-grid.wishlist .product-item-inner > .product-item-actions:last-child {
    display: flex;
    margin-bottom: 30px;
  }
  #wishlist-view-form .actions-toolbar button {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .account .toolbar.wishlist-toolbar .pager {
    display: flex;
    justify-content: center;
  }
  .account .fieldset .legend {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .customer-account-edit .fieldset .legend {
    margin-bottom: 25px;
  }
  .account .page-main > div.columns {
    padding-top: 30px;
  }
  .sidebar.sidebar-main .title.block-collapsible-nav-title {
    display: none;
  }
  .sidebar.sidebar-main .block-collapsible-nav .content {
    display: block;
  }
  .checkout-index-index .row {
    margin: 0;
  }
  .checkout-index-index .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
  }
  .checkout-index-index .cart-totals .amount,
  .opc-block-summary .table-totals .amount {
    white-space: initial;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    display: block;
    margin-top: 8px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    display: flex;
    align-items: center;
  }
  .checkout-index-index .checkout-payment-method .payment-method-title .payment-icon {
    margin-right: 10px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper input#paypal_express + .label > span {
    padding-right: 0;
    padding-bottom: 0;
    display: block;
    word-break: break-word;
  }
  .stripe-icon-container img.stripe-icon {
    margin: 3px 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
    width: 100%;
    padding-left: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 12px 8px !important;
    font-size: 12px !important;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .stripe-payments .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 12px 30px !important;
  }
  .checkout-index-index #stripe-payments-card-number {
    width: 13em;
    padding: 5px;
  }
  .checkout-index-index .pci-dss-info-block {
    margin-left: 25px;
    width: auto;
  }
  .checkout-index-index .pci-dss-info-text {
    top: 0;
  }
  .checkout-index-index #pci-svg {
    top: 20px;
  }
  body.checkout-cart-index .columns .column.main {
    padding-bottom: 0;
  }
  .checkout-cart-index .crosssell .block-content {
    padding: 0;
    background-color: #fff;
  }
  .checkout-cart-index .crosssell .title {
    padding: 0 15px;
  }
  .checkout-cart-index .column.main .block.crosssell .title strong {
    padding-left: 0;
  }
  .products-grid .owl-carousel .owl-nav > div.owl-next {
    right: -7px;
  }
  .checkout-cart-index .page-main .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  body.checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .cart-container .form-container {
    width: 100%;
    order: 2;
  }
  .checkout-cart-index .form-container .amcard-field-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .amcard-field-container .amcard-field-block.-code {
    width: 100%;
  }
  .checkout-cart-index .amactions-toolbar {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .amactions-toolbar .action.primary {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .checkout-cart-index .amcard-field-container .amcard-title {
    padding-bottom: 10px;
  }
  .block-content.filter-content {
    max-height: calc(100vh - 130px);
  }
}
@media (max-width: 374px) {
  .account .columns .sidebar a,
  .account .columns .sidebar strong {
    font-size: 19px;
  }
  input[type=radio]#paypal_express:after {
    top: 18px;
  }
  input[type=radio]#paypal_express:before {
    top: 20px;
  }
}
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.eot');
  src: url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.ttf') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.woff') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/fonts/Brandon/BrandonGrotesque-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
.block-img-header {
  margin-top: -220px;
}
.cms-the-collaboration .block-img-header .panel-block:nth-of-type(2) {
  display: none;
}
.cms-the-collaboration .container-gray .panel-block:first-child img {
  margin-top: -300px;
}
.cms-the-collaboration .container-gray .panel-block h3 {
  font-family: 'ArcherPro-Medium';
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0;
}
.cms-the-collaboration .container-img-about {
  margin-top: -240px;
}
.cms-the-collaboration .container-img-about .block-img {
  max-width: 70%;
}
.cms-the-collaboration .container-img-about .panel-block:not(.block-img) {
  max-width: 70% !important;
}
.cms-the-collaboration .content-pink .image-position-right {
  margin-bottom: -40px;
}
.cms-the-collaboration .content-pink .image-position-right .image-position-4 {
  left: 0;
  display: block;
}
.cms-the-collaboration .content-pink .image-position-right .text-position-1 {
  position: absolute;
  right: 0;
  height: auto;
  top: 100%;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  padding-top: 9px;
  font-weight: 700;
  max-width: 63%;
}
.cms-the-collaboration .content-pink .image-position-right .text-position-2 {
  position: absolute;
  right: 0;
  height: auto;
  top: 100%;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  padding-top: 9px;
  font-weight: 700;
}
.cms-the-collaboration .content-pink .panel-block:last-child {
  display: none;
}
.cms-the-collaboration .content-pink .image-position-6 {
  position: relative;
  z-index: -1;
  left: -64%;
  margin-top: -66px;
  display: block;
}
.cms-the-collaboration .image-position-right .image-position-4 {
  position: relative;
  left: -30px;
  z-index: 0;
}
.cms-the-collaboration .image-position-right .image-position-5 {
  position: absolute;
  right: 15px;
  top: 0;
  width: 52%;
  z-index: 1;
}
.cms-the-collaboration .main a.btn {
  max-width: 100%;
  background: #000;
  color: #fff;
  padding: 5px 17px 4px 20px;
}
.cms-the-collaboration .column.main {
  padding-bottom: 80px;
}
.cms-the-collaboration .h1 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: BrandonText;
  letter-spacing: .375rem;
}
.cms-the-collaboration h1 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: BrandonText;
  letter-spacing: .375rem;
}
.cms-the-collaboration h3 {
  font-family: BrandonText-Medium;
  letter-spacing: .1875rem;
}
.cms-the-collaboration.cms-page-view .page-main {
  font-size: 28px;
  font-family: 'BrandonGrotesque-Light';
}
.cms-the-collaboration.cms-page-view .column.main .container-full.content-pink:before {
  height: 55%;
}
.container-gray .panel-block:last-child hr {
  margin-left: 0;
  border-top-color: #000;
  width: 122px !important;
}
.cms-page-view .content-pink .image-position-right {
  padding-top: 0;
}
.cms-explore-the-collection a.btn {
  background: #000;
  color: #fff;
  padding: 5px 17px 4px 20px;
}
.cms-explore-the-collection h1 {
  font-family: BrandonText;
  letter-spacing: .375rem;
}
.cms-explore-the-collection .h1 {
  font-family: BrandonText;
  letter-spacing: .375rem;
}
.cms-explore-the-collection h3 {
  font-family: BrandonText-Medium;
  letter-spacing: .1875rem;
}
.cms-explore-the-collection h5 {
  font-family: BrandonText;
  font-size: 1.45rem;
  line-height: 30px;
  letter-spacing: .1875rem;
}
@media (min-width: 768px) {
  .cms-the-collaboration .image-position-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    padding-top: 330px;
  }
  .cms-page-view.cms-the-collaboration .content-pink .panel-block:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 60px;
  }
  .cms-page-view.cms-the-collaboration .content-pink .panel-block:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 60px;
  }
  .cms-the-collaboration .container-gray + div .panel-block:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 30px;
  }
  .container-gray .panel-block:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .container-gray .panel-block:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    padding-left: 30px;
  }
  .cms-page-view .content-pink .panel-block:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .cms-the-collaboration .image-position-right {
    padding-top: 330px;
  }
}
@media (max-width: 1199px) {
  .cms-the-collaboration .image-position-right {
    padding-top: 270px;
  }
  .cms-page-view .content-pink .image-position-right {
    text-align: right;
  }
  .cms-the-collaboration .content-pink .image-position-6 {
    left: 0;
    margin-top: -28px;
    width: 60%;
  }
  .panel-block-row.panel-block.col-des-5.block409.image-position-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .block-img-header {
    margin-top: -70px;
  }
}
@media (max-width: 1024px) {
  .cms-the-collaboration .content-pink .image-position-6 {
    left: -36%;
    margin-top: -28px;
  }
}
@media (max-width: 991px) {
  .cms-the-collaboration .image-position-right {
    padding-top: 195px;
  }
  .cms-the-collaboration .content-pink .image-position-6 {
    left: auto;
    margin-top: -70px;
    width: 60%;
    max-width: 100%;
    margin-bottom: 70px;
  }
  .cms-the-collaboration .content-pink .image-position-right .image-position-4 {
    margin-right: 0;
    display: inline-block;
    width: 60%;
    max-width: 100%;
  }
  .cms-the-collaboration .container-img-about {
    margin-top: -45px;
  }
  .cms-the-collaboration.cms-page-view .column.main .container-full.content-pink:before {
    height: 53%;
  }
}
@media (max-width: 768px) {
  .cms-the-collaboration.cms-page-view .column.main .container-full.content-pink:before {
    height: 37%;
  }
}
@media (max-width: 767px) {
  .cms-explore-the-collection .gap180 {
    display: block;
  }
  .cms-explore-the-collection .gap90 {
    display: block;
  }
  .cms-explore-the-collection h1 {
    font-size: 36px;
  }
  .cms-explore-the-collection .frame {
    max-width: 100%;
  }
  .cms-the-collaboration .gap180 {
    display: block;
  }
  .cms-the-collaboration .gap90 {
    display: block;
  }
  .cms-the-collaboration .container-gray .panel-block:first-child img {
    margin-top: 0;
  }
  .cms-the-collaboration h1 {
    font-size: 36px;
  }
  .cms-the-collaboration .container-img-about {
    margin-top: -70px;
  }
  .cms-the-collaboration .container-img-about .panel-block:not(.block-img) {
    max-width: 100% !important;
  }
  .cms-the-collaboration .container-img-about .block-img {
    max-width: 100%;
  }
  .cms-the-collaboration .frame {
    max-width: 100%;
  }
  .cms-the-collaboration .content-pink .image-position-6 {
    position: relative;
    max-width: 57%;
    margin-left: 0;
    float: left;
    margin-top: -47px;
    left: 0;
  }
  .cms-the-collaboration .image-position-right {
    margin-bottom: 0;
    text-align: right;
    padding-top: 0;
  }
  .cms-the-collaboration .image-position-right .image-position-4 {
    max-width: 64%;
    position: relative;
  }
  .cms-the-collaboration .image-position-right .image-position-5 + .image-position-4 {
    float: left;
    margin-top: -30px;
    max-width: 85%;
    left: 0;
  }
  .cms-the-collaboration .image-position-right .image-position-5 {
    position: static;
    width: auto;
    max-width: 50%;
  }
  .cms-the-collaboration .container-action {
    margin-top: 60px;
  }
  .cms-the-collaboration .column.main {
    padding-bottom: 20px;
  }
  .cms-the-collaboration .block-img-header .gap90 {
    display: none;
  }
  .cms-the-collaboration.cms-page-view .column.main .container-full.content-pink:before {
    display: none !important;
  }
  .cms-page-view .content-pink .image-position-right {
    margin-top: 40px;
  }
  .block-img-header {
    margin-top: -50px;
  }
}
.cms-explore-the-collection .mw-relative {
  position: relative;
}
.cms-explore-the-collection .mw-relative .mw-block-img.image-right {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.cms-explore-the-collection .mw-relative .mw-block-img.image-left {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.cms-explore-the-collection.cms-page-view .page-main {
  font-family: 'BrandonGrotesque-Light';
  font-size: 24px;
}
@media (min-width: 768px) {
  .cms-explore-the-collection .mw-relative .mw-block-img.image-left {
    padding-right: 30px;
  }
  .cms-explore-the-collection .mw-relative .mw-block-img.image-right {
    padding-left: 30px;
  }
  .cms-explore-the-collection .mw-relative .panel-block {
    margin-right: auto;
    width: 50%;
    margin-left: 0;
  }
  .cms-explore-the-collection .mw-relative .mw-block-img.image-left + .panel-block {
    margin-left: auto;
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-explore-the-collection .mw-relative .mw-block-img.image-right {
    position: static;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .cms-explore-the-collection .mw-relative .mw-block-img.image-left {
    position: static;
  }
}
.cms-heritage-collection .mw-relative {
  position: relative;
}
.cms-heritage-collection .mw-relative .mw-block-img.image-right {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.cms-heritage-collection .mw-relative .mw-block-img.image-left {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.cms-heritage-collection.cms-page-view .page-main {
  font-family: 'BrandonGrotesque-Light';
  font-size: 24px;
}
.cms-heritage-collection.page-layout-1column .products-grid .product-item {
  margin: 0 0 90px;
  position: relative;
  pointer-events: none;
}
.cms-heritage-collection .product-item-details .product-item-name a {
  font-family: BrandonText-Medium;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin: 15px 0;
}
.cms-heritage-collection .product-item-details span.shot-description {
  display: block !important;
  text-align: center;
  padding: 0 15px;
  font-size: 24px;
  font-family: 'BrandonGrotesque-Light';
  font-weight: 400;
}
.cms-heritage-collection .mw-relative .panel-block.heritage-product-grid {
  margin-top: 200px;
}
.cms-heritage-collection .mw-relative .panel-block.btn-section a {
  background: #5c5c5c;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 150px;
  display: inline-block;
}
.cms-heritage-collection .mw-relative .panel-block.btn-section a .ar-left {
  position: relative;
  top: -2px;
}
.cms-heritage-collection .mw-relative .panel-block.btn-section a:hover {
  text-decoration: none;
}
.cms-heritage-collection .mw-relative .panel-block.btn-section {
  text-align: center;
}
.cms-heritage-collection h1 {
  margin-bottom: 10px;
}
.cms-heritage-collection h1 + h3 {
  margin-bottom: 30px;
  font-size: 23px;
}
.cms-heritage-collection .mw-relative .mw-block-img.image-left + div {
  padding: 80px 15px;
}
.cms-heritage-collection .bg-blue {
  padding-top: 80px;
}
.cms-heritage-collection .bg-blue:before {
  content: "";
  background-color: #e8ecef;
  position: absolute;
  top: 0;
  height: 65%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(3n):before {
    content: "";
    width: 100vw;
    height: 400px;
    background: #e8f6f9;
    position: absolute;
    right: calc(550vw);
    z-index: 0;
    top: -70px;
  }
  .cms-heritage-collection .mw-relative .mw-block-img.image-left {
    padding-top: 56px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(3n):before {
    content: "";
    width: 100vw;
    height: 270px;
    background: #e8f6f9;
    position: absolute;
    right: 0;
    z-index: 0;
    top: -70px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(3n):before {
    right: -15px;
  }
}
@media screen and (max-width: 1025px) {
  .cms-heritage-collection .mw-relative .panel-block.heritage-product-grid {
    margin-top: 100px;
    padding: 0 30px;
  }
  .cms-heritage-collection .mw-relative .mw-block-img.image-left + div {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .cms-heritage-collection .mw-relative .mw-block-img.image-left + .panel-block {
    margin-left: auto;
    width: 50%;
    margin-right: 0;
  }
  .cms-heritage-collection h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-heritage-collection .mw-relative .mw-block-img.image-left {
    position: static;
  }
  .cms-heritage-collection .mw-relative .mw-block-img.image-left + div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-heritage-collection.page-layout-1column .block-img-header {
    padding: 0 15px;
  }
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(2n):before {
    content: "";
    width: 100vw;
    height: 250px;
    background: #e8f6f9;
    position: absolute;
    right: -15px;
    z-index: 0;
    top: -70px;
  }
  .cms-heritage-collection .product-item-details span.shot-description {
    padding: 0;
  }
  .cms-heritage-collection .mw-relative .panel-block.btn-section a:hover {
    text-decoration: none;
  }
  .cms-heritage-collection .mw-relative .panel-block.btn-section a {
    margin-bottom: 40px;
  }
  .cms-heritage-collection .mw-relative .mw-block-img.image-left {
    position: static;
    padding: 30px 30px 0;
  }
}
@media (min-width: 768px) {
  .cms-heritage-collection .mw-relative .mw-block-img.image-left {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(2n):before {
    height: 200px;
  }
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(2n):before {
    right: -22px;
  }
}
@media (max-width: 475px) {
  .cms-heritage-collection.page-layout-1column .products-grid .product-item:nth-child(2n):before {
    height: 175px;
  }
}
html header .panel.header .switcher:not(.switcher-currency) {
  display: inline-block;
  vertical-align: top;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.navigation-megamenu .navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation-megamenu .navigation ul li {
	list-style: none;
	margin: 0;
	text-align: left;
	position: static;
}

.navigation-megamenu .navigation ul li>a {
	display: block;
	padding: 7px 15px;
}

.navigation-megamenu .navigation ul li>a.dropdown-toggle:after {
	display: none;
}

.navigation-megamenu .megamenu-mainmenu a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	font-size: 14px;
}

@media (min-width:768px) {
	.nav-sections-item-content>.navigation-megamenu {
		display: block;
	}

	.navigation .row {
		display: table;
		width: 100%;
	}

	.navigation [class^=col-] {
		display: table-cell;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		min-height: 1px;
	}

	.navigation .col-md-1 {
		width: 8.33333%;
	}

	.navigation .col-md-2 {
		width: 16.6667%;
	}

	.navigation .col-md-3 {
		width: 25%;
	}

	.navigation .col-md-4 {
		width: 33.3333%;
	}

	.navigation .col-md-5 {
		width: 41.6667%;
	}

	.navigation .col-md-6 {
		width: 50%;
	}

	.navigation .col-md-7 {
		width: 58.3333%;
	}

	.navigation .col-md-8 {
		width: 66.6667%;
	}

	.navigation .col-md-9 {
		width: 75%;
	}

	.navigation .col-md-10 {
		width: 83.3333%;
	}

	.navigation .col-md-11 {
		width: 91.6667%;
	}

	.navigation .col-md-12 {
		width: 100%;
	}

	.navigation-megamenu .navigation {
		position: relative;
		background: 0 0;
		z-index: 5;
	}

	.navigation-megamenu .megamenu-mainmenu {
		position: static;
		text-align: center;
		background: #fff;
	}

	.navigation-megamenu .megamenu-mainmenu>li {
		text-align: center;
		padding: 15px;
		display: inline-block;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu>li>a,.navigation-megamenu .navigation .megamenu-mainmenu li>.toggle-menu {
		padding: 0;
		display: inline-block;
		text-transform: uppercase;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu li>.toggle-menu {
		display: none;
	}

	header.page-header.fixed .navigation-megamenu .megamenu-mainmenu>li {
		cursor: pointer;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu>li>a {
		border-bottom: 3px solid transparent;
		transition: border-bottom .2s;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu>li.dropdown {
		cursor: pointer;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu>li.dropdown>a {
		pointer-events: none;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu>li>a:hover {
		border-bottom-color: #333;
	}

	.navigation-megamenu .navigation .megamenu-mainmenu li>.toggle-menu .fa:before {
		content: "\f107";
	}

	.navigation-megamenu .megamenu-mainmenu>li:not(.mega-menu-fullwidth) {
		position: relative;
	}

	.navigation-megamenu .megamenu-mainmenu>li:not(.mega-menu-fullwidth)>.dropdown-menu {
		min-width: 190px;
		top: 100%;
		left: 0;
	}

	.navigation-megamenu .megamenu-mainmenu>li.matthew-williamson>.dropdown-menu {
		min-width: 265px;
	}

	.navigation-megamenu .megamenu-mainmenu li.dropdown-submenu>.dropdown-menu {
		min-width: 180px;
		top: 0;
		left: 100%;
	}

	.navigation-megamenu .megamenu-mainmenu .dropdown .dropdown-menu {
		right: 0;
		top: 100%;
		left: 0;
		padding: 15px;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
		z-index: -1;
		pointer-events: none;
		border-radius: 0;
		box-shadow: 0 0 5px 0px #ccc;
		-webkit-box-shadow: 0 0 5px 0px #ccc;
		-moz-box-shadow: 0 0 5px 0px #ccc;
	}

	.navigation-megamenu .megamenu-mainmenu .dropdown .dropdown-menu.active {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition: opacity .3s ease-out .1s,-webkit-transform .2s ease-out .1s;
		transition: transform .2s ease-out .1s,opacity .3s ease-out .1s;
		transition: transform .2s ease-out .1s,opacity .3s ease-out .1s,-webkit-transform .2s ease-out .1s;
	}

	.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu>li {
		max-width: 1024px;
		margin: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu a:hover,.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu a:focus {
		color: #9e9e9e;
		text-decoration: underline;
	}

	.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu .mega-menu-sub-title {
		text-transform: uppercase;
		font-weight: 700;
	}

	.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu .sub-menu li a {
		font-weight: 400;
	}

	.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth li>.toggle-menu {
		display: none;
	}

	.navigation-megamenu .megamenu-mainmenu li.dropdown-submenu {
		position: relative;
		padding-right: 10px;
	}

	.navigation-megamenu .megamenu-mainmenu li.dropdown-submenu>.toggle-menu {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	.navigation-megamenu .megamenu-mainmenu li.dropdown-submenu>.toggle-menu .fa:before {
		content: "\f105";
	}

	.navigation-megamenu .megamenu-mainmenu .dropdown-menu {
		display: block;
		position: absolute;
		border: 0;
		background-color: #fff;
		z-index: 39;
	}

	.navigation-megamenu .megamenu-mainmenu li .toggle-menu {
		display: none;
	}
}

@media (max-width:767px) {
	.navigation-megamenu .navigation>ul>li {
		border-bottom: 1px solid #d1d1d1;
	}

	.navigation-megamenu .navigation ul li {
		position: relative;
	}

	.navigation-megamenu .navigation ul li>ul {
		padding-left: 10px;
	}

	.navigation-megamenu .navigation>ul>li:first-child {
		border-top: 1px solid #d1d1d1;
	}

	.navigation-megamenu .navigation ul li>a {
		border: none !important;
	}

	.navigation-megamenu .navigation ul li .toggle-menu {
		position: absolute;
		right: 8px;
		top: 0;
		height: 39px;
		left: 0;
		text-align: right;
	}

	.navigation-megamenu .navigation ul li .toggle-menu>a {
		display: block;
		width: 100%;
		text-align: right;
		height: 100%;
		line-height: 33px;
		font-size: 20px;
		padding: 0;
	}

	.navigation-megamenu .navigation ul li .toggle-menu a .fa:before {
		content: "\f107";
	}

	.navigation-megamenu .navigation ul li .toggle-menu a.active .fa:before {
		content: "\f106";
	}

	.navigation-megamenu .megamenu-mainmenu .dropdown-menu,.navigation-megamenu .megamenu-mainmenu>li.mega-menu-fullwidth>.dropdown-menu ul.sub-menu ul.sub-menu {
		display: none;
	}
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/NewbyLondon/Newby/en_US/MGS_Mmegamenu/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
.loyalty-bar {
    background-color: rgb(25, 121, 195);
    text-align: center;
    height: 50px;
}

.loyalty-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 10px;
}

.loyalty-products {
    width:100%;
    height:100%;
    border:1px solid #000;
    text-align: center;
    padding: 10px
}

body.checkout-index-index .loyalty-bar {
    margin-bottom: 20px;
}/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.2.8
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;
	display:none;
	white-space: nowrap;
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;

    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


.safarifix rs-layer-wrap {
	perspective: 1000000;
}


@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


 /*@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { filter: blur(0px); }
 }*/   /* REMOVED LINES TO FIX BOX-SHADOW ISSUE IN FIREFOX */



rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
/*IE11 AND IE EDGE NEED SOME SPECIAL OVERFLOW
Removed now since iE 11 and ieEdge fullwidth Slider had spacings again on other themes.
May need to keep in eye the Carousel and Modal sliders in Fullscreen / Fullwidth mode !
@media screen and (-ms-high-contrast: none) {
	rs-fullwidth-wrap { overflow: hidden; }
}
@supports (-ms-ime-align:auto) {
  rs-fullwidth-wrap { overflow: hidden; }
}
*/

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
    z-index: 0;
    box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute;
    z-index:-2;
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute; vertical-align:top;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(../../frontend/NewbyLondon/Newby/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }

/* Fix for Ken Burn background disappear */
.active-rs-slide rs-sbg-wrap.kenburn_fix {
    opacity: 1 !important;
    visibility: visible !important;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* MGS Owl Slider Style */
.slider_mgs_carousel .owl-item.active .slide-text {
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item:not(.active) {
  /* SlideInDown effect */
  /* SlideInUp effect */
  /* SlideInLeft effect */
  /* SlideInRight effect */
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% + 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: -150px;
}
/* Zoom In effect */
.slider_mgs_carousel .owl-item.active .zoomIn .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomIn .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
/* Zoom Out effect */
.slider_mgs_carousel .owl-item.active .zoomOut .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item .zoomOut .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}
/**/
.text-full-width .slider_mgs_carousel .owl-item .slide-text {
  max-width: 100%;
}
.slider_mgs_carousel .owl-item .slide-text {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .slider_mgs_carousel .owl-item .slide-text {
    max-width: 970px;
  }
}
.slider_mgs_carousel .owl-item .slide-text {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  opacity: 1;
  visibility: visible;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text > * {
  max-width: 500px;
  padding: 15px 60px;
}
.slider_mgs_carousel .owl-item .slide-text.middle {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center > * {
  margin: 0 auto;
}
.slider_mgs_carousel .owl-item .slide-text.middle_right {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.middle_left {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider_mgs_carousel .owl-item .slide-text.middle_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_left {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_left > * {
  float: left;
}
.slider_mgs_carousel .owl-item .slide-text.top_right {
  top: 0;
  bottom: auto;
}
.slider_mgs_carousel .owl-item .slide-text.top_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right > * {
  float: right;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left {
  top: auto;
  bottom: 0;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left > * {
  float: left;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:0.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel{
	display:block;
	visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .tab-pane.product-carousel.active{
	visibility: visible;
    height: auto;
    overflow: visible;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.mfp-preloader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/images/loader.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  height: 100vh;
  z-index: 2000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Gallery image */
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  cursor: default;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-family: inherit;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050 !important;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 36px;
  background: none !important;
  border: none !important;
  text-align: center;
}
.mfp-img-gallery .mfp-bottom-bar {
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  margin: 0;
  top: auto;
  padding: 15px;
}
.mfp-img-gallery .mfp-counter {
  padding: 15px 15px 15px 0;
}
.promobanner {
  position: relative;
  overflow: hidden;
}
.promobanner > a > img {
  min-width: 100%;
}
.promobanner .text {
  position: absolute;
  padding: 20px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
}
.promobanner .text.top-left,
.promobanner .text.top-middle,
.promobanner .text.top-right {
  top: 0;
}
.promobanner .text.top-left {
  left: 0;
}
.promobanner .text.top-middle {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.top-right {
  right: 0;
}
.promobanner .text.middle-left,
.promobanner .text.middle-center,
.promobanner .text.middle-right {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.promobanner .text.middle-left {
  left: 0;
}
.promobanner .text.middle-center {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.promobanner .text.middle-right {
  right: 0;
}
.promobanner .text.bottom-left,
.promobanner .text.bottom-center,
.promobanner .text.bottom-right {
  bottom: 0;
}
.promobanner .text.bottom-left {
  left: 0;
}
.promobanner .text.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.bottom-right {
  right: 0;
}
.promobanner.zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.border-zoom:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 9;
}
.promobanner.border-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.shadow-corner {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.promobanner.shadow-corner:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.promobanner.zoom-shadow:after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.promobanner.cup-border {
  overflow: visible;
}
.promobanner.cup-border a:after {
  border: 2px solid #ddbe86;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
  opacity: 1;
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.promobanner.flashed-zoom a:after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #fff;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed-zoom:hover a:after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.zoom-out-shadow a:after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 2px solid #fff;
  outline-width: 15px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
}
.promobanner.mist a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist:hover a:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.promobanner.mist-text a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a:after {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.frame *, .frame ::after, .frame ::before,.panel-popup *, .panel-popup ::after, .panel-popup ::before  {
    box-sizing: border-box;
}
.frame {
	box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.no-padding{padding:0}
.no-padding-right{padding-right:0 !important}
.no-padding-left{padding-left:0 !important}

.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:570.98px) {
    .frame {
        max-width: calc(100% - 30px);
    }
	
	.col-mb {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-mb-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-mb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-mb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-mb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-mb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-mb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-mb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-mb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-mb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-mb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-mb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-mb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-mb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:576px) {
	.columns .column.main{
		-webkit-flex-basis: unset;
		flex-basis: unset;	
	}
}

@media (min-width:571px) and (max-width: 1199.98px) {
    .frame {
        max-width: calc(100% - 30px);
    }
	
	.col-tb {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-tb-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-tb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-tb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-tb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-tb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-tb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-tb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-tb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-tb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-tb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-tb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-tb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-tb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .frame {
        max-width: 1170px
    }
	
	.col-des {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-des-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-des-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-des-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-des-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-des-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-des-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-des-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-des-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-des-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-des-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-des-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-des-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-des-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	
	body:not(.active-builder) .hidden-des {
		display: none !important;
	}
}
@media (min-width: 1200px){
	.row-1 .col {
		-ms-flex: 0 0 calc(100% / 1);
		flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-2 .col {
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-3 .col {
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-4 .col {
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-5 .col {
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-6 .col {
		-ms-flex: 0 0 calc(100% / 6);
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-7 .col {
		-ms-flex: 0 0 calc(100% / 7);
		flex: 0 0 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-8 .col {
		-ms-flex: 0 0 calc(100% / 8);
		flex: 0 0 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
}
@media (min-width: 572px) and (max-width: 1199.98px) {
	.row-tablet-1 .col {
		-ms-flex: 0 0 calc(100% / 1);
		flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-tablet-2 .col {
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-tablet-3 .col {
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-tablet-4 .col {
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-tablet-5 .col {
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-tablet-6 .col {
		-ms-flex: 0 0 calc(100% / 6);
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-tablet-7 .col {
		-ms-flex: 0 0 calc(100% / 7);
		flex: 0 0 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-tablet-8 .col {
		-ms-flex: 0 0 calc(100% / 8);
		flex: 0 0 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	
	body:not(.active-builder) .hidden-tb {
		display: none !important;
	}
}
@media (max-width: 571.98px) {
	.row-mobile-1 .col {
		-ms-flex: 0 0 calc(100% / 1);
		flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-mobile-2 .col {
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-mobile-3 .col {
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-mobile-4 .col {
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-mobile-5 .col {
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-mobile-6 .col {
		-ms-flex: 0 0 calc(100% / 6);
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-mobile-7 .col {
		-ms-flex: 0 0 calc(100% / 7);
		flex: 0 0 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-mobile-8 .col {
		-ms-flex: 0 0 calc(100% / 8);
		flex: 0 0 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	body:not(.active-builder) .hidden-mb {
		display: none !important;
	}
}

@media (min-width:1200px) {
    .frame {
        max-width: 100%;
    }
}
.no-padding-col.section-builder-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-col .line {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-padding-col .line div[class*="col-des"],
.no-padding-col .line div[class*="col-tb"],
.no-padding-col .line div[class*="col-mb"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-margin{margin:0 !important}
.no-margin-top{margin-top:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.text-align-left, .text-align-left .slide-text{text-align:left}
.text-align-right, .text-align-right .slide-text{text-align:right}
.text-align-center, .text-align-center .slide-text{text-align:center}
.mgs-products.products-grid { margin: 0; }
.mgs-products.products-grid .product-item{padding-left:15px; padding-right:15px}

.panel-block *{
    -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* Slider */
.fullscreen-slider .owl-carousel .item-image img, .fullscreen-slider .owl-carousel .item-image, .fullscreen-slider .owl-carousel div:not(.owl-nav):not(.owl-dots):not(.slide-text){height:100%}
.fullscreen-slider .owl-carousel {
    height: 100%;
    position: relative;
}
.fullscreen-slider .owl-carousel .item-image{height: 100%; background-position: center; display: block; background-size: cover; background-repeat: no-repeat;}
.fullscreen-slider .item img{opacity: 0; visibility: hidden; filter:alpha(opacity=0)}
.mgs-owl-carousel{position: relative;}
.mgs-owl-carousel .owl-nav.disabled{display:none !important}

.mgs-owl-carousel .owl-nav .disabled{opacity:0.5; filter:alpha(opacity=50)}
.mgs-owl-carousel .owl-nav .disabled span::before, .mgs-owl-carousel .owl-nav .disabled span{cursor:unset !important}
.mgs-owl-carousel .owl-prev, .mgs-owl-carousel .owl-next{height:100%; position:absolute; top:0; left:30px}
.mgs-owl-carousel.owl-rtl .owl-prev{left:70px}
.mgs-owl-carousel .owl-next{left:unset; right:30px}
.mgs-owl-carousel.owl-rtl .owl-next{right:30px}
.mgs-owl-carousel .slider-nav:before{width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; color:#fff; line-height:40px; content:'\e608'; font-family:"luma-icons", "icons-blank-theme"; text-align:center; font-size:18px; cursor:pointer; transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;}
.autohide-nav.mgs-owl-carousel .slider-nav:before, .autohide-nav.mgs-owl-carousel .owl-nav span{
	opacity: 0;
	visibility: hidden; 
}
.mgs-owl-carousel .slider-nav:hover:before{
	transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
}
.mgs-owl-carousel .nav-prev:before{content:'\e617';}
.mgs-owl-carousel.owl-carousel:hover .slider-nav:before, .autohide-nav.mgs-owl-carousel:hover .owl-nav span {opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s ease-in-out;    -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out;}

.mgs-owl-carousel .owl-dots {
	display: table;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 20px;
}
.mgs-owl-carousel .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.mgs-owl-carousel .owl-dots .owl-dot span {
    background-color: #f0f0f0;
    height: 15px;
    margin: 0 7px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}
.mgs-owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #006bb4;
}
.nav-position-middle-outside .owl-nav div span, 
.nav-position-middle-inside .owl-nav div span{position:absolute; top:50%; cursor:pointer}
.mgs-owl-carousel .owl-nav div span{text-align:center; display:block}

.mgs-owl-carousel.nav-position-middle-outside .owl-prev{left:-30px}
.mgs-owl-carousel.nav-position-middle-outside .owl-next{right:-30px}
.mgs-owl-carousel.nav-position-top-left .owl-nav div, .mgs-owl-carousel.nav-position-top-right .owl-nav div, .mgs-owl-carousel.nav-position-bottom-left .owl-nav div, .mgs-owl-carousel.nav-position-bottom-right .owl-nav div{position:unset; float:left; margin-right:10px}
.mgs-owl-carousel.nav-position-top-right .owl-nav div{margin-right:0; margin-left:10px}
.mgs-owl-carousel.nav-position-top-left .owl-nav, .mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:absolute; top:0; left:0}

.mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{left:unset; right:0}

.mgs-carousel-single.mgs-owl-carousel.nav-position-top-right .owl-nav{top:15px; right:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-top-left .owl-nav{top:15px; left:15px}

.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-right .owl-nav{top:unset; right:15px; bottom:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-left .owl-nav{top:unset; left:15px; bottom:15px}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-left .owl-nav{top:-55px; left:0; right:unset}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-right .owl-nav{top:-55px; right:0; left:unset}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:unset; margin-top:15px}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{float:right}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav div{margin-right:0; margin-left:10px}

.mgs-owl-carousel .owl-nav span{cursor:pointer; position:relative; width:100%}
.mgs-owl-carousel .owl-nav .disabled span{cursor:unset}

.mgs-owl-carousel.nav-position-middle-inside .owl-nav .owl-next span,.mgs-owl-carousel.nav-position-middle-outside .owl-nav .owl-prev span{right:0}
.mgs-owl-carousel.mgs-carousel-single.dot-position-left .owl-dots{left:60px}
.mgs-owl-carousel.mgs-carousel-single.dot-position-right .owl-dots{left:unset; right:0}
.mgs-owl-carousel.mgs-carousel-multiple .owl-dots{bottom:-30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-left .owl-dots{left:30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-right .owl-dots{left:unset; right:-30px}

/* Products Block */
.mgs-products .product-image-container{width:100% !important}
.mgs-products .mgs-owl-carousel .product-item{width:100% !important; margin-top:20px; margin-bottom:35px}

.mgs-tab.data.items, .builder-tab.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.mgs-product-tab .mgs-tab.data.items > .item.title, .builder-tab.data.items > .item.title{
	box-sizing: border-box;
	float: unset;
    width: auto;
	margin: 0 -1px 0 0;
	display:inline-block;
}

.mgs-tab.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
	font-weight: 400;
    line-height: 40px !important;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 40px !important;
    padding: 1px 35px 1px 35px !important;
	background: #f6f6f6;
}

.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active, .mgs-tab.data.items > .item.title.active > .switch, .mgs-tab.data.items > .item.title.active > .switch:focus, .mgs-tab.data.items > .item.title.active > .switch:hover{
	background: #fff;
	color: #333;
}

.mgs-tab.data.items::before, .mgs-tab.data.items::after, .builder-tab.data.items::before, .builder-tab.data.items::after {
    content: '';
    display: table;
}

.mgs-tab.data.items > .item.content, .builder-tab.data.items > .item.content {
    margin-top: 40px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
	background: #fff;
	padding: 35px;
}
.builder-tab.data.items > .item.title > .switch{padding:1px 35px; height:40px; line-height:40px; color:#6d6d6d; text-decoration:none; display:block}

/* --------------- Tab Style ------------------*/
.mgs-product-tab .mgs-tab.product.data{float:left; width:100%; margin-top:20px}
.mgs-product-tab .mgs-tab.tab-align-center{text-align:center}
.mgs-product-tab .mgs-tab.tab-align-right{text-align:right}
.mgs-product-tab .mgs-tab .data.content{text-align:left}

.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:51px; padding:10px 0; box-shadow:unset; border-left:none; border-right:none; border-bottom:none}
.mgs-product-tab .mgs-tab.data.items .switch{font-weight:300}

.mgs-product-tab .tab-style1.data.items > .item.content,
.mgs-product-tab .tab-style2.data.items > .item.content,
.mgs-product-tab .tab-style3.data.items > .item.content,
.mgs-product-tab .tab-style4.data.items > .item.content,
.mgs-product-tab .tab-style6.data.items > .item.content,
.mgs-product-tab .tab-style7.data.items > .item.content{border:none}

.mgs-product-tab .tab-style1.data.items > .item.title > .switch{border:none; background: none; position:relative}
.mgs-product-tab .tab-style1.data.items .item.title .switch:hover{background:none !important}
.mgs-product-tab .tab-style1.data.items .item.title .switch:before{position:absolute; top:9px; left:0; width:1px; height:22px; background:#ccc; content:""}
.mgs-product-tab .tab-style1.data.items .item.title.item1 a:before{display:none}
.mgs-product-tab .mgs-tab.tab-align-left .item.title.item1 a{padding-left:0 !important}
.mgs-product-tab .mgs-tab.tab-font-bold .item.title a{font-weight:bold !important}
.mgs-product-tab .mgs-tab.tab-uppercase .item.title a{text-transform: uppercase !important}
.mgs-product-tab .mgs-tab.tab-italic .item.title a{font-style: italic !important}
.mgs-tab.data.items.tab-align-right > .item.title.last-item > .switch{padding-right:0 !important}


/* Style 2 */
.mgs-product-tab .tab-style2.data.items .item.title .switch{background: none !important; color:#878787; height:auto !important; line-height: unset !important; padding: 8px 25px !important; border:1px solid transparent;}
.mgs-product-tab .tab-style2.data.items .item.title.active .switch{border:1px solid #222; color:#222; border-radius:20px}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style2 > .item.title.last-item > .switch{padding-right:25px !important}

/* Style 3 */
.mgs-product-tab .tab-style3.data.items .item.title{margin:0 10px}
.mgs-product-tab .tab-style3.data.items .item.title .switch{border:1px solid #e3e3e3; background: none !important; color:#797979; height:auto !important; line-height: unset !important; padding: 10px 30px !important; border-radius:20px}
.mgs-product-tab .tab-style3.data.items .item.title.active .switch, .mgs-product-tab .tab-style3.data.items .item.title .switch:hover,.mgs-product-tab .tab-style3.data.items .item.title.active .switch:focus, .mgs-product-tab .tab-style3.data.items .item.title.active .switch:hover, .mgs-product-tab .tab-style3.data.items .item.title .switch:active{border:1px solid #6e6e6e; color:#fff !important; background:#6e6e6e !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style3 > .item.title.last-item > .switch{padding-right:30px !important}

/* Style 4 */
.mgs-product-tab .tab-style4.data.items .item.title{margin:0 12px}
.mgs-product-tab .tab-style4.data.items .item.title .switch{padding:0 !important; background: none !important; color:#777; height:auto !important; line-height: unset !important; border:none; position:relative}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch, .mgs-product-tab .tab-style4.data.items .item.title .switch:hover, .mgs-product-tab .tab-style4.data.items .item.title .switch:active, .mgs-product-tab .tab-style4.data.items .item.title .switch:focus{color:#333}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch:after{content:""; position:absolute; height:3px; width:100%; background:#a6cd56; left:0; bottom:-8px}

/* Style 5 */
.mgs-product-tab .tab-style5.data.items > .item.content{margin-top:40px; border-top: 2px solid #e7e7e7}
.mgs-product-tab .tab-style5.data.items .item.title{margin:0 15px}
.mgs-product-tab .tab-style5.data.items .item.title .switch{padding:0 !important; background: none !important; color:#313131; border:none; position:relative}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch, .mgs-product-tab .tab-style5.data.items .item.title .switch:hover, .mgs-product-tab .tab-style5.data.items .item.title .switch:active, .mgs-product-tab .tab-style5.data.items .item.title .switch:focus{color:#EE2D43 !important}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch:after{content:""; position:absolute; height:2px; width:100%; background:#EE2D43; left:0; bottom:-2px; display:block !important; top:unset; right:unset}
.mgs-product-tab .tab-style5.tab-align-left .item.title.item1, .mgs-product-tab .tab-style3.tab-align-left .item.title.item1, .mgs-product-tab .tab-style4.tab-align-left .item.title.item1{margin-left:0}
.mgs-product-tab .tab-style4.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style5.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style3.tab-align-right .item.title.last-item{margin-right:0}

/* Style 6 */
.mgs-product-tab .tab-style6.data.items > .item.title{margin: 0 -4px 0 0;}
.mgs-product-tab .tab-style6.data.items .item.title .switch{padding: 5px 40px; border:none; color:#fff; background:#2a2b2e; border-left:1px solid #505050}
.mgs-product-tab .tab-style6.data.items .item.title.item1 .switch{border:none; padding-left:40px !important}
.mgs-product-tab .tab-style6.data.items .item.title.active .switch, .mgs-product-tab .tab-style6.data.items .item.title .switch:active, .mgs-product-tab .tab-style6.data.items .item.title .switch:focus, .mgs-product-tab .tab-style6.data.items .item.title .switch:hover{background:#dd0017 !important; color:#fff !important}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style6 > .item.title.last-item > .switch{padding-right:35px !important}

/* Style 7 */
.mgs-product-tab .tab-style7.data.items .item.title .switch{border:none; color:#999; background:none !important; padding:0 20px !important}
.mgs-product-tab .tab-style7.data.items .item.title.active .switch, .mgs-product-tab .tab-style7.data.items .item.title .switch:active, .mgs-product-tab .tab-style7.data.items .item.title .switch:focus, .mgs-product-tab .tab-style7.data.items .item.title .switch:hover{color:#c33 !important}
.mgs-product-tab .tab-style7.tab-align-right .item.title.last-item a.switch{padding-right:0 !important}
.mgs-product-tab .tab-style7.tab-align-left .item.title.item1 a.switch{padding-left:0 !important}

.deal-timer{margin:10px 0; width:100%; display:inline-block}
.deal-timer span{display:block; width:24%; text-align:center; float:left; font-size:18px; margin-right:1%; border-radius:3px; overflow:hidden}
.deal-timer span.secs{margin-right:0}
.deal-timer .time-note span{font-size:11px}
.mgs-products .product-item-info{position:relative}
.mgs-products .product-ribbon{position:absolute; background:#ff3100; color:#fff; width:45px; height:45px; display:block; border-radius:50%; top:0; z-index:10; text-align:center; line-height:45px; font-size:14px; right:0}
.mgs-products.list-products .product-image{position:relative}
.mgs-products .saved-price .price{margin-left:5px}

.instagram-widget .instagram-item{position:relative}
.instagram-widget .instagram-item > a {
    display: block;
}

.instagram-widget .instagram-item > a::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.instagram-widget .instagram-item:hover > a::after {
    opacity: .5;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-widget .instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count > span {
    margin: 0 5px;
}

.instagram-widget .instagram-item .social-count span span{margin-right:5px}
.instagram-widget .instagram-item .social-count .fa::before{font-family:"luma-icons", "icons-blank-theme";}
.instagram-widget .instagram-item .social-count .fa-heart-o::before{content: '\e600';}
.instagram-widget .instagram-item .social-count .fa-comments-o::before{content: '\e620';}

.instagram-widget .owl-dots, .category-grid-widget .owl-dots{margin-top:15px}

.category-grid-block .category-item{position:relative}
.category-grid-block .no-slider .category-item{margin-bottom:15px}
.category-grid-block .category-item .widget-category-infor{position:absolute; padding: 0 30px; top:50%; margin-top:-20px; left:0}
.category-grid-block .category-item .widget-category-infor span{display:block; color:#a3a3a3; font-size:12px}
.category-grid-block .category-item .widget-category-infor span.number{display:unset}
.category-grid-block .category-item .widget-category-infor .category-name{font-size:16px; margin-bottom:5px}

.category-list-block{border: 1px solid #dae2e6; border-radius:2px}
.category-list-block .list-heading h3{padding:15px 20px; background:#f5f5f5; font-size:15px; font-weight:600; margin:0; border-bottom: 1px solid #dae2e6; letter-spacing: 0.5px;}
.category-list-block ul{margin:0 15px 5px; list-style:none; padding:0}
.category-list-block ul li{border-bottom: 1px solid #dae2e6; padding:10px 3px; margin:0}
.category-list-block ul li .category-icon{margin-right:8px}
.category-list-block ul li .font-icon{margin-left:5px;}
.category-list-block ul li .category-icon img{max-height:25px}
.category-list-block ul li:last-child{border:none}
.category-list-block ul li a{color:#333; text-decoration:none; display:flex; align-items: center}
.category-list-block .empty{padding: 15px}

.font-bold{font-weight:bold !important}
.font-italic{font-style:italic !important}
.font-uppercase{text-transform: uppercase !important;}

.mgs-accordion .accordion-title{
	color: #000;
	padding: 0 40px 0 17px;
	background-color: #f6f6f8;
	position: relative;
	line-height: 40px;
	cursor: pointer;
	line-height: 40px;
	font-weight:normal;
	margin:10px 0 0
}
.mgs-accordion .accordion-title:first-child{margin:0}

.mgs-accordion .accordion-content{
	padding: 20px;
	border: 1px solid #f6f6f8;
}

.accordion-title-icon .icon:before, .mgs-accordion .accordion-title:before{
	color: #333;
	font-family: "luma-icons", "icons-blank-theme";
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.mgs-accordion .accordion-title{position:relative}
.mgs-accordion .accordion-title:before{height:40px; width:40px; position:absolute; right:0; top:0; font-size:25px; font-style:normal !important}

.accordion-title-icon1 .icon:before, .accordion-title-icon1 .accordion-title:before{
	font-family: "FontAwesome";
	content:"\f105";
	font-size:20px;
}
.accordion-title-icon1 .icon-active:before, .accordion-title-icon1 .accordion-title.ui-accordion-header-active:before{
	content:"\f107"
}

.accordion-title-icon2 .icon:before, .accordion-title-icon2 .accordion-title:before{
	font-family: "Poppins", arial, tahoma;
	content:'+';
	font-size:20px;
}
.accordion-title-icon2 .icon-active:before, .accordion-title-icon2 .accordion-title.ui-accordion-header-active:before{
	font-family: "Poppins", arial, tahoma;
	content:'-';
	font-size: 24px;
}

.accordion-icon-left .accordion-title{
	padding-left:35px;
}
.accordion-icon-left .accordion-title:before{right:unset; left:0}


/* Video */
.mgs-video.youtube-video.video-fullwidth,.mgs-video.vimeo-video.video-fullwidth {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.mgs-video.youtube-video.video-fullwidth iframe,.mgs-video.vimeo-video.video-fullwidth iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.mgs-video.vimeo-video.video-hide-controls iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* Map */
.mgs-map .map-info{width:260px; padding:25px; background:#0095eb; color:#fff}
.mgs-map .map-info h3{margin: 0 0 20px 0; font-size:25px}
.mgs-map .map-detail-info ul{margin:0; padding:0; list-style:none; margin-left:10px}
.mgs-map .map-detail-info ul li{margin-bottom:10px}
.mgs-map .map-container{position:relative}
.mgs-map .map-container .map-info{position:absolute; z-index:10; left:50%; margin-left:150px; top:50%; margin-top:-200px}
.mgs-promobanner{cursor:pointer}

/* Profile */
.mgs-profile .photo{border:8px solid #f8f8f8; margin-bottom:15px}
.mgs-profile .photo img{max-width:100%; display:block}
.mgs-profile h4{margin: 0 0 7px 0; font-weight:400; font-size:21px}
.mgs-profile .subtitle{color:#a8a8a8; font-size:13px; margin-bottom:15px; padding-bottom:15px}
.mgs-profile .subtitle span{position:relative;}
.mgs-profile .subtitle span:after{position:absolute; content:""; height:1px; bottom:-15px; left:0; width:100%; background:#0095eb}
.mgs-profile .profile-description{margin-bottom:15px}
.mgs-profile .social ul{list-style:none; margin:0; padding:0}
.mgs-profile .social ul li{display:inline-block; margin-right:2px; width:42px; height:42px; line-height:40px; text-align:center}
.mgs-profile .social ul li a{color:#444; font-size:15px; display:block; border:1px solid rgba(0,0,0,.08)}
.mgs-profile .box-shadow a{-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);}
.mgs-profile.profile-horizontal h4{margin-top:10px}
.mgs-profile.profile-circle{text-align:center}
.mgs-profile.profile-circle .photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Content Box */
.mgs-content-box.cursor{cursor:pointer}
.mgs-content-box .icon-wrapper{width:100px; height:100px; line-height:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-content-box.box-vertical .icon-wrapper{margin:0 auto 15px;}
.mgs-content-box.box-vertical{text-align:center}
.mgs-content-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-content-box.box-horizontal .icon-wrapper{float:left;}
.mgs-content-box.box-horizontal .content-wrapper{margin-left:120px}
.mgs-content-box.box-vertical .icon-wrapper,{margin:0 auto 15px;}
.mgs-content-box .content-wrapper h4{font-size:21px; font-weight:500; margin:0 0 15px}
.mgs-content-box.box-horizontal .content-wrapper h4{margin-top:10px}

/* Counter Box */
.mgs-counter-box .icon-wrapper{width:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-counter-box.box-vertical{text-align:center}
.mgs-counter-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-counter-box.box-horizontal .icon-wrapper{float:left; width:auto; margin-right:5px; padding:0 5px}
.mgs-counter-box.box-horizontal .counter-box{line-height:80px}
.mgs-counter-box.box-horizontal .content{display:block; clear:both; text-align: center; margin-top:-15px}
.mgs-counter-box.box-vertical .icon-wrapper{margin:0 auto;}
.mgs-counter-box.box-vertical .counter-box span{display:block;}
.mgs-counter-box .number{font-size:35px}
.mgs-counter-box .subtitle{font-size:20px}

/* Progress Bar */
@-webkit-keyframes move{from{background-position:0 0}to{background-position:30px 0}}
@keyframes move{from{background-position:0 0}to{background-position:30px 0}}

.mgs-progressbar {position: relative;}
.mgs-progressbar .progressbar{
    margin: 0;
    height: 30px;
    width: 100%;
    background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f7f7f7;
}
.mgs-progressbar .progress {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 30px 30px;
	transition-duration: 3s;
}
.mgs-progressbar .progress.animation{-webkit-animation: move 2s linear infinite; animation: move 2s linear infinite;}
.mgs-progressbar .progress-info{margin:5px 0}
.mgs-progressbar.progress-inside{position:relative}
.mgs-progressbar.progress-inside .progress-info{position:absolute; top:0; left:15px; height:100%; line-height:30px; margin:0}
.mgs-progressbar.progress-top-left-right .progress-info .progress-value, .mgs-progressbar.progress-bottom-left-right .progress-info .progress-value{float:right}
.mgs-progressbar.progress-bottom-right .progress-info, .mgs-progressbar.progress-top-right .progress-info{text-align:right}

/* Circle Progress */
.mgs-progress-circle {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mgs-circle-pie-progress .progress-info h4{text-align:center; font-weight:normal; font-size:16px; margin:20px 0}
.mgs-progress-circle .mgs-progress-circle__slice,
.mgs-progress-circle .mgs-progress-circle__fill {
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}
.mgs-progress-circle .mgs-progress-circle__slice {
  clip: rect(0px, 120px, 120px, 60px);
}
.mgs-progress-circle .mgs-progress-circle__slice .mgs-progress-circle__fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #1291d4;
}
.mgs-progress-circle .mgs-progress-circle__overlay {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  line-height:100px;
  text-align:center;
  font-size:30px;
}
.mgs-progress-circle__overlay .font-container{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mgs-progress-circle__overlay .font-container span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.progress-type-circle .mgs-progress-circle__overlay{background:#fff}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill {
  transform: rotate(1.8deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill {
  transform: rotate(5.4deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill {
  transform: rotate(9deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill {
  transform: rotate(12.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill {
  transform: rotate(16.2deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill {
  transform: rotate(19.8deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill {
  transform: rotate(23.4deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill {
  transform: rotate(27deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill {
  transform: rotate(30.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill {
  transform: rotate(34.2deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill {
  transform: rotate(37.8deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill {
  transform: rotate(41.4deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill {
  transform: rotate(45deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill {
  transform: rotate(48.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill {
  transform: rotate(52.2deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill {
  transform: rotate(55.8deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill {
  transform: rotate(59.4deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill {
  transform: rotate(63deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill {
  transform: rotate(66.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill {
  transform: rotate(70.2deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill {
  transform: rotate(73.8deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill {
  transform: rotate(77.4deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill {
  transform: rotate(81deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill {
  transform: rotate(84.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill {
  transform: rotate(88.2deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill {
  transform: rotate(91.8deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(183.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(187.2deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill {
  transform: rotate(95.4deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(190.8deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(194.4deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill {
  transform: rotate(99deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(198deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(201.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill {
  transform: rotate(102.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(205.2deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(208.8deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill {
  transform: rotate(106.2deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(212.4deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(216deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill {
  transform: rotate(109.8deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(219.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(223.2deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill {
  transform: rotate(113.4deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(226.8deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(230.4deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill {
  transform: rotate(117deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(234deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(237.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill {
  transform: rotate(120.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(241.2deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(244.8deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill {
  transform: rotate(124.2deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(248.4deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(252deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill {
  transform: rotate(127.8deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(255.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(259.2deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill {
  transform: rotate(131.4deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(262.8deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(266.4deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill {
  transform: rotate(135deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(270deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(273.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill {
  transform: rotate(138.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(277.2deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(280.8deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill {
  transform: rotate(142.2deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(284.4deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(288deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill {
  transform: rotate(145.8deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(291.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(295.2deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill {
  transform: rotate(149.4deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(298.8deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(302.4deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill {
  transform: rotate(153deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(306deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(309.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill {
  transform: rotate(156.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(313.2deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(316.8deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill {
  transform: rotate(160.2deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(320.4deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(324deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill {
  transform: rotate(163.8deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(327.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(331.2deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill {
  transform: rotate(167.4deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(334.8deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(338.4deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill {
  transform: rotate(171deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(342deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(345.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill {
  transform: rotate(174.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(349.2deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(352.8deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill {
  transform: rotate(178.2deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(356.4deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(360deg);
}


/* Countdown Block */
.mgs-countdown-block .countdown-timer .time-text, .mgs-countdown-block .countdown-timer .countdown{display:flex}
.mgs-countdown-block .countdown-timer .days,
.mgs-countdown-block .countdown-timer .hours,
.mgs-countdown-block .countdown-timer .mins,
.mgs-countdown-block .countdown-timer .secs{display:block; width:25%; margin:0; text-align:center}
.mgs-countdown-block .countdown-timer .time-text{font-size:20px}
.mgs-countdown-block .countdown-timer .countdown span b{font-size:80px; font-weight:normal}

/* Divider Block */
.mgs-divider-block{display:inline-block; width:100%}
.mgs-divider{display:block; width:100%; position:relative; text-align:center }
.mgs-divider hr{margin:0; height:1px; border-left:0 !important; border-right:0 !important; border-bottom:0; border-top-width:1px; border-top-style:solid; border-top-color:#ccc}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-dashed hr{border-bottom:none !important}
.mgs-divider.mgs-divider-double_solid hr{border-bottom-style: solid;}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-double_dotted hr{border-style:dotted}
.mgs-divider.mgs-divider-dashed hr, .mgs-divider.mgs-divider-double_dashed hr{border-style:dashed}

.mgs-divider.mgs-divider-double_solid hr, .mgs-divider.mgs-divider-double_dotted hr, .mgs-divider.mgs-divider-double_dashed hr{padding:3px 0; border-bottom-width:1px; border-bottom-color:#ccc}

.mgs-divider.mgs-divider-shadown hr{
	border:none;
	background: radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgs-divider.mgs-divider-shadown hr:after{
	display: block;
	margin-top: 10px;
	height: 6px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(50% -50% ellipse,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
	background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
}
.mgs-divider.divider-center{margin:0 auto}
.mgs-divider.divider-right{float:right}

.mgs-divider .divider-text,.mgs-divider .divider-icon{position:absolute; width:100%; left:0; font-size:20px; top:50%; margin-top:-10px; height:20px; line-height:20px;}
.mgs-divider .divider-text span{background:#fff; padding:0 10px}
.mgs-divider .divider-icon{height:30px; margin-top:-17.5px}
.mgs-divider .divider-icon span{font-size:15px; background:#fff; border-radius:50%; width:35px; height:35px; text-align:center; position:relative;}
.mgs-divider .divider-icon span::before{position:absolute; top:50%; margin-top:-7.5px; width:100%; left:0}
.mgs-divider .text-icon-container .fa{padding:0 !important}
.mgs-divider .text-icon-container span.icon{border-radius:50%; text-align:center; position:relative;}
.mgs-divider .text-icon-container span.icon:before{position:absolute; top:50%; margin-top:-10px; width:100%; left:0}

/* Heading */
.mgs-heading.heading-left{text-align:left}
.mgs-heading.heading-center{text-align:center}
.mgs-heading.heading-right{text-align:right}
.mgs-heading .heading{font-weight:normal; text-transform:unset; margin:0;}
.mgs-heading.has-border .heading{position:relative; }
.mgs-heading.has-border .heading:after{content:""; position:absolute; width:100%; left:0; bottom:-10px; z-index:1}

.mgs-heading.has-border.heading-middle .heading:after{bottom:unset; top:50%}
.mgs-heading.has-border.heading-middle .heading span{padding:5px 15px; background:#fff; position:relative; z-index:2}
.mgs-heading.has-border.heading-middle.heading-left .heading span{padding-left:0;}
.mgs-heading.has-border.heading-middle.heading-right .heading span{padding-right:0;}

.mgs-heading.heading-solid .heading:after{border-bottom:1px solid #ccc}
.mgs-heading.heading-dotted .heading:after{border-bottom:1px dotted #ccc}
.mgs-heading.heading-dashed .heading:after{border-bottom:1px dashed #ccc}

/* List */
.mgs-list-block ul, .mgs-list-block ol{padding-left:12px; margin-left:0; list-style: none}
.mgs-list-block ul li, .mgs-list-block ol li{color:#575757; width:100%}
.mgs-list-block.list-style-icon ul, .mgs-list-block.list-style-icon ol{padding-left:0; margin-left:0;}
.mgs-list-block .list-disc{list-style: disc;}
.mgs-list-block .list-armenian{list-style: armenian;}
.mgs-list-block .list-circle{list-style: circle;}
.mgs-list-block .list-cjk-ideographic{list-style: cjk-ideographic;}
.mgs-list-block .list-decimal{list-style: decimal;}
.mgs-list-block .list-decimal-leading-zero{list-style: decimal-leading-zero;}
.mgs-list-block .list-georgian{list-style: georgian;}
.mgs-list-block .list-hebrew{list-style: hebrew;}
.mgs-list-block .list-hiragana{list-style: hiragana;}
.mgs-list-block .list-hiragana-iroha{list-style: hiragana-iroha;}
.mgs-list-block .list-katakana{list-style: katakana;}
.mgs-list-block .list-katakana-iroha{list-style: katakana-iroha;}
.mgs-list-block .list-lower-alpha{list-style: lower-alpha;}
.mgs-list-block .list-lower-greek{list-style: lower-greek;}
.mgs-list-block .list-lower-latin{list-style: lower-latin;}
.mgs-list-block .list-lower-roman{list-style: lower-roman;}
.mgs-list-block .list-none{list-style: none;}
.mgs-list-block .list-square{list-style: square;}
.mgs-list-block .list-upper-alpha{list-style: upper-alpha;}
.mgs-list-block .list-upper-greek{list-style: upper-greek;}
.mgs-list-block .list-upper-latin{list-style: upper-latin;}
.mgs-list-block .list-upper-roman{list-style: upper-roman;}
.mgs-list-block .list-initial{list-style: initial;}
.mgs-list-block .list-inherit{list-style: inherit;}

.mgs-list-block.list-style-icon li{display: inline-flex;}
.mgs-list-block.list-style-icon .list-icon{margin-right:8px;}
.mgs-list-block.list-style-icon li span{line-height:inherit}

/* Image */

.mgs-image-block .image-content span{display:block; overflow:hidden; line-height:0}

.mgs-effect-zoom-in img{
	opacity: 1;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-in img:hover{
	opacity: .9;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.mgs-effect-zoom-out img{
	opacity: 1;
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-out img:hover{
	opacity: .9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mgs-effect-rotate img{
	opacity: 1;
	-webkit-transform: rotate(5deg) scale(1.4);
	transform: rotate(5deg) scale(1.4);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-rotate img:hover{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: .9;
}

.mgs-effect-blur img{
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-blur img:hover{
	-webkit-filter: blur(0);
	filter: blur(0);
}

.mgs-effect-grayscale img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-grayscale img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.mgs-effect-sepia img{
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-sepia img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.mgs-effect-opacity img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-opacity img:hover{
	opacity: .5;
}

.mgs-box-shadow{
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.mgs-box-shadow a, .mgs-box-shadow img{line-height:0; display:block}

.mgs-image-block.multiple-image .image-content.fade span.span-container{position:relative; line-height:0}

.mgs-image-block.multiple-image .image-content.fade img.before-image {
    opacity: 1;
}

.mgs-image-block.multiple-image .image-content.fade img.after-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mgs-image-block.multiple-image .image-content.fade img {
    transition: 0.5s ease-in-out;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.before-image {
    opacity: 0;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.after-image {
    opacity: 1;
}

/* Button */
.mgs-button-block button{border-radius: 0; border:none; padding-top:0; padding-bottom:0; height:35px; line-height:35px; box-shadow:none}
.mgs-button-block button span{height:35px; line-height:35px}
.mgs-button-block.button-left{text-align:left}
.mgs-button-block.button-center{text-align:center}
.mgs-button-block.button-right{text-align:right}
.mgs-button-block.button-fullwidth button{width:100%}
.mgs-button-block.button-shadow button{
	-webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
}
.mgs-button-block .icon-left{margin-right:5px}
.mgs-button-block .icon-right{margin-left:5px}
.mgs-button-block .has-divider{margin:0; display:inline-block}
.mgs-button-block .has-divider.icon-right{float:right; padding-left:15px; border-left:1px solid #fff; margin-left:15px}
.mgs-button-block .has-divider.icon-left{float:left; padding-right:15px; border-right:1px solid #fff; margin-right:15px}

/* Table */
.mgs-table-block{table-layout: fixed;}
.mgs-table-block tr td{padding:10px 20px}

/* Masonry */
.mgs-masonry-block .grid-item span{display:block;overflow:hidden}

/* Modal Popup */
.mgs-modal .pop-sletter-title{height:30px; float:left; width:100%}
.mgs-modal .pop-sletter-title h3{position:relative; top:-30px}
.mgs-modal img{max-width:100%}


/* Latest Post */
.mgs-post .post-item-detail{color:#676767; }
.mgs-post .title-blog h3{margin-top:15px; margin-bottom:5px}
.mgs-post .title-blog a{
	color: #222;
	font-size: 16px;
}

.mgs-post .post-create-date{margin-bottom:10px}
.mgs-post .post-create-date span{color:#222}

/* Portfolio */
.mgs-portfolio .portfolio-item {position:relative}
.mgs-portfolio .portfolio-item-detail{
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color:#fff;
}

.mgs-portfolio .portfolio-item:hover .portfolio-item-detail {
    opacity: 1;
}

.mgs-portfolio .portfolio-item-detail a{
	margin:0;
	color:#fff;
	text-decoration:none;
}
.mgs-portfolio .portfolio-item-detail h5{font-size:15px}

.mgs-portfolio .portfolio-item .thumbnail::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.mgs-portfolio .portfolio-item:hover .thumbnail::after {
    top: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* Testimonial */
.mgs-testimonial .testimonial-item {
    text-align: center;
}
.mgs-testimonial .testimonial-content{max-width:800px; margin:auto;}
.mgs-testimonial .testimonial-content .author-thumbnail {
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
	margin:0 auto 40px;
	height:100px;
}

.mgs-testimonial .testimonial-content .content { position:relative;}
.mgs-testimonial .testimonial-content .content blockquote::before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
	font-size: 30px;
	top: -28px;
    z-index: 0;
    color: rgba(40,40,40,.3);
    font-style: normal;
    line-height: 1;
	margin-left:-12px;
}
.mgs-testimonial .testimonial-content .content .name{font-weight:600}
.mgs-testimonial .testimonial-content .content .infomation{font-size:12px}
.mgs-testimonial blockquote{font-style:normal}

.cms-index-index.active-builder #maincontent, .cms-page-view.active-builder #maincontent, .cms-index-index.active-builder #maincontent > .container, .cms-page-view.active-builder #maincontent > .container{max-width:inherit; padding-left:inherit; padding-right:inherit; overflow:hidden}
.cms-index-index.active-builder #maincontent .section-builder , .cms-page-view.active-builder #maincontent .section-builder {max-width:1240px; margin:auto; box-sizing: border-box;}
.cms-index-index.active-builder #maincontent .section-builder-full , .cms-page-view.active-builder #maincontent .section-builder-full {max-width:inherit !important; padding-left:15px; padding-right:15px}
.panel-block .swatch-attribute *{
	box-sizing: unset;
}

@media (max-width:767px) {

	.mgs-product-tab .mgs-tab.tab-align-center{text-align:left}
	.mgs-product-tab .mgs-tab.product.data{float:none}
    .mgs-product-tab .mgs-tab.data.items .data.item{width: 100%; margin-bottom:5px; float:none}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		height: auto !important;
		border-radius:unset !important;
	}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch::before{display:none}
	
	.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:0 !important; padding:0 !important}
	.panel-block .mgs-product-tab .mgs-tab .product-items{margin-left:0}
	.mgs-product-tab .mgs-tab.data.items > .item.content{display:none}
	.mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"]{display:inline !important}
	
	.mgs-countdown-block .countdown-timer .countdown span b{font-size:22px !important}
	.mgs-countdown-block .countdown-timer .time-text{font-size:18px !important}
	.mgs-countdown-block .countdown-timer .countdown span b{border-width:1px !important}
}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../frontend/NewbyLondon/Newby/en_US/MGS_Fbuilder/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
