.shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.border-bottom {
  border-bottom: solid 1px #b28f55;
}
@-webkit-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes skew-pulse {
  0% {
    transform: skew(-30deg) translate3d(-5px, -55px, 0);
  }
  100% {
    transform: skew(-30deg) translate3d(-5px, -10px, 0);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes throb {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes throb2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

/*@import "_variables.less";*/

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../external/fontawesome/webfonts/fa-brands-400.eot');
  src: url('../external/fontawesome/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../external/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'), url('../external/fontawesome/webfonts/fa-brands-400.woff') format('woff'), url('../external/fontawesome/webfonts/fa-brands-400.ttf') format('truetype'), url('../external/fontawesome/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fabr {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

/*@import "_variables.less";*/

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../external/fontawesome/webfonts/fa-light-300.eot');
  src: url('../external/fontawesome/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../external/fontawesome/webfonts/fa-light-300.woff2') format('woff2'), url('../external/fontawesome/webfonts/fa-light-300.woff') format('woff'), url('../external/fontawesome/webfonts/fa-light-300.ttf') format('truetype'), url('../external/fontawesome/webfonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

/*@import "_variables.less";*/

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../external/fontawesome/webfonts/fa-regular-400.eot');
  src: url('../external/fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../external/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('../external/fontawesome/webfonts/fa-regular-400.woff') format('woff'), url('../external/fontawesome/webfonts/fa-regular-400.ttf') format('truetype'), url('../external/fontawesome/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

/*@import "_variables.less";*/

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../external/fontawesome/webfonts/fa-solid-900.eot');
  src: url('../external/fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../external/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('../external/fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('../external/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('../external/fontawesome/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
#simplemodal-container {
  background: white;
  max-height: 80%;
  border-radius: 10px;
}
#simplemodal-container .simplemodal-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  border-radius: 10px;
}
#simplemodal-container .simplemodal-wrap > div {
  background-image: url(../../img/warning-box-stripes.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 75px;
}
#simplemodal-container a.modalCloseImg {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  background-color: black;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  border: 1px solid white;
  right: -10px;
  top: -10px;
  opacity: unset;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
}
#simplemodal-container a.modalCloseImg:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00d";
}
.ec-message {
  border: 1px solid #B6B6B3;
  padding: 20px;
  text-align: center;
  min-width: 200px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  min-width: 300px;
  min-height: 200px;
}
.ec-message .alert {
  margin: 5px;
  font-weight: 600;
  font-size: 1.5em;
  color: #d22b2b;
}
.ec-message .success {
  margin: 5px;
  font-size: 1.5em;
  font-weight: bold;
  color: #1f9d0e;
}
.ec-message .message {
  word-break: break-word;
  padding: 10px 0;
}
.ec-message .btn {
  margin: 20px 5px 5px 5px;
  background-color: black !important;
  font-size: 20px;
  font-weight: 600;
  width: 200px;
}
#simplemodal-overlay {
  background: black;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=5.0.6');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=5.0.6') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=5.0.6') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=5.0.6') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=5.0.6') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=5.0.6#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/titillium-regular-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/titilliumweb-regular.ttf') format('truetype'), url('../fonts/titillium-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/titillium-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/titilliumweb-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TTBluescreens-Regular';
  src: url('../fonts/ttbluescreens-regular.eot');
  src: url('../fonts/ttbluescreens-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ttbluescreens-regular.woff2') format('woff2'), url('../fonts/ttbluescreens-regular.woff') format('woff'), url('../fonts/ttbluescreens-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media all and (min-width: 1100px) {
  html.au header .clearfix,
  html.nz header .clearfix {
    display: flex;
  }
  html.au header .clearfix #shoppingCartText,
  html.nz header .clearfix #shoppingCartText {
    color: white;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: large;
  }
  html.au header .clearfix #shoppingCartText .account-divider,
  html.nz header .clearfix #shoppingCartText .account-divider {
    border-left: 1px solid white;
    position: absolute;
    height: 60%;
  }
  html.au header .clearfix #shoppingCartText > span,
  html.nz header .clearfix #shoppingCartText > span {
    margin-left: 10px;
  }
  html.au header .clearfix #shoppingCartText .cart-total-amount,
  html.nz header .clearfix #shoppingCartText .cart-total-amount {
    margin-left: 5px;
  }
  html.au header .clearfix #shoppingCartText .cart-total-amount span,
  html.nz header .clearfix #shoppingCartText .cart-total-amount span {
    font-weight: 600;
    font-size: larger;
  }
  html.au header .clearfix .cart-qty,
  html.nz header .clearfix .cart-qty {
    color: white;
    background-color: #BB0901;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: 0px;
    align-items: center;
    justify-content: center;
    display: flex !important;
  }
  html.au header .clearfix .cart-qty span,
  html.nz header .clearfix .cart-qty span {
    padding: 2px;
  }
  html.au header .clearfix .checkout,
  html.nz header .clearfix .checkout {
    font-weight: 600;
    margin-right: 10px;
  }
  html.au .user-section .dash,
  html.nz .user-section .dash {
    color: white;
  }
  html.au .user-section .login-btn,
  html.nz .user-section .login-btn,
  html.au .user-section .logout-btn,
  html.nz .user-section .logout-btn {
    color: white;
    text-decoration: underline;
    cursor: pointer;
  }
  html.au body.light,
  html.nz body.light {
    background: black;
  }
  html.au body.light footer,
  html.nz body.light footer {
    background: black;
  }
  html.au body.light footer .media-width,
  html.nz body.light footer .media-width,
  html.au body.light footer a,
  html.nz body.light footer a {
    color: white;
  }
}
html,
body {
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  line-height: 1.3em;
}
html {
  height: 100%;
}
body {
  margin: 0;
  background: #4A0000;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  color: white;
  min-height: 100%;
  padding-bottom: 64px;
}
body.modal-open {
  overflow: hidden;
}
.user-details {
  color: white;
  font-size: 20px;
  display: flex;
}
.user-details .dash {
  text-decoration: underline;
}
header {
  margin: auto;
  padding: 20px 0;
  position: fixed;
  max-width: 1200px;
  width: 100%;
  z-index: 1001;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  background: black;
  left: 50%;
  transform: translateX(-50%);
}
header .hamburger-wrapper {
  cursor: pointer;
  height: 100%;
  width: 60px;
  height: 60px;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
}
header .hamburger-wrapper .navbar-toggle {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  text-align: center;
  top: 20px;
  left: 15px;
  position: absolute;
}
header .hamburger-wrapper .navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: white;
  opacity: 1;
  left: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
  /* Firefox */

  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .hamburger-wrapper .navbar-toggle .icon-bar:nth-child(1) {
  top: -2px;
}
header .hamburger-wrapper .navbar-toggle .icon-bar:nth-child(2),
header .hamburger-wrapper .navbar-toggle .icon-bar:nth-child(3) {
  top: 6px;
}
header .hamburger-wrapper .navbar-toggle .icon-bar:nth-child(4) {
  top: 14px;
}
header .hamburger-wrapper .navbar-toggle .menu-text {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  opacity: 1;
  left: -6px;
  color: white;
  top: 22px;
  background: unset;
}
header .hamburger-wrapper .navbar-toggle.open .menu-text {
  display: none;
}
header .hamburger-wrapper .navbar-toggle.open .icon-bar:nth-child(1),
header .hamburger-wrapper .navbar-toggle.open .icon-bar:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
  display: none;
}
header .hamburger-wrapper .navbar-toggle.open .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */

}
header .hamburger-wrapper .navbar-toggle.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */

}
header .logo-wrapper {
  flex-grow: 1;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
header .logo-wrapper .logo {
  height: 30px;
}
header .user-details {
  flex-shrink: 1;
}
header .user-details .dash {
  margin-right: 10px;
}
header .shopping-cart {
  position: relative;
  text-align: right;
}
nav {
  margin: 0px auto;
  position: fixed;
  top: 100px;
  left: 0;
  background: #353535;
  z-index: 1000;
  width: 300px;
  overflow: auto;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
  /*.user-details {
        display: flex;
        flex-direction: column;
        align-items: center;

        > a {
            background-color: @white;
            color: @black !important;
            text-align: center;
            padding: 10px;
            margin-top: 15px;
            border-radius: 25px;

            span {
                .faa(@fa-var-sign-out);
                margin-left: 10px;
                font-size: 20px;
                vertical-align: middle;
            }
        }
    }*/

}
nav.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}
nav .main-nav {
  margin: 0px;
  list-style: none;
  background: #353535;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 20px 20px 20px;
}
nav .main-nav > li {
  margin-top: 15px;
}
nav .main-nav li {
  display: block;
  position: relative;
  padding: 3px 0;
}
nav .main-nav li div.dropdown {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}
nav .main-nav li div.dropdown ul li {
  margin-top: 10px;
}
nav .main-nav li div.dropdown ul li a {
  font-size: 17px;
}
nav .main-nav li div.dropdown.active {
  visibility: visible;
  height: auto;
  opacity: 1;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s;
}
nav .main-nav li ul {
  margin-left: 10px;
  font-size: 0.9em;
}
nav .main-nav li .group {
  display: block;
  height: 35px;
  line-height: 35px;
}
nav .main-nav li .group:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
}
nav .main-nav li .group.active {
  font-size: 20px;
  vertical-align: middle;
}
nav .main-nav li .group.active:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
}
nav .main-nav li .group:after {
  font-size: 20px;
  vertical-align: middle;
  position: absolute;
  right: 0px;
}
nav form {
  position: relative;
  display: block;
  background: #353535;
  padding: 10px;
}
nav form input[type="text"] {
  width: 100%;
  background: white;
  display: block;
  border: none;
}
nav form .btn {
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
nav form .btn:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f002";
}
nav form .btn:before {
  color: black;
  font-size: 1.2em;
}
nav form.active .btn:before {
  color: #BB0901;
}
nav form.active input[type="text"] {
  width: 200px;
  background: white;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
nav.active {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: #252728;
}
footer .media-width {
  padding: 20px;
  color: white;
}
footer .media-width .copy {
  display: flex;
  justify-content: center;
  font-size: 13px;
  padding: 5px 0px;
}
footer .media-width .footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
select {
  height: 44px;
  padding-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="datetime-local"],
input[type="submit"],
textarea {
  height: 44px;
  padding: 0 5px;
  line-height: 44px;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: inherit;
}
textarea {
  line-height: 1.5em;
  resize: none;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper,
body.account .content .customer form.details-update-form .input-line-wrapper,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper {
  display: inline-block;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper .floating-placeholder,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper .floating-placeholder,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper .floating-placeholder {
  width: 300px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper .floating-placeholder.floating-select .input:after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper .floating-placeholder.floating-select .input:after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper .floating-placeholder.floating-select .input:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '';
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper .floating-placeholder .input,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper .floating-placeholder .input,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper .floating-placeholder .input {
  border-radius: 25px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper .floating-placeholder .input select,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper .floating-placeholder .input select,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper .floating-placeholder .input select,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper .floating-placeholder .input input,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper .floating-placeholder .input input,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper .floating-placeholder .input input {
  border: 1px solid #B6B6B3 !important;
  cursor: pointer;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle {
  width: 90px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_FirstName,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_FirstName,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_FirstName {
  width: 200px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after {
  left: 50px;
  padding-left: 10px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_State::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_State::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_State::after {
  left: 230px;
  padding-left: 25px;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_Country::after,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_State::after,
body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_State::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_State::after {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f078";
  color: #727575;
  top: 0;
  height: 32px;
  border-left: 1px solid #B6B6B3;
  position: absolute;
  pointer-events: none;
  padding-top: 14px;
}
@media all and (max-width: 1100px) {
  body {
    background: #252728;
  }
  body.mobile-filter-open {
    overflow: hidden;
  }
  body.modal-open.posfix {
    position: fixed;
  }
  body header {
    height: 60px;
    text-align: center;
    padding: 10px 0;
    left: 0px;
    transform: unset;
  }
  body header .hamburger-wrapper {
    margin-right: 0px !important;
  }
  body header .hamburger-wrapper .icon-bar {
    width: 25px !important;
    left: 2px !important;
  }
  body header .hamburger-wrapper .menu-text {
    font-size: x-small;
    left: 0px !important;
  }
  body header .logo-wrapper {
    flex-shrink: 1;
  }
  body header .logo-wrapper .logo {
    height: auto;
    max-height: 15px;
    max-width: 100%;
  }
  body header .btn {
    display: none;
  }
  body header .shopping-cart {
    bottom: auto;
    top: 0;
    flex-shrink: 0;
  }
  body header .shopping-cart .cart {
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    display: block !important;
    color: white;
    margin-right: 5px;
  }
  body header .shopping-cart .cart:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f07a";
  }
  body header .shopping-cart .cart .count {
    position: absolute;
    top: 3px;
    right: -3px;
    background: #BB0901;
    color: white;
    font-size: 0.8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
  }
  body header .shopping-cart .cart:after {
    font-size: 2em;
    height: 60px;
    line-height: 60px;
  }
  body nav .main-nav li ul {
    font-size: 1em;
  }
  body nav .user-section {
    padding: 10px 0;
    margin-left: 0;
    flex-shrink: 1;
  }
  body nav .user-section .btn {
    display: block;
  }
  body nav.active {
    position: fixed;
    padding-top: 60px;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-width: initial;
    max-width: initial;
    max-height: initial;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body span.header {
    font-size: 1.4em;
  }
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper,
  body.account .content .customer form.details-update-form .input-line-wrapper,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper {
    flex-flow: column;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-bottom: 15px;
    gap: 15px;
  }
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_FirstName,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_FirstName,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_FirstName,
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle {
    width: 300px !important;
  }
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after {
    padding-left: 25px !important;
  }
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_CustomerTitle::after,
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_Country::after,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_Country::after,
  body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-line-wrapper .input-wrapper #FloatingP_State::after,
  body.account .content .customer form.details-update-form .input-line-wrapper .input-wrapper #FloatingP_State::after,
  body.checkout.index .step-content.active[data-step="shipping"] form .new-recipient-table .input-line-wrapper .input-wrapper #FloatingP_State::after {
    left: 220px !important;
  }
}
.floating-placeholder {
  min-height: 46px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.floating-placeholder .input {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-appearance: none;
  height: 46px;
  background: white;
}
.floating-placeholder .input.filled label,
.floating-placeholder .input.always-loaded label {
  position: relative;
  height: 0;
  width: 100%;
  border: none !important;
  display: block;
}
.floating-placeholder .input.filled label span,
.floating-placeholder .input.always-loaded label span {
  position: absolute;
  top: 5px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #BCB9B8;
}
.floating-placeholder input,
.floating-placeholder label,
.floating-placeholder select,
.floating-placeholder textarea,
.floating-placeholder iframe {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 1em;
  line-height: normal;
  transition: all 0.15s ease, border 0s linear 0.15s;
  width: 100%;
  height: 46px;
}
.floating-placeholder input:-webkit-autofill,
.floating-placeholder label:-webkit-autofill,
.floating-placeholder select:-webkit-autofill,
.floating-placeholder textarea:-webkit-autofill,
.floating-placeholder iframe:-webkit-autofill,
.floating-placeholder input:-webkit-autofill:hover,
.floating-placeholder label:-webkit-autofill:hover,
.floating-placeholder select:-webkit-autofill:hover,
.floating-placeholder textarea:-webkit-autofill:hover,
.floating-placeholder iframe:-webkit-autofill:hover,
.floating-placeholder input:-webkit-autofill:focus,
.floating-placeholder label:-webkit-autofill:focus,
.floating-placeholder select:-webkit-autofill:focus,
.floating-placeholder textarea:-webkit-autofill:focus,
.floating-placeholder iframe:-webkit-autofill:focus,
.floating-placeholder input:-webkit-autofill:active,
.floating-placeholder label:-webkit-autofill:active,
.floating-placeholder select:-webkit-autofill:active,
.floating-placeholder textarea:-webkit-autofill:active,
.floating-placeholder iframe:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
.floating-placeholder textarea {
  padding-top: 10px;
}
.floating-placeholder select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: auto;
}
.floating-placeholder label {
  color: #BCB9B8;
  text-align: left;
  line-height: 46px;
  padding: 0 5px 0 5px;
  background: white;
}
.floating-placeholder label span {
  z-index: 1;
  transition: all 0.15s ease;
}
.floating-placeholder .input-validation-error ~ label {
  border: 1px solid #bb0901 !important;
}
.floating-placeholder .field-validation-error {
  text-align: left;
  padding: 0px 5px;
  display: block;
}
.floating-placeholder.floating-select .input {
  position: relative;
}
.floating-placeholder.floating-select .input:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
}
.floating-placeholder.floating-select .input:after {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  background: transparent;
  color: #DFDFDF;
  width: 15px;
  font-size: 25px;
  line-height: 46px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  
  .floating-placeholder select {
    width: 120%;
  }
}
@media all and (max-width: 1100px) {
  .floating-placeholder {
    display: block;
  }
  .floating-placeholder .input {
    width: 100%;
  }
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper,
body.account.dashboard .customer form.details-update-form .input-wrapper,
body.checkout .new-recipient-table .input-wrapper,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper {
  position: relative;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper.filled > span,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper.filled > span,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper.filled > span,
body.account.dashboard .customer form.details-update-form .input-wrapper.filled > span,
body.checkout .new-recipient-table .input-wrapper.filled > span,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper.filled > span {
  display: block;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper > span,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper > span,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper > span,
body.account.dashboard .customer form.details-update-form .input-wrapper > span,
body.checkout .new-recipient-table .input-wrapper > span,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper > span {
  font-size: 12px;
  color: #757575;
  text-align: left;
  margin-left: 13px;
  padding-left: 2px;
  position: absolute;
  top: -7px;
  z-index: 2;
  display: none;
  background: linear-gradient(to bottom, #f3f3f3 calc(50% + 1px), white calc(50% - 1px));
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder {
  width: 300px;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input {
  border-radius: 25px;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input label,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input label,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input label,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input label,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input label,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input label {
  padding: 0 !important;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input label span,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input label span,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input label span,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input label span,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input label span,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input label span {
  padding: 0 15px;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input label input,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input label input,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input label input,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input label input,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input label input,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input label input,
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input label select,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input label select,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input label select,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input label select,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input label select,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input label select {
  border-radius: 25px;
  padding: 5px 15px;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder .input.filled label span,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder .input.filled label span,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder .input.filled label span,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder .input.filled label span,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder .input.filled label span,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder .input.filled label span {
  display: none;
}
body.corporate.index .gifts #corp-enquire-form form .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span,
body.checkout.index .step-content.active[data-step="details"] .existing-customer form .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span,
body.checkout.index .step-content.active[data-step="details"] .new-customer form .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span,
body.account.dashboard .customer form.details-update-form .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span,
body.checkout .new-recipient-table .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .new-recipient .input-wrapper .floating-placeholder.floating-select:not(.filled) label > span {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .input-wrapper > span {
  display: none;
}
.floating-placeholder input:-webkit-autofill,
.floating-placeholder label:-webkit-autofill,
.floating-placeholder select:-webkit-autofill,
.floating-placeholder textarea:-webkit-autofill,
.floating-placeholder iframe:-webkit-autofill,
.floating-placeholder input:-webkit-autofill:hover,
.floating-placeholder label:-webkit-autofill:hover,
.floating-placeholder select:-webkit-autofill:hover,
.floating-placeholder textarea:-webkit-autofill:hover,
.floating-placeholder iframe:-webkit-autofill:hover,
.floating-placeholder input:-webkit-autofill:focus,
.floating-placeholder label:-webkit-autofill:focus,
.floating-placeholder select:-webkit-autofill:focus,
.floating-placeholder textarea:-webkit-autofill:focus,
.floating-placeholder iframe:-webkit-autofill:focus,
.floating-placeholder input:-webkit-autofill:active,
.floating-placeholder label:-webkit-autofill:active,
.floating-placeholder select:-webkit-autofill:active,
.floating-placeholder textarea:-webkit-autofill:active,
.floating-placeholder iframe:-webkit-autofill:active {
  transition-delay: unset !important;
  box-shadow: inset 0 0 0 2000px #fff;
}
.dynamic-page .center {
  text-align: center;
}
.dynamic-page .left {
  text-align: left;
}
.dynamic-page .title span {
  font-family: 'TTBluescreens-Regular', sans-serif;
  letter-spacing: 5px !important;
  line-height: 45px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.dynamic-page a {
  font-size: unset;
  color: #3688cf;
  text-decoration: underline;
}
.dynamic-page a span {
  color: #3688cf !important;
}
.dynamic-page .btn {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.confirm-container .header {
  text-align: center;
  margin-bottom: 20px;
}
.confirm-container .header > div {
  margin-bottom: 15px;
}
.confirm-container .header .order-successful {
  color: green;
  font-weight: 500;
  font-size: 1em;
}
.confirm-container .header .order-number {
  font-size: 0.8em;
}
.confirm-container .confirm-product-list .post-delivery,
.confirm-container .confirm-product-list .desktop-email-delivery,
.confirm-container .confirm-product-list .mobile-email-delivery {
  display: none;
}
.confirm-container .confirm-product-list .post-delivery.active {
  display: block;
}
.confirm-container .confirm-product-list .desktop-email-delivery,
.confirm-container .confirm-product-list .mobile-email-delivery {
  padding-left: 17px;
}
.confirm-container .confirm-product-list .desktop-email-delivery.active,
.confirm-container .confirm-product-list .mobile-email-delivery.active {
  display: block;
}
.confirm-container .confirm-product-list .desktop-email-delivery a,
.confirm-container .confirm-product-list .mobile-email-delivery a {
  color: #3688cf;
  text-decoration: underline;
  font-size: 1em;
  cursor: pointer;
}
.confirm-container .confirm-product-list .desktop-email-delivery .desktop-delivery-email-update-wrapper,
.confirm-container .confirm-product-list .mobile-email-delivery .desktop-delivery-email-update-wrapper,
.confirm-container .confirm-product-list .desktop-email-delivery .mobile-delivery-email-update-wrapper,
.confirm-container .confirm-product-list .mobile-email-delivery .mobile-delivery-email-update-wrapper {
  display: none;
}
.confirm-container .confirm-product-list .confirm-product.mobile {
  display: none;
}
.confirm-container .confirm-product-list .confirm-product.desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #B6B6B3;
  padding-top: 15px;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name {
  display: flex;
  align-items: center;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-image {
  margin-right: 20px;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-image img {
  width: 120px;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-name > span {
  font-size: 1.2em;
  font-weight: 600;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-name div span {
  font-size: 0.8em;
  color: #727575;
  font-weight: 500;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-name div span span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-name div .shipping-car:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d1";
}
.confirm-container .confirm-product-list .confirm-product.desktop .product-image-name .product-name div .email:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0e0";
}
.confirm-container .total-summary {
  display: flex;
  flex-direction: column;
  padding: 15px 0 5px 0px;
  border-bottom: 1px solid #B6B6B3;
}
.confirm-container .total-summary > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.confirm-container .total-summary > div span:first-child {
  font-weight: 600;
}
.confirm-container .total-summary .sub-total {
  font-weight: 600;
}
.confirm-container .total-summary .total {
  font-weight: 600;
  font-size: 1.4em;
}
.confirm-container .total-summary .payment-method {
  justify-content: flex-end;
  font-size: 0.8em;
}
.confirm-container .total-summary .payment-method span:first-child {
  font-weight: 500;
}
.confirm-container .receipt-info {
  color: #353535;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  padding: 10px 0px;
}
.page-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999998;
}
.page-overlay-enable {
  display: block !important;
}
.body-content {
  padding-top: 100px;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  background: #181818;
  min-height: 200px;
  position: relative;
}
.body-content .cart-update-banner {
  text-align: center;
  color: white;
  padding: 10px;
  position: fixed;
  z-index: 100000;
  width: 300px;
  left: calc(50% - 150px);
  display: none;
  margin-top: 2px;
  border-radius: 25px;
}
.body-content .cart-update-banner .banner-number {
  display: none;
}
.body-content .cart-update-banner span {
  vertical-align: middle;
}
.body-content .header-search-filter {
  display: none;
}
.card-search-filter {
  display: flex;
}
.card-search-filter #searchName {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 15px;
  text-align: center;
}
.card-search-filter #searchName:focus {
  outline: none !important;
}
.card-search-filter #search-submit {
  cursor: pointer;
  border-radius: 0px 25px 25px 0px;
  -webkit-appearance: none;
  color: white;
  background-color: black;
  border: solid 1px black;
}
.mobile-content {
  display: none !important;
}
.cart-update-popup {
  position: absolute;
  top: 55px;
  right: 0px;
  background: #181818;
  z-index: 500;
  padding: 20px;
  color: white;
  display: none;
  white-space: nowrap;
  outline: 1px solid white;
}
.cart-update-popup .inner-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -10px;
  z-index: 1000;
  right: 30px;
}
.cart-update-popup .inner-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
  top: 2px;
  right: -8px;
  content: '';
}
.btn {
  border-radius: 35px;
  padding: 10px 20px;
  color: white;
  clear: both;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.btn.red {
  background: #BB0901;
}
.btn.white {
  background: white;
  color: black !important;
}
.btn.black {
  background: black;
}
.btn.blue {
  background: #3688cf;
}
.btn.gray {
  background-color: #727575;
}
.btn.gray.validate {
  cursor: no-drop;
}
.btn.gray.validate.active {
  background: #BB0901;
  cursor: pointer;
}
.btn.checkout:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f07a";
}
.btn.checkout:after {
  padding-left: 5px;
}
.btn.loading {
  cursor: default;
  color: transparent !important;
}
.btn.loading:after {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border: 2px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  content: '' !important;
  border-right-color: transparent;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  display: table-cell;
  background: transparent !important;
}
.btn.loading:before {
  content: none;
}
.btn.loading.gold:after,
.btn.loading.yellow:after {
  color: black;
}
#toast {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  color: white;
}
#toast > div {
  padding: 5px 20px;
  height: 1.231em;
  position: relative;
  white-space: nowrap;
}
#toast .success {
  background-color: #007F46;
}
#toast .info {
  background-color: #00487A;
}
#toast .error {
  background-color: #CB0B0E;
}
.cycle-pager {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 101;
  color: white;
  text-shadow: 0 0 3px #252728;
  font-size: 1.3em;
  bottom: 5px;
}
.cycle-pager > span {
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.5;
}
.cycle-pager > span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
}
.cycle-pager > span.cycle-pager-active {
  opacity: 1;
}
.cycle-pager > span.cycle-pager-active:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f192";
}
span.header {
  font-size: 2em;
}
span.title {
  font-size: 1.3em;
}
.slider-wrapper {
  position: relative;
  text-align: left;
}
.slider-wrapper .slider {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider-wrapper .slider .slider-items {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px !important;
}
.slider-wrapper .slider .slider-items .slider-item {
  display: inline-block;
}
.slider-wrapper .slider .arrow {
  border: none;
  display: block;
  background: rgba(37, 39, 40, 0.8);
  height: 100%;
  padding: 0 10px;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 999;
  font-size: 18px;
  cursor: pointer;
  display: none;
  font-size: 3em;
  text-align: center;
}
.slider-wrapper .slider .arrow.left-arrow {
  left: 0px;
}
.slider-wrapper .slider .arrow.left-arrow span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slider-wrapper .slider .arrow.left-arrow span:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f104";
}
.slider-wrapper .slider .arrow.right-arrow {
  right: 0px;
}
.slider-wrapper .slider .arrow.right-arrow span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slider-wrapper .slider .arrow.right-arrow span:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
}
.split-content {
  position: relative;
  display: table;
  table-layout: fixed;
}
.split-content .dynamic {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.split-content .image-wrapper {
  display: table-cell;
}
.split-content .fixed {
  width: 250px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.split-content .fixed.right-filter {
  width: 300px;
}
.split-content .fixed.right-filter .mobile-filter-done {
  display: none;
}
.right-align {
  text-align: right;
}
.clear {
  clear: both;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.price-qty {
  text-align: center;
}
.price-qty .clear {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-qty .price-qty-selector-wrapper {
  display: flex;
  gap: 15px;
}
.price-qty .price-wrapper,
.price-qty .qty-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-qty .price-wrapper span,
.price-qty .qty-wrapper span {
  margin-bottom: 10px;
  color: #B6B6B3;
  font-size: 15px;
}
.price-qty .price-wrapper::after,
.price-qty .qty-wrapper::after {
  content: "\f078";
  font: normal normal normal 12px/1 FontAwesome;
  color: #DFDFDF;
  left: 60px;
  top: 30px;
  height: 27px;
  padding: 16px 0px 0px 10px;
  border-left: 1px solid #DFDFDF;
  position: absolute;
  pointer-events: none;
}
.price-qty .price-wrapper:focus-within::after,
.price-qty .qty-wrapper:focus-within::after {
  border-left: 1px solid black;
}
.price-qty select {
  border-radius: 35px;
  padding-left: 15px;
  min-width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  height: 44px;
  padding-right: 50px;
  border: 1px solid #DFDFDF;
  -ms-word-break: normal;
  word-break: normal;
  text-overflow: ellipsis;
  color: black;
  text-align: center;
}
.price-qty select:focus {
  outline-color: black;
}
.price-qty .price {
  margin-right: 15px;
}
.price-qty .price-range {
  font-size: 30px;
  margin: 20px;
  display: block;
}
.price-qty .add-to-cart-wrapper {
  margin: 25px 0px 15px 0px;
}
.price-qty .max-selected {
  display: none;
  margin-top: 15px;
  padding: 5px 0;
  color: #BB0901;
  font-size: 15px;
}
.price-qty .max-selected a {
  color: #BB0901;
  font-size: inherit;
  font-weight: bold;
}
.price-qty .addToCart {
  line-height: 55px;
  padding: 0 20px;
  font-weight: 600;
  min-width: 200px;
}
.price-qty .addToCart span {
  margin-left: 15px;
  font-weight: 500;
}
.price-qty .addToCart span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f067";
}
.eccheckbox {
  display: inline-block;
  min-height: 25px;
  cursor: pointer;
  position: relative;
}
.eccheckbox label {
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
}
.eccheckbox .checkbox {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #B6B6B3;
  background: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: initial !important;
  border-radius: 10px;
}
.eccheckbox.active .checkbox:after {
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  background: #BB0901;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}
.eccheckbox.box-right label {
  padding-left: 0;
  padding-right: 24px;
}
.eccheckbox.box-right .checkbox {
  right: 0;
}
.media-width {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.field-validation-error {
  color: #e80c4d;
  display: inline-block;
  font-size: 0.9em;
}
.field-validation-valid {
  display: none;
}
form input[type=text].input-validation-error,
form input[type=password].input-validation-error,
select.input-validation-error,
form input[type=tel].input-validation-error {
  border: 1px solid #BB0901 !important;
  -webkit-box-shadow: inset 0 0 3px #F2E6E6;
  -moz-box-shadow: inset 0 0 3px #F2E6E6;
  box-shadow: inset 0 0 3px #F2E6E6;
}
.ec-loading {
  font-size: 60px;
  color: #252728;
  display: block;
  text-align: center;
  overflow: hidden;
}
.ec-loading span {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: block;
  width: 60px;
  height: 60px;
  border: 5px solid rgba(214, 16, 35, 0.1);
  border-top-color: #d61023;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.ec-loading.light {
  color: #DFDFDF;
}
header .user-section {
  padding-right: 10px;
}
nav {
  z-index: 999999 !important;
}
nav .user-section {
  margin: 20px 10px 0px 10px;
  text-align: center;
}
nav .user-section .user-details {
  justify-content: center;
}
nav .user-section .logged-out span {
  font-size: 21px;
  vertical-align: middle;
  color: white;
  margin-right: 10px;
}
nav .user-section .logged-out span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f090";
}
nav .user-section .logout-btn {
  display: none;
}
nav .nav-logout span {
  font-size: 21px;
  vertical-align: middle;
  color: white;
  margin-right: 10px;
}
nav .nav-logout span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f090";
}
nav .card-search-filter {
  margin-top: 10px;
}
nav .card-search-filter #searchName {
  padding-right: 75px;
}
nav .card-search-filter #search-submit {
  margin-left: -60px;
  width: 60px;
}
#simplemodal-container input {
  border-radius: 25px;
  padding: 0px 15px;
}
#login-form,
#cinebuzz-check-form,
#promo-check-form {
  display: none;
  padding: 20px;
  min-width: 400px;
  max-width: 100%;
  border-radius: 10px;
  text-align: center;
}
#login-form input,
#cinebuzz-check-form input,
#promo-check-form input {
  line-height: 50px;
  height: 50px;
  width: 80% !important;
}
#login-form .input-wrapper > div,
#cinebuzz-check-form .input-wrapper > div,
#promo-check-form .input-wrapper > div {
  margin: 20px 0;
}
#login-form .button,
#cinebuzz-check-form .button,
#promo-check-form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#login-form .button .btn,
#cinebuzz-check-form .button .btn,
#promo-check-form .button .btn {
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-weight: 600;
  width: 70%;
}
#login-form .button .note,
#cinebuzz-check-form .button .note,
#promo-check-form .button .note {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
#promo-check-form {
  width: 500px;
}
#promo-check-form .title {
  text-align: center;
  font-size: xx-large;
  font-weight: 600;
}
#promo-check-form .info {
  margin-top: 10px;
  text-align: center;
  font-size: large;
}
#promo-check-form .button {
  font-weight: 600;
}
#login-form .title span {
  font-size: x-large;
  font-weight: 600;
}
#login-form .note {
  font-weight: 500;
  margin: 15px 0px 25px 0px;
}
#login-form .button .forget-password-wrapper {
  margin: 20px;
  font-weight: 500;
  color: #727575;
  font-size: medium !important;
}
#login-form .button .forget-password-wrapper .forgotten-password-btn {
  text-decoration: underline;
  font-size: medium !important;
  color: #3688cf;
}
#forgotten-password {
  border-radius: inherit;
}
#forgotten-password #ForgottenEmail {
  margin: 10px 0px;
}
#forgotten-password a {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#forgotten-password-wrapper {
  display: none;
  padding: 20px;
  background: white;
  border-radius: inherit;
  width: 500px;
}
#forgotten-password-wrapper #forgotten-password {
  text-align: center;
}
#forgotten-password-wrapper #forgotten-password form {
  text-align: center;
}
#forgotten-password-wrapper #forgotten-password form input[type="text"] {
  width: 100%;
  max-width: 100%;
}
#forgotten-password-wrapper #forgotten-password form .btn {
  width: 30%;
  min-width: 150px;
}
.content {
  position: relative;
}
.content .leaderboard {
  width: 120px;
  height: 600px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  display: none;
}
.content .leaderboard.leaderboard-left {
  left: -120px;
}
.content .leaderboard.leaderboard-right {
  right: -120px;
}
@media all and (min-width: 1440px) {
  .content .leaderboard {
    display: block;
  }
}
.titular {
  font-family: 'TTBluescreens-Regular', sans-serif;
  line-height: 45px;
  letter-spacing: 5px;
  font-weight: 500;
}
.item {
  display: table;
  padding: 20px;
  border-bottom: 1px dashed #4c4c4c;
}
.item span.title {
  font-size: 1em;
  font-weight: bold;
}
.item img {
  float: left;
  margin-right: 15px;
  width: 300px;
}
.item .desc {
  width: 600px;
  padding: 0 10px;
}
.item .desc .more-details {
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: underline;
}
.item .desc p {
  margin: 10px 0px;
}
.item .desc strong {
  display: block;
  margin-bottom: 10px;
}
.item .desc .desktop-content .price-qty {
  text-align: left;
}
.item .desc .desktop-content .price-qty .clear {
  align-items: flex-start;
}
.item .desc .desktop-content .price-qty .price-range {
  margin: 10px 0 !important;
  font-size: 25px;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper {
  display: flex;
  gap: 15px;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper .price-qty-selector-wrapper .price-wrapper span,
.item .desc .desktop-content .price-qty .selector-button-wrapper .price-qty-selector-wrapper .qty-wrapper span {
  display: none;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper .price-qty-selector-wrapper .price-wrapper::after,
.item .desc .desktop-content .price-qty .selector-button-wrapper .price-qty-selector-wrapper .qty-wrapper::after {
  top: 0px;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper .price-qty-selector-wrapper .mobile-products-qty-wrapper {
  display: none;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper .add-to-cart-wrapper {
  margin-top: 0px;
}
.item .desc .desktop-content .price-qty .selector-button-wrapper .add-to-cart-wrapper .addToCart {
  line-height: 44px;
}
.item .desc .desktop-content .price-qty .max-selected {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.item .desc .mobile-content {
  display: none;
}
#cinebuzz-check-form {
  width: 250px;
  padding: 20px 30px;
}
#cinebuzz-check-form form .message-wrapper {
  color: #d22b2b;
}
#cinebuzz-check-form form .message-wrapper > div:first-child {
  font-weight: 600;
  font-size: x-large;
  margin-bottom: 20px;
}
#cinebuzz-check-form form .message-wrapper > div:last-child {
  color: black;
  padding: 0 40px;
}
#cinebuzz-check-form form .button {
  font-weight: 600;
}
#cinebuzz-check-form .cinebuzz-terms {
  color: #727575;
  margin-bottom: 15px;
}
#cinebuzz-check-form .cinebuzz-terms div {
  font-size: medium;
}
#cinebuzz-check-form .cinebuzz-terms div a {
  font-size: medium;
  color: #727575;
  text-decoration: underline;
}
#cinebuzz-check-form .small {
  font-size: 0.9em;
}
#cinebuzz-check-form .staffonly-message,
#cinebuzz-check-form custom-message {
  display: none;
}
#cinebuzz-check-form.staff-only .staffonly-message {
  display: block;
}
#cinebuzz-check-form.staff-only .cinebuzz-message {
  display: none;
}
#cinebuzz-check-form.custom .custom-message {
  display: block;
  font-weight: bold;
}
#cinebuzz-check-form.custom .cinebuzz-message {
  display: none;
}
#products-filter-modal {
  display: none;
}
select {
  background-color: white;
}
.only-one .cycle-pager,
.only-one .cycle-arrow {
  display: none;
}
@media all and (max-width: 1100px) {
  #forgotten-password-wrapper {
    width: 100%;
  }
  #forgotten-password-wrapper form .btn {
    width: 50%;
  }
  .confirm-container {
    border: 1px solid #B6B6B3;
    margin: 0px !important;
    padding: 20px;
  }
  .confirm-container .header {
    text-align: center;
    margin-bottom: 20px;
  }
  .confirm-container .header > div {
    margin-bottom: 5px;
  }
  .confirm-container .header .title {
    font-size: 1em !important;
  }
  .confirm-container .header .order-successful {
    color: green;
    font-weight: 500;
    font-size: 0.8em;
  }
  .confirm-container .header .order-number {
    font-size: 0.6em;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #B6B6B3;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-name {
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-image-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-image-price .product-image img {
    width: 100px;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-image-price .price {
    font-size: 0.9em;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-additional {
    font-size: 0.8em;
    color: #727575;
    margin: 5px 0px;
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-additional .shipping-car:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d1";
  }
  .confirm-container .confirm-product-list .confirm-product.mobile .product-additional .email:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0e0";
  }
  .confirm-container .confirm-product-list .confirm-product.desktop {
    display: none;
  }
  .confirm-container .total-summary {
    padding-bottom: 0px;
    border-bottom: unset;
  }
  .confirm-container .total-summary > div {
    font-size: 0.7em;
  }
  .confirm-container .total-summary > div:first-child {
    font-size: 1em;
  }
  .confirm-container .total-summary .total {
    font-size: 1.2em;
  }
  .confirm-container .receipt-info {
    display: none;
  }
  header {
    position: fixed;
  }
  .body-content {
    padding-top: 100px !important;
  }
  .body-content .content {
    bottom: 40px;
  }
  .cart-update-banner {
    width: 90% !important;
    left: 5% !important;
  }
  .header-search-filter {
    top: 60px;
    display: none;
    position: fixed;
    margin-top: 10px;
    z-index: 10000;
    width: 80%;
    margin-left: 10%;
  }
  .header-search-filter .card-search-filter {
    height: 52px;
  }
  .header-search-filter .card-search-filter #searchName {
    font-size: large;
    width: 100% !important;
    padding-right: 65px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-appearance: none;
    height: 100%;
    border-radius: 30px;
  }
  .header-search-filter .card-search-filter #search-submit {
    font-size: large;
    height: 100%;
    width: 70px;
    margin-left: -70px;
    border-radius: 0px 30px 30px 0px;
  }
  .mobile-content {
    display: initial !important;
  }
  .desktop-content {
    display: none !important;
  }
  .slider .swipe {
    display: block;
  }
  .slider .arrow {
    display: none !important;
  }
  header .user-details {
    display: none;
  }
  .header-search .search-icon {
    color: white;
    font-size: 38px;
    font-weight: 500;
    margin: 0 10px;
    cursor: pointer;
  }
  .header-search .search-icon:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
  }
  .user-section {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    color: white;
    margin: 10px 10px 0px 10px !important;
    display: none;
  }
  .user-section a.logout-btn {
    margin-top: 20px;
  }
  .user-section a.btn {
    height: auto;
    line-height: 1em;
    margin-left: 0;
  }
  .user-section .user-details {
    margin-bottom: 5px;
  }
  .page-overlay {
    top: 60px;
  }
  nav {
    top: 60px !important;
    padding-top: 0px !important;
    width: 80% !important;
    height: 100% !important;
  }
  nav .user-section {
    display: flex;
    justify-content: center;
  }
  nav .user-section .logged-in,
  nav .user-section logged-out {
    width: 80%;
  }
  nav form {
    display: none;
  }
  #promo-check-form .title {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
  }
  #promo-check-form .info {
    font-size: small;
  }
  #login-form,
  #cinebuzz-check-form,
  #promo-check-form {
    min-width: initial;
    width: 100%;
  }
  #simplemodal-container {
    width: 90% !important;
    top: 65px !important;
  }
  #simplemodal-container.product-filter-modal-container {
    left: 0 !important;
    top: 0px !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 100% !important;
    height: 100% !important;
    background: unset;
  }
  #simplemodal-container.product-filter-modal-container .modalCloseImg {
    right: 10px;
    top: 10px;
    border: unset;
    background-color: unset;
  }
  #simplemodal-container.cinebuzz-validation-form {
    height: unset !important;
  }
  #products-filter-modal {
    background-image: unset !important;
  }
  .mobile-filter-wrapper {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-filter-wrapper > .strip h2 {
    font-family: 'TTBluescreens-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    line-height: 45px;
    letter-spacing: 5px;
  }
  .mobile-filter-wrapper .filter-element {
    padding: 20px 0px 20px 30px;
  }
  .mobile-filter-wrapper .filter-element .strip h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mobile-filter-wrapper .filter-element .clearfix {
    display: flex;
    flex-direction: column;
  }
  .mobile-filter-wrapper .filter-element:nth-child(4),
  .mobile-filter-wrapper .filter-element:nth-child(5),
  .mobile-filter-wrapper .filter-element:nth-child(6) {
    border-top: 1px #727575 solid;
  }
  .mobile-filter-wrapper > .wrap {
    display: none;
  }
  .mobile-filter-wrapper .filter-element:nth-child(6) {
    margin-bottom: 80px;
  }
  .mobile-filter-wrapper .filter-element:nth-child(6) .wrap {
    width: 60%;
  }
  .mobile-filter-wrapper .filter-element:nth-child(6) .wrap > select:first-child {
    margin-bottom: 10px;
  }
  .mobile-filter-wrapper .filter-submit-wrapper {
    text-align: center;
    padding: 0 20px;
    position: absolute;
    bottom: 25px;
    width: 100%;
  }
  .mobile-filter-wrapper .filter-submit-wrapper a {
    width: 100%;
    font-weight: 600;
    line-height: 44px;
  }
  .mobile-filter-wrapper .eccheckbox {
    color: white;
  }
  .gifts-list {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .item {
    margin: 5px 0px !important;
    padding: 20px 30px !important;
    width: 100%;
    border-bottom: none;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 5px 0;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .item > * {
    display: block;
    width: 100%;
  }
  .item .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item img {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .item .desc {
    width: auto;
    float: none;
    display: block;
    margin-top: 10px;
  }
  .item .desc h2 {
    font-size: 1em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .item .desc .desktop-content {
    display: none;
  }
  .item .desc .title {
    font-weight: 500;
    font-size: 15px;
  }
  .item .desc .mobile-content {
    display: block;
  }
  .item .desc .mobile-content .price-range {
    display: none;
  }
  .item .desc .mobile-content .selector-button-wrapper {
    margin-top: 10px;
  }
  .item .desc .mobile-content .selector-button-wrapper .price-wrapper span {
    display: none;
  }
  .item .desc .mobile-content .selector-button-wrapper .price-wrapper::after {
    top: 0px;
  }
  .item .desc .mobile-content .selector-button-wrapper .qty-wrapper {
    display: none;
  }
  .item .desc .mobile-content .selector-button-wrapper .mobile-products-qty-wrapper {
    display: flex;
    align-items: center;
  }
  .item .desc .mobile-content .selector-button-wrapper .add-to-cart-wrapper {
    display: none;
  }
  .item .desc .mobile-content .selector-button-wrapper .mobile-product-price-range {
    font-size: 25px;
    margin-right: 10px;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper {
    display: none;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart,
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart {
    line-height: 44px;
    padding: 0 !important;
    width: 50px;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart {
    border-radius: 35px 0 0 35px;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart span {
    font-weight: 500;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart span:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f068";
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart {
    border-radius: 0 35px 35px 0;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart span {
    font-weight: 500;
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart span:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f067";
  }
  .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-qty {
    border: 1px #B6B6B3 solid;
    width: 50px;
    text-align: center;
    border-radius: 0px;
  }
  .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart {
    line-height: 44px;
    padding: 0 !important;
    width: 120px;
  }
  .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span {
    font-weight: 500;
  }
  .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:first-child {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f07a";
  }
  .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:last-child:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f067";
  }
}
body.light {
  background: #F3F3F3;
  color: black;
}
body.light a {
  color: black;
}
body.light .body-content {
  background: white;
}
body.light .btn {
  color: white;
}
body.light nav a {
  color: white;
}
body.light select {
  border: 1px solid #DFDFDF;
}
body.light footer {
  background-color: #DFDFDF;
}
body.light footer .media-width {
  color: black;
  padding: 10px 20px;
}
body.light.home.index .best-selling .product-wrapper {
  background: white;
}
body.light.home.index .best-selling .product-wrapper .slider-items .product .info {
  background: white;
  color: black;
}
body.checkout.index .content {
  min-height: 840px;
}
body.checkout.index header .login-btn {
  display: none;
}
body.checkout.index .steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  height: 52px;
  overflow: hidden;
  counter-reset: evo-counter;
}
body.checkout.index .steps li {
  display: table-cell;
  background: #DFDFDF;
  color: black;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.checkout.index .steps li span {
  line-height: 52px;
  padding-left: 20%;
  display: inline-block;
  font-size: 1.2em;
  width: 100%;
  box-sizing: border-box;
}
body.checkout.index .steps li span:before {
  content: counter(evo-counter) '. ';
  counter-increment: evo-counter;
}
body.checkout.index .steps li span:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #DFDFDF;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
body.checkout.index .steps li:after {
  content: '';
  position: absolute;
  right: -26px;
  top: -2px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #B6B6B3;
  z-index: 1;
}
body.checkout.index .steps li.active {
  background: black;
  color: white;
}
body.checkout.index .steps li.active span:after {
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid black;
}
body.checkout.index .steps li.clickable {
  cursor: pointer;
}
body.checkout.index .ec-loading {
  margin-top: 20px;
}
body.checkout.index .step-content {
  padding: 20px;
  display: none;
}
body.checkout.index .step-content.active {
  display: block;
}
body.checkout.index .btn {
  font-weight: 600;
}
body.checkout.index .input {
  border-radius: 35px;
}
body.checkout.index .input input {
  border-radius: 35px;
  padding-left: 15px;
}
body.checkout.index .input label {
  padding-left: 15px;
}
body.checkout.index .header {
  font-weight: 600;
  font-size: 1.5em;
}
body.checkout.index select {
  border-radius: 35px;
  padding-left: 15px !important;
}
@media all and (max-width: 1100px) {
  body.checkout.index .header-search {
    display: none;
  }
  body.checkout.index .steps {
    display: block;
    height: 0;
  }
  body.checkout.index .steps li {
    display: none;
  }
  body.checkout.index .steps li span {
    padding: 0;
    display: block;
  }
}
body.checkout.index .step-content[data-step="confirm"] .confirm-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 15%;
  padding: 20px 40px;
}
@media all and (max-width: 1100px) {
  
}
body.checkout.index .step-content.active[data-step="details"] select,
body.checkout.index .step-content.active[data-step="details"] input {
  border: 1px solid #B6B6B3 !important;
  color: black !important;
}
body.checkout.index .step-content.active[data-step="details"] select:focus,
body.checkout.index .step-content.active[data-step="details"] input:focus {
  outline-color: black;
}
body.checkout.index .step-content.active[data-step="details"] .customer {
  max-width: 60%;
  text-align: center;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer {
  margin: auto;
  background-color: #f3f3f3;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-header {
  padding-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form {
  width: 60%;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .email-input-wrapper {
  margin-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .input-wrapper {
  margin-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .input-wrapper .floating-placeholder {
  width: 100%;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .forgot-passowrd-wrapper {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .forgot-passowrd-wrapper .forgotten-password-btn {
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
  color: #BB0901;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .login-button .submit {
  width: 100%;
  line-height: 50px;
  padding: 0px;
}
body.checkout.index .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .login-button p {
  padding: 10px 40px;
  font-size: 13px;
  color: #727575;
  font-style: italic;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer-button-wrapper {
  margin: auto;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer-button-wrapper .new-customer-button {
  width: 60%;
  line-height: 50px;
  padding: 0;
  border: 2px solid;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer {
  margin: auto;
  background-color: #f3f3f3;
  margin-bottom: 30px;
  padding: 15px 0 30px 0;
  text-align: -webkit-center;
}
body.checkout.index .step-content.active[data-step="details"] .new-customer .header-wrapper {
  margin-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="details"] .divider {
  padding: 15px 0;
  text-align: center;
}
body.checkout.index .step-content.active[data-step="details"] .hide {
  display: none !important;
}
@media all and (max-width: 1100px) {
  .step-content.active[data-step="details"] .customer {
    max-width: 100% !important;
  }
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form {
    width: 90% !important;
  }
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form form .email-input-wrapper {
    margin-bottom: 10px !important;
  }
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form .floating-placeholder,
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form .forgot-passowrd-wrapper,
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form .login-button {
    width: 300px !important;
  }
  .step-content.active[data-step="details"] .existing-customer .existing-customer-form .login-button p {
    padding: 10px 20px !important;
  }
  .step-content.active[data-step="details"] .new-customer-button {
    width: 300px !important;
  }
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-content .expiry-wrapper {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  gap: 20px;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-content .style-checkbox {
  margin: 20px 0;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-content .style-checkbox span {
  font-size: 0.9em;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-content .style-checkbox span a {
  color: #3688cf;
  text-decoration: underline;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-signin-title {
  display: none;
  font-weight: bold;
  padding: 10px 0;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-signin-title:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f023";
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-signin-title:before {
  margin-right: 10px;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-submitted {
  display: none;
  padding: 10px 0;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-submitted span {
  color: #3a3a3a;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-submitted #gr4vy-ctp-notyou {
  margin-left: 20px;
  text-decoration: underline;
  color: #3688cf;
  font-size: 16px;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-email-wrapper {
  display: none;
  position: relative;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-email-wrapper #FloatingP_gr4vy-ctp-email {
  margin: 0;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-email-wrapper #gr4vy-sign-in {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border-radius: 0 30px 30px 0;
  color: white;
  background: black;
  width: 80px;
  cursor: pointer;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in #gr4vy-ctp-email-wrapper #gr4vy-ctp-divider {
  width: 80%;
  height: 1px;
  background: lightgray;
  margin: 30px auto;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in.has-email #gr4vy-ctp-signin-title {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in.has-email #gr4vy-ctp-submitted {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in.not-you #gr4vy-ctp-signin-title {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in.not-you #gr4vy-ctp-submitted {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-sign-in.not-you #gr4vy-ctp-email-wrapper {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-button {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-button.active {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay-button.active.card-visible {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .gr4vy-complete {
  font-size: large;
  margin-top: 20px;
}
body.checkout.index .step-content[data-step="payment"] #click-to-pay {
  font-size: 0;
}
body.checkout.index .step-content[data-step="payment"] .gr4vy-header:before {
  content: '';
  background-image: url(../../img/payments/ctp.svg);
  height: 30px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #gr4vy-express-header {
  font-weight: bold;
  background: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 5px;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #c2p-found-cards-message {
  font-size: 0.7rem;
  color: #0ea380;
  font-weight: bold;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #c2p-found-cards-message:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f058";
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #c2p-found-cards-message:before {
  margin-right: 5px;
  font-weight: normal;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #gr4vy-express-content {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #gr4vy-express-content-btn-wrapper {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express #gr4vy-express-content-btn-wrapper.active {
  display: block;
  padding: 10px;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express.active #gr4vy-express-header {
  border-radius: 5px 5px 0 0;
}
body.checkout.index .step-content[data-step="payment"] #gr4vy-express.active #gr4vy-express-content {
  display: block;
  border-radius: 0 0 5px 5px;
  border: 1px solid black;
}
body.checkout.index .step-content[data-step="payment"] {
  max-width: 600px;
  margin: auto;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  margin-top: 30px;
  border-radius: 15px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .title {
  margin-bottom: 50px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .title span {
  font-weight: 600;
  font-size: x-large;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list {
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product {
  margin-bottom: 10px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item.mobile {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item {
  justify-content: space-between;
  padding: 0;
  display: flex;
  border: unset;
  font-size: large;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item .item-name {
  width: 60%;
  font-weight: 600;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item .price,
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item .qty {
  width: 15%;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .item .total {
  width: 10%;
  text-align: right;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .additional-info {
  color: #727575;
  font-size: small;
  margin-top: 5px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .additional-info .shipping-car,
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .additional-info .email {
  margin: 0px 5px;
  font-size: 15px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .additional-info .shipping-car:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d1";
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .product-list .product .additional-info .email:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0e0";
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .separate {
  margin-top: 15px;
  width: 100%;
  border-bottom: 1px solid #B6B6B3;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .order-total {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: large;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .back-to-edit {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
body.checkout.index .step-content[data-step="payment"] .booking-summary .back-to-edit a {
  text-decoration: underline;
  color: #3688cf;
  font-size: small;
}
body.checkout.index .step-content[data-step="payment"] .customer-details {
  font-weight: bold;
}
body.checkout.index .step-content[data-step="payment"] .customer-details label {
  display: inline-block;
  width: 100px;
}
body.checkout.index .step-content[data-step="payment"] .customer-details > div {
  margin: 5px 0;
}
body.checkout.index .step-content[data-step="payment"] .customer-details > div input {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
}
body.checkout.index .step-content[data-step="payment"] .customer-details > div.mobile {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout .title {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout .express-buttons {
  padding: 20px 0;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout .express-buttons #paypal-btn > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout button {
  height: 55px;
  font-size: large;
  width: 100%;
  border-radius: 5px;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout #paypal-button-wrapper {
  min-height: 55px;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-flex;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout #paypal-button-wrapper .hide {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout #paypal-button-wrapper .pp-message-payment {
  min-height: 23px;
  padding-top: 8px;
}
body.checkout.index .step-content[data-step="payment"] .express-checkout #paypal-button-wrapper > .paypal-buttons {
  height: 55px;
}
body.checkout.index .step-content[data-step="payment"] .payments {
  margin: 50px 0px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payments-title {
  text-align: center;
  margin-bottom: 20px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payments-title span {
  font-weight: 600;
  font-size: 20px;
}
body.checkout.index .step-content[data-step="payment"] .payments .digital-checkout,
body.checkout.index .step-content[data-step="payment"] .payments .debit-cards {
  margin-top: 20px;
}
body.checkout.index .step-content[data-step="payment"] .payments .digital-checkout.active .payment-banner,
body.checkout.index .step-content[data-step="payment"] .payments .debit-cards.active .payment-banner {
  border-radius: 15px 15px 0 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay {
  margin-bottom: -1px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .click-to-pay-header {
  display: -webkit-flex !important;
  display: flex !important;
  display: -ms-flexbox !important;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .click-to-pay-header:before {
  content: '';
  background-image: url(../../img/payments/ctp.svg);
  height: 30px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay.active .payment-banner {
  border-radius: 15px 15px 0 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .floating-placeholder {
  margin: 10px 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .floating-placeholder .input input {
  border: 1px solid #DFDFDF;
  height: 55px !important;
  padding-left: 25px;
  border-radius: 30px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .floating-placeholder .input iframe {
  padding-left: 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .floating-placeholder .input.filled iframe {
  padding-top: 0 !important;
  padding-left: 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-ctp-email-wrapper .input-wrapper {
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-ctp-email-wrapper .input-wrapper .floating-placeholder {
  height: 55px;
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-ctp-email-wrapper .input-wrapper .floating-placeholder .input {
  height: 55px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay .gr4vy-complete {
  margin: auto;
  padding: 10px 80px;
  font-weight: 500;
  display: block;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-content #gr4vy-credit-card-content {
  padding-bottom: 30px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-content label.style-checkbox {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-content label.style-checkbox span a {
  font-size: 14px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-content label.style-checkbox input {
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  margin-right: 10px;
  flex-basis: 30px;
  width: 30px;
  height: 30px;
}
body.checkout.index .step-content[data-step="payment"] .payments .click-to-pay #gr4vy-content #CardExpiry-wrapper {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  gap: 10px;
  margin: 0, 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment #card-element {
  display: inline-block;
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .input-wrapper {
  width: fit-content;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder {
  min-height: 52px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder label {
  height: 52px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input {
  height: 52px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input label {
  line-height: 51px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input input,
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input select {
  height: 51px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder input:focus::placeholder {
  color: transparent;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input.filled input {
  padding: 0 15px 0 15px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner {
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 15px;
  padding: 15px;
  color: white;
  background: black;
  font-weight: bold;
  height: 60px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner > * {
  display: inline-block;
  vertical-align: middle;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .desc {
  min-width: 160px;
  flex-shrink: 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .desc .title {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .desc .icon {
  margin-right: 10px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .desc .icon:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f09d";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .separator {
  margin: 0 10px;
  height: 50px;
  width: 1px;
  background: #B6B6B3;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .options img {
  margin: 0 10px;
  height: 17px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .payment-banner .options img.active {
  -webkit-filter: drop-shadow(0px 0px 5px yellow);
  filter: drop-shadow(0 0 5px yellow);
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input iframe {
  padding-top: 0;
  padding-bottom: 0;
  height: 52px !important;
  float: none !important;
  border: 1px solid #DFDFDF !important;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input.filled iframe {
  padding-top: 15px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .floating-placeholder .input.invalid iframe {
  border: 1px solid #BB0901 !important;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .innards {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment .innards .innards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.active .innards {
  display: block;
  cursor: default;
  background: white;
  min-height: 30px;
  padding: 20px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 0 0 15px 15px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, height 0.5s;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.active .radio:after {
  content: '';
  width: 17px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #252728;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay #stripeSubmit,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards #stripeSubmit {
  font-size: large;
  max-width: 350px;
  font-weight: 500;
  width: 100%;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details {
  width: 500px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div {
  display: flex;
  justify-content: space-between;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber::after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber::after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode::after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode::after {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons {
  position: absolute;
  right: 10px;
  width: fit-content;
  height: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons span,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons span,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons span,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons span {
  height: 100%;
  width: 1.7em;
  background-repeat: no-repeat;
  background-position: center;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons .visa,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons .visa,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons .visa,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons .visa {
  background-image: url('../../img/payments/braintree-visa.svg');
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons .master,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons .master,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons .master,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons .master {
  background-image: url('../../img/payments/braintree-master.svg');
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons .amx,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons .amx,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons .amx,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons .amx {
  background-image: url('../../img/payments/braintree-amx.svg');
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber .icons .cvc,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber .icons .cvc,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode .icons .cvc,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode .icons .cvc {
  background-image: url('../../img/payments/braintree-cvc.svg');
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardNumber,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardHolderName,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardHolderName {
  width: 500px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardExpiry,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardExpiry,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div #FloatingP_CardSecurityCode {
  width: 240px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details > div.date-csv-wrapper,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details > div.date-csv-wrapper {
  justify-content: space-around;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .card-details .field-validation-error,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .card-details .field-validation-error {
  padding-left: 15px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .stored-cards,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .stored-cards {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .stored-cards > div,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .stored-cards > div {
  padding: 5px 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .expiry select,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .expiry select {
  width: 120px;
  min-width: 120px;
  background-color: #F3F3F3;
  color: black;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay #CardCsc,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards #CardCsc {
  width: 100px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .remember-me,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .remember-me {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder {
  width: 400px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardSecurityCode],
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardSecurityCode] {
  margin-left: 10px;
  width: 195px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardSecurityCode]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardSecurityCode]:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f09d";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardExpiry],
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardExpiry] {
  width: 195px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber]:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f023";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber]:after {
  font-size: 21px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber][data-selectedtype="visa"]:before,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber][data-selectedtype="visa"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f0";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber][data-selectedtype="amex"]:before,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber][data-selectedtype="amex"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f3";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber][data-selectedtype="master"]:before,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber][data-selectedtype="master"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f1";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber][data-selectedtype="dinersclub"]:before,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber][data-selectedtype="dinersclub"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f24c";
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber]:before,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber]:before {
  color: #727575;
  position: absolute;
  right: 34px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  font-size: 25px !important;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardSecurityCode]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardSecurityCode]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .floating-placeholder[data-id=CardNumber]:after,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardNumber]:after {
  color: #727575;
  position: absolute;
  right: 10px;
  top: 13px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.click-to-pay .cc-mmcvc .input,
body.checkout.index .step-content[data-step="payment"] .payments .payment.debit-cards .cc-mmcvc .input {
  display: inline-block;
  width: 198px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.gift-card .innards > div {
  margin: 5px 0;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.gift-card #PIN {
  width: 100px;
}
body.checkout.index .step-content[data-step="payment"] .payments .payment.gift-card .btn {
  margin-left: 55px;
}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper {
  display: none;
  text-align: center;
}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper .apple-pay-button {
  display: inline-block;
  width: 100%;
  height: 55px;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: buy;
  /* Use any supported button type. */

}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper .apple-pay-button-black {
  -apple-pay-button-style: black;
}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper .apple-pay-button-white {
  -apple-pay-button-style: white;
}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper .apple-pay-button-white-with-line {
  -apple-pay-button-style: white-outline;
}
body.checkout.index .step-content[data-step="payment"] #apple-pay-wrapper.active {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] #express-checkout-element {
  margin-top: 2px;
  margin-bottom: 8px;
}
body.checkout.index .step-content[data-step="payment"] #google-pay-wrapper {
  display: none;
  text-align: center;
  margin: 2px auto;
}
body.checkout.index .step-content[data-step="payment"] #google-pay-wrapper.active {
  display: block;
}
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards {
  display: none;
}
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards table {
  text-align: left;
  padding: 10px 20px;
}
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards table td,
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards table th {
  padding: 5px 0;
  padding-right: 20px;
}
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards table th {
  padding-right: 20px;
}
body.checkout.index .step-content[data-step="payment"] .paymentgiftcards table input {
  width: 100px;
  padding: 5px 10px;
}
body.checkout.index .step-content[data-step="payment"] .customer {
  width: 100%;
  max-width: 350px;
}
body.checkout.index .step-content[data-step="payment"] .customer .submit {
  width: 100%;
  margin: auto;
  font-weight: 500;
  font-size: large;
}
body.checkout.index .step-content[data-step="payment"] .floating-placeholder .input iframe {
  border-radius: 35px;
  padding-left: 15px;
}
body.checkout.index .step-content[data-step="payment"] .floating-placeholder .field-validation-error {
  text-align: left;
}
body.checkout.index #threeds-verfication-failure {
  max-width: 400px;
}
body.checkout.index #threeds-verfication-failure a {
  color: #3688cf;
  text-decoration: underline;
}
@media all and (max-width: 1100px) {
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary {
    padding: 20px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .title {
    margin-bottom: 20px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .title span {
    font-size: large;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .item.desktop {
    display: none;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .item.mobile {
    display: flex;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .item {
    font-size: 14px;
    flex-flow: row;
    box-shadow: unset;
    padding: 0 !important;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .item > div {
    width: unset;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .item .item-name {
    width: 50%;
    text-align: left;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .additional-info {
    font-size: 12px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .additional-info .shipping-car,
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list .product .additional-info .email {
    font-size: 13px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .product-list > div:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #B6B6B3;
  }
  body.checkout.index .step-content.active[data-step="payment"] .booking-summary .back-to-edit a {
    font-size: large;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment .input-wrapper {
    width: 100%;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardNumber,
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardSecurityCode,
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.click-to-pay .card-details > div #FloatingP_CardExpiry {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .card-details > div {
    display: block;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment .payment-banner .separator {
    display: none;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment .payment-banner .radio {
    margin: 0 10px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.active .innards {
    padding: 0;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .floating-placeholder {
    width: 100% !important;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .floating-placeholder[data-id=CardSecurityCode] {
    margin-left: 0;
    margin-top: 5px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .payment-banner .options {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .payment-banner .options img {
    margin: 5px 10px;
    height: 12px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .payment-banner .options img[data-cardtypeid="2"] {
    margin: 5px 14px 5px 6px !important;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .customer {
    width: 100%;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .customer .submit,
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.debit-cards .customer #stripeSubmit {
    width: 100%;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.digital-checkout .desc {
    width: auto;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.digital-checkout .options {
    display: inline-block;
    vertical-align: sub;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.digital-checkout .innards {
    padding-top: 10px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .payments .payment.digital-checkout .innards .button-wrapper {
    display: block;
    width: 100%;
  }
  body.checkout.index .step-content.active[data-step="payment"] .card-details {
    width: 100% !important;
    margin-top: 0 !important;
  }
  body.checkout.index .step-content.active[data-step="payment"] .card-details > div {
    width: 100% !important;
  }
  body.checkout.index .step-content.active[data-step="payment"] .card-details > div #FloatingP_CardSecurityCode {
    margin-top: 15px;
  }
  body.checkout.index .step-content.active[data-step="payment"] .innards-wrapper {
    padding: 20px;
  }
}
body.checkout.index .step-content.active[data-step="shipping"] select,
body.checkout.index .step-content.active[data-step="shipping"] input {
  color: black !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard,
body.checkout.index .step-content.active[data-step="shipping"] form .physical {
  text-align: center;
  width: 710px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .header,
body.checkout.index .step-content.active[data-step="shipping"] form .physical .header {
  margin-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .header span,
body.checkout.index .step-content.active[data-step="shipping"] form .physical .header span {
  text-align: center;
  font-size: xxx-large;
  margin-bottom: 20px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard {
  display: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .send-later .new-sendtime {
  display: flex !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item {
  display: flex;
  background-color: #F3F3F3;
  padding: 20px 10px;
  margin-bottom: 20px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .new-sendtime {
  display: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .mobile-card-title {
  display: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .mobile-card-image {
  display: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .desktop-card-image {
  margin-left: 30px;
  display: unset;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .card-title {
  padding: 15px 0;
  font-weight: 600;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .fixed {
  width: 80%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .fixed img {
  width: 100%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .as-above-wrapper {
  margin-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .as-above-wrapper > a {
  text-decoration: underline;
  color: #3688cf;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper {
  width: 300px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-recipient {
  display: none;
  flex-direction: column;
  gap: 15px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-recipient .message-wrapper .input,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-recipient .message-wrapper textarea {
  height: 100px;
  border-radius: 20px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-recipient .message-wrapper textarea {
  padding: 15px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-recipient .cancel-change-recipient {
  margin-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .active {
  display: flex;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .hidden {
  display: none !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .recipient-email,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .recipient-name {
  margin-bottom: 10px;
  display: flex;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .sendtoself-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .sendtoself-wrapper label {
  padding-left: 40px;
  color: #4a4a4a;
  font-size: 16px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .sendtoself-wrapper .checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .sendtoself-wrapper .checkbox:after {
  background: #4a4a4a !important;
  left: 4px;
  top: 4px;
  height: 13px;
  width: 13px;
  border-radius: 2px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-sendtime {
  flex-direction: column;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-sendtime > .wrapper:first-child {
  margin-bottom: 10px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-sendtime .floating-placeholder {
  width: 100%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-sendtime .floating-placeholder input,
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .new-sendtime .floating-placeholder select {
  border: 1px solid #B6B6B3;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .email {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .email-icon {
  padding-top: 8px;
  color: #727575;
  width: 20%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .email-icon:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f044";
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .input-layout {
  height: 40px;
  border: 1px solid #B6B6B3;
  border-radius: 35px;
  background-color: white;
  cursor: pointer;
}
body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .dynamic .change-recipient-wrapper .input-layout > div:first-child {
  height: 39px;
  border-right: 1px solid #B6B6B3;
  width: 80%;
  padding: 8px;
  color: black;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical {
  display: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .postage-details-contents {
  background-color: #F3F3F3;
  padding: 30px 50px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address {
  display: none;
  position: relative;
  padding: 5px 0px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address span {
  line-height: 44px;
  display: block;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address form > * {
  vertical-align: top;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address .options-wrapper {
  padding-bottom: 20px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .prev-address .options-wrapper select {
  padding-top: 0px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .add-new-address {
  color: #3688cf;
  text-decoration: underline;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .new-address {
  display: none;
  max-width: 100% !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .new-address .title {
  padding: 5px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .title {
  display: block;
  font-size: 1.3em;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .message {
  margin-top: 10px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .message textarea {
  width: 100%;
  line-height: 1.5em;
  height: 150px;
  padding: 20px;
  border-radius: 20px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .item-details > div {
  margin-bottom: 15px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .item-details > div img {
  width: 100%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .item-details > div span {
  font-weight: 600;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .new-recipient-table {
  margin-top: 15px;
  text-align: unset;
}
body.checkout.index .step-content.active[data-step="shipping"] form .physical .new-recipient-table .input-line-wrapper {
  justify-content: flex-start !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form .proceed-payment-wrapper {
  width: 710px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .proceed-payment-wrapper .button {
  text-align: center;
}
body.checkout.index .step-content.active[data-step="shipping"] form .proceed-payment-wrapper .button .process-to-payment {
  width: 100% !important;
  margin: 20px 0px;
  line-height: 45px;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper {
  position: relative;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper label {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #BCB9B8;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper select,
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: 1px solid #B6B6B3;
  -ms-word-break: normal;
  word-break: normal;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 35px;
  padding: 15px 22% 0 15px;
  color: #727575;
  font-size: medium;
  cursor: pointer;
  background-color: white;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper input[type="datetime-local"] {
  line-height: 1.5em !important;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper input::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90%;
}
body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper::after {
  font: normal normal normal 16px/1 FontAwesome;
  color: #727575;
  left: 80%;
  top: 0;
  height: 30px;
  padding: 14px 0px 0px 6%;
  border-left: 1px solid #B6B6B3;
  position: absolute;
  pointer-events: none;
}
body.checkout.index .step-content.active[data-step="shipping"] form .new-date-wrapper::after {
  content: "\f133";
}
body.checkout.index .step-content.active[data-step="shipping"] form .new-date-wrapper:focus-within::after {
  border-left: 1px solid black;
}
body.checkout.index .step-content.active[data-step="shipping"] form .options-wrapper::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-time-zone-wrapper::after {
  content: "\f078";
}
body.checkout.index .step-content.active[data-step="shipping"] form .options-wrapper:focus-within::after,
body.checkout.index .step-content.active[data-step="shipping"] form .new-time-zone-wrapper:focus-within::after {
  border-left: 1px solid black;
}
@media all and (max-width: 1100px) {
  body.checkout.index .step-content.active[data-step="shipping"] {
    padding: 20px 0px;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard,
  body.checkout.index .step-content.active[data-step="shipping"] form .physical {
    text-align: center;
    width: 95%;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item {
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .mobile-card-image {
    display: unset;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .desktop-card-image {
    display: none;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .mobile-card-title {
    display: unset;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .ecard .ecard-item .fixed {
    width: 60%;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .physical {
    display: none;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .physical .postage-details-contents {
    padding: 30px 20px;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .proceed-payment-wrapper {
    width: 100%;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .proceed-payment-wrapper .button {
    padding: 0px 10px;
  }
  body.checkout.index .step-content.active[data-step="shipping"] form .custom-input-wrapper::after {
    padding: 14px 0px 0px 7%;
  }
}
body.account .content {
  padding: 20px;
}
body.account .content .customer {
  margin: auto;
  max-width: 60%;
}
body.account .content .customer h2 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: center;
}
body.account .content .customer form {
  background-color: #f3f3f3;
  padding: 20px;
}
body.account .content .customer form .button {
  text-align: center;
  margin-top: 30px;
  padding-right: 0px;
}
body.account .content .customer form .button a {
  font-weight: 600;
  line-height: 40px;
  width: 280px;
}
body.account .content .customer .options {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body.account .content .customer .options a {
  font-weight: 600;
  line-height: 40px;
  width: 280px;
}
body.account.dashboard form.details-update-form .input-line-wrapper {
  margin-bottom: 15px;
}
body.account.dashboard .options {
  margin: 20px 0;
  padding-top: 20px;
  border-top: #DFDFDF 1px solid;
}
body.account.dashboard #change-password {
  display: none;
  padding: 40px 60px;
  width: 400px;
  height: 420px;
}
body.account.dashboard #change-password h2 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: center;
}
body.account.dashboard #change-password input {
  border-radius: 35px;
  width: 100%;
  margin-top: 15px;
  display: block;
  padding: 0px 15px;
}
body.account.dashboard #change-password .btn {
  margin-top: 30px;
  display: block;
  font-weight: 600;
}
body.account.previousorders .content .previous-orders-title {
  font-family: 'TTBluescreens-Regular', sans-serif;
  line-height: 45px;
  letter-spacing: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: xxx-large;
}
body.account.previousorders .content .order-table {
  margin: 20px 150px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
}
body.account.previousorders .content .order-table .order-right-arrow,
body.account.previousorders .content .order-table .order-down-arrow {
  cursor: pointer;
  color: #727575;
  display: none;
}
body.account.previousorders .content .order-table .order-right-arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f054";
}
body.account.previousorders .content .order-table .order-down-arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f078";
}
body.account.previousorders .content .order-table .table-head,
body.account.previousorders .content .order-table .row {
  display: flex;
  justify-content: left;
}
body.account.previousorders .content .order-table .table-head {
  padding: 40px 0px 10px 60px;
  font-size: large;
  font-weight: 600;
}
body.account.previousorders .content .order-table .row {
  position: relative;
  padding: 10px 0px 10px 60px;
  align-items: center;
}
body.account.previousorders .content .order-table > div:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #B6B6B3;
}
body.account.previousorders .content .order-table .order-number-col,
body.account.previousorders .content .order-table .order-date-col,
body.account.previousorders .content .order-table .order-qty-col,
body.account.previousorders .content .order-table .order-total-col {
  width: 23%;
}
body.account.previousorders .content .order-table .order-number-col a {
  font-size: unset;
  cursor: pointer;
  color: #3688cf;
}
body.account.previousorders .content .order-table .order-arrow-col {
  width: 8%;
}
body.account.previousorders .content .order-table .row-wrapper {
  position: relative;
}
body.account.previousorders .content .order-table .row-wrapper.active {
  border-bottom: unset !important;
}
body.account.previousorders .content .order-table .row-wrapper.active .row {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 20px -10px, rgba(0, 0, 0, 0.3) 0px 10px 20px -8px;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation-wrapper {
  display: none;
  background-color: #F3F3F3;
  text-align: center;
  padding-bottom: 40px;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation-wrapper .order-confirmation-close {
  width: 200px;
  font-size: medium;
  height: 44px;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation .confirm-container {
  padding: 40px 40px 0px 40px;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation .confirm-container .title span {
  font-size: xx-large;
  font-weight: 600;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation .confirm-container .order-successful span {
  font-size: x-large;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation .confirm-container .order-number span {
  font-size: large;
  font-weight: 600;
}
body.account.previousorders .content .order-table .row-wrapper .order-confirmation .confirm-container .confirm-product {
  text-align: left;
}
body.account.previousorders .content .order-table .row-wrapper.active + div {
  box-shadow: rgba(0, 0, 0, 0.3) 0px -20px 20px -10px, rgba(0, 0, 0, 0.3) 0px 0px 0px -10px;
}
body.account.previousorders .content .order-table .active {
  display: block !important;
}
@media all and (max-width: 1100px) {
  body.account .content .customer {
    max-width: 100% !important;
  }
  body.account .content form {
    padding: 10px;
  }
  body.account .content form .button a {
    width: 300px !important;
  }
  body.account .content .options {
    padding-top: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.account .content .options a {
    width: 300px !important;
  }
  body.account.dashboard .options {
    margin-bottom: 0 !important;
  }
  body.account.dashboard .options a:first-child {
    margin-bottom: 10px;
  }
  body.account.dashboard .options a {
    width: 100%;
  }
  body.account.dashboard #change-password {
    width: 100%;
  }
  body.account.previousorders .content .order-table {
    margin: 20px 0px;
  }
  body.account.previousorders .content .order-table .table-head {
    padding: 20px 0px 10px 20px;
    font-size: 13px;
  }
  body.account.previousorders .content .order-table .row {
    padding: 10px 0px 10px 20px;
  }
  body.account.previousorders .content .order-table .row .order-number-col,
  body.account.previousorders .content .order-table .row .order-date-col,
  body.account.previousorders .content .order-table .row .order-qty-col,
  body.account.previousorders .content .order-table .row .order-total-col,
  body.account.previousorders .content .order-table .row .order-arrow-col {
    font-size: 12px;
  }
  body.account.previousorders .content .order-table .order-total-col {
    width: 20%;
  }
  body.account.previousorders .content .order-table .order-date-col {
    width: 26%;
  }
  body.account.previousorders .content .order-table .order-confirmation-wrapper {
    padding-bottom: 30px !important;
  }
  body.account.previousorders .content .order-table .order-confirmation-wrapper .confirm-container {
    padding: 40px 20px 20px 20px !important;
    border: unset;
  }
  body.account.previousorders .content .order-table .order-confirmation-wrapper .confirm-container .header .title span {
    font-size: x-large !important;
  }
  body.account.previousorders .content .order-table .order-confirmation-wrapper .confirm-container .header .order-successful span {
    font-size: large !important;
  }
  body.account.previousorders .content .order-table .order-confirmation-wrapper .confirm-container .total-summary {
    padding-top: 0px;
  }
}
body.category.index .category-banners {
  padding-bottom: 36.363636364%;
  background-color: black;
}
body.category.index .category-banners .wrapper {
  width: 100%;
  height: 100%;
}
body.category.index .category-banners img {
  display: block;
  width: 100%;
}
body.category.index .category-banners .vimeo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.category.index .category-banners .vimeo-click {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.category.index .banner img {
  width: 100%;
  display: block;
}
body.category.index .category-content {
  padding: 20px;
}
body.category.index .category-content .cat-content {
  text-align: center;
  margin: 40px 160px 0 160px;
}
body.category.index .category-content .cat-content .title {
  margin-bottom: 30px;
}
body.category.index .category-content .cat-content .title span {
  font-family: 'TTBluescreens-Regular', sans-serif;
  letter-spacing: 5px;
  line-height: 45px;
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
}
body.category.index .category-content .cat-content .enquire-btn {
  margin-bottom: 40px;
}
body.category.index .category-content .cat-content .enquire-btn a {
  width: 300px;
  font-weight: 600;
}
body.category.index .category-content .cat-content .desc {
  font-size: 15px;
}
body.category.index .category-content .cat-content .corporate-icon {
  margin: 50px;
}
body.category.index .category-content .cat-content .corporate-icon img {
  width: 30%;
}
body.category.index .product-list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #B6B6B3;
  padding-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
body.category.index .product-list .item {
  padding: 0px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  border: unset;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 18px 5px;
  border-radius: 20px;
}
body.category.index .product-list .item a {
  display: block;
  margin-top: 10px;
}
body.category.index .product-list .item a img {
  width: 100%;
  margin: 0px;
  float: unset;
}
body.category.index .product-list .item .desc {
  text-align: center;
  width: 275px;
}
body.category.index .product-list .item .desc .title a {
  height: 55px;
}
body.category.index .product-list .item .desc .desktop-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.category.index .product-list .item .desc .desktop-content .price-qty .clear {
  align-items: center;
}
body.category.index .product-list .item .desc .desktop-content .price-qty .clear .add-to-cart-wrapper {
  margin-bottom: 0px;
}
body.category.index .product-list .item .desc .desktop-content .price-qty .clear .selector-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 1100px) {
  body.category.index .category-banners {
    padding-bottom: 76.474622771%;
  }
  body.category.index .category-banners.mobile-content {
    display: block !important;
  }
  body.category.index .cat-content {
    margin: 0px !important;
  }
  body.category.index .cat-content .corp-content {
    margin: 20px 20px 0px 20px !important;
  }
  body.category.index .cat-content .corp-content .title {
    margin-bottom: 30px;
  }
  body.category.index .cat-content .corp-content .enquire-btn .btn {
    width: 100%;
  }
  body.category.index .cat-content .corp-content .corporate-icon {
    margin: 30px !important;
  }
  body.category.index .cat-content .corp-content .corporate-icon img {
    width: 50% !important;
  }
  body.category.index .cat-content .corp-content .corp-cards-wrapper {
    padding: 30px 0 40px 0 !important;
  }
  body.category.index .cat-content .corp-content .corp-cards-wrapper .corp-card {
    width: 115px !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form {
    margin: 0px !important;
    padding: 30px 20px !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form .inputs-wrapper {
    gap: 10px !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form .inputs-wrapper > div {
    flex-direction: column;
    width: 100% !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form .inputs-wrapper > div > div {
    width: 100% !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form .inputs-wrapper input,
  body.category.index .cat-content .corp-content #corp-enquire-form .inputs-wrapper select {
    width: 100% !important;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form .check div span {
    width: 45%;
    display: inline-block;
    text-align: left;
  }
  body.category.index .cat-content .corp-content #corp-enquire-form a {
    font-size: medium !important;
    padding: 15px !important;
    width: 100% !important;
  }
  body.category.index .product-list {
    flex-direction: column;
    padding-top: 0px;
    border-top: unset;
  }
  body.category.index .product-list .item .desc .desktop-content {
    display: flex !important;
  }
  body.category.index .product-list .item .desc .mobile-content {
    display: none !important;
  }
}
body.corporate {
  scroll-behavior: smooth !important;
}
body.corporate.index .content .gifts {
  text-align: center;
  padding-bottom: 50px;
}
body.corporate.index .content .gifts .banner img {
  width: 100%;
}
body.corporate.index .content .gifts .banner .desktop-content {
  display: block;
}
body.corporate.index .content .gifts .banner .mobile-content {
  display: none;
}
body.corporate.index .content .gifts .corp-content {
  margin: 50px 180px;
}
body.corporate.index .content .gifts .corp-content .title {
  margin-bottom: 30px !important;
}
body.corporate.index .content .gifts .corp-content .title span {
  font-family: 'TTBluescreens-Regular', sans-serif;
  letter-spacing: 5px;
  line-height: 45px;
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
}
body.corporate.index .content .gifts .corp-content .enquire-btn {
  margin-bottom: 40px;
}
body.corporate.index .content .gifts .corp-content .enquire-btn a {
  width: 300px;
  font-weight: 600;
}
body.corporate.index .content .gifts .corp-content .desc {
  font-size: 15px;
}
body.corporate.index .content .gifts .corp-content .corporate-icon {
  margin: 50px;
}
body.corporate.index .content .gifts .corp-content .corporate-icon img {
  width: 30%;
}
body.corporate.index .content .gifts .corp-content .corp-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 60px 0;
}
body.corporate.index .content .gifts .corp-content .corp-cards-wrapper .corp-card {
  width: 140px;
  padding: 5px;
  border-radius: 10px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form {
  margin: 0 40px;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 30px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form h1 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form a {
  font-weight: 600;
  padding: 15px 60px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check {
  margin-bottom: 30px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check > label {
  font-weight: 600;
  font-size: large;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check div {
  margin-top: 10px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check div span {
  margin-right: 10px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check div span input {
  cursor: pointer;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .check div span label {
  font-size: 13px;
  color: #4a4a4a;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .inputs-wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .inputs-wrapper > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body.corporate.index .content .gifts .corp-content #corp-enquire-form .inputs-wrapper > div .input-wrapper .floating-select .input::after {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f078";
  color: #727575;
  top: 1px;
  height: 30px;
  border-left: 1px solid #F3F3F3;
  position: absolute;
  pointer-events: none;
  padding: 14px 15px 0 15px;
}
@media all and (max-width: 1100px) {
  body.corporate.index .content .corp-content {
    margin: 30px !important;
  }
  body.corporate.index .content .corp-content .title {
    margin: 0px 10px;
  }
  body.corporate.index .content .corp-content .corporate-icon {
    margin: 30px !important;
  }
  body.corporate.index .content .corp-content .corporate-icon img {
    width: 50% !important;
  }
  body.corporate.index .content .corp-content .corp-cards-wrapper {
    padding: 30px 0 40px 0 !important;
  }
  body.corporate.index .content .corp-content .corp-cards-wrapper .corp-card {
    width: 115px !important;
  }
  body.corporate.index .content .corp-content #corp-enquire-form {
    margin: 0px !important;
    padding: 30px 20px !important;
  }
  body.corporate.index .content .corp-content #corp-enquire-form .inputs-wrapper {
    gap: 10px !important;
  }
  body.corporate.index .content .corp-content #corp-enquire-form .inputs-wrapper > div {
    flex-direction: column;
    align-items: center;
  }
  body.corporate.index .content .corp-content #corp-enquire-form .inputs-wrapper > div .input-wrapper {
    width: fit-content;
    margin-bottom: 10px;
  }
  body.corporate.index .content .corp-content #corp-enquire-form .check div span {
    width: 45%;
    display: inline-block;
    text-align: left;
  }
  body.corporate.index .content .corp-content #corp-enquire-form a {
    font-size: medium !important;
    padding: 15px !important;
    width: 100% !important;
  }
}
body.dynamicpage .content {
  padding: 20px;
}
@media all and (max-width: 1100px) {
  body.dynamicpage .content {
    padding: 10px;
  }
}
body.error.error404 .error-content {
  position: relative;
  padding: 20px;
}
body.express {
  text-align: center;
}
body.express header,
body.express nav,
body.express footer {
  display: none;
}
body.express .input {
  width: 400px;
}
body.express .floating-placeholder .input {
  -webkit-box-shadow: 1px 1px 4px 0px #727575;
  -moz-box-shadow: 1px 1px 4px 0px #727575;
  box-shadow: 1px 1px 4px 0px #727575;
}
body.express .title {
  color: white;
  background: #FECB00;
  font-size: 1.5em;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
}
body.express .exp-content {
  padding: 30px 0;
}
body.express .timer {
  display: none;
  text-transform: uppercase;
  background: black;
  font-size: 1.3em;
  color: white;
  padding: 20px 0;
  text-align: center;
}
body.express .timer span {
  font-weight: bold;
}
body.express .form {
  background: #F6F6F6;
  padding: 30px 0;
}
body.express .form h1 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
body.express .form h1:before,
body.express .form h1:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 3px;
  content: '\a0';
  background-color: #E7E7E7;
  margin-left: 2%;
}
body.express .form h1:before {
  margin-left: -52%;
  text-align: right;
}
body.express .form .ticket-options .input {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
}
body.express .form .input {
  margin: 2px auto;
}
body.express .form .input input,
body.express .form .input select {
  border: none;
}
body.express .form .input input#CardExpiry,
body.express .form .input select#CardExpiry {
  -webkit-user-modify: read-write-plaintext-only;
}
body.express .form .payment-wrapper {
  width: 440px;
  margin: auto;
}
body.express .form .payment-wrapper .tabs {
  text-align: center;
}
body.express .form .payment-wrapper .tabs .tab {
  display: inline-block;
  width: 150px;
  background: #B6B6B3;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
body.express .form .payment-wrapper .tabs .tab.active {
  background: white;
  color: black;
  cursor: default;
}
body.express .form .payment-wrapper .tab-content {
  display: none;
}
body.express .form .payment-wrapper .tab-content.active {
  display: block;
  min-height: 120px;
}
body.express .form .payment-wrapper .payment {
  background: white;
  padding: 20px;
}
body.express .form .payment-wrapper .payment img {
  cursor: pointer;
}
body.express .form .payment-wrapper .payment .cc {
  text-align: left;
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardCVV]:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f09d";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber] {
  margin-bottom: 20px;
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber]:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f023";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber]:after {
  font-size: 21px;
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber][data-selectedtype="visa"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f0";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber][data-selectedtype="amex"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f3";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber][data-selectedtype="master"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f1f1";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber][data-selectedtype="dinersclub"]:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f24c";
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber]:before {
  color: #727575;
  position: absolute;
  right: 34px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  font-size: 25px !important;
}
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardCVV]:after,
body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber]:after {
  color: #727575;
  position: absolute;
  right: 10px;
  top: 13px;
}
body.express .form .payment-wrapper .payment .cc-mmcvc .input {
  display: inline-block;
  width: 198px;
}
body.express .form .terms {
  color: #3688cf;
  font-size: 0.8em;
  padding: 20px 0;
}
body.express .form .terms a {
  color: #3688cf;
  text-decoration: underline;
}
body.express .form .submit.btn {
  padding: 10px 20px;
  width: 200px;
  text-align: center;
  font-size: 1.4em;
}
body.express .form .submit.btn:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00c";
}
body.express .form .submit.btn:after {
  color: white;
  right: 15px;
  top: 15px;
  font-size: 25px;
  margin-left: 10px;
}
body.express .form .submit.btn.loading:before {
  content: none;
}
body.express .form .submit.btn.loading:after {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border: 2px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  display: table-cell;
  top: 10px;
  content: '' !important;
  border-right-color: transparent;
}
body.express .form .totals {
  display: none;
  padding: 20px;
  margin-top: -20px;
}
body.express .form .totals .total {
  margin-left: 5px;
  font-weight: bold;
}
body.express .form .bullet {
  font-size: 1.1em;
  color: #BB0901;
  padding: 30px 0;
  position: relative;
}
body.express .form .bullet .lost-tix {
  color: #3688cf;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 15px;
  text-decoration: underline;
}
body.express .terms-content,
body.express .lost-tix-content {
  display: none;
  padding: 20px;
  min-width: 320px;
  text-align: center;
  max-width: 800px;
}
body.express .terms-content .floating-placeholder,
body.express .lost-tix-content .floating-placeholder,
body.express .terms-content .input,
body.express .lost-tix-content .input {
  width: 300px;
  margin: 20px 0;
}
body.express .terms-content .btn,
body.express .lost-tix-content .btn {
  margin-top: 20px;
}
body.express .confirm {
  display: none;
}
body.express .confirm .order-details {
  display: table;
  text-align: left;
  margin: auto;
}
body.express .confirm .order-details .ref {
  letter-spacing: 1px;
}
body.express .confirm .order-details > div > * {
  display: table-cell;
}
body.express .confirm .order-details label {
  width: 130px;
  font-weight: bold;
  padding-right: 15px;
}
@media all and (max-width: 1100px) {
  body.express .exp-content {
    padding: 10px;
  }
  body.express .input {
    width: 100% !important;
    margin: 2px auto !important;
  }
  body.express .form {
    padding: 10px;
  }
  body.express .form .payment-wrapper {
    width: 100%;
  }
  body.express .form .payment-wrapper .tabs .tab {
    width: 50%;
  }
  body.express .form .payment-wrapper .payment {
    display: block;
    padding: 20px 10px;
  }
  body.express .form .payment-wrapper .payment .floating-placeholder[data-id=CardNumber] {
    margin-bottom: 8px;
  }
  body.express .form .btn {
    display: block;
    width: 100% !important;
  }
  body.express .terms-content,
  body.express .lost-tix-content {
    padding: 20px 10px;
  }
}
body.home.index .home-banners {
  padding-bottom: 36.363636364%;
  background-color: black;
}
body.home.index .home-banners .wrapper {
  width: 100%;
  height: 100%;
}
body.home.index .home-banners img {
  display: block;
  width: 100%;
}
body.home.index .home-banners .vimeo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.home.index .home-banners .vimeo-click {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.home.index .desktop-best-selling {
  text-align: center;
  margin-top: 20px;
}
body.home.index .desktop-best-selling .cms-content {
  text-align: center;
  padding-top: 20px;
}
body.home.index .desktop-best-selling .cms-content h2 {
  font-family: 'TTBluescreens-Regular', sans-serif;
  line-height: 45px;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 3em;
}
body.home.index .desktop-best-selling .product-wrapper {
  margin-top: 20px;
  height: 320px;
}
body.home.index .desktop-best-selling .product-wrapper .slider {
  text-align: -webkit-center;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items {
  position: absolute;
  left: 50px;
  right: 50px;
  font-size: 0px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item {
  width: 275px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: unset;
  padding: 10px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item a {
  width: 100%;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item a img {
  width: 100%;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc {
  width: 100%;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .title {
  white-space: break-spaces;
  margin: 20px 0px;
  height: 41px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .title a {
  font-size: 15px;
  font-weight: 100;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content {
  display: block !important;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .price-range {
  display: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .price-qty-selector-wrapper {
  gap: 5px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .price-qty-selector-wrapper select {
  min-width: 80px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .price-wrapper span {
  display: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .price-wrapper::after {
  top: 0px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .qty-wrapper {
  display: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .mobile-products-qty-wrapper {
  display: flex;
  align-items: center;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .add-to-cart-wrapper {
  display: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .mobile-product-price-range {
  font-size: 25px;
  margin-right: 10px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper {
  display: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart,
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart {
  line-height: 44px;
  padding: 0 !important;
  width: 50px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart {
  border-radius: 35px 0 0 35px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart span {
  font-weight: 500;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-removeFromCart span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f068";
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart {
  border-radius: 0 35px 35px 0;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart span {
  font-weight: 500;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-addToCart span:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f067";
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-qty {
  border: 1px #B6B6B3 solid;
  width: 50px;
  text-align: center;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .selected-card-wrapper .mobile-products-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart {
  line-height: 44px;
  padding: 0 !important;
  width: 100px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span {
  font-weight: 500;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:first-child {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:first-child:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f07a";
}
body.home.index .desktop-best-selling .product-wrapper .slider .slider-items .slider-item .item .desc .mobile-content .selector-button-wrapper .empty-card-wrapper .mobile-products-addToCart span:last-child:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f067";
}
body.home.index .desktop-best-selling .product-wrapper .slider .arrow {
  height: 40px;
  width: 40px;
  top: 60px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
body.home.index .desktop-best-selling .product-wrapper .slider .arrow span {
  font-size: xx-large;
  font-weight: 100;
  color: #9a9a9a;
}
body.home.index .desktop-best-selling .product-wrapper .slider .arrow.right-arrow {
  right: 12px !important;
}
body.home.index .desktop-best-selling .product-wrapper .slider .arrow.left-arrow {
  left: 12px !important;
}
body.home.index .mobile-best-selling {
  display: none;
}
body.home.index .covid-notification {
  text-align: center;
  padding-top: 30px;
  text-decoration: underline;
}
body.home.index .covid-notification span {
  color: #BB0901;
}
body.home.index .content .card-search-filter {
  padding-top: 20px;
  justify-content: center;
}
body.home.index .content .card-search-filter #searchName {
  width: 40%;
  padding-right: 75px;
}
body.home.index .content .card-search-filter #search-submit {
  margin-left: -80px;
  width: 80px;
}
body.home.index .body-content {
  padding-bottom: 30px;
}
body.home.index .cycle-pager {
  font-size: 0.3em;
  bottom: 10px;
}
body.home.index .cycle-pager > span {
  margin: 0 5px !important;
}
body.home.index .cycle-pager > span::after {
  content: "" !important;
  padding: 0 15px;
  border-top: 3px #727575 solid;
}
body.home.index .cycle-pager > span::after.cycle-pager-active {
  opacity: 1;
}
@media all and (max-width: 1100px) {
  body.home.index .home-banners {
    padding-bottom: 76.474622771%;
  }
  body.home.index .home-banners.mobile-content {
    display: block !important;
  }
  body.home.index .content .card-search-filter #searchName {
    width: 85% !important;
  }
  body.home.index .desktop-best-selling {
    display: none;
  }
  body.home.index .mobile-best-selling {
    display: unset;
  }
  body.home.index .mobile-best-selling .cms-content {
    text-align: center;
    padding-top: 20px;
  }
  body.home.index .mobile-best-selling .cms-content h2 {
    font-family: 'TTBluescreens-Regular', sans-serif;
    font-weight: 500;
    font-size: 3em;
    line-height: 45px;
    letter-spacing: 5px;
    padding: 20px;
  }
}
body.products.index .content {
  padding: 30px;
}
body.products.index #wrapper {
  width: 100%;
}
body.products.index .product-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
body.products.index .product-list-title span {
  font-size: 60px;
}
body.products.index .product-list-title .products-filter-btn-wrapper {
  display: none;
}
body.products.index .selected-filter-text-list-wrapper {
  display: none;
}
body.products.index .gifts-list .item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom: unset;
  margin: 0px 0px 10px 5px;
  padding: 10px 0px 10px 10px;
  display: none;
}
body.products.index .gifts-list .no-results {
  display: none;
  font-style: italic;
  padding: 20px;
}
body.products.index .filters {
  padding: 20px 20px 0 30px;
  width: 280px;
}
body.products.index .filters .wrap {
  position: relative;
}
body.products.index .filters .filter-element {
  padding: 5px 0;
}
body.products.index .filters .eccheckbox {
  display: block;
}
body.products.index .filters .eccheckbox label {
  font-size: 0.9em;
}
body.products.index .filters .card-search-filter {
  margin: 10px 0px;
}
body.products.index .filters .card-search-filter #searchName {
  width: 100%;
  padding-right: 65px;
}
body.products.index .filters .card-search-filter #search-submit {
  width: 50px;
  margin-left: -50px;
}
body.products.details .banner img {
  width: 100%;
  display: block;
}
body.products.details .info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.products.details .info {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
}
body.products.details .info .card-title {
  font-family: 'TTBluescreens-Regular', sans-serif;
  letter-spacing: 5px;
  line-height: 45px;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 30px 0px;
}
body.products.details .info .price-qty .clear .selector-button-wrapper .price-qty-selector-wrapper {
  justify-content: center !important;
}
body.products.details .info .terms-wrapper {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 30px;
}
body.products.details .info .terms-wrapper .terms {
  display: none;
}
body.products.details .info .mobile-products-qty-wrapper {
  display: none;
}
body.products.details .desc {
  text-align: center;
}
body.products.details .shipping {
  margin-bottom: 30px;
}
body.products.details .terms-content {
  max-width: 1000px;
}
@media all and (max-width: 1100px) {
  body.products .card-title {
    margin: 20px 0 10px 0 !important;
    font-size: 45px !important;
    text-align: center;
  }
  body.products.index .content {
    padding: 30px 0px;
  }
  body.products.index .product-list-title .products-filter-btn-wrapper {
    z-index: 1;
    display: block;
    position: fixed;
    right: 10px;
  }
  body.products.index .product-list-title .products-filter-btn-wrapper .filter-icon {
    border-radius: 20px;
  }
  body.products.index .product-list-title .products-filter-btn-wrapper a {
    border: 1px #B6B6B3 solid;
    padding: 0px;
    border-radius: 10px;
    display: unset;
    padding: 8px 10px;
    vertical-align: super;
    font-weight: 400;
  }
  body.products.index .product-list-title .products-filter-btn-wrapper a span {
    font-size: 18px;
  }
  body.products.index .product-list-title .products-filter-btn-wrapper a span:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0b0";
  }
  body.products.index .selected-filter-text-list-wrapper {
    margin: 20px 10px;
    gap: 10px;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-title {
    font-weight: 600;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item {
    display: none;
    margin-top: -5px;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item .delete-button {
    border: 1px #B6B6B3 solid;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item .delete-button span {
    font-size: larger;
    vertical-align: -webkit-baseline-middle;
    color: #727575;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item .delete-button span:after {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item .filter-text {
    border-top: 1px #B6B6B3 solid;
    border-bottom: 1px #B6B6B3 solid;
    border-right: 1px #B6B6B3 solid;
    border-radius: 0px 20px 20px 0px;
    margin-left: -11px;
    padding: 5px 8px 0px 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .filter-item .filter-text span {
    color: #727575;
  }
  body.products.index .selected-filter-text-list-wrapper .filter-content .clear-all {
    color: #BB0901;
    text-decoration: underline;
    cursor: pointer;
  }
  body.products.index .selected-filter-text-list-wrapper.active {
    display: flex !important;
  }
  body.products.index .filters {
    display: none;
  }
  body.products.details .banner img {
    width: 100%;
    display: block;
  }
  body.products .products-filter-submit {
    font-weight: 800;
  }
  body.products .filter-item.active {
    display: flex !important;
  }
}
body.selfserve.index {
  background-color: #BB0901 !important;
  padding: 20px 0;
}
body.selfserve.index header,
body.selfserve.index nav,
body.selfserve.index .footer-links {
  display: none;
}
body.selfserve.index .main-content {
  background-color: white;
  padding: 20px;
}
body.selfserve.index .main-content #submit-cards {
  display: none;
}
body.selfserve.index .main-content .scan-wrapper,
body.selfserve.index .main-content .confirm-wrapper,
body.selfserve.index .main-content .reset-wrapper {
  text-align: center;
}
body.selfserve.index .main-content #barcode,
body.selfserve.index .main-content .order-details {
  padding: 20px 0;
}
body.selfserve.index .main-content #confirm,
body.selfserve.index .main-content #reset {
  width: 300px;
  font-size: 2em;
}
body.selfserve.index .main-content #scan {
  width: 300px;
  max-width: 100%;
  height: 200px;
  font-size: 2em;
  background: white;
  color: black;
  border: 5px dashed black;
  display: inline-block;
  margin: 20px 0;
}
body.selfserve.index .main-content #scan:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f02a";
}
body.selfserve.index .main-content #scan.loading {
  color: black !important;
}
body.selfserve.index .main-content #scan:after {
  font-size: 4em;
  display: block;
}
body.selfserve.index .main-content .item-wrapper {
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-align: center;
}
body.selfserve.index .main-content .item-wrapper > * {
  flex: 0 0 auto;
  vertical-align: middle;
}
body.selfserve.index .main-content .item-wrapper img {
  display: block;
}
body.selfserve.index .main-content .item-wrapper:last-of-type {
  border-bottom: none;
}
body.selfserve.index .main-content .scan-gc {
  height: 120px;
  flex-basis: 250px;
  text-align: center;
}
body.selfserve.index .main-content .scan-gc .new-card {
  display: none;
}
body.selfserve.index .main-content .scan-gc .btn {
  height: 120px;
  font-size: 2em;
}
body.selfserve.index .main-content .scan-gc.active .btn {
  display: none;
}
body.selfserve.index .main-content .scan-gc.active .new-card {
  display: block;
}
body.selfserve.index .main-content .prod-details {
  font-size: 1.5em;
}
body.selfserve.index .main-content .vert-mid:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
body.selfserve.index .main-content .completed-items {
  max-width: 600px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5em;
  padding: 20px 0;
}
body.shoppingcart.index .content {
  min-height: 840px;
}
body.shoppingcart.index select {
  border-radius: 35px;
  padding: 10px;
  margin-right: 0px;
  color: black;
}
body.shoppingcart.index .checkout-box {
  padding: 20px;
}
body.shoppingcart.index .checkout-box table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
body.shoppingcart.index .checkout-box table th.qty {
  padding-left: 40px;
}
body.shoppingcart.index .checkout-box table .mobile-card-title-row {
  display: none;
}
body.shoppingcart.index .checkout-box table .desktop-card-ttile-col p {
  padding-top: 12px;
  padding-right: 20px;
}
body.shoppingcart.index .checkout-box table tr:first-child td {
  padding-top: 0px;
}
body.shoppingcart.index .checkout-box table tr .cart-selector-col {
  width: 120px;
  min-width: 100px;
}
body.shoppingcart.index .checkout-box table tr .qty-wrapper {
  padding-left: 40px;
  min-width: 200px;
}
body.shoppingcart.index .checkout-box table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #DFDFDF;
  padding-top: 15px;
  line-height: 44px;
}
body.shoppingcart.index .checkout-box table tr td.delete-btn-td {
  width: 110px;
  text-align: center;
}
body.shoppingcart.index .checkout-box table tr td.delete-btn-td .delete-btn {
  display: block;
  cursor: pointer;
  padding-left: 10px;
}
body.shoppingcart.index .checkout-box table tr td.delete-btn-td .delete-btn:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00d";
}
body.shoppingcart.index .checkout-box table tr .qty-total {
  padding-left: 60px;
}
body.shoppingcart.index .checkout-box table tr.totals td {
  border-bottom: none;
}
body.shoppingcart.index .checkout-box table img {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
}
body.shoppingcart.index .checkout-box table p {
  display: inline-block;
  vertical-align: top;
}
body.shoppingcart.index .checkout-box table .field-validation-error {
  display: block;
}
body.shoppingcart.index .no-values {
  padding-top: 20%;
  display: none;
}
body.shoppingcart.index .title {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
body.shoppingcart.index .contents {
  padding: 0 20px 40px 20px;
}
body.shoppingcart.index .contents .no-values-text {
  text-align: center;
}
body.shoppingcart.index .contents .buttons {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
body.shoppingcart.index .contents .buttons .btns-divider {
  padding: 10px 0px;
  visibility: hidden;
}
body.shoppingcart.index .contents .buttons .btn {
  width: 300px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.shoppingcart.index .contents .buttons .continue-shopping {
  border: 1px solid black;
  color: black;
}
body.shoppingcart.index .contents .buttons .continue-shopping .arrow-left {
  margin-right: 10px;
  color: #727575;
  font-weight: 400;
}
body.shoppingcart.index .contents .buttons .continue-shopping .arrow-left:after {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f177";
}
body.shoppingcart.index .top {
  color: #727575;
}
body.shoppingcart.index .top th {
  font-weight: 400;
  padding-bottom: 20px;
}
body.shoppingcart.index .totals {
  font-size: 20px;
  color: #727575;
}
body.shoppingcart.index .final-total {
  font-size: 25px;
  color: black;
}
body.shoppingcart.index .select-wrapper {
  position: relative;
  /* IE11 hide native button */

}
body.shoppingcart.index .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  height: 44px;
  padding-left: 10px;
  padding-right: 50px;
  border: 1px solid #DFDFDF;
  -ms-word-break: normal;
  word-break: normal;
  width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
body.shoppingcart.index .select-wrapper select:focus {
  outline-color: black;
}
body.shoppingcart.index .select-wrapper select::-ms-expand {
  display: none;
}
body.shoppingcart.index .select-wrapper::after {
  content: "\f078";
  font: normal normal normal 12px/1 FontAwesome;
  color: #DFDFDF;
  left: 50px;
  top: 0;
  height: 28px;
  padding: 16px 0px 0px 10px;
  border-left: 1px solid #DFDFDF;
  position: absolute;
  pointer-events: none;
}
body.shoppingcart.index .select-wrapper:focus-within::after {
  border-left: 1px solid black;
}
body.shoppingcart.index .price-selector-wrapper {
  padding-right: 10px;
}
body.shoppingcart.index .price-selector-wrapper select {
  width: 100px;
}
body.shoppingcart.index .price-selector-wrapper:after {
  left: 60px;
}
body.shoppingcart.index .shipping-method-selector-wrapper {
  display: inline-block;
}
body.shoppingcart.index .shipping-method-selector-wrapper select {
  margin-right: 10px;
  width: 190px;
  text-align: left;
}
body.shoppingcart.index .shipping-method-selector-wrapper:before select {
  margin-right: 10px;
  width: 190px;
}
body.shoppingcart.index .shipping-method-selector-wrapper:after {
  left: 150px;
}
@media all and (max-width: 1100px) {
  body.shoppingcart .header-search {
    display: none;
  }
  body.shoppingcart.index .checkout-box {
    padding: 10px;
  }
  body.shoppingcart.index .checkout-box table th.qty {
    padding-left: 0px !important;
  }
  body.shoppingcart.index .checkout-box table p {
    line-height: 1em;
    font-size: 0.9em;
  }
  body.shoppingcart.index .checkout-box table td {
    border: none !important;
    padding-bottom: 0px !important;
  }
  body.shoppingcart.index .checkout-box table img {
    width: 100px;
    margin-right: 10px;
  }
  body.shoppingcart.index .checkout-box table .item-total,
  body.shoppingcart.index .checkout-box table .total {
    display: none;
  }
  body.shoppingcart.index .checkout-box table .cart-selector-col {
    width: unset !important;
    font-size: 20px;
    padding-left: 0px !important;
  }
  body.shoppingcart.index .checkout-box table .cart-selector-col select {
    font-size: 15px;
    width: 90px !important;
    padding-left: 7px;
    padding-right: 40px;
  }
  body.shoppingcart.index .checkout-box table .cart-selector-col .select-wrapper::after {
    left: 50px !important;
  }
  body.shoppingcart.index .checkout-box table .qty-wrapper {
    text-align: center;
    width: 100px;
    min-width: unset !important;
  }
  body.shoppingcart.index .checkout-box table .qty-wrapper select {
    font-size: 15px;
    width: 80px !important;
    padding-left: 18px;
    padding-right: 40px;
  }
  body.shoppingcart.index .checkout-box table .qty-wrapper .select-wrapper::after {
    left: 45px !important;
  }
  body.shoppingcart.index .checkout-box table .desktop-card-ttile-col {
    display: none;
  }
  body.shoppingcart.index .checkout-box table .mobile-card-title-row {
    display: contents;
  }
  body.shoppingcart.index .checkout-box table .mobile-card-title-row td {
    line-height: 30px;
    padding: 0px !important;
    border-bottom: 1px solid #DFDFDF !important;
  }
  body.shoppingcart.index .checkout-box .totals {
    padding: 5px 0;
  }
  body.shoppingcart.index .checkout-box .totals span:last-of-type {
    float: right;
  }
  body.shoppingcart.index .sub-total-wrapper {
    margin-top: 10px;
  }
  body.shoppingcart.index .delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.shoppingcart.index .delivery div:first-child {
    padding-top: 5px;
  }
  body.shoppingcart.index .buttons {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0px !important;
    padding-top: 20px !important;
  }
  body.shoppingcart.index .buttons .btn {
    width: 80%;
  }
  body.shoppingcart.index .buttons .continue-shopping {
    margin-right: 0px !important;
  }
  body.shoppingcart.index .buttons .btns-divider {
    visibility: visible !important;
  }
  body.shoppingcart.index .shipping-method-selector-wrapper select {
    margin-right: 0px;
    font-size: 15px;
    width: 200px;
  }
  body.shoppingcart.index .shipping-method-selector-wrapper:after {
    top: 5px;
    left: 160px;
  }
}
@media all and (max-width: 450px) {
  body.shoppingcart.index .cart-selector-col {
    text-align: center;
  }
}
