﻿@import url("https://use.typekit.net/fjw4imn.css");
body {
  background-color: #0F1630;
  color: #FFF;
  font: 17px/1.6 'Urbane', sans-serif;
  font-weight: 300;
  -ms-overflow-style: scrollbar;
  /* prevent ie scrollbar overlay */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
a {
  color: #11A26F;
  border-bottom: solid 2px #11A26F;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
a:focus {
  outline: none;
}
@media (hover: hover) {
  a:hover {
    color: #27CE93;
    border-bottom: solid 2px #27CE93;
  }
}
a:has(img) {
  border-bottom: none;
}
a:has(img):hover {
  border-bottom: none;
}
b,
strong {
  font-weight: 600!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}
h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1 span {
  color: #b7b9c1;
  font-size: 21px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 18px;
  }
}
h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 19px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 17px;
  }
}
h6 {
  font-size: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
blockquote {
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 6px solid #FFCD02;
  font-size: 125%;
  font-weight: 400;
  padding: 25px;
}
fieldset {
  background-color: #0B0F22;
  border-radius: 30px;
  margin: 15px 0;
  overflow: visible !important;
  padding: 30px;
  position: relative;
}
legend {
  border: none;
  color: #FFF;
  left: 0;
  line-height: 32px;
  font-weight: 700;
  width: 100% !important;
}
input[type="text"],
input[type="password"],
select,
textarea {
  background-color: #272D45;
  border: solid 1px #272D45;
  border-radius: 15px;
  color: white;
  max-width: 100%;
  padding: 5px 15px;
  transition: border 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #FFCD02;
  color: white !important;
  outline: none;
}
input[type="file"],
input[type="text"],
input[type="password"],
select {
  height: 40px;
  line-height: 28px;
  /* make sure text is vertically aligned centrally (height - padding - border) */
}
input[type="file"],
input[type="text"],
input[type="password"] {
  width: 430px;
}
@media screen and (max-width: 520px) {
  input[type="file"],
  input[type="text"],
  input[type="password"] {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 650px) {
  select {
    width: calc(100% - 15px);
  }
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
}
::-webkit-input-placeholder {
  color: #BBB;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #BBB;
}
:-ms-input-placeholder {
  color: #BBB;
}
table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}
hr {
  background-color: #AAA9AB;
  border: 0;
  height: 2px;
  margin: 15px 0;
}
code {
  border: solid 1px #000;
}
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
}
#header-spacer {
  height: 100px;
}
#page > header {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 999;
}
#page > header a {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  #page > header {
    width: calc(100% - 30px);
    left: 15px;
  }
}
#page > header .container {
  border-radius: 100px;
  position: sticky;
  top: 15px;
  background-color: #FFF;
  color: #FFF;
  padding: 0 0 0 30px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #page > header .container {
    padding: 0 0 0 10px;
  }
}
#page > header .container a {
  color: #0B0F22;
  text-decoration: none;
}
#page > header .container a:hover {
  color: #11A26F;
}
#page > header .container .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page > header .container .header-container .menu-and-account-wrapper {
  background-color: #EBF1F4;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 15px;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .menu-and-account-wrapper {
    padding: 15px 10px 15px 10px;
  }
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .menu-and-account-wrapper .account-and-cart {
    column-gap: 5px;
  }
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary {
  background-color: #EBF1F4;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: nowrap;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .icon,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .icon {
  border-radius: 48px;
  background-color: white;
  min-width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .icon,
  #page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .icon {
    height: 40px;
    min-width: 40px;
  }
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text {
  color: #0B0F22;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  #page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text,
  #page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text {
    display: none;
  }
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text a,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text a {
  color: #11A26F;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text a:hover,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text a:hover {
  color: #27CE93;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text header,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text header {
  font-size: 19px;
  font-weight: 600;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text p,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text p,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text ul,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text ul {
  margin-bottom: 0;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text p li,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text p li,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text ul li,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text ul li {
  border-right-color: #11A26F;
  border-width: 2px;
}
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text p li:first-child,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text p li:first-child,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .account-summary .text ul li:first-child,
#page > header .container .header-container .menu-and-account-wrapper .account-and-cart .cart-summary .text ul li:first-child {
  padding-left: 0;
}
#page > header .container .header-container .back-to {
  margin-right: 15px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .back-to {
    display: none;
  }
}
#page > header .container .header-container .logo {
  float: left;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .logo {
    float: none;
    text-align: center;
    flex: 2;
    padding: 0 15px;
  }
}
#page > header .container .header-container .logo img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #page > header .container .header-container .logo img {
    height: 40px;
    width: auto;
  }
}
#page > header .container .admin-login {
  position: fixed;
  right: 30px;
  top: 0;
  z-index: 299;
}
#page > header .container .admin-login a {
  background-color: #FFCD02;
  border-bottom: none;
  color: #0B0F22;
  display: block;
  padding: 10px 30px;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  #page > header .container .admin-login a:hover {
    background-color: #FFDA43;
  }
}
#page > header .container:before,
#page > header .container:after {
  content: " ";
  display: table;
}
#page > header .container:after {
  clear: both;
}
#breadcrumb {
  font-size: 15px;
  margin-top: 15px;
  padding: 0 15px;
  text-transform: lowercase;
}
#breadcrumb a {
  border-bottom: none!important;
}
#breadcrumb a.last {
  color: inherit;
}
@media (hover: hover) {
  #breadcrumb a.last:hover {
    cursor: text;
  }
}
#main {
  display: flex;
  margin-top: 30px;
}
#main > section,
#main > aside {
  min-width: 0;
  /* this fixes an issue when using the truncate mixin (see https://css-tricks.com/flexbox-truncated-text/) */
}
#content {
  flex: 1;
  padding: 0 15px 15px;
}
#left-column,
#right-column {
  flex: 0 0 340px;
  /* flex-grow flex-shrink flex-basis */
}
@media screen and (max-width: 1199px) {
  #left-column,
  #right-column {
    flex-basis: 270px;
  }
}
@media screen and (max-width: 991px) {
  #left-column {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #right-column {
    display: none;
  }
}
#page > footer {
  background-color: #0B0F22;
  padding: 60px 0 30px 0;
}
@media screen and (max-width: 991px) {
  #page > footer {
    padding: 30px 0;
  }
}
#page > footer a {
  border-bottom: none;
  color: #FFF;
  text-decoration: none;
}
@media (hover: hover) {
  #page > footer a:hover {
    border-bottom: none;
    color: #27CE93;
  }
}
#page > footer .footer-div {
  min-height: 290px;
}
@media screen and (max-width: 991px) {
  #page > footer .footer-div {
    min-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  #page > footer .footer-div:last-child {
    text-align: center;
  }
}
#page > footer .footer-div:last-child .footer-header {
  border-bottom: none;
}
#page > footer .footer-div:last-child .footer-header:after {
  display: none;
}
#page > footer .footer-div .footer-header {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page > footer .footer-div .footer-header {
    border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    font-size: 19px;
    margin: 0;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  #page > footer .footer-div .footer-header.active:after {
    transform: rotate(0.25turn);
  }
  #page > footer .footer-div .footer-header:after {
    background: url(../Images/ChevronRightFooter.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -5px;
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  #page > footer .footer-div .footer-content {
    display: none;
    margin-top: 15px;
  }
}
#page > footer .footer-div .footer-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.8;
}
#bottom {
  background-color: #0B0F22;
  color: #FFF;
  font-size: 14px;
  padding-bottom: 30px;
}
#bottom ul li {
  border-right-color: #FFF;
  border-width: 2px;
}
#bottom ul li:first-child {
  padding-left: 0;
}
#bottom ul li a {
  color: #FFF;
  border-bottom: none;
  font-weight: 600;
  text-decoration: none;
}
@media (hover: hover) {
  #bottom ul li a:hover {
    color: #27CE93;
    border-bottom: none;
  }
}
body.one-column-layout #content {
  padding: 0 0 15px;
}
body.one-column-layout #left-column,
body.one-column-layout #right-column {
  display: none;
}
body.two-columns-layout #content {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 991px) {
  body.two-columns-layout #content {
    padding: 0 0 15px;
  }
}
body.two-columns-layout #right-column {
  display: none;
}
@media screen and (max-width: 991px) {
  body.shop #content-header *:not(h1) {
    display: none;
  }
}
#menu {
  margin-right: 15px;
}
@media (max-width: 767px) {
  #menu {
    margin-right: unset;
  }
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  #menu ul {
    display: none;
    flex-direction: column;
    background: #FFCD02;
    position: absolute;
    left: 0;
    top: 77px;
    width: 100%;
    z-index: 999;
  }
}
#menu ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  #menu ul li {
    display: block;
  }
}
#menu ul li a {
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1399px) {
  #menu ul li a {
    font-size: 17px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #menu ul li a {
    color: #0B0F22;
  }
  #menu ul li a:hover {
    background-color: #0B0F22;
    color: #FFCD02;
  }
}
.hamburger {
  display: none;
  cursor: pointer;
  color: #0B0F22;
  font-size: 42px;
  background: none;
  border: none;
  width: 135px;
  text-align: left;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 85px;
  }
}
#page > header .widget > .container,
#menu .widget > .container,
#main .widget > .container {
  padding: 0 !important;
  width: auto !important;
}
#page > header .widget > .container:after,
#menu .widget > .container:after,
#main .widget > .container:after {
  clear: none;
}
#left-column .widget,
#right-column .widget {
  margin-bottom: 15px;
}
#left-column .widget .container > header,
#right-column .widget .container > header {
  font-weight: 600;
  margin-bottom: 15px;
}
#left-column .widget ul,
#right-column .widget ul {
  list-style: none;
  padding: 0;
}
#main-bottom .container > header,
#main-top .container > header {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
}
#main-bottom .container > header span,
#main-top .container > header span {
  color: #b7b9c1;
  font-size: 21px;
  text-transform: uppercase;
}
#main-top .widget {
  margin: 15px 0;
}
#main-bottom .widget {
  padding: 30px 0;
}
.widget-dark-blue {
  background-color: #0B0F22;
  border-radius: 15px;
  padding: 30px;
}
.absmiddle {
  margin-bottom: 0.25em;
  vertical-align: middle;
}
.address input,
.address select {
  width: calc(100% - 16px);
}
.account-icon {
  margin-top: 15px;
  padding: 0 30px;
  text-align: center;
}
@media (hover: hover) {
  .account-icon:hover img {
    border-color: #FFCD02;
  }
  .account-icon:hover .title {
    color: #FFCD02;
  }
}
.account-icon a {
  text-decoration: none;
}
.account-icon img {
  border: 5px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.account-icon .title {
  color: #FFF;
  font-size: 19px;
  margin-top: 15px;
  transition: all 0.2s ease;
}
.authentication {
  margin-left: -225px !important;
  width: 450px !important;
}
.bordered-box {
  border: solid 2px #FFCD02;
  border-radius: 30px;
  padding: 30px;
  margin-top: 30px;
}
.box {
  margin: 15px 0;
  padding: 15px;
}
.box.box-grey {
  background-color: #f5f5f5;
}
.box.box-grey-border {
  border: solid 2px #e7e7e7;
}
.btn {
  background-color: #11A26F;
  border-bottom: none;
  border-radius: 100px;
  border-width: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 45px;
  text-decoration: none !important;
  vertical-align: top;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 0 15px;
  }
}
.btn:focus,
.btn:focus:active {
  outline: none;
}
@media (hover: hover) {
  .btn:hover {
    background-color: #27CE93;
    border-bottom: none;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }
}
.btn[disabled] {
  background-color: #AAA9AB;
  color: #999;
}
.btn.btn-passive {
  background-color: #AAA9AB;
  color: #2B2B29;
}
.btn.btn-lg {
  line-height: 50px;
}
.btn.btn-thin {
  padding: 0 15px;
}
.carousel-control {
  background-image: none !important;
}
.carousel-control .glyphicon-chevron-right {
  right: 30px;
}
.carousel-control .glyphicon-chevron-left {
  left: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon,
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  width: 77px;
  height: 26px;
}
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-image: url(../Images/Next.svg);
}
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../Images/Prev.svg);
}
.carousel-fade .item {
  left: 0 !important;
  transition: opacity 0.8s;
}
.carousel-fade .item.active.left,
.carousel-fade .item.active.right {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.carousel-inner .item {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.carousel-with-thumbnails .carousel-outer {
  position: relative;
}
.carousel-with-thumbnails .carousel-indicators {
  margin: 10px auto 0;
  overflow: auto;
  position: static;
  width: auto;
}
.carousel-with-thumbnails .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.carousel-with-thumbnails .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
.carousel-with-thumbnails .carousel-indicators li.active img {
  opacity: 1;
}
@media (hover: hover) {
  .carousel-with-thumbnails .carousel-indicators li:hover img {
    opacity: 0.75;
  }
}
.checkbox input[type="checkbox"] {
  margin-left: 0;
  position: static;
}
.checkbox label {
  font-weight: 600;
  padding-left: 5px;
}
.display-field,
.editor-field,
.display-label,
.editor-label {
  line-height: 32px;
  margin: 0.35em 0;
}
@media screen and (max-width: 479px) {
  .display-field,
  .editor-field,
  .display-label,
  .editor-label {
    line-height: inherit;
  }
}
.display-label,
.editor-label {
  font-size: 16px;
  font-weight: 600;
}
.display-wrapper:before,
.editor-wrapper:before,
.display-wrapper:after,
.editor-wrapper:after {
  content: " ";
  display: table;
}
.display-wrapper:after,
.editor-wrapper:after {
  clear: both;
}
.editor-field label {
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 479px) {
  .editor-field label {
    display: inline;
    padding: 5px 0;
  }
  .editor-field label:after {
    content: '\A';
    white-space: pre;
  }
}
.field-validation-valid,
.field-validation-error {
  display: none;
}
.first {
  margin-top: 0!important;
}
.hide,
.hidden {
  display: none;
}
.show {
  display: block !important;
}
iframe:not(.tagove_frame) {
  max-width: 100vw;
  /* NB The below max height was 56.25vw but this caused issues with the background modal on paypal checkout */
  max-height: 100vw;
  max-width: 100%;
}
.img-border {
  border: solid 1px #AAA9AB !important;
  padding: 2px;
}
.input-validation-error {
  background-color: #F2DEDE;
  border: solid 1px #A94442 !important;
}
input[type="radio"].form-check-input,
input[type="checkbox"].form-check-input {
  margin: 5px 5px 5px 0;
  width: 1em;
}
.last {
  margin-bottom: 0!important;
}
.dark-blue-box {
  background-color: #0B0F22;
  border-radius: 30px;
  padding: 45px 30px 60px 30px;
}
.light-blue-box {
  background-color: #272D45;
  border-radius: 30px;
  padding: 45px 30px 60px 30px;
}
.list-inline-divide .list-inline-item:not(:last-child) {
  border-right: solid 1px #999;
  line-height: 10px;
  margin-right: -4px;
  padding: 0 5px;
}
.list-inline-divide li:last-child {
  border-right: 0;
  padding-left: 5px;
}
.modal {
  border-radius: 30px;
  bottom: auto;
  /* fixes an issue with bootstrap */
  color: #2B2B29;
  display: none;
  left: 50%;
  margin-left: -495px;
  /* -(width / 2) */
  overflow: auto;
  /* fixes an issue with bootstrap */
  position: fixed;
  top: 14%;
  width: 990px;
  z-index: 1001;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  -moz-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}
@media (max-width: 1199px) {
  .modal {
    margin-left: -400px;
    /* -(width / 2) */
    width: 800px;
  }
}
.modal > header {
  background-color: #0B0F22;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 2em;
  padding: 10px 15px;
}
.modal > header > .modal-close {
  border-bottom: none;
  color: #FFF !important;
  cursor: pointer;
  float: right;
}
.modal > .body {
  background-color: #FFF;
  border-radius: 0 0 15px 15px;
  max-height: 70vh;
  overflow: auto;
  padding: 15px;
  /* Hide the scrollbar IE and Edge */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.modal > .body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .modal {
    margin-left: -45%;
    top: 5%;
    width: 90%;
  }
  .modal th,
  .modal td {
    padding: 0.25em;
  }
}
.modal.modal-orange-header,
.modal.modal-blue-header {
  border-width: 0;
}
.modal.modal-orange-header > header,
.modal.modal-blue-header > header {
  background-color: #0B0F22;
  color: #FFF;
  font-size: 28px !important;
  padding: 15px;
  text-align: center !important;
}
@media (max-width: 767px) {
  .modal.modal-orange-header > header,
  .modal.modal-blue-header > header {
    font-size: 18px !important;
  }
}
.modal.modal-orange-header > .body,
.modal.modal-blue-header > .body {
  padding: 30px;
}
@media (max-width: 767px) {
  .modal.modal-orange-header > .body,
  .modal.modal-blue-header > .body {
    font-size: 15px;
    padding: 15px !important;
  }
  .modal.modal-orange-header > .body h2,
  .modal.modal-blue-header > .body h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .modal.modal-orange-header > .body .btn,
  .modal.modal-blue-header > .body .btn {
    font-size: 13px;
    font-weight: 400;
    margin: 5px;
    padding: 0 10px;
  }
}
.modal.cookie-consent-layout {
  margin-left: -280px;
  top: 10%;
  width: 560px;
}
@media (max-width: 991px) {
  .modal.cookie-consent-layout {
    margin-left: -45%;
    top: 5%;
    width: 90%;
  }
  .modal.cookie-consent-layout th,
  .modal.cookie-consent-layout td {
    padding: 0.25em;
  }
  .modal.cookie-consent-layout label {
    display: inline;
    margin-left: 5px;
  }
}
.modal.cookie-consent-layout .body {
  height: 70vh;
  max-height: 810px;
  padding: 0;
  position: relative;
}
.modal.cookie-consent-layout .body .accept-all {
  position: sticky;
  background-color: white;
  bottom: 0;
  box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
  text-align: right;
  width: 100%;
}
.modal.cookie-consent-layout .body .consent-cookie {
  padding: 45px;
}
.modal.cookie-consent-layout .body .consent-cookie .confirm-choices {
  background-color: #fff;
  border: solid 2px #e7e7e7;
  color: #2B2B29;
}
.modal.cookie-consent-layout form.notification-form > p:last-of-type {
  display: none;
}
.modal-background {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  display: none;
  filter: alpha(opacity=40);
  /* ie7 hack */
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.notification {
  background-color: #FFCD02;
  color: #2B2B29;
  line-height: 60px;
  padding: 0 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 299;
}
@media (max-width: 767px) {
  .notification {
    font-size: 15px;
    line-height: 40px;
  }
}
@media (hover: hover) {
  .notification a:hover {
    color: #fff;
  }
}
.notification .close {
  color: #fff;
  font-size: 30px;
  line-height: inherit;
  opacity: 0.8;
}
.notification.notification-top {
  top: 0;
}
.notification.notification-bottom {
  bottom: 0;
}
.pager {
  margin: 1em 0;
  text-align: right;
}
.pager a,
.pager .current {
  background-color: #11A26F;
  border: solid 1px #11A26F;
  color: #FFF;
  display: inline-block;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 0 15px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .pager a,
  .pager .current {
    padding: 0 10px;
  }
}
.pager .current {
  background-color: #2B2B29;
  border-color: #2B2B29;
  color: #fff;
}
@media (hover: hover) {
  .pager a:hover {
    background-color: #11A26F;
    border-color: #11A26F;
    color: #fff;
  }
}
.pointer {
  cursor: pointer;
}
.rounded {
  border-radius: 30px!important;
}
.rounded-wrapper {
  background-color: #272D45;
  border-radius: 30px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .rounded-wrapper {
    flex-direction: column;
  }
}
.rounded-wrapper .column-text,
.rounded-wrapper .column-image {
  flex: 1;
}
.rounded-wrapper .column-text .text {
  padding: 6rem;
}
@media screen and (max-width: 1199px) {
  .rounded-wrapper .column-text .text {
    padding: 2rem;
  }
}
.rounded-wrapper .column-text .text header {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.rounded-wrapper .column-text .text header span {
  color: #b7b9c1;
  font-size: 21px;
  text-transform: uppercase;
}
.rounded-wrapper .column-image img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}
.search-item {
  margin: 1em 0;
}
section {
  /* Add the collapsable icon styling */
}
section .section-header {
  display: block;
  font-size: 24px;
  margin-top: 30px;
  position: relative;
  /* Add the collapsible icon styling for mobile */
}
@media screen and (max-width: 767px) {
  section .section-header {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  section .section-header:after {
    background: url(../Images/ChevronRight.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    content: "";
    width: 11px;
    height: 18px;
    top: 18px;
    right: 15px;
    transition: transform 0.3s ease;
    content: '';
    cursor: pointer;
    position: absolute;
  }
  section .section-header.active:after {
    transform: rotate(90deg);
  }
}
section .section-header span {
  display: inline-block;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  section .section-header span {
    cursor: pointer;
    display: block;
    line-height: unset;
    padding: 15px 30px 15px 0;
  }
}
section .collapsable .section-header {
  border-bottom: 5px solid #f5f5f5;
  position: relative;
}
section .collapsable .section-header:after {
  background: url(../Images/ChevronRight.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  content: "";
  width: 11px;
  height: 18px;
  top: 18px;
  right: 15px;
  transition: transform 0.3s ease;
  content: '';
  cursor: pointer;
  position: absolute;
}
section .collapsable .section-header.active:after {
  transform: rotate(90deg);
}
section .collapsable span {
  padding: 15px 60px 15px 0;
  cursor: pointer;
  display: block;
}
.section-content {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-content {
    display: none;
  }
}
.sort {
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
}
.sort .sort-by {
  text-align: center;
}
.sort .sort-pager {
  margin: 0;
  text-align: right;
}
.table td {
  border-top: 0 !important;
}
.table th {
  background-color: #0B0F22;
  border-bottom: 0 !important;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table th a {
  color: #FFF;
}
.table:not(.no-hover) tr:hover {
  background-color: #272D45 !important;
}
.table input {
  border-color: #e7e7e7;
  border-radius: 0;
}
.table-row-vertical-align td {
  vertical-align: middle!important;
}
.text-green {
  color: #11A26F;
}
.text-red {
  color: #cd1d1d;
}
.text-yellow {
  color: #FFCD02;
}
.text-sm {
  font-size: 15px;
}
.text-lg {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 18px;
  }
}
.text-xl {
  font-size: 32px;
}
.text-xs {
  font-size: 12px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.validation-summary-errors {
  border: solid 2px #A94442;
  font-weight: bold;
  margin: 1em 0;
  padding: 10px;
}
.validation-summary-errors span {
  display: block;
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.validation-summary-valid {
  display: none;
}
.vertical-align-items {
  align-items: center;
  display: flex;
}
.word-wrap {
  overflow: hidden;
  word-wrap: break-word;
}
/* Generated with http://animista.net/ */
.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  -moz-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  -webkit-animation: fade-out 1s ease-out 0s both;
  -moz-animation: fade-out 1s ease-out 0s both;
  animation: fade-out 1s ease-out 0s both;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-cart .validation-summary-errors {
  color: #666;
  font-size: 17px;
  line-height: 1.8em;
  text-align: left;
}
.add-to-cart .alert-warning {
  margin: 15px 0;
  font-weight: 400;
  font-size: 17px;
}
.add-to-cart .alert-warning p {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  -moz-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.alternative-part-numbers ul,
.alt-skus ul,
.alternative-skus ul,
.alternative-part-numbers ol,
.alt-skus ol,
.alternative-skus ol {
  list-style-type: disc;
}
.alternative-part-numbers div,
.alt-skus div,
.alternative-skus div,
.alternative-part-numbers section,
.alt-skus section,
.alternative-skus section,
.alternative-part-numbers span,
.alt-skus span,
.alternative-skus span {
  display: block;
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: max-height 0.5s ease-in;
}
.alternative-part-numbers div.show-all,
.alt-skus div.show-all,
.alternative-skus div.show-all,
.alternative-part-numbers section.show-all,
.alt-skus section.show-all,
.alternative-skus section.show-all,
.alternative-part-numbers span.show-all,
.alt-skus span.show-all,
.alternative-skus span.show-all {
  max-height: 100000px;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.alternative-part-numbers .alternative-part-numbers-see-all,
.alt-skus .alternative-part-numbers-see-all,
.alternative-skus .alternative-part-numbers-see-all {
  position: relative;
  float: right;
  margin-left: 5px;
}
.btn-paypal {
  background: none !important;
  border: none !important;
}
.btn-checkout-stripe img {
  height: 40px;
}
.bulk-savings-here {
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 22px;
}
@media screen and (max-width: 1199px) {
  .bulk-savings-here {
    display: none;
  }
}
.card-details {
  background-color: #fff;
}
.card-details legend {
  color: #2B2B29;
}
.carousel-move-one .carousel-item.active,
.carousel-move-one .carousel-item .carousel-item-next,
.carousel-move-one .carousel-item .carousel-item-start {
  display: flex;
}
#cart .btn.checkout {
  background-color: #11A26F;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
#cart .cart-item .product-image {
  cursor: pointer;
  display: block;
  height: 75px;
  margin: 10px auto;
  padding: 0;
  position: relative;
  text-align: center;
}
#cart .cart-item .product-image img {
  display: block;
  margin: auto;
  max-height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#cart .cart-item .product-name {
  color: #2B2B29;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #cart .cart-item .product-name {
    font-size: 16px;
  }
}
#cart .cart-item .product-name a {
  color: #2B2B29;
}
@media (hover: hover) {
  #cart .cart-item .product-name a:hover {
    color: #11A26F;
  }
}
#cart .cart-item .delete {
  font-size: 12px;
}
@media screen and (max-width: 479px) {
  #cart .cart-item td {
    padding: 15px 8px;
  }
}
#cart .cart-item .quantity {
  margin: 0 5px;
  width: 50px;
  text-align: center;
}
#cart .cart-item .increment-quantity {
  padding: 5px;
}
.cart-delivery-methods .courier {
  color: #11A26F;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.cart-delivery-methods .delivery-date {
  color: #11A26F;
}
.cart-delivery-methods input.delivery-method {
  margin-left: 5px !important;
}
.cart-delivery-methods .text-right .modal .body,
.cart-delivery-methods .text-right .modal header {
  text-align: left;
}
.cart-grand-total {
  font-weight: 700;
  margin: 0;
}
.cart-grand-total .text-xl {
  color: #2B2B29;
}
.cart-stock-warning {
  margin: 5px 0;
}
#cart-summary,
#checkout-summary {
  background-color: #0B0F22;
  border-radius: 15px;
  padding: 15px 15px 5px 15px;
}
@media screen and (max-width: 767px) {
  #cart-summary.showme,
  #checkout-summary.showme {
    display: block;
  }
}
#cart-summary .delivery-option-choices,
#checkout-summary .delivery-option-choices {
  padding: 0 15px;
  margin-bottom: 30px;
  max-height: 500px;
  overflow-y: auto;
}
#cart-summary .delivery-option-choices .delivery-option,
#checkout-summary .delivery-option-choices .delivery-option {
  border-top: solid 2px #f5f5f5;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#cart-summary .delivery-option-choices .delivery-option .text-muted,
#checkout-summary .delivery-option-choices .delivery-option .text-muted {
  color: #7d7d7dbf !important;
}
#cart-summary .delivery-option-choices .delivery-option:first-of-type,
#checkout-summary .delivery-option-choices .delivery-option:first-of-type {
  border-top: none;
}
#cart-summary .delivery-option-choices .delivery-option a,
#checkout-summary .delivery-option-choices .delivery-option a {
  color: #11A26F;
}
#cart-summary .delivery-option-choices .delivery-option a:hover,
#checkout-summary .delivery-option-choices .delivery-option a:hover {
  color: #27CE93;
}
#cart-summary .delivery-option-choices .delivery-option input[type="checkbox"],
#checkout-summary .delivery-option-choices .delivery-option input[type="checkbox"],
#cart-summary .delivery-option-choices .delivery-option input[type="radio"],
#checkout-summary .delivery-option-choices .delivery-option input[type="radio"] {
  margin: 0;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-date,
#checkout-summary .delivery-option-choices .delivery-option .delivery-date {
  font-size: 14px;
  margin-bottom: 0;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-date strong,
#checkout-summary .delivery-option-choices .delivery-option .delivery-date strong {
  color: #11A26F;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-help-icon,
#checkout-summary .delivery-option-choices .delivery-option .delivery-help-icon {
  font-size: 11px;
  margin: 5px 0 0 0;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-help-icon a,
#checkout-summary .delivery-option-choices .delivery-option .delivery-help-icon a {
  border-bottom: solid 2px #11A26F;
  padding-bottom: 3px;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-help-icon a:hover,
#checkout-summary .delivery-option-choices .delivery-option .delivery-help-icon a:hover {
  border-bottom: solid 2px #27CE93;
}
#cart-summary .delivery-option-choices .delivery-option .delivery-help-icon img,
#checkout-summary .delivery-option-choices .delivery-option .delivery-help-icon img {
  margin-right: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-summary .delivery-option-choices .delivery-option .delivery-help-icon,
  #checkout-summary .delivery-option-choices .delivery-option .delivery-help-icon {
    display: none;
  }
}
#cart-summary .delivery-option-choices .delivery-option label,
#checkout-summary .delivery-option-choices .delivery-option label {
  font-size: 17px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-summary .delivery-option-choices .delivery-option label,
  #checkout-summary .delivery-option-choices .delivery-option label {
    font-size: 14px;
  }
}
#cart-summary .delivery-option-choices .delivery-option .price,
#checkout-summary .delivery-option-choices .delivery-option .price {
  font-weight: 700;
  font-size: 19px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-summary .delivery-option-choices .delivery-option .price,
  #checkout-summary .delivery-option-choices .delivery-option .price {
    font-size: 15px;
  }
}
#cart-summary .delivery-option-choices .delivery-option .name,
#checkout-summary .delivery-option-choices .delivery-option .name,
#cart-summary .delivery-option-choices .delivery-option .price,
#checkout-summary .delivery-option-choices .delivery-option .price {
  margin-left: 15px;
}
#cart-summary .order-summary,
#checkout-summary .order-summary {
  border-bottom: solid 2px #272D45;
}
#cart-summary .total,
#checkout-summary .total {
  border-bottom: solid 2px #272D45;
  border-top: solid 2px #272D45;
  display: flex;
  align-items: center;
}
#cart-summary .total .total-cart-price,
#checkout-summary .total .total-cart-price {
  font-size: 21px;
  font-weight: 600;
  text-align: right;
}
#cart-summary .voucher-wrapper .btn,
#checkout-summary .voucher-wrapper .btn {
  padding: 0;
  width: 100px;
}
#cart-summary .voucher-wrapper input,
#checkout-summary .voucher-wrapper input {
  margin-right: 10px;
  width: calc(100% - 110px);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-summary .voucher-wrapper input::placeholder,
  #checkout-summary .voucher-wrapper input::placeholder {
    font-size: 12px;
  }
}
.cart-sub-total {
  font-weight: 700;
  margin: 30px 0;
}
.cart-sub-total .text-lg {
  color: #2B2B29;
}
#checkout .btn-checkout {
  background-color: #11A26F;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 10px 45px;
  width: 100%;
}
.checkout-message {
  float: right;
  margin: 0 15px;
}
@media screen and (max-width: 1199px) {
  .checkout-message {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-message {
    display: none;
  }
}
.checkout-order-summary-bar {
  background-color: #0B0F22;
  border-radius: margin: 0;
  padding: 15px;
  position: relative;
}
@media (hover: hover) {
  .checkout-order-summary-bar:hover {
    cursor: pointer;
  }
}
.checkout-order-summary-bar:after {
  background: url(../Images/ChevronRight.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  content: "";
  width: 11px;
  height: 18px;
  top: 20px;
  right: 15px;
  transition: transform 0.3s ease;
  content: '';
  cursor: pointer;
  position: absolute;
}
.checkout-order-summary-bar.active:after {
  transform: rotate(90deg);
}
.checkout-order-summary-bar .total {
  margin-right: 40px;
  float: right;
}
@media screen and (max-width: 991px) {
  #checkout-summary {
    display: none;
  }
}
#customers-also-viewed {
  margin-bottom: 60px;
}
#customers-also-viewed .carousel-controls {
  margin: 30px auto 0 auto;
  text-align: center;
  width: 100px;
}
#customers-also-viewed .carousel-control {
  opacity: 1;
  position: static;
  text-shadow: none;
  width: 50px;
}
#customers-also-viewed .glyphicon {
  color: #FFCD02;
  font-size: 36px;
  line-height: 50px;
  left: 0 !important;
  margin: 0 !important;
  position: static !important;
  text-align: center;
  width: 50px;
}
@media screen and (max-width: 479px) {
  .others-bought .checkout-buttons {
    text-align: center;
  }
  .others-bought .checkout-buttons .btn {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .others-bought .product-image {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
.payment-wrapper .card-holder-name {
  width: calc(100% - 16px);
}
.payment-wrapper .credit-card-number {
  position: relative;
}
.payment-wrapper .credit-card-number .credit-card-icon {
  position: absolute;
  left: 6px;
  top: 2px;
}
.payment-wrapper .credit-card-number .credit-card-icon .icon {
  height: 24px;
  margin: 0;
}
.payment-wrapper .credit-card-number input {
  text-indent: 50px;
  width: calc(100% - 16px);
}
.payment-wrapper .cvc {
  width: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .payment-wrapper .cvc {
    width: 100px;
  }
}
.payment-wrapper .expiry-date select {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .payment-wrapper .expiry-date select {
    width: 100px;
  }
}
.product-admin-summary {
  background-color: #0B0F22;
  border-radius: 30px;
  margin: 30px 0;
  padding: 15px 30px 30px 30px;
}
.product-admin-summary .display-field,
.product-admin-summary .display-label {
  line-height: 32px;
  margin: 0.35em 0;
}
@media screen and (max-width: 479px) {
  .product-admin-summary .display-field,
  .product-admin-summary .display-label {
    line-height: inherit;
  }
}
.product-admin-summary .display-label {
  float: left;
  font-weight: 400;
  width: 300px;
}
.product-admin-summary .display-label + .display-field {
  margin-left: 300px;
}
@media screen and (max-width: 479px) {
  .product-admin-summary .display-label {
    float: none;
    width: auto;
  }
  .product-admin-summary .display-label + .display-field {
    margin-left: 0;
  }
}
.product-admin-summary .display-wrapper:before,
.product-admin-summary .display-wrapper:after {
  content: " ";
  display: table;
}
.product-admin-summary .display-wrapper:after {
  clear: both;
}
.product-bulk-prices {
  margin: 60px 0 30px 0;
}
.product-bulk-prices .header {
  background-color: #FFCD02;
  color: #0B0F22;
  font-weight: 700;
  margin: 1px;
  padding: 10px;
}
.product-bulk-prices table {
  width: 100%;
}
.product-bulk-prices table td {
  background-color: #f5f5f5;
  border: solid 1px #fff;
  padding: 10px;
}
.product-bulk-prices table td:first-child {
  text-align: center;
}
.product-bulk-prices table th {
  background-color: #2B2B29;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 10px;
}
.product-category {
  text-align: center;
  margin: 15px 0;
}
.product-category .image {
  min-height: 170px;
}
.product-cart {
  color: #2B2B29;
  position: relative;
}
.product-cart .dropdown {
  background-color: #FFF;
  border: solid 1px #f5f5f5;
  border-top: solid 4px #FFCD02;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.75);
  margin-top: -4px !important;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 380px;
  z-index: 200;
}
.product-cart .dropdown hr {
  margin: 0;
}
.product-cart .dropdown .line-item {
  border-bottom: solid 1px #AAA9AB;
  line-height: 75px;
  padding: 5px 0;
}
.product-cart .dropdown .line-item a {
  color: #2B2B29 !important;
}
.product-cart .dropdown .line-item a.delete {
  cursor: pointer;
  color: #AAA9AB !important;
  display: block;
  font-size: 50px;
  line-height: 75px;
}
@media (hover: hover) {
  .product-cart .dropdown .line-item a.delete:hover {
    color: #2B2B29 !important;
    text-decoration: none;
  }
}
.product-cart .dropdown .line-item-image {
  height: 50px;
}
.product-cart .dropdown .btn {
  color: #FFF !important;
  font-weight: 700;
  margin-top: 15px;
  width: 100%;
}
.product-cart .dropdown .subtotal {
  font-weight: 700;
  margin-top: 15px;
}
#product-details .product-description .header,
#product-details .product-compatibility-wrapper .header {
  border-top: 2px solid #272D45;
  display: block;
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
}
#product-details .product-description .header span,
#product-details .product-compatibility-wrapper .header span {
  display: inline-block;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #product-details .product-description .header span,
  #product-details .product-compatibility-wrapper .header span {
    cursor: pointer;
    display: block;
    line-height: unset;
    padding: 15px 60px 15px 0;
  }
}
@media screen and (max-width: 991px) {
  #product-details .product-description {
    margin-bottom: 30px;
  }
}
#product-details .product-description .featured-list {
  list-style: none;
  padding-left: 0;
}
#product-details .product-description .featured-list li {
  position: relative;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 45px;
}
#product-details .product-description .featured-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../Images/Tick.svg");
}
#product-details .product-grey-box {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 15px 30px;
}
#product-details .product-title-and-reviews {
  padding-bottom: 10px;
}
#product-details .product-title-and-reviews .product-title {
  margin: 0;
}
#product-details .product-title-and-reviews .reviews-and-questions {
  font-size: 15px;
}
#product-details .product-title-and-reviews .reviews-and-questions .star-rating {
  margin-right: 5px;
}
#product-details .product-images #images-carousel .carousel-inner,
#product-details .product-images #product-image .carousel-inner {
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
}
#product-details .product-images #images-carousel .carousel-item img,
#product-details .product-images #product-image .carousel-item img {
  border-radius: 30px;
  display: inline-block;
  max-height: 500px;
}
#product-details .product-images #images-carousel img,
#product-details .product-images #product-image img {
  border-radius: 30px;
}
#product-details .product-images .carousel-control {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #product-details .product-images .carousel-control.left span {
    left: 10px;
  }
  #product-details .product-images .carousel-control.right span {
    right: 10px;
  }
}
#product-details .product-images .carousel-control span {
  color: #2B2B29;
  transition: color 0.1s ease-in;
}
@media screen and (max-width: 767px) {
  #product-details .product-images .carousel-control span {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: -30px;
    padding: 15px;
    border-radius: 3px;
    font-size: 26px;
  }
}
@media (hover: hover) {
  #product-details .product-images .carousel-control span:hover {
    color: #11A26F;
  }
}
#product-details section .section-header {
  border-top: solid 2px #272D45;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  #product-details section .section-header {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#product-details section .section-header.not-collapsable span {
  padding: 15px;
}
#product-details section .section-header.not-collapsable:after {
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #product-details #related .product-list-item .row {
    flex-direction: column;
  }
  #product-details #related .product-list-item .row > * {
    width: 100%;
  }
  #product-details #related .product-list-item .row > *.product-image {
    margin-bottom: 30px;
  }
  #product-details #related .product-list-item .row > * .price {
    margin-bottom: 0;
  }
}
.product-display-price-rating-and-stock-status {
  line-height: 30px;
}
.product-display-price-rating-and-stock-status .display-price {
  float: left;
  padding-right: 15px;
}
.product-display-price-rating-and-stock-status > .rating {
  border-left: 1px solid #EEE;
  float: left;
  padding: 0 15px;
}
.product-display-price-rating-and-stock-status .stock-status {
  border-left: 1px solid #AAA9AB;
  float: left;
  padding-left: 15px;
}
.product-display-price-rating-and-stock-status:before,
.product-display-price-rating-and-stock-status:after {
  content: " ";
  display: table;
}
.product-display-price-rating-and-stock-status:after {
  clear: both;
}
.product-grid-item {
  background-color: white;
  border-radius: 30px;
  font-size: 15px;
  margin: 15px 0;
  min-height: 460px;
  padding: 15px;
}
.product-grid-item h5 {
  font-size: 17px;
  margin: 15px 0;
  min-height: 50px;
}
.product-grid-item h5 a {
  color: #2B2B29;
  border-bottom: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .product-grid-item h5 a:hover {
    color: #11A26F;
  }
}
.product-grid-item .product-image {
  display: table;
  height: 150px;
  margin: 0 auto;
  min-height: 150px;
}
.product-grid-item .product-image a {
  display: table-cell;
  vertical-align: middle;
}
.product-grid-item .product-image img {
  border-radius: 30px;
}
.product-grid-item .price {
  color: #2B2B29;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.product-next-day-delivery .delivery-message .modal {
  text-align: left;
  font-weight: 400;
}
.product-list-item,
.white-box {
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
  color: #2B2B29;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 30px;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .product-list-item,
  .white-box {
    padding: 15px;
  }
}
.product-list-item .details,
.white-box .details {
  text-align: right;
}
.product-list-item .details p:first-child,
.white-box .details p:first-child {
  margin-bottom: 0;
}
.product-list-item .details .price,
.white-box .details .price {
  color: #2B2B29;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
.product-list-item .details .product-price-override,
.white-box .details .product-price-override {
  text-align: center;
}
.product-list-item .details .product-price-override .price,
.white-box .details .product-price-override .price {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .product-list-item .details .product-price-override .price,
  .white-box .details .product-price-override .price {
    font-size: 16px;
  }
}
.product-list-item h2,
.white-box h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.product-list-item h2 a,
.white-box h2 a {
  color: #2B2B29;
  border-bottom: none;
}
@media (hover: hover) {
  .product-list-item h2 a:hover,
  .white-box h2 a:hover {
    border-bottom: none;
    color: #11A26F;
  }
}
.product-list-item .product-image,
.white-box .product-image {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .product-list-item .product-image,
  .white-box .product-image {
    margin-bottom: 15px;
  }
}
.product-list-item .product-image img,
.white-box .product-image img {
  border-radius: 30px;
}
.product-list-item .btn-green,
.white-box .btn-green {
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-list-item .btn-green,
  .white-box .btn-green {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .product-list-item .btn-green,
  .white-box .btn-green {
    font-size: 15px;
  }
}
.product-list-item .row,
.white-box .row {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-list-item .row,
  .white-box .row {
    display: block;
  }
}
.product-list-item .sale,
.white-box .sale {
  color: #2B2B29;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
}
.sticky-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
  .sticky-wrapper .sticky-row {
    width: calc(65% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper {
    width: calc(35% - 15px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box {
  background-color: #0B0F22;
  border-radius: 30px;
  padding: 30px;
  position: sticky;
  top: 120px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box {
    top: unset;
    position: static;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-title {
  font-size: 24px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box {
  color: #FFF;
  text-align: center;
  min-height: 180px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price {
  position: relative;
  padding: 15px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top {
  background-color: #FFCD02;
  color: #0B0F22;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  width: 100%;
  -webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  -moz-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}
@media screen and (max-width: 991px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top {
    justify-content: center;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .alert-warning {
  line-height: 1.6em;
  margin: 15px 0;
  font-weight: 400;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 75px;
  width: 250px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .alert-warning p {
  display: block !important;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  -moz-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart {
  float: right;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form {
  display: flex;
  align-items: center;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form .sp-quantity {
  height: 50px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form .sp-quantity .sp-minus,
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form .sp-quantity .sp-plus {
  display: none;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form input,
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form .btn {
  height: 50px;
  line-height: 50px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .add-to-cart .add-to-cart-form .btn {
  margin-top: 0;
  padding: 0 15px;
  margin-left: 5px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .bulk-savings-here {
  display: none;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .text-xl {
  font-size: 21px !important;
}
@media screen and (max-width: 991px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .text-xl {
    display: none;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .product-name-sticky {
  font-size: 21px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .product-name-sticky {
    display: none;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price.top .product-price-override {
  display: none;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price .text-xl {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .price .text-xl {
    font-size: 28px;
  }
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .stock-status,
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .part-number {
  margin-bottom: 10px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .stock-status .row,
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .part-number .row {
  display: flex;
  align-items: baseline;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity {
  margin: 0 auto;
  position: relative;
  display: table;
  border-collapse: separate;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity table {
  border-radius: 0;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity td {
  padding: 0;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity input {
  background-color: #FFF;
  border-color: #e7e7e7;
  border-radius: 0;
  color: #2B2B29 !important;
  height: 42px;
  outline: none !important;
  text-align: center;
  width: 84px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity .sp-minus,
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity .sp-plus {
  background-color: #FFF;
  border-color: #e7e7e7;
  display: table-cell;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity .sp-minus .adjust-quantity {
  border-right: 0;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity .sp-plus .adjust-quantity {
  border-left: 0;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .sp-quantity .adjust-quantity {
  background-color: #FFF !important;
  border: solid 1px #e7e7e7;
  color: #2B2B29 !important;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
  vertical-align: inherit;
  width: 42px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .sticky-box .product-price-box .validation-summary-errors {
  margin: 1em -15px;
}
.sticky-wrapper .sticky-row .product-price-box-wrapper .btn {
  display: block;
  font-size: 17px;
  line-height: 50px;
  margin-top: 15px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .sticky-wrapper .sticky-row .product-price-box-wrapper .btn {
    font-size: 15px;
  }
}
.sticky-wrapper .sticky-row .product-key-points {
  margin-top: 15px;
  padding: 0;
}
.sticky-wrapper .sticky-row .product-key-points .key-point {
  display: flex;
  align-items: center;
  border-top: solid 1px #272D45;
  font-size: 15px;
  padding: 10px 0;
}
.sticky-wrapper .sticky-row .product-key-points .key-point.top {
  align-items: start;
}
.sticky-wrapper .sticky-row .product-key-points .key-point .image {
  text-align: center;
  width: 60px;
}
.sticky-wrapper .sticky-row .product-key-points .key-point .text {
  width: calc(100% - 60px);
}
.sticky-wrapper .sticky-row .product-key-points .key-point .text.flex-text {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1199px) {
  .sticky-wrapper .sticky-row .product-key-points .key-point .text.flex-text {
    display: block;
  }
}
.sticky-wrapper .sticky-row .product-key-points .product-information-models .text {
  font-size: 13px;
}
.sticky-wrapper .sticky-row .product-key-points .product-information-models .text strong {
  font-size: 15px;
}
.sticky-wrapper .product-images {
  padding: 0 15px;
}
.sticky-wrapper .product-images .carousel-dark .carousel-control-next-icon,
.sticky-wrapper .product-images .carousel-dark .carousel-control-prev-icon {
  filter: none;
}
.sticky-wrapper .product-images .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sticky-wrapper .product-images .carousel-inner a {
  height: 500px;
  cursor: pointer;
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.sticky-wrapper .product-images .carousel-inner a img {
  max-height: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
}
.product-price-override {
  margin-top: 15px;
}
.product-price-override .min-selling-price {
  background-color: #cd1d1d;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}
.product-price-override .price-override {
  background-color: #2B2B29 !important;
  margin: 0;
  padding: 15px;
}
.product-price-override .price-override .money {
  color: #FFF;
}
.product-price-override .price-override .price {
  background-color: #2B2B29 !important;
  color: #fff !important;
}
@media screen and (max-width: 1199px) {
  .product-price-override .price-override .price {
    font-size: 16px !important;
  }
}
.product-question {
  background-color: #0B0F22;
  border-radius: 30px;
  clear: both;
  margin-top: 10px;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
}
.product-question .answers {
  display: none;
  position: relative;
}
.product-question .answers .answer {
  margin: 20px 0 15px 0;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .product-question .answers .answer {
    margin-right: 30px;
  }
}
.product-question .answers .answer::before {
  background-color: #2B2B29;
  border-radius: 40px;
  content: 'A';
  color: #fff;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: -55px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.product-question .answers .answer .author {
  margin-left: 0;
}
.product-question .author {
  color: #CCC;
  font-style: italic;
  margin: -5px 0 0 55px;
}
.product-question ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .product-question ul {
    position: relative;
  }
}
.product-question ul li {
  display: inline-block;
  margin-left: 10px;
}
.product-question .num-answers {
  cursor: pointer;
  float: right;
  line-height: 40px;
  position: relative;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .product-question .num-answers {
    display: none;
  }
}
.product-question .question {
  font-weight: 700;
}
.product-question .edit-question,
.product-question .question {
  border: none !important;
  cursor: pointer;
  line-height: 40px;
  margin-right: 150px;
  padding-left: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-question .edit-question,
  .product-question .question {
    margin-right: 30px;
  }
}
.product-question .edit-question:after,
.product-question .question:after {
  background: url(../Images/ChevronRight.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  content: "";
  width: 11px;
  height: 18px;
  top: 30px;
  right: 20px;
  transition: transform 0.3s ease;
  content: '';
  cursor: pointer;
  position: absolute;
}
.product-question .edit-question.active,
.product-question .question.active {
  /* Show the truncated question text when the answer has been collapsed */
  text-overflow: inherit;
  white-space: inherit;
}
.product-question .edit-question.active:after,
.product-question .question.active:after {
  transform: rotate(90deg);
}
.product-question .edit-question::before,
.product-question .question::before {
  background-color: #FFCD02;
  border-radius: 40px;
  content: 'Q';
  color: #0B0F22;
  display: inline-block;
  float: left;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-left: -55px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.product-question .edit-question .details .author,
.product-question .question .details .author {
  margin: 5px 0 0 55px;
}
#reviews .product-review {
  background-color: #0B0F22;
  border-radius: 30px;
  margin: 30px 0;
  padding: 30px;
}
#reviews .product-review h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
#reviews .product-review .review-date {
  border-top: solid 2px #e7e7e7;
  padding: 10px 0 0 0;
}
#reviews .product-review .review-name {
  color: #AAA9AB;
}
@media screen and (max-width: 767px) {
  .products-sort .pager {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .product-transaction-price-summary colgroup col:last-child {
    width: 75% !important;
  }
  .product-transaction-price-summary colgroup col:last-child {
    width: 25% !important;
  }
  .product-transaction-price-summary tr {
    font-size: 100% !important;
  }
}
.superseded-by {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
.taxMessage {
  display: block;
  font-size: 13px;
  font-style: italic;
  text-align: right;
}
@media screen and (max-width: 360px) {
  .terms-modal {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 590px) {
  #view-model-form .btn {
    width: 100% !important;
  }
}
#view-model-form .model-number {
  margin-bottom: 15px;
}
@media screen and (max-width: 590px) {
  #view-model-form .model-number {
    width: 100% !important;
  }
}
div.rateit div.rateit-selected {
  background: url(../Images/Stars.png) left -32px;
}
div.rateit div.rateit-hover {
  background: url(../Images/Stars.png) left -16px;
}
div.rateit div.rateit-range {
  background: url(../Images/Stars.png);
}
#express-checkout-element div.__PrivateStripeElement {
  width: 102%;
}
#buy-now-wrapper {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  min-height: 103px;
}
#buy-now-wrapper hr {
  opacity: 1 !important;
  background-color: #2B2B29 !important;
  border: 0 !important;
  height: 1px !important;
  margin: 1rem 0 !important;
  margin-top: 2rem !important;
}
#buy-now-wrapper p.buy-now-text {
  background-color: #0B0F22;
  margin: -2rem auto 2rem auto !important;
  width: 200px;
  position: relative;
  margin-bottom: 1rem !important;
}
#buy-now-wrapper #stripe-express-buy-now-target {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem !important;
}
#buy-now-wrapper div.__PrivateStripeElement {
  width: 102%;
}
#processing-payment div.body > div.spinner {
  margin: 0px auto 0;
  text-align: center;
  width: 70px;
}
/* Non-mobile: screens 768px and up. Older style modal looks best on mobile, so leave that alone */
@media (min-width: 768px) {
  #processing-payment {
    width: auto !important;
    position: fixed !important;
    left: 40% !important;
    right: 40% !important;
    top: 14% !important;
    margin-left: auto !important;
    border-radius: 5px !important;
  }
  #processing-payment header {
    font-weight: normal !important;
    padding: 5px !important;
    padding-left: 10px !important;
  }
  #processing-payment div.body {
    border-radius: 0 0 5px 5px !important;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.row-gutter-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-gutter-none [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row-gutter-sm {
  /* this will give a 15px gutter */
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}
.row-gutter-sm [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
.visible-xxs {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
*[style*="display: none"] {
  display: none !important;
}
*[style*="display: block"] {
  display: block !important;
}
.carousel-move-one-four .row > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.carousel-move-one-four .carousel-control-next,
.carousel-move-one-four .carousel-control-prev {
  position: static;
  margin-top: 30px;
}
.carousel-move-one-four .cloned-item {
  display: none;
}
.carousel-move-one-four .carousel-inner .carousel-item.active,
.carousel-move-one-four .carousel-inner .carousel-item-start,
.carousel-move-one-four .carousel-inner .carousel-item-next,
.carousel-move-one-four .carousel-inner .carousel-item-prev {
  display: flex;
}
@media all and (min-width: 480px) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: -50%;
  }
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 50%;
  }
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
  }
  .carousel-move-one-four .carousel-inner .cloned-item-1 {
    display: flex;
  }
}
@media all and (min-width: 480px) and (transform-3d), all and (min-width: 480px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 480px) and (transform-3d), all and (min-width: 480px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
}
@media all and (min-width: 480px) and (transform-3d), all and (min-width: 480px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 768px) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: -33.3333%;
  }
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 33.3333%;
  }
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
  }
  .carousel-move-one-four .carousel-inner .cloned-item-1,
  .carousel-move-one-four .carousel-inner .cloned-item-2 {
    display: flex;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: 0;
    transform: translate3d(-33.3333%, 0, 0);
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 0;
    transform: translate3d(33.3333%, 0, 0);
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 992px) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: -25%;
  }
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 25%;
  }
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
  }
  .carousel-move-one-four .carousel-inner .cloned-item-1,
  .carousel-move-one-four .carousel-inner .cloned-item-2,
  .carousel-move-one-four .carousel-inner .cloned-item-3 {
    display: flex;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .active.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-move-one-four .carousel-inner > .carousel-item-start,
  .carousel-move-one-four .carousel-inner > .carousel-item-prev.carousel-item-end,
  .carousel-move-one-four .carousel-inner > .active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
:root {
  --theme-primary: #0F1630;
  --theme-primary-light: #3B4060;
  --theme-primary-lightest: #63677F;
}
.cart-step-inner *,
.cart-summary * {
  color: var(--bs-gray-900);
}
.cart-step-inner .btn,
.cart-summary .btn {
  color: #FFF;
}
.ui-widget {
  font-family: 'Open Sans', sans-serif !important;
}
body.one-column-layout #content {
  padding: 0px;
}
.fs-7 {
  font-size: 15px;
}
.fs-8 {
  font-size: 13px !important;
}
.modal-link {
  cursor: pointer;
}
.alert2 {
  width: 99.9%;
  padding: 16px 8px 16px 16px;
  border-radius: 5px;
  margin: 8px 0px;
  font-size: 15px;
  display: flex;
  text-align: left;
}
.alert2.error {
  background-color: rgba(255, 56, 56, 0.1);
  border-left: 4px solid #ff3838;
  color: #ff3838;
}
.alert2.error button {
  color: #ff3838;
}
.alert2.info {
  background-color: rgba(23, 162, 184, 0.1);
  border-left: 4px solid #17a2b8;
  color: #17a2b8;
}
.alert2.info button {
  color: #17a2b8;
}
.alert2.success {
  background-color: rgba(46, 201, 70, 0.1);
  border-left: 4px solid #2ec946;
  color: #2ec946;
}
.alert2.success button {
  color: #2ec946;
}
.alert2.warning {
  background-color: rgba(255, 186, 0, 0.2);
  border-left: 4px solid #cf9700;
  color: #cf9700;
}
.alert2.warning button {
  color: #cf9700;
}
.alert2 span {
  flex-grow: 1;
}
.alert2 button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.checkout2 {
  /*background-color: var(--bs-gray-100);*/
}
.checkout2 #menu-bottom {
  border-bottom: 1px solid #ccc;
}
.checkout2 #main,
.checkout2 #main-top,
.checkout2 #main-bottom {
  /* GENERIC */
  /* CORE OVERRIDES */
  /* CHECKBOX */
  /* Payment complete page */
  /* MEDIA */
  /* Toggle button visible only on screens less than 920px */
}
.checkout2 #main .checkout-sidebar,
.checkout2 #main-top .checkout-sidebar,
.checkout2 #main-bottom .checkout-sidebar,
.checkout2 #main .checkout-main,
.checkout2 #main-top .checkout-main,
.checkout2 #main-bottom .checkout-main {
  padding: 0 0.5em;
}
.checkout2 #main #content-header h1,
.checkout2 #main-top #content-header h1,
.checkout2 #main-bottom #content-header h1 {
  display: none;
}
.checkout2 #main .checkout,
.checkout2 #main-top .checkout,
.checkout2 #main-bottom .checkout {
  margin-top: 10px;
}
.checkout2 #main h3,
.checkout2 #main-top h3,
.checkout2 #main-bottom h3 {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #2B2B29;
}
.checkout2 #main form,
.checkout2 #main-top form,
.checkout2 #main-bottom form {
  display: flex;
  flex-direction: column;
}
.checkout2 #main input[type="text"],
.checkout2 #main-top input[type="text"],
.checkout2 #main-bottom input[type="text"],
.checkout2 #main input[type="email"],
.checkout2 #main-top input[type="email"],
.checkout2 #main-bottom input[type="email"],
.checkout2 #main input[type="password"],
.checkout2 #main-top input[type="password"],
.checkout2 #main-bottom input[type="password"],
.checkout2 #main input[type="tel"],
.checkout2 #main-top input[type="tel"],
.checkout2 #main-bottom input[type="tel"],
.checkout2 #main select.input-field,
.checkout2 #main-top select.input-field,
.checkout2 #main-bottom select.input-field {
  flex: 1;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 0.9em;
  color: var(--bs-gray-900);
  line-height: 1.4;
  max-width: 100%;
  height: 42px;
  padding: 14px 40px 14px 16px;
  transition: border-color 0.3s ease;
  width: 100%;
  position: relative;
}
.checkout2 #main input[type="text"]:focus,
.checkout2 #main-top input[type="text"]:focus,
.checkout2 #main-bottom input[type="text"]:focus,
.checkout2 #main input[type="email"]:focus,
.checkout2 #main-top input[type="email"]:focus,
.checkout2 #main-bottom input[type="email"]:focus,
.checkout2 #main input[type="password"]:focus,
.checkout2 #main-top input[type="password"]:focus,
.checkout2 #main-bottom input[type="password"]:focus,
.checkout2 #main input[type="tel"]:focus,
.checkout2 #main-top input[type="tel"]:focus,
.checkout2 #main-bottom input[type="tel"]:focus,
.checkout2 #main select.input-field:focus,
.checkout2 #main-top select.input-field:focus,
.checkout2 #main-bottom select.input-field:focus {
  color: var(--bs-gray-900) !important;
}
.checkout2 #main input[type="text"]:focus-visible,
.checkout2 #main-top input[type="text"]:focus-visible,
.checkout2 #main-bottom input[type="text"]:focus-visible,
.checkout2 #main input[type="email"]:focus-visible,
.checkout2 #main-top input[type="email"]:focus-visible,
.checkout2 #main-bottom input[type="email"]:focus-visible,
.checkout2 #main input[type="password"]:focus-visible,
.checkout2 #main-top input[type="password"]:focus-visible,
.checkout2 #main-bottom input[type="password"]:focus-visible,
.checkout2 #main input[type="tel"]:focus-visible,
.checkout2 #main-top input[type="tel"]:focus-visible,
.checkout2 #main-bottom input[type="tel"]:focus-visible,
.checkout2 #main select.input-field:focus-visible,
.checkout2 #main-top select.input-field:focus-visible,
.checkout2 #main-bottom select.input-field:focus-visible {
  border: 1px solid var(--theme-primary);
  outline: none;
}
.checkout2 #main input[type="text"].error,
.checkout2 #main-top input[type="text"].error,
.checkout2 #main-bottom input[type="text"].error,
.checkout2 #main input[type="email"].error,
.checkout2 #main-top input[type="email"].error,
.checkout2 #main-bottom input[type="email"].error,
.checkout2 #main input[type="password"].error,
.checkout2 #main-top input[type="password"].error,
.checkout2 #main-bottom input[type="password"].error,
.checkout2 #main input[type="tel"].error,
.checkout2 #main-top input[type="tel"].error,
.checkout2 #main-bottom input[type="tel"].error,
.checkout2 #main select.input-field.error,
.checkout2 #main-top select.input-field.error,
.checkout2 #main-bottom select.input-field.error {
  border-color: #fa6464;
  box-shadow: 0 0 3px 0px rgba(250, 100, 100, 0.8);
}
.checkout2 #main .input-group label,
.checkout2 #main-top .input-group label,
.checkout2 #main-bottom .input-group label {
  font-size: 15px;
}
.checkout2 #main .editor-wrapper .editor-label,
.checkout2 #main-top .editor-wrapper .editor-label,
.checkout2 #main-bottom .editor-wrapper .editor-label,
.checkout2 #main .editor-wrapper label,
.checkout2 #main-top .editor-wrapper label,
.checkout2 #main-bottom .editor-wrapper label {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.checkout2 #main .editor-wrapper .editor-field,
.checkout2 #main-top .editor-wrapper .editor-field,
.checkout2 #main-bottom .editor-wrapper .editor-field {
  margin: 0;
}
.checkout2 #main select.input-field,
.checkout2 #main-top select.input-field,
.checkout2 #main-bottom select.input-field {
  padding: 9px 40px 8px 16px;
}
.checkout2 #main .input-wrap,
.checkout2 #main-top .input-wrap,
.checkout2 #main-bottom .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.checkout2 #main .input-wrap .input-label,
.checkout2 #main-top .input-wrap .input-label,
.checkout2 #main-bottom .input-wrap .input-label {
  position: absolute;
  z-index: 1;
  top: 0px;
  opacity: 0;
  left: 12px;
  display: inline;
  padding: 0 4px;
  font-size: 11px;
  letter-spacing: 0.01527em;
  color: #7f7f7f;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400;
}
.checkout2 #main .input-wrap .input-label.active,
.checkout2 #main-top .input-wrap .input-label.active,
.checkout2 #main-bottom .input-wrap .input-label.active {
  top: -9px;
  opacity: 1;
}
.checkout2 #main .input-wrap.col-md-6 .input-label,
.checkout2 #main-top .input-wrap.col-md-6 .input-label,
.checkout2 #main-bottom .input-wrap.col-md-6 .input-label {
  left: 23px;
}
.checkout2 #main #checkout_main,
.checkout2 #main-top #checkout_main,
.checkout2 #main-bottom #checkout_main {
  overflow: hidden;
}
.checkout2 #main #ship_step #ship_methods_wrap,
.checkout2 #main-top #ship_step #ship_methods_wrap,
.checkout2 #main-bottom #ship_step #ship_methods_wrap {
  margin-top: 0px;
}
.checkout2 #main #ship_step .accordian-item,
.checkout2 #main-top #ship_step .accordian-item,
.checkout2 #main-bottom #ship_step .accordian-item {
  border: none;
  margin-bottom: 10px;
}
.checkout2 #main #ship_step .accordian-item-btn,
.checkout2 #main-top #ship_step .accordian-item-btn,
.checkout2 #main-bottom #ship_step .accordian-item-btn {
  padding-left: 30px;
}
.checkout2 #main #ship_step .accordian-item .accordion-item-cross,
.checkout2 #main-top #ship_step .accordian-item .accordion-item-cross,
.checkout2 #main-bottom #ship_step .accordian-item .accordion-item-cross {
  left: 3px;
}
.checkout2 #main #ship_step .billing-address-wrap,
.checkout2 #main-top #ship_step .billing-address-wrap,
.checkout2 #main-bottom #ship_step .billing-address-wrap {
  margin: 20px 0 20px 0;
}
.checkout2 #main #ship_step .billing-switch label,
.checkout2 #main-top #ship_step .billing-switch label,
.checkout2 #main-bottom #ship_step .billing-switch label {
  font-weight: 400;
  font-size: 15px;
}
.checkout2 #main #ship_step .billing-address-form,
.checkout2 #main-top #ship_step .billing-address-form,
.checkout2 #main-bottom #ship_step .billing-address-form,
.checkout2 #main #ship_step .billing-new-address,
.checkout2 #main-top #ship_step .billing-new-address,
.checkout2 #main-bottom #ship_step .billing-new-address {
  height: 0px;
  padding-top: 0px;
  overflow: hidden;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out;
}
.checkout2 #main #ship_step .billing-address-form.full,
.checkout2 #main-top #ship_step .billing-address-form.full,
.checkout2 #main-bottom #ship_step .billing-address-form.full,
.checkout2 #main #ship_step .billing-new-address.full,
.checkout2 #main-top #ship_step .billing-new-address.full,
.checkout2 #main-bottom #ship_step .billing-new-address.full {
  padding-top: 0.5em;
  margin-top: 1em;
  border-top: 1px solid #dfdfdf;
  height: auto;
}
.checkout2 #main #ship_step .billing-address-form .billing-address-actions,
.checkout2 #main-top #ship_step .billing-address-form .billing-address-actions,
.checkout2 #main-bottom #ship_step .billing-address-form .billing-address-actions,
.checkout2 #main #ship_step .billing-new-address .billing-address-actions,
.checkout2 #main-top #ship_step .billing-new-address .billing-address-actions,
.checkout2 #main-bottom #ship_step .billing-new-address .billing-address-actions {
  text-align: right;
}
.checkout2 #main #ship_step .billing-address-form .address-container,
.checkout2 #main-top #ship_step .billing-address-form .address-container,
.checkout2 #main-bottom #ship_step .billing-address-form .address-container,
.checkout2 #main #ship_step .billing-new-address .address-container,
.checkout2 #main-top #ship_step .billing-new-address .address-container,
.checkout2 #main-bottom #ship_step .billing-new-address .address-container {
  padding-top: 1em;
}
.checkout2 #main #ship_step .billing-new-address.full,
.checkout2 #main-top #ship_step .billing-new-address.full,
.checkout2 #main-bottom #ship_step .billing-new-address.full {
  border-top: none !important;
}
.checkout2 #main #ship_step .address-manual,
.checkout2 #main-top #ship_step .address-manual,
.checkout2 #main-bottom #ship_step .address-manual {
  margin-top: -10px;
}
.checkout2 #main #ship_step .address-manual a,
.checkout2 #main-top #ship_step .address-manual a,
.checkout2 #main-bottom #ship_step .address-manual a {
  text-decoration: none;
  font-weight: normal;
  color: #2B2B29;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.3s ease;
  text-transform: uppercase;
  border-bottom: 0;
}
.checkout2 #main #ship_step .address-manual a svg,
.checkout2 #main-top #ship_step .address-manual a svg,
.checkout2 #main-bottom #ship_step .address-manual a svg {
  width: 13px;
  height: 13px;
}
.checkout2 #main #ship_step .address-manual a:hover,
.checkout2 #main-top #ship_step .address-manual a:hover,
.checkout2 #main-bottom #ship_step .address-manual a:hover {
  color: var(--theme-primary);
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-desc,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-desc,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-desc {
  font-size: 0.8em;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-desc p,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-desc p,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-desc p {
  margin: 0;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method label,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method label,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method label {
  cursor: pointer;
  display: flex;
  padding-bottom: 10px;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method label span:last-child,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method label span:last-child,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method label span:last-child {
  flex-grow: 1;
  text-align: right;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-action,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-action,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-action {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  align-items: flex-end;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-action span,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-action span,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-action span {
  flex-grow: 1;
  font-size: 0.9em;
  font-style: italic;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-action button,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-action button,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-action button {
  background: transparent;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 4px 10px;
  transition: background-color 0.3s ease;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method .ship-method-action button:hover,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method .ship-method-action button:hover,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method .ship-method-action button:hover {
  background: #333;
  color: #fff;
}
.checkout2 #main #ship_methods_step .ship-methods .ship-method:last-of-type,
.checkout2 #main-top #ship_methods_step .ship-methods .ship-method:last-of-type,
.checkout2 #main-bottom #ship_methods_step .ship-methods .ship-method:last-of-type {
  border-bottom: none;
  margin-bottom: 1em;
}
.checkout2 #main .payment-step .StripeElement,
.checkout2 #main-top .payment-step .StripeElement,
.checkout2 #main-bottom .payment-step .StripeElement {
  margin-bottom: 2em;
}
.checkout2 #main .payment-step .billing-address-wrap,
.checkout2 #main-top .payment-step .billing-address-wrap,
.checkout2 #main-bottom .payment-step .billing-address-wrap {
  margin: 20px 0 20px 0;
}
.checkout2 #main .payment-step .billing-address-wrap label,
.checkout2 #main-top .payment-step .billing-address-wrap label,
.checkout2 #main-bottom .payment-step .billing-address-wrap label {
  font-weight: 400;
  font-size: 15px;
}
.checkout2 #main .payment-step .payment-actions,
.checkout2 #main-top .payment-step .payment-actions,
.checkout2 #main-bottom .payment-step .payment-actions {
  margin: 40px 0 20px 0;
  text-align: right;
}
.checkout2 #main .payment-step .billing-switch label,
.checkout2 #main-top .payment-step .billing-switch label,
.checkout2 #main-bottom .payment-step .billing-switch label {
  font-weight: 400;
  font-size: 15px;
}
.checkout2 #main .payment-step .billing-address-form,
.checkout2 #main-top .payment-step .billing-address-form,
.checkout2 #main-bottom .payment-step .billing-address-form {
  height: 0px;
  padding-top: 0px;
  overflow: hidden;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out;
}
.checkout2 #main .payment-step .billing-address-form.full,
.checkout2 #main-top .payment-step .billing-address-form.full,
.checkout2 #main-bottom .payment-step .billing-address-form.full {
  padding-top: 30px;
  height: 420px;
}
.checkout2 #main .payment-step .billing-address-form .billing-address-actions,
.checkout2 #main-top .payment-step .billing-address-form .billing-address-actions,
.checkout2 #main-bottom .payment-step .billing-address-form .billing-address-actions {
  text-align: right;
}
.checkout2 #main .payment-step .stripe-wrap,
.checkout2 #main-top .payment-step .stripe-wrap,
.checkout2 #main-bottom .payment-step .stripe-wrap {
  padding: 30px 20px 20px 20px;
  border: 1px solid #dfdfdf;
}
.checkout2 #main .payment-step .terms-wrapper,
.checkout2 #main-top .payment-step .terms-wrapper,
.checkout2 #main-bottom .payment-step .terms-wrapper {
  margin: 1em 0;
}
.checkout2 #main .payment-step .terms-wrapper label,
.checkout2 #main-top .payment-step .terms-wrapper label,
.checkout2 #main-bottom .payment-step .terms-wrapper label {
  font-size: 15px;
}
.checkout2 #main .payment-step .terms-wrapper .cb-wrapper,
.checkout2 #main-top .payment-step .terms-wrapper .cb-wrapper,
.checkout2 #main-bottom .payment-step .terms-wrapper .cb-wrapper {
  justify-content: flex-start;
}
.checkout2 #main .cart-steps,
.checkout2 #main-top .cart-steps,
.checkout2 #main-bottom .cart-steps {
  overflow: hidden;
  margin: 0 auto;
}
.checkout2 #main .steps-wrapper,
.checkout2 #main-top .steps-wrapper,
.checkout2 #main-bottom .steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  /*transition: all 0.5s ease-in;*/
}
.checkout2 #main .cart-step.complete-step .step-summary,
.checkout2 #main-top .cart-step.complete-step .step-summary,
.checkout2 #main-bottom .cart-step.complete-step .step-summary {
  display: block;
}
.checkout2 #main .cart-step.complete-step .step-title,
.checkout2 #main-top .cart-step.complete-step .step-title,
.checkout2 #main-bottom .cart-step.complete-step .step-title {
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout2 #main .cart-step.complete-step .step-title h3 .step-number,
.checkout2 #main-top .cart-step.complete-step .step-title h3 .step-number,
.checkout2 #main-bottom .cart-step.complete-step .step-title h3 .step-number {
  display: none;
}
.checkout2 #main .cart-step.complete-step .step-title h3 .icon,
.checkout2 #main-top .cart-step.complete-step .step-title h3 .icon,
.checkout2 #main-bottom .cart-step.complete-step .step-title h3 .icon {
  display: flex;
}
.checkout2 #main .cart-step.complete-step .step-title h3 .icon::before,
.checkout2 #main-top .cart-step.complete-step .step-title h3 .icon::before,
.checkout2 #main-bottom .cart-step.complete-step .step-title h3 .icon::before {
  content: '✓' !important;
}
.checkout2 #main .cart-step.active-step,
.checkout2 #main-top .cart-step.active-step,
.checkout2 #main-bottom .cart-step.active-step {
  border-color: var(--theme-primary);
  border-width: 2px;
}
.checkout2 #main .cart-step.active-step .cart-step-inner,
.checkout2 #main-top .cart-step.active-step .cart-step-inner,
.checkout2 #main-bottom .cart-step.active-step .cart-step-inner {
  display: block;
}
.checkout2 #main .cart-step.active-step .step-title,
.checkout2 #main-top .cart-step.active-step .step-title,
.checkout2 #main-bottom .cart-step.active-step .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none !important;
}
.checkout2 #main .cart-step.active-step .step-title h3 .step-number,
.checkout2 #main-top .cart-step.active-step .step-title h3 .step-number,
.checkout2 #main-bottom .cart-step.active-step .step-title h3 .step-number {
  background-color: var(--theme-primary);
  color: #fff;
  display: flex !important;
}
.checkout2 #main .cart-step.active-step .step-title h3 .icon,
.checkout2 #main-top .cart-step.active-step .step-title h3 .icon,
.checkout2 #main-bottom .cart-step.active-step .step-title h3 .icon {
  display: none !important;
}
.checkout2 #main .cart-step.active-step .step-title h3 .icon::before,
.checkout2 #main-top .cart-step.active-step .step-title h3 .icon::before,
.checkout2 #main-bottom .cart-step.active-step .step-title h3 .icon::before {
  content: '✎' !important;
}
.checkout2 #main .cart-step,
.checkout2 #main-top .cart-step,
.checkout2 #main-bottom .cart-step {
  flex: 0 0 100%;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.checkout2 #main .cart-step-inner,
.checkout2 #main-top .cart-step-inner,
.checkout2 #main-bottom .cart-step-inner {
  padding: 0.5em 1.5em 1.5em 1.5em;
}
.checkout2 #main .cart-step .step-title,
.checkout2 #main-top .cart-step .step-title,
.checkout2 #main-bottom .cart-step .step-title {
  padding: 1em 1.5em 1em 1.5em;
  border-bottom: none;
  display: flex;
  border-radius: 0.5rem;
}
.checkout2 #main .cart-step .step-title h3,
.checkout2 #main-top .cart-step .step-title h3,
.checkout2 #main-bottom .cart-step .step-title h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.1em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.checkout2 #main .cart-step .step-title h3 .step-name,
.checkout2 #main-top .cart-step .step-title h3 .step-name,
.checkout2 #main-bottom .cart-step .step-title h3 .step-name {
  flex-grow: 1;
  padding-left: 0.8em;
}
.checkout2 #main .cart-step .step-title h3 .step-number,
.checkout2 #main-top .cart-step .step-title h3 .step-number,
.checkout2 #main-bottom .cart-step .step-title h3 .step-number {
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  background-color: #ccc;
  color: #2B2B29;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout2 #main .cart-step .step-title h3 .icon,
.checkout2 #main-top .cart-step .step-title h3 .icon,
.checkout2 #main-bottom .cart-step .step-title h3 .icon {
  margin: 0;
  display: none;
  background: #11A26F;
  color: white;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  border: 1px solid #fff;
}
.checkout2 #main .cart-step .step-title h3 .icon::before,
.checkout2 #main-top .cart-step .step-title h3 .icon::before,
.checkout2 #main-bottom .cart-step .step-title h3 .icon::before {
  content: '';
}
.checkout2 #main .cart-step .step-title h3 .step-edit,
.checkout2 #main-top .cart-step .step-title h3 .step-edit,
.checkout2 #main-bottom .cart-step .step-title h3 .step-edit {
  margin-left: 10px;
}
.checkout2 #main .cart-step .step-title h3 .step-edit a,
.checkout2 #main-top .cart-step .step-title h3 .step-edit a,
.checkout2 #main-bottom .cart-step .step-title h3 .step-edit a {
  text-decoration: none;
  font-weight: normal;
  color: #2B2B29;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.3s ease;
  text-transform: uppercase;
  border-bottom: 0;
}
.checkout2 #main .cart-step .step-title h3 .step-edit a svg,
.checkout2 #main-top .cart-step .step-title h3 .step-edit a svg,
.checkout2 #main-bottom .cart-step .step-title h3 .step-edit a svg {
  width: 13px;
  height: 13px;
}
.checkout2 #main .cart-step .step-title h3 .step-edit a:hover,
.checkout2 #main-top .cart-step .step-title h3 .step-edit a:hover,
.checkout2 #main-bottom .cart-step .step-title h3 .step-edit a:hover {
  color: var(--theme-primary);
}
.checkout2 #main .cart-step .step-summary,
.checkout2 #main-top .cart-step .step-summary,
.checkout2 #main-bottom .cart-step .step-summary {
  color: #2B2B29 !important;
  padding: 1em 2em;
}
.checkout2 #main .cart-step .step-summary .step-head-info,
.checkout2 #main-top .cart-step .step-summary .step-head-info,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info {
  font-size: 0.88em;
  /*border-bottom: 1px solid @mid-grey;*/
}
.checkout2 #main .cart-step .step-summary .step-head-info .step-head-title,
.checkout2 #main-top .cart-step .step-summary .step-head-info .step-head-title,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info .step-head-title {
  font-weight: bold;
}
.checkout2 #main .cart-step .step-summary .step-head-info .step-head-action,
.checkout2 #main-top .cart-step .step-summary .step-head-info .step-head-action,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info .step-head-action {
  text-align: right;
}
.checkout2 #main .cart-step .step-summary .step-head-info .step-head-action a,
.checkout2 #main-top .cart-step .step-summary .step-head-info .step-head-action a,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info .step-head-action a {
  color: #2B2B29;
  text-decoration: none;
}
.checkout2 #main .cart-step .step-summary .step-head-info .step-head-action a svg,
.checkout2 #main-top .cart-step .step-summary .step-head-info .step-head-action a svg,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info .step-head-action a svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.checkout2 #main .cart-step .step-summary .step-head-info .step-head-action a:hover,
.checkout2 #main-top .cart-step .step-summary .step-head-info .step-head-action a:hover,
.checkout2 #main-bottom .cart-step .step-summary .step-head-info .step-head-action a:hover {
  color: var(--theme-primary);
  text-decoration: underline;
}
.checkout2 #main .step-actions,
.checkout2 #main-top .step-actions,
.checkout2 #main-bottom .step-actions {
  margin-top: 10px;
  text-align: right;
}
.checkout2 #main .step-actions .btn,
.checkout2 #main-top .step-actions .btn,
.checkout2 #main-bottom .step-actions .btn {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
.checkout2 #main .email-actions,
.checkout2 #main-top .email-actions,
.checkout2 #main-bottom .email-actions {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.checkout2 #main .email-actions .have-account,
.checkout2 #main-top .email-actions .have-account,
.checkout2 #main-bottom .email-actions .have-account {
  justify-self: flex-start;
  font-size: 0.9em;
  width: 160px;
  padding: 0 10px;
}
.checkout2 #main .email-actions .continue,
.checkout2 #main-top .email-actions .continue,
.checkout2 #main-bottom .email-actions .continue {
  justify-self: flex-end;
}
.checkout2 #main .email-actions .email-actions-left,
.checkout2 #main-top .email-actions .email-actions-left,
.checkout2 #main-bottom .email-actions .email-actions-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout2 #main .email-actions .email-actions-right,
.checkout2 #main-top .email-actions .email-actions-right,
.checkout2 #main-bottom .email-actions .email-actions-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout2 #main .create-account-prompt,
.checkout2 #main-top .create-account-prompt,
.checkout2 #main-bottom .create-account-prompt {
  margin-top: -10px;
  font-size: 14px;
  text-align: left;
}
.checkout2 #main .checkout-sidebar-inner,
.checkout2 #main-top .checkout-sidebar-inner,
.checkout2 #main-bottom .checkout-sidebar-inner {
  background: #fff;
  padding: 1.5em;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.checkout2 #main .checkout-sidebar-inner .cart-footer,
.checkout2 #main-top .checkout-sidebar-inner .cart-footer,
.checkout2 #main-bottom .checkout-sidebar-inner .cart-footer {
  padding: 1px;
}
.checkout2 #main .checkout-sidebar-inner h3,
.checkout2 #main-top .checkout-sidebar-inner h3,
.checkout2 #main-bottom .checkout-sidebar-inner h3 {
  margin: 0;
}
.checkout2 #main .checkout-sidebar-inner .accordian-item .header-wrap,
.checkout2 #main-top .checkout-sidebar-inner .accordian-item .header-wrap,
.checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .header-wrap {
  margin-bottom: 1em;
}
.checkout2 #main .checkout-sidebar-inner .accordian-item .accordian-item-btn,
.checkout2 #main-top .checkout-sidebar-inner .accordian-item .accordian-item-btn,
.checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .accordian-item-btn {
  padding: 0 !important;
  cursor: default !important;
}
.checkout2 #main .checkout-sidebar-inner .accordian-item .accordian-item-btn .accordion-item-cross,
.checkout2 #main-top .checkout-sidebar-inner .accordian-item .accordian-item-btn .accordion-item-cross,
.checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .accordian-item-btn .accordion-item-cross {
  left: initial !important;
  right: 18px;
}
.checkout2 #main #cart_summary,
.checkout2 #main-top #cart_summary,
.checkout2 #main-bottom #cart_summary {
  /* Cart element initial state and animation */
  /* Collapsed state: animate height to zero */
}
.checkout2 #main #cart_summary .accordian-item,
.checkout2 #main-top #cart_summary .accordian-item,
.checkout2 #main-bottom #cart_summary .accordian-item {
  border: none;
}
.checkout2 #main #cart_summary .accordian-item-open .expandable,
.checkout2 #main-top #cart_summary .accordian-item-open .expandable,
.checkout2 #main-bottom #cart_summary .accordian-item-open .expandable {
  height: auto;
}
.checkout2 #main #cart_summary .cart-item,
.checkout2 #main-top #cart_summary .cart-item,
.checkout2 #main-bottom #cart_summary .cart-item {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 16px 0 24px;
  opacity: 1;
  margin: 0;
  align-items: center;
}
.checkout2 #main #cart_summary .cart-item .cart-item-img,
.checkout2 #main-top #cart_summary .cart-item .cart-item-img,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-img {
  position: relative;
  top: 0;
  width: 80px;
  height: 80px;
  margin-right: 22px;
  vertical-align: middle;
}
.checkout2 #main #cart_summary .cart-item .cart-item-details,
.checkout2 #main-top #cart_summary .cart-item .cart-item-details,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-details {
  align-self: flex-start;
  flex-grow: 1;
  font-size: 0.9em;
}
.checkout2 #main #cart_summary .cart-item .cart-item-details a,
.checkout2 #main-top #cart_summary .cart-item .cart-item-details a,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-details a {
  text-decoration: none;
  color: var(--bs-gray-900);
  font-weight: 600;
}
.checkout2 #main #cart_summary .cart-item .cart-item-details .cart-item-btm,
.checkout2 #main-top #cart_summary .cart-item .cart-item-details .cart-item-btm,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-details .cart-item-btm {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.checkout2 #main #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-qty,
.checkout2 #main-top #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-qty,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-qty {
  color: #2B2B29;
  font-size: 0.9em;
}
.checkout2 #main #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-prc,
.checkout2 #main-top #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-prc,
.checkout2 #main-bottom #cart_summary .cart-item .cart-item-details .cart-item-btm .cart-item-prc {
  flex-grow: 1;
  text-align: right;
  font-size: 1em;
}
.checkout2 #main #cart_summary #cart,
.checkout2 #main-top #cart_summary #cart,
.checkout2 #main-bottom #cart_summary #cart {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.checkout2 #main #cart_summary #cart.collapsed,
.checkout2 #main-top #cart_summary #cart.collapsed,
.checkout2 #main-bottom #cart_summary #cart.collapsed {
  max-height: 0;
}
.checkout2 #main #cart_summary .cart-summary,
.checkout2 #main-top #cart_summary .cart-summary,
.checkout2 #main-bottom #cart_summary .cart-summary {
  border-top: 1px solid #ccc;
  font-weight: 400;
  padding: 20px 0;
  font-size: 0.85em;
}
.checkout2 #main #cart_summary .cart-summary .cart-summary-row,
.checkout2 #main-top #cart_summary .cart-summary .cart-summary-row,
.checkout2 #main-bottom #cart_summary .cart-summary .cart-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout2 #main #cart_summary .cart-summary .cart-summary-row .cart-summary-prc,
.checkout2 #main-top #cart_summary .cart-summary .cart-summary-row .cart-summary-prc,
.checkout2 #main-bottom #cart_summary .cart-summary .cart-summary-row .cart-summary-prc {
  text-align: right;
}
.checkout2 #main #cart_summary .cart-summary .cart-summary-row.total-row,
.checkout2 #main-top #cart_summary .cart-summary .cart-summary-row.total-row,
.checkout2 #main-bottom #cart_summary .cart-summary .cart-summary-row.total-row {
  border-top: 1px solid #2B2B29;
  border-bottom: 1px solid #2B2B29;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.8em;
}
.checkout2 #main #cart_summary .cart-total-mobile,
.checkout2 #main-top #cart_summary .cart-total-mobile,
.checkout2 #main-bottom #cart_summary .cart-total-mobile {
  display: none;
}
.checkout2 #main #cart_summary .cart-total-mobile .cart-summary-row,
.checkout2 #main-top #cart_summary .cart-total-mobile .cart-summary-row,
.checkout2 #main-bottom #cart_summary .cart-total-mobile .cart-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout2 #main #cart_summary .cart-total-mobile .cart-summary-row .cart-summary-prc,
.checkout2 #main-top #cart_summary .cart-total-mobile .cart-summary-row .cart-summary-prc,
.checkout2 #main-bottom #cart_summary .cart-total-mobile .cart-summary-row .cart-summary-prc {
  text-align: right;
  font-weight: 600;
}
.checkout2 #main #cart_summary .cart-total-mobile .cart-summary-row.total-row,
.checkout2 #main-top #cart_summary .cart-total-mobile .cart-summary-row.total-row,
.checkout2 #main-bottom #cart_summary .cart-total-mobile .cart-summary-row.total-row {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.checkout2 #main .address-select-wrap,
.checkout2 #main-top .address-select-wrap,
.checkout2 #main-bottom .address-select-wrap {
  margin-bottom: 20px;
}
.checkout2 #main .address-select-wrap .address-select,
.checkout2 #main-top .address-select-wrap .address-select,
.checkout2 #main-bottom .address-select-wrap .address-select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two equal-width columns */
  grid-auto-rows: auto;
  /* Rows will adjust automatically */
  gap: 1em;
  /* spacing between items */
}
.checkout2 #main .address-select-wrap .saved-address-body,
.checkout2 #main-top .address-select-wrap .saved-address-body,
.checkout2 #main-bottom .address-select-wrap .saved-address-body {
  border: 1px solid #ccc;
  padding: 5px;
  display: flex;
}
.checkout2 #main .address-select-wrap .saved-address-body input[type="radio"],
.checkout2 #main-top .address-select-wrap .saved-address-body input[type="radio"],
.checkout2 #main-bottom .address-select-wrap .saved-address-body input[type="radio"] {
  margin-left: 15px;
}
.checkout2 #main .address-select-wrap .saved-address-body label,
.checkout2 #main-top .address-select-wrap .saved-address-body label,
.checkout2 #main-bottom .address-select-wrap .saved-address-body label {
  font-weight: 400;
  font-size: 15px;
  flex: 1;
  margin-left: 10px;
}
.checkout2 #main .address-select-wrap .saved-address-body label span,
.checkout2 #main-top .address-select-wrap .saved-address-body label span,
.checkout2 #main-bottom .address-select-wrap .saved-address-body label span {
  padding-left: 12px;
}
@media (max-width: 768px) {
  .checkout2 #main .address-select-wrap .address-select,
  .checkout2 #main-top .address-select-wrap .address-select,
  .checkout2 #main-bottom .address-select-wrap .address-select {
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
  .checkout2 #main .address-select-wrap .saved-address-body,
  .checkout2 #main-top .address-select-wrap .saved-address-body,
  .checkout2 #main-bottom .address-select-wrap .saved-address-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .checkout2 #main .address-select-wrap .saved-address-body input[type="radio"],
  .checkout2 #main-top .address-select-wrap .saved-address-body input[type="radio"],
  .checkout2 #main-bottom .address-select-wrap .saved-address-body input[type="radio"] {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .checkout2 #main .address-select-wrap .saved-address-body label,
  .checkout2 #main-top .address-select-wrap .saved-address-body label,
  .checkout2 #main-bottom .address-select-wrap .saved-address-body label {
    font-size: 14px;
    margin-left: 0;
  }
  .checkout2 #main .address-select-wrap .saved-address-body span,
  .checkout2 #main-top .address-select-wrap .saved-address-body span,
  .checkout2 #main-bottom .address-select-wrap .saved-address-body span {
    padding-left: 0;
  }
}
.checkout2 #main #payment_step .payment-actions,
.checkout2 #main-top #payment_step .payment-actions,
.checkout2 #main-bottom #payment_step .payment-actions {
  margin-top: 20px;
  text-align: right;
}
.checkout2 #main #payment_step .checkbox-label,
.checkout2 #main-top #payment_step .checkbox-label,
.checkout2 #main-bottom #payment_step .checkbox-label {
  font-weight: 400;
  cursor: pointer;
}
.checkout2 #main #payment_step .promo-code .accordian-item-content,
.checkout2 #main-top #payment_step .promo-code .accordian-item-content,
.checkout2 #main-bottom #payment_step .promo-code .accordian-item-content {
  margin: 1em;
}
.checkout2 #main #payment_step .promo-code .accordian-item-content span:first-child,
.checkout2 #main-top #payment_step .promo-code .accordian-item-content span:first-child,
.checkout2 #main-bottom #payment_step .promo-code .accordian-item-content span:first-child {
  flex-grow: 1;
}
.checkout2 #main #payment_step .promo-code .accordian-item-content button,
.checkout2 #main-top #payment_step .promo-code .accordian-item-content button,
.checkout2 #main-bottom #payment_step .promo-code .accordian-item-content button {
  width: 40%;
}
.checkout2 #main #evri_modal .modal,
.checkout2 #main-top #evri_modal .modal,
.checkout2 #main-bottom #evri_modal .modal {
  top: 8%;
  width: 75%;
  left: 12%;
  margin-left: 0;
}
.checkout2 #main #evri_modal .body,
.checkout2 #main-top #evri_modal .body,
.checkout2 #main-bottom #evri_modal .body {
  max-height: 80vh;
  height: 100%;
}
.checkout2 #main #evri_modal .body #evriOoh,
.checkout2 #main-top #evri_modal .body #evriOoh,
.checkout2 #main-bottom #evri_modal .body #evriOoh {
  width: 100%;
  height: 100%;
}
.checkout2 #main .accordian-item,
.checkout2 #main-top .accordian-item,
.checkout2 #main-bottom .accordian-item {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
}
.checkout2 #main .accordian-item .expandable,
.checkout2 #main-top .accordian-item .expandable,
.checkout2 #main-bottom .accordian-item .expandable {
  overflow: hidden;
  height: 0px;
  transition: height 250ms ease-out;
  position: relative;
  will-change: height;
}
.checkout2 #main .accordian-item .header-wrap a,
.checkout2 #main-top .accordian-item .header-wrap a,
.checkout2 #main-bottom .accordian-item .header-wrap a {
  text-decoration: none;
  font-weight: normal;
  color: #2B2B29;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.3s ease;
  text-transform: uppercase;
  border-bottom: 0;
}
.checkout2 #main .accordian-item .header-wrap a svg,
.checkout2 #main-top .accordian-item .header-wrap a svg,
.checkout2 #main-bottom .accordian-item .header-wrap a svg {
  width: 13px;
  height: 13px;
}
.checkout2 #main .accordian-item .header-wrap a:hover,
.checkout2 #main-top .accordian-item .header-wrap a:hover,
.checkout2 #main-bottom .accordian-item .header-wrap a:hover {
  color: var(--theme-primary);
}
.checkout2 #main .accordian-item .accordian-item-btn,
.checkout2 #main-top .accordian-item .accordian-item-btn,
.checkout2 #main-bottom .accordian-item .accordian-item-btn {
  padding: 13px 21px 14px 50px;
  border-radius: 2px;
  color: #222;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
  width: 100%;
  text-align: left;
  user-select: none;
  cursor: pointer;
  position: relative;
  border: 0;
  appearance: none;
  background: transparent;
}
.checkout2 #main .accordian-item .accordian-item-btn .accordion-item-cross,
.checkout2 #main-top .accordian-item .accordian-item-btn .accordion-item-cross,
.checkout2 #main-bottom .accordian-item .accordian-item-btn .accordion-item-cross {
  position: absolute;
  top: 48%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #222;
  line-height: 1.5;
  font-weight: 700;
  user-select: none;
  cursor: pointer;
}
.checkout2 #main .accordian-item .accordian-item-btn .accordion-item-cross .cross-hor,
.checkout2 #main-top .accordian-item .accordian-item-btn .accordion-item-cross .cross-hor,
.checkout2 #main-bottom .accordian-item .accordian-item-btn .accordion-item-cross .cross-hor {
  width: 12px;
  border-top: 2px solid #000;
}
.checkout2 #main .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver,
.checkout2 #main-top .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver,
.checkout2 #main-bottom .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver {
  top: -2px;
  border-top: 2px solid #000;
  transform: rotate(90deg);
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.checkout2 #main .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand,
.checkout2 #main-top .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand,
.checkout2 #main-bottom .accordian-item .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand {
  transform: rotate(180deg);
}
.checkout2 #main .accordian-item .accordian-item-content,
.checkout2 #main-top .accordian-item .accordian-item-content,
.checkout2 #main-bottom .accordian-item .accordian-item-content {
  display: flex;
  gap: 10px;
  margin: 20px 20px 20px 50px;
}
.checkout2 #main .accordian-item.accordian-item-open .expandable,
.checkout2 #main-top .accordian-item.accordian-item-open .expandable,
.checkout2 #main-bottom .accordian-item.accordian-item-open .expandable {
  height: 76px;
}
.checkout2 #main .accordian-item.accordian-item-open .expandable.has-alert,
.checkout2 #main-top .accordian-item.accordian-item-open .expandable.has-alert,
.checkout2 #main-bottom .accordian-item.accordian-item-open .expandable.has-alert {
  height: 160px;
}
.checkout2 #main .accordian-item.accordian-item-open .expandable .alert2,
.checkout2 #main-top .accordian-item.accordian-item-open .expandable .alert2,
.checkout2 #main-bottom .accordian-item.accordian-item-open .expandable .alert2 {
  margin: 1em;
  width: unset;
}
.checkout2 #main .accordian-item.accordian-item-open .cross-ver,
.checkout2 #main-top .accordian-item.accordian-item-open .cross-ver,
.checkout2 #main-bottom .accordian-item.accordian-item-open .cross-ver {
  transform: rotate(180deg) !important;
}
.checkout2 #main button.btn-minimal,
.checkout2 #main-top button.btn-minimal,
.checkout2 #main-bottom button.btn-minimal {
  border-color: var(--bs-gray-900);
  background: #fff;
  color: var(--bs-gray-900);
  font-weight: 400;
  border-width: 1px;
  padding: 0 20px;
  font-size: 15px;
}
.checkout2 #main button.btn-minimal:hover,
.checkout2 #main-top button.btn-minimal:hover,
.checkout2 #main-bottom button.btn-minimal:hover {
  background-color: #dfdfdf;
  text-decoration: none;
}
.checkout2 #main .hide-to-show,
.checkout2 #main-top .hide-to-show,
.checkout2 #main-bottom .hide-to-show {
  height: 0px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.checkout2 #main .btn,
.checkout2 #main-top .btn,
.checkout2 #main-bottom .btn {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
}
.checkout2 #main .btn-passive,
.checkout2 #main-top .btn-passive,
.checkout2 #main-bottom .btn-passive {
  font-weight: 400;
}
.checkout2 #main .align-right,
.checkout2 #main-top .align-right,
.checkout2 #main-bottom .align-right {
  text-align: right;
}
.checkout2 #main .spinner,
.checkout2 #main-top .spinner,
.checkout2 #main-bottom .spinner {
  margin: auto;
  width: 120px;
}
.checkout2 #main .spinner div,
.checkout2 #main-top .spinner div,
.checkout2 #main-bottom .spinner div {
  background-color: #fff !important;
}
.checkout2 #main input[type="checkbox"],
.checkout2 #main-top input[type="checkbox"],
.checkout2 #main-bottom input[type="checkbox"] {
  appearance: none;
  /* emove default styling */
  -webkit-appearance: none;
  width: 20px;
  /* Set checkbox dimensions */
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #333;
  position: relative;
  background-color: white;
  /* Initial background */
  transition: background-color 0.3s ease;
  /* Animate background change */
  cursor: pointer;
}
.checkout2 #main input[type="checkbox"]::after,
.checkout2 #main-top input[type="checkbox"]::after,
.checkout2 #main-bottom input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 51%;
  /* Centre horizontally */
  top: 46%;
  /* Centre vertically */
  width: 5px;
  /* Width of tick */
  height: 10px;
  /* Height of tick */
  border: solid transparent;
  /* Initial transparent tick */
  border-width: 0 2px 2px 0;
  /* Create tick shape */
  transform: translate(-50%, -60%) rotate(45deg);
  /* Adjust offset & rotation */
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  /* Animate tick */
  opacity: 0;
  /* Start invisible */
}
.checkout2 #main input[type="checkbox"]:checked,
.checkout2 #main-top input[type="checkbox"]:checked,
.checkout2 #main-bottom input[type="checkbox"]:checked {
  background-color: #333;
  /* Animate background to black when checked */
}
.checkout2 #main input[type="checkbox"]:checked::after,
.checkout2 #main-top input[type="checkbox"]:checked::after,
.checkout2 #main-bottom input[type="checkbox"]:checked::after {
  border-color: white;
  /* Tick becomes white */
  opacity: 1;
  /* Fade in tick */
}
.checkout2 #main input[type="radio"],
.checkout2 #main-top input[type="radio"],
.checkout2 #main-bottom input[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.checkout2 #main input[type="radio"]:checked + label,
.checkout2 #main-top input[type="radio"]:checked + label,
.checkout2 #main-bottom input[type="radio"]:checked + label,
.checkout2 #main input[type="radio"]:focus + label,
.checkout2 #main-top input[type="radio"]:focus + label,
.checkout2 #main-bottom input[type="radio"]:focus + label {
  color: black;
}
.checkout2 #main input[type="radio"]:checked + label::before,
.checkout2 #main-top input[type="radio"]:checked + label::before,
.checkout2 #main-bottom input[type="radio"]:checked + label::before {
  background: radial-gradient(0.75em circle at center, currentColor 50%, transparent 55%);
  box-shadow: 0 0 1em 0 rgba(15, 22, 48, 0.95);
  border-color: currentColor;
}
.checkout2 #main input[type="radio"]:focus + label::before,
.checkout2 #main-top input[type="radio"]:focus + label::before,
.checkout2 #main-bottom input[type="radio"]:focus + label::before {
  box-shadow: 0 0 1em 0 rgba(15, 22, 48, 0.95);
  border-color: currentColor;
}
.checkout2 #main .saved-address-body label,
.checkout2 #main-top .saved-address-body label,
.checkout2 #main-bottom .saved-address-body label,
.checkout2 #main .ship-method label,
.checkout2 #main-top .ship-method label,
.checkout2 #main-bottom .ship-method label,
.checkout2 #main #new_auth .authentication-option-header label,
.checkout2 #main-top #new_auth .authentication-option-header label,
.checkout2 #main-bottom #new_auth .authentication-option-header label,
.checkout2 #main #email_step .authentication-option-header label,
.checkout2 #main-top #email_step .authentication-option-header label,
.checkout2 #main-bottom #email_step .authentication-option-header label,
.checkout2 #main .form-check-radio label,
.checkout2 #main-top .form-check-radio label,
.checkout2 #main-bottom .form-check-radio label {
  color: #333;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checkout2 #main .saved-address-body label::before,
.checkout2 #main-top .saved-address-body label::before,
.checkout2 #main-bottom .saved-address-body label::before,
.checkout2 #main .ship-method label::before,
.checkout2 #main-top .ship-method label::before,
.checkout2 #main-bottom .ship-method label::before,
.checkout2 #main #new_auth .authentication-option-header label::before,
.checkout2 #main-top #new_auth .authentication-option-header label::before,
.checkout2 #main-bottom #new_auth .authentication-option-header label::before,
.checkout2 #main #email_step .authentication-option-header label::before,
.checkout2 #main-top #email_step .authentication-option-header label::before,
.checkout2 #main-bottom #email_step .authentication-option-header label::before,
.checkout2 #main .form-check-radio label::before,
.checkout2 #main-top .form-check-radio label::before,
.checkout2 #main-bottom .form-check-radio label::before {
  content: '';
  display: block;
  height: 1.25em;
  width: 1.25em;
  min-width: 1.25em;
  min-height: 1.25em;
  border: solid 1px #ccc;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border ease-in 150ms, box-shadow ease-in 150ms;
  background-color: #fff;
}
.checkout2 #main .saved-address-body.authenticated label,
.checkout2 #main-top .saved-address-body.authenticated label,
.checkout2 #main-bottom .saved-address-body.authenticated label,
.checkout2 #main .ship-method.authenticated label,
.checkout2 #main-top .ship-method.authenticated label,
.checkout2 #main-bottom .ship-method.authenticated label,
.checkout2 #main #new_auth .authentication-option-header.authenticated label,
.checkout2 #main-top #new_auth .authentication-option-header.authenticated label,
.checkout2 #main-bottom #new_auth .authentication-option-header.authenticated label,
.checkout2 #main #email_step .authentication-option-header.authenticated label,
.checkout2 #main-top #email_step .authentication-option-header.authenticated label,
.checkout2 #main-bottom #email_step .authentication-option-header.authenticated label,
.checkout2 #main .form-check-radio.authenticated label,
.checkout2 #main-top .form-check-radio.authenticated label,
.checkout2 #main-bottom .form-check-radio.authenticated label {
  cursor: default;
}
.checkout2 #main .saved-address-body.authenticated label::before,
.checkout2 #main-top .saved-address-body.authenticated label::before,
.checkout2 #main-bottom .saved-address-body.authenticated label::before,
.checkout2 #main .ship-method.authenticated label::before,
.checkout2 #main-top .ship-method.authenticated label::before,
.checkout2 #main-bottom .ship-method.authenticated label::before,
.checkout2 #main #new_auth .authentication-option-header.authenticated label::before,
.checkout2 #main-top #new_auth .authentication-option-header.authenticated label::before,
.checkout2 #main-bottom #new_auth .authentication-option-header.authenticated label::before,
.checkout2 #main #email_step .authentication-option-header.authenticated label::before,
.checkout2 #main-top #email_step .authentication-option-header.authenticated label::before,
.checkout2 #main-bottom #email_step .authentication-option-header.authenticated label::before,
.checkout2 #main .form-check-radio.authenticated label::before,
.checkout2 #main-top .form-check-radio.authenticated label::before,
.checkout2 #main-bottom .form-check-radio.authenticated label::before {
  display: none;
}
.checkout2 #main .form-check label,
.checkout2 #main-top .form-check label,
.checkout2 #main-bottom .form-check label {
  font-weight: 400;
  font-size: 13px;
}
.checkout2 #main .cb-wrapper,
.checkout2 #main-top .cb-wrapper,
.checkout2 #main-bottom .cb-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout2 #main .cb-wrapper a,
.checkout2 #main-top .cb-wrapper a,
.checkout2 #main-bottom .cb-wrapper a {
  text-decoration: none;
}
.checkout2 #main #payment-status,
.checkout2 #main-top #payment-status,
.checkout2 #main-bottom #payment-status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  width: 30vw;
  min-width: 500px;
  min-height: 380px;
  align-self: center;
  padding: 40px;
  margin: auto;
}
.checkout2 #main .product-admin-summary,
.checkout2 #main-top .product-admin-summary,
.checkout2 #main-bottom .product-admin-summary {
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  animation: fadeInAnimation 1s ease forwards;
}
.checkout2 #main .admin-summary-title,
.checkout2 #main-top .admin-summary-title,
.checkout2 #main-bottom .admin-summary-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffe5e5;
  color: #c5543d;
  padding: 5px;
  margin: -15px -30px 0 -30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-weight: bold;
  width: auto;
}
.checkout2 #main #status-icon,
.checkout2 #main-top #status-icon,
.checkout2 #main-bottom #status-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.checkout2 #main #details-table,
.checkout2 #main-top #details-table,
.checkout2 #main-bottom #details-table {
  width: 100%;
}
.checkout2 #main table,
.checkout2 #main-top table,
.checkout2 #main-bottom table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.checkout2 #main table tbody tr:first-child td,
.checkout2 #main-top table tbody tr:first-child td,
.checkout2 #main-bottom table tbody tr:first-child td {
  border-top: 1px solid #E6E6E6;
  /* Top border */
  padding-top: 10px;
}
.checkout2 #main table tbody tr:last-child td,
.checkout2 #main-top table tbody tr:last-child td,
.checkout2 #main-bottom table tbody tr:last-child td {
  border-bottom: 1px solid #E6E6E6;
  /* Bottom border */
}
.checkout2 #main td,
.checkout2 #main-top td,
.checkout2 #main-bottom td {
  padding-bottom: 10px;
}
.checkout2 #main .TableContent,
.checkout2 #main-top .TableContent,
.checkout2 #main-bottom .TableContent {
  text-align: right;
  color: #6D6E78;
}
.checkout2 #main .TableLabel,
.checkout2 #main-top .TableLabel,
.checkout2 #main-bottom .TableLabel {
  font-weight: 600;
  color: #30313D;
}
.checkout2 #main #view-details,
.checkout2 #main-top #view-details,
.checkout2 #main-bottom #view-details {
  color: #0055DE;
}
.checkout2 #main #retry-button,
.checkout2 #main-top #retry-button,
.checkout2 #main-bottom #retry-button {
  text-align: center;
  background: #0055DE;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.checkout2 #main .validation-summary-errors,
.checkout2 #main-top .validation-summary-errors,
.checkout2 #main-bottom .validation-summary-errors {
  font-size: 15px;
}
.checkout2 #main .form-check,
.checkout2 #main-top .form-check,
.checkout2 #main-bottom .form-check {
  padding-left: 0px;
}
.checkout2 #main #ship_address_wrap,
.checkout2 #main-top #ship_address_wrap,
.checkout2 #main-bottom #ship_address_wrap {
  padding-top: 1.5em;
  margin-top: 0.5em;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  height: auto;
}
@media screen and (max-width: 991px) {
  .checkout2 #main #cart_summary,
  .checkout2 #main-top #cart_summary,
  .checkout2 #main-bottom #cart_summary {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
  }
  .checkout2 #main #cart_summary .expandable,
  .checkout2 #main-top #cart_summary .expandable,
  .checkout2 #main-bottom #cart_summary .expandable {
    overflow: hidden;
    height: 0px;
    transition: height 250ms ease-out;
    position: relative;
    will-change: height;
  }
  .checkout2 #main #cart_summary .header-wrap a,
  .checkout2 #main-top #cart_summary .header-wrap a,
  .checkout2 #main-bottom #cart_summary .header-wrap a {
    text-decoration: none;
    font-weight: normal;
    color: #2B2B29;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5em;
    transition: color 0.3s ease;
    text-transform: uppercase;
    border-bottom: 0;
  }
  .checkout2 #main #cart_summary .header-wrap a svg,
  .checkout2 #main-top #cart_summary .header-wrap a svg,
  .checkout2 #main-bottom #cart_summary .header-wrap a svg {
    width: 13px;
    height: 13px;
  }
  .checkout2 #main #cart_summary .header-wrap a:hover,
  .checkout2 #main-top #cart_summary .header-wrap a:hover,
  .checkout2 #main-bottom #cart_summary .header-wrap a:hover {
    color: var(--theme-primary);
  }
  .checkout2 #main #cart_summary .accordian-item-btn,
  .checkout2 #main-top #cart_summary .accordian-item-btn,
  .checkout2 #main-bottom #cart_summary .accordian-item-btn {
    padding: 13px 21px 14px 50px;
    border-radius: 2px;
    color: #222;
    line-height: 1.5;
    font-weight: 400;
    -webkit-transition: border-color 0.1s;
    transition: border-color 0.1s;
    width: 100%;
    text-align: left;
    user-select: none;
    cursor: pointer;
    position: relative;
    border: 0;
    appearance: none;
    background: transparent;
  }
  .checkout2 #main #cart_summary .accordian-item-btn .accordion-item-cross,
  .checkout2 #main-top #cart_summary .accordian-item-btn .accordion-item-cross,
  .checkout2 #main-bottom #cart_summary .accordian-item-btn .accordion-item-cross {
    position: absolute;
    top: 48%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    font-weight: 700;
    user-select: none;
    cursor: pointer;
  }
  .checkout2 #main #cart_summary .accordian-item-btn .accordion-item-cross .cross-hor,
  .checkout2 #main-top #cart_summary .accordian-item-btn .accordion-item-cross .cross-hor,
  .checkout2 #main-bottom #cart_summary .accordian-item-btn .accordion-item-cross .cross-hor {
    width: 12px;
    border-top: 2px solid #000;
  }
  .checkout2 #main #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver,
  .checkout2 #main-top #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver,
  .checkout2 #main-bottom #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver {
    top: -2px;
    border-top: 2px solid #000;
    transform: rotate(90deg);
    position: relative;
    transition: transform 0.2s ease-in-out;
  }
  .checkout2 #main #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand,
  .checkout2 #main-top #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand,
  .checkout2 #main-bottom #cart_summary .accordian-item-btn .accordion-item-cross .cross-ver .cross-ver-expand {
    transform: rotate(180deg);
  }
  .checkout2 #main #cart_summary .accordian-item-content,
  .checkout2 #main-top #cart_summary .accordian-item-content,
  .checkout2 #main-bottom #cart_summary .accordian-item-content {
    display: flex;
    gap: 10px;
    margin: 20px 20px 20px 50px;
  }
  .checkout2 #main #cart_summary.accordian-item-open .expandable,
  .checkout2 #main-top #cart_summary.accordian-item-open .expandable,
  .checkout2 #main-bottom #cart_summary.accordian-item-open .expandable {
    height: 76px;
  }
  .checkout2 #main #cart_summary.accordian-item-open .expandable.has-alert,
  .checkout2 #main-top #cart_summary.accordian-item-open .expandable.has-alert,
  .checkout2 #main-bottom #cart_summary.accordian-item-open .expandable.has-alert {
    height: 160px;
  }
  .checkout2 #main #cart_summary.accordian-item-open .expandable .alert2,
  .checkout2 #main-top #cart_summary.accordian-item-open .expandable .alert2,
  .checkout2 #main-bottom #cart_summary.accordian-item-open .expandable .alert2 {
    margin: 1em;
    width: unset;
  }
  .checkout2 #main #cart_summary.accordian-item-open .cross-ver,
  .checkout2 #main-top #cart_summary.accordian-item-open .cross-ver,
  .checkout2 #main-bottom #cart_summary.accordian-item-open .cross-ver {
    transform: rotate(180deg) !important;
  }
  .checkout2 #main .checkout-sidebar-inner,
  .checkout2 #main-top .checkout-sidebar-inner,
  .checkout2 #main-bottom .checkout-sidebar-inner {
    margin-bottom: 2em;
  }
  .checkout2 #main .checkout-sidebar-inner .accordian-item,
  .checkout2 #main-top .checkout-sidebar-inner .accordian-item,
  .checkout2 #main-bottom .checkout-sidebar-inner .accordian-item {
    margin-bottom: 0;
  }
  .checkout2 #main .checkout-sidebar-inner .accordian-item .header-wrap,
  .checkout2 #main-top .checkout-sidebar-inner .accordian-item .header-wrap,
  .checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .header-wrap {
    margin-bottom: 0.5em;
  }
  .checkout2 #main .checkout-sidebar-inner .accordian-item .accordian-item-btn,
  .checkout2 #main-top .checkout-sidebar-inner .accordian-item .accordian-item-btn,
  .checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .accordian-item-btn {
    cursor: pointer !important;
  }
  .checkout2 #main .checkout-sidebar-inner .accordian-item .accordion-item-cross,
  .checkout2 #main-top .checkout-sidebar-inner .accordian-item .accordion-item-cross,
  .checkout2 #main-bottom .checkout-sidebar-inner .accordian-item .accordion-item-cross {
    display: block;
  }
  .checkout2 #main .checkout-sidebar-inner .cart-total-mobile,
  .checkout2 #main-top .checkout-sidebar-inner .cart-total-mobile,
  .checkout2 #main-bottom .checkout-sidebar-inner .cart-total-mobile {
    display: block !important;
  }
  .checkout2 #main .checkout-sidebar-inner .accordian-item-open .cart-total-mobile,
  .checkout2 #main-top .checkout-sidebar-inner .accordian-item-open .cart-total-mobile,
  .checkout2 #main-bottom .checkout-sidebar-inner .accordian-item-open .cart-total-mobile {
    display: block !important;
  }
  .checkout2 #main #checkout2 > .row:first-child,
  .checkout2 #main-top #checkout2 > .row:first-child,
  .checkout2 #main-bottom #checkout2 > .row:first-child {
    --bs-gutter-x: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkout2 #main,
  .checkout2 #main-top,
  .checkout2 #main-bottom {
    /* CSS rules for mobile phones */
    padding: 0 !important;
  }
  .checkout2 #main .email-actions,
  .checkout2 #main-top .email-actions,
  .checkout2 #main-bottom .email-actions {
    flex-direction: column;
    align-items: normal;
  }
  .checkout2 #main .step-actions,
  .checkout2 #main-top .step-actions,
  .checkout2 #main-bottom .step-actions {
    text-align: center;
  }
  .checkout2 #main .step-actions button,
  .checkout2 #main-top .step-actions button,
  .checkout2 #main-bottom .step-actions button,
  .checkout2 #main .step-actions #signout,
  .checkout2 #main-top .step-actions #signout,
  .checkout2 #main-bottom .step-actions #signout {
    width: 100% !important;
  }
  .checkout2 #main .step-actions #signout,
  .checkout2 #main-top .step-actions #signout,
  .checkout2 #main-bottom .step-actions #signout {
    margin-bottom: 1em;
  }
  .checkout2 #main .cart-step .step-summary,
  .checkout2 #main-top .cart-step .step-summary,
  .checkout2 #main-bottom .cart-step .step-summary {
    padding: 1em;
  }
  .checkout2 #main .address-select,
  .checkout2 #main-top .address-select,
  .checkout2 #main-bottom .address-select {
    grid-template-columns: 1fr;
  }
  .checkout2 #main .payment-step .billing-address-form.full,
  .checkout2 #main-top .payment-step .billing-address-form.full,
  .checkout2 #main-bottom .payment-step .billing-address-form.full {
    height: 507px;
  }
  .checkout2 #main input[type="text"],
  .checkout2 #main-top input[type="text"],
  .checkout2 #main-bottom input[type="text"],
  .checkout2 #main input[type="email"],
  .checkout2 #main-top input[type="email"],
  .checkout2 #main-bottom input[type="email"],
  .checkout2 #main input[type="password"],
  .checkout2 #main-top input[type="password"],
  .checkout2 #main-bottom input[type="password"],
  .checkout2 #main input[type="tel"],
  .checkout2 #main-top input[type="tel"],
  .checkout2 #main-bottom input[type="tel"],
  .checkout2 #main select.input-field,
  .checkout2 #main-top select.input-field,
  .checkout2 #main-bottom select.input-field {
    font-size: 1em;
  }
  .checkout2 #main .cart-step-inner,
  .checkout2 #main-top .cart-step-inner,
  .checkout2 #main-bottom .cart-step-inner {
    padding: 0.4em;
  }
  .checkout2 #main .authentication-option,
  .checkout2 #main-top .authentication-option,
  .checkout2 #main-bottom .authentication-option {
    padding: 0.5em;
  }
  .checkout2 #main #ship_address_wrap,
  .checkout2 #main-top #ship_address_wrap,
  .checkout2 #main-bottom #ship_address_wrap {
    padding-top: 1em;
  }
  .checkout2 #main .step-title,
  .checkout2 #main-top .step-title,
  .checkout2 #main-bottom .step-title {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .checkout2 #main .payment-step .accordian-item .accordian-item-content,
  .checkout2 #main-top .payment-step .accordian-item .accordian-item-content,
  .checkout2 #main-bottom .payment-step .accordian-item .accordian-item-content {
    margin: 0.5em;
  }
  .checkout2 #main .payment-step .accordian-item.accordian-item-open .expandable,
  .checkout2 #main-top .payment-step .accordian-item.accordian-item-open .expandable,
  .checkout2 #main-bottom .payment-step .accordian-item.accordian-item-open .expandable {
    height: 65px !important;
  }
  .checkout2 #main .payment-step .accordian-item.accordian-item-open .expandable.has-alert,
  .checkout2 #main-top .payment-step .accordian-item.accordian-item-open .expandable.has-alert,
  .checkout2 #main-bottom .payment-step .accordian-item.accordian-item-open .expandable.has-alert {
    height: 130px !important;
  }
  .checkout2 #main .payment-step .stripe-wrap,
  .checkout2 #main-top .payment-step .stripe-wrap,
  .checkout2 #main-bottom .payment-step .stripe-wrap {
    padding: 0.5em 0 0.5em 0.5em !important;
  }
  .checkout2 #main .payment-step .payment-actions,
  .checkout2 #main-top .payment-step .payment-actions,
  .checkout2 #main-bottom .payment-step .payment-actions {
    padding-right: 0.5em;
  }
  .checkout2 #main .payment-step .payment-actions .btn-checkout,
  .checkout2 #main-top .payment-step .payment-actions .btn-checkout,
  .checkout2 #main-bottom .payment-step .payment-actions .btn-checkout {
    width: 100%;
    margin-top: 1em;
  }
  .checkout2 #main .payment-step .terms-wrapper .cb-wrapper,
  .checkout2 #main-top .payment-step .terms-wrapper .cb-wrapper,
  .checkout2 #main-bottom .payment-step .terms-wrapper .cb-wrapper {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 992px) {
  .checkout2 #main .checkout-sidebar,
  .checkout2 #main-top .checkout-sidebar,
  .checkout2 #main-bottom .checkout-sidebar,
  .checkout2 #main .checkout-main,
  .checkout2 #main-top .checkout-main,
  .checkout2 #main-bottom .checkout-main {
    height: 100%;
    min-height: 660px;
    padding: 0 0.5em;
  }
  .checkout2 #main .checkout-main,
  .checkout2 #main-top .checkout-main,
  .checkout2 #main-bottom .checkout-main {
    padding: 0 2em 0 0;
  }
  .checkout2 #main .checkout > .row,
  .checkout2 #main-top .checkout > .row,
  .checkout2 #main-bottom .checkout > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout2 #main #cart_summary .accordian-item .accordion-item-cross,
  .checkout2 #main-top #cart_summary .accordian-item .accordion-item-cross,
  .checkout2 #main-bottom #cart_summary .accordian-item .accordion-item-cross {
    display: none;
  }
  .checkout2 #main #cart_summary .expandable,
  .checkout2 #main-top #cart_summary .expandable,
  .checkout2 #main-bottom #cart_summary .expandable {
    height: auto !important;
  }
  .checkout2 #main .sticky-row,
  .checkout2 #main-top .sticky-row,
  .checkout2 #main-bottom .sticky-row {
    width: unset;
  }
  .checkout2 #main .sticky-row .checkout-sidebar,
  .checkout2 #main-top .sticky-row .checkout-sidebar,
  .checkout2 #main-bottom .sticky-row .checkout-sidebar {
    width: 33.33333333%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .checkout2 #main .sticky-row .checkout-sidebar .cart-sticky,
  .checkout2 #main-top .sticky-row .checkout-sidebar .cart-sticky,
  .checkout2 #main-bottom .sticky-row .checkout-sidebar .cart-sticky {
    position: sticky;
    top: 0.5em;
    z-index: 2;
  }
  .checkout2 #main .sticky-row .checkout-sidebar .checkout-sidebar-inner,
  .checkout2 #main-top .sticky-row .checkout-sidebar .checkout-sidebar-inner,
  .checkout2 #main-bottom .sticky-row .checkout-sidebar .checkout-sidebar-inner {
    height: 100%;
  }
}
/* End checkout 2 */
.success-icon,
.error-icon,
.info-icon {
  background-repeat: no-repeat;
  background-position: center;
}
.success-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4695 0.232963C15.8241 0.561287 15.8454 1.1149 15.5171 1.46949L6.14206 11.5945C5.97228 11.7778 5.73221 11.8799 5.48237 11.8748C5.23253 11.8698 4.99677 11.7582 4.83452 11.5681L0.459523 6.44311C0.145767 6.07557 0.18937 5.52327 0.556912 5.20951C0.924454 4.89575 1.47676 4.93936 1.79051 5.3069L5.52658 9.68343L14.233 0.280522C14.5613 -0.0740672 15.1149 -0.0953599 15.4695 0.232963Z" fill="white"/> </svg>');
  background-color: #30B130;
}
.error-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.25628 1.25628C1.59799 0.914573 2.15201 0.914573 2.49372 1.25628L8 6.76256L13.5063 1.25628C13.848 0.914573 14.402 0.914573 14.7437 1.25628C15.0854 1.59799 15.0854 2.15201 14.7437 2.49372L9.23744 8L14.7437 13.5063C15.0854 13.848 15.0854 14.402 14.7437 14.7437C14.402 15.0854 13.848 15.0854 13.5063 14.7437L8 9.23744L2.49372 14.7437C2.15201 15.0854 1.59799 15.0854 1.25628 14.7437C0.914573 14.402 0.914573 13.848 1.25628 13.5063L6.76256 8L1.25628 2.49372C0.914573 2.15201 0.914573 1.59799 1.25628 1.25628Z" fill="white"/> </svg>');
  background-color: #DF1B41;
}
.info-icon {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10 1.5H4C2.61929 1.5 1.5 2.61929 1.5 4V10C1.5 11.3807 2.61929 12.5 4 12.5H10C11.3807 12.5 12.5 11.3807 12.5 10V4C12.5 2.61929 11.3807 1.5 10 1.5ZM4 0C1.79086 0 0 1.79086 0 4V10C0 12.2091 1.79086 14 4 14H10C12.2091 14 14 12.2091 14 10V4C14 1.79086 12.2091 0 10 0H4Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 7C5.25 6.58579 5.58579 6.25 6 6.25H7.25C7.66421 6.25 8 6.58579 8 7V10.5C8 10.9142 7.66421 11.25 7.25 11.25C6.83579 11.25 6.5 10.9142 6.5 10.5V7.75H6C5.58579 7.75 5.25 7.41421 5.25 7Z" fill="white"/> <path d="M5.75 4C5.75 3.31075 6.31075 2.75 7 2.75C7.68925 2.75 8.25 3.31075 8.25 4C8.25 4.68925 7.68925 5.25 7 5.25C6.31075 5.25 5.75 4.68925 5.75 4Z" fill="white"/> </svg>');
  background-color: #6D6E78;
}
.confirmation-card {
  background: #ffffff;
  padding: 3em 2em;
  width: 100%;
  text-align: center;
}
.confirmation-card .icon {
  background: #11A26F;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5em;
  font-size: 2.5em;
}
.confirmation-card h1 {
  margin: 0;
  font-size: 2em;
  color: #333;
}
.confirmation-card p {
  color: #555;
  margin: 1em 0;
  font-size: 1.05em;
}
.confirmation-card .order-number {
  background: #f0f0f0;
  padding: 1em;
  border-radius: 10px;
  margin: 1.5em 0;
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
  display: inline-block;
}
.confirmation-card .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin-top: 2em;
}
.confirmation-card .actions a {
  text-decoration: none;
  padding: 0.5em 1.8em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  transition: background 0.2s ease;
}
.confirmation-card .actions .continue {
  background: #11A26F;
  color: white;
}
.confirmation-card .actions .continue:hover {
  background: #006e32;
  color: white;
}
.confirmation-card .actions .orders {
  color: #11A26F;
  border: 2px solid #11A26F;
  background: transparent;
}
.confirmation-card .actions .orders:hover {
  background: #e6f5ed;
}
.checkout2 .payment-step .billing-address-form.full {
  padding-top: 30px;
  height: 100% !important;
}
#new_auth {
  margin-top: 0px;
}
.authentication-card-outer {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Horizontally center child */
  align-items: center;
  /* Vertically center child (optional) */
}
.authentication-card-inner {
  width: 100%;
  text-align: left;
}
.authentication-option .details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.authentication-option .details.show {
  max-height: 357px;
  opacity: 1;
  padding: 20px 1px 0 1px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.authentication-option {
  padding: 0.5em;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.authentication-option input[type="radio"] {
  position: relative !important;
  height: auto !important;
  width: auto !important;
}
.authentication-option-header {
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
}
.authentication-option-header label {
  cursor: inherit;
  width: 100%;
}
.authentication-option-header label .label-inner {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.authentication-option-narrative {
  font-size: 15px;
  font-weight: normal;
}
.email-actions #signout {
  color: var(--theme-primary);
  border: 2px solid var(--theme-primary);
  background: transparent;
  text-decoration: none;
  padding: 0.2em 1.8em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  transition: background 0.2s ease;
  text-align: center;
  width: 220px;
}
.email-actions #signout:hover {
  background: #f8f9fa;
}
.input-wrap.live-search {
  position: relative;
  display: inline-block;
  width: 100%;
}
.input-wrap.live-search .input-field {
  padding-right: 36px;
}
.input-wrap.live-search .search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}
.rs-address-ac {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.rs-address-ac .ui-menu-item {
  color: #2B2B29;
  font-size: 13px;
}
.rs-address-ac .ui-menu-item div:hover {
  background-color: rgba(15, 22, 48, 0.95);
  color: #000 !important;
  border-color: rgba(15, 22, 48, 0.95);
}
#express-checkout-element div.__PrivateStripeElement {
  width: 102%;
}
#stripe-express-buy-now-wrapper {
  margin-bottom: 1rem !important;
}
#stripe-express-buy-now-wrapper hr {
  opacity: 1 !important;
  background-color: #f2f2f2 !important;
  border: 0 !important;
  height: 1px !important;
  margin: 1rem 0 !important;
  margin-top: 2rem !important;
}
#stripe-express-buy-now-wrapper p.buy-now-text {
  background-color: #0B0F22;
  margin: -2rem auto 2rem auto !important;
  width: 200px;
  position: relative;
  margin-bottom: 1rem !important;
}
#stripe-express-buy-now-wrapper #stripe-express-buy-now-target {
  justify-content: center;
  align-items: center;
}
#stripe-express-buy-now-wrapper div.__PrivateStripeElement {
  width: 102%;
}
#processing-payment div.body > div.spinner {
  margin: 0px auto 0;
  text-align: center;
  width: 70px;
}
/* Mobile phones - anything below 768*/
@media (max-width: 768px) {
  .pcomplete-right {
    margin-top: 3em !important;
    padding-top: 3em !important;
    border-top: 1px solid #ccc;
  }
  .pcomplete-right button {
    width: 100%;
    margin-top: 2em;
  }
}
/* Non-mobile - anything more than 768: screens 768px and up. Older style modal looks best on mobile, so leave that alone */
@media (min-width: 768px) {
  #processing-payment {
    width: auto !important;
    position: fixed !important;
    left: 40% !important;
    right: 40% !important;
    top: 14% !important;
    margin-left: auto !important;
    border-radius: 5px !important;
  }
  #processing-payment header {
    font-weight: normal !important;
    padding: 5px !important;
    padding-left: 10px !important;
  }
  #processing-payment div.body {
    border-radius: 0 0 5px 5px !important;
  }
}
:root {
  --theme-primary: #0F1630;
  --theme-primary-light: #3B4060;
  --theme-primary-lightest: #63677F;
}
.account #content {
  font-size: 0.9em !important;
  padding: 0 0 0 20px !important;
}
.account #content fieldset:first-of-type {
  margin-top: 45px;
}
.account fieldset {
  /*border: 1px solid var(--theme-primary);
        padding: 3rem;
        position: relative;

        legend {
            padding: 0 1rem;
            font-weight: 400;
            background: white;
            position: absolute;
            top: -1rem;
            left: 1rem;
            color: @dark-grey;
            text-transform: uppercase;
        }*/
}
.account fieldset input[type=text],
.account fieldset input[type=password],
.account fieldset select,
.account fieldset textarea {
  width: calc(100% - 25px);
}
.account .editor-field > input {
  border-radius: 5px;
}
.account .default-address,
.account .other-address {
  min-height: 345px;
  display: flex;
  flex-direction: column;
}
.account .default-address h2,
.account .other-address h2 {
  margin: 0 0 1rem 0;
  padding: 0;
}
.account .default-address__address,
.account .other-address__address {
  flex-grow: 1;
}
.account .default-address__actions,
.account .other-address__actions {
  text-align: right;
}
.account .default-address__actions .btn,
.account .other-address__actions .btn {
  border-radius: 2rem;
  padding: 0 0.8rem;
  min-width: 5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}
.account .other-addresses {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.account__content-wrap {
  padding: 2rem;
  border: 2px solid var(--theme-primary);
}
.account .btn-red {
  background-color: #cd1d1d;
}
.account .btn-red:hover {
  background-color: #a01717;
  color: #fff;
}
.account-nav {
  padding: 0 0.7rem 0 0;
}
.account-nav__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  padding-left: 0.5rem;
  border-bottom: 3px dashed var(--theme-primary);
}
.account-nav__title a {
  text-decoration: none;
  color: #e7e7e7;
}
.account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-nav__item {
  margin-bottom: 0.5rem;
}
.account-nav__item a {
  display: flex;
  align-items: center;
  display: block;
  padding: 0.7rem;
  text-decoration: none;
  color: #e7e7e7;
  border-radius: 2px;
}
.account-nav__item a:hover {
  background: var(--theme-primary-light);
}
.account-nav__item a img,
.account-nav__item a svg {
  filter: invert(1);
  margin-right: 0.5rem;
  width: 24px;
}
.account-nav__item a span {
  flex-grow: 1;
}
.account-nav__item--active a {
  background: var(--theme-primary-light);
  border-bottom: 2px solid var(--theme-primary);
  /*pointer-events: none;
                cursor: default;*/
}
.account-nav__help {
  margin-top: 2rem;
}
.account-nav__help-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.account-nav__help-contact {
  font-size: 0.875rem;
  margin: 0;
}
.account-landing {
  width: 100%;
}
.account-landing .card {
  background-color: transparent !important;
  border: none;
  padding: 0.5rem;
  min-height: 10rem;
}
.account-landing .card a {
  background-color: #FFF;
  border: 3px solid var(--theme-primary);
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2B2B29;
  height: 100%;
}
.account-landing .card a img {
  max-width: 64px;
  margin-right: 1.5rem;
}
.account-landing .card a div {
  flex-grow: 1;
}
.account-landing .card a div h3 {
  padding: 0 0 0.5rem 0;
  margin: 0;
  font-size: 1.25rem;
}
.account-landing .card a div span {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.6em;
}
.account-landing .card a:hover {
  background: var(--theme-primary-lightest);
}
.account-landing__help {
  margin-top: 3rem;
}
.order-history {
  padding: 1rem;
  border: 2px solid var(--theme-primary);
}
.order-history table th {
  border-bottom: 2px solid #2B2B29 !important;
  background-color: var(--theme-primary-light);
  color: #2B2B29;
}
.order-history table tbody.items a {
  font-size: 0.9em;
}
.order-history table td.text-end .btn {
  font-size: 0.95em !important;
  line-height: 2.5em !important;
}
.order-history__actions {
  text-align: right;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  align-items: center;
}
.order-history__actions span {
  flex-grow: 1;
  text-align: left;
}
.order-history__actions .btn {
  border-radius: 0.5rem;
  padding: 0 1rem;
  min-width: 5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .account #content {
    padding: 0 !important;
  }
}