@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

/* BREADCRUMB LINKS */
#breadcrumb-nav ul {
  list-style: none;
  padding: 0;
}

#breadcrumb-nav ul li {
  display: inline;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  cursor: default;
}

#breadcrumb-nav ul li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

#breadcrumb-nav ul li a {
  transition: all 0.3s ease;
  text-decoration: none;
}

#breadcrumb-nav ul li a:hover {
  color: #2f82ac;
}

.bcrumb-checked {
  font-weight: 500;
}

/* CONTAIN FLOATS */
#checkout-contain:before,
#checkout-contain:after {
  content: " ";
  display: table;
}

#checkout-contain:after {
  clear: both;
}

/* STRUCTURE */
#checkout-contain {
  margin-left: -15px;
  margin-right: -15px;
}

#checkout-content {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  min-height: 1px;
  top: -4px;
  padding-left: 15px;
  padding-right: 15px;
}

#checkout-order-summary {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  min-height: 1px;
  top: -4px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.section-nav-next {
  float: right;
  padding: 25px 25px 0 0;
}

.section-nav-previous {
  float: left;
  padding: 38px 0 0 0;
}

#section-nav-buttons {
  margin-top: 15px;
}

@media screen and (min-width: 1000px) {
  #checkout-contain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    min-width: 100%;
  }

  #checkout-order-summary {
    width: 44%;
    max-width: 44%;
    order: 2 !important;
    float: left;
    display: block;
    flex: auto;
    min-height: 200px;
    order: 2 !important;
    padding-top: 1em;
    padding-left: 4%;
  }

  #checkout-content {
    width: 56%;
    max-width: 56%;
    float: left;
    display: block;
    flex: auto;
    border-right: 1px solid #d8d8d8;
    min-height: 200px;
  }

  .checkout-section {
    padding: 5px 50px 5px 0;
  }

  #order-summary-header {
    display: none;
  }

  #checkout-order-summary-inner {
    display: block !important;
  }

  #section-nav-buttons {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* TYPOGRAPHY */
.checkout-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.4em;
  margin: 0.5em 0;
}

/* CHECKOUT SUB FORM - INFORMATION / SHIPPING */
#supply-description {
  margin-bottom: 10px;
}

#supply-options-buttons .basket-button,
#section-nav-buttons .basket-button {
  display: block;
  width: 100%;
}

input[name="supply_option"] {
  position: absolute;
  margin: 1.2em;
}

#sub-form-contain {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}

#checkout-box-content {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
  margin: 0.6em 0 2em 0;
  padding: 1em 0;
}

#sub-form-section {
  width: 100%;
  color: #FFF;
  overflow: hidden;
}

#sub-form-section:nth-of-type(3) {
	display: none;
}

#checkout-box-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sub-form-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em 1em 1em 3em;
  background: #fff;
  color: #313131;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.checkout-box-label {
  flex: 5;
  -webkit-box-flex: 5;
  background: #fff;
  color: #313131;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  margin-right: 1em;
}

.checkout-box-price {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  flex: 0 1 5em;
  -webkit-box-flex: 0;
  margin-left: auto;
  cursor: pointer;
}

.sub-form-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.form-content {
  color: #313131;
}

.sub-form-content {
  display: none;
  max-height: 0;
  padding: 0 1em;
  color: #313131;
  background: #fafafa;
}

.supply-method {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #313131;
  font-size: 1.2em;
  padding: 3px 0;
}

input[name="supply_option"]:checked+.sub-form-label {
  border-bottom: 1px solid #d3d3d3;
}

input[name="supply_option"]:checked+.sub-form-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

input[name="supply_option"]:checked~.sub-form-content {
  max-height: 100vh;
  padding: 1em;
  display: block;
}

#orderComments {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  padding: 0.6em;
  min-height: 75px;
  margin-bottom: 1em;
  resize: none;
}

#gift-voucher-notice {
  margin-bottom: 10px;
  color: #d10000;
}

#gift-voucher-notice:empty {
  display:none;
}

.gift-voucher-item {
  margin-bottom: 5px;
}

.gift-voucher-item .remove {
  font-weight: 400;
  cursor: pointer;
}

.border-top {
  border-top: 1px solid #d3d3d3;
}

.border-bottom {
  border-bottom: 1px solid #d3d3d3;
}

.no-after-content::after {
  display: none !important;
}

/* ORDER SUMMARY */
.checkout-order-content {
  width: 100%;
}

.checkout-product-list {
  width: 100%;
  min-height: 2em;
  border-bottom: 1px solid #d3d3d3;
}

.checkout-price-breakdown {
  width: 100%;
  min-height: 2em;
  padding: 0.2em 0 1.5em 0;
}

.checkout-total {
  width: 100%;
  min-height: 2em;
  border-top: 1px solid #d3d3d3;
}

.total-name {
  float: left;
  width: 50%;
  padding: 1.5em 0;
}

.total-name span {
  display: block;
}

.total-value {
  float: right;
  width: 50%;
  padding: 1.5em 0;
}

.total-name-head {
  font-size: 1.15em;
  color: #000;
}

.total-vat {
  font-size: 0.85em;
}

.total-price {
  color: #000;
  float: right;
  font-size: 1.4em;
  font-weight: 500;
}

.sub-total,
.shipping-total,
.gift-vouchers {
  width: 100%;
  padding: 1em 0;
}

.sub-total-name,
.shipping-name,
.gift-vouchers-desc {
  float: left;
  width: 50%;
}

.sub-total-value,
.shipping-value,
.gift-vouchers-value {
  float: right;
  width: 50%;
}

.sub-total-name-span,
.shipping-name-span,
.gift-vouchers-desc-span {
  font-size: 0.9em;
}

.sub-total-value-span,
.shipping-value-span,
.gift-vouchers-value-span {
  float: right;
  font-size: 0.9em;
}

@media screen and (max-width: 999px) {
  #checkout-order-summary-inner {
    display: none;
  }

  #order-summary-header {
    width: 100%;
  }

  #basketSummaryIco {
    float: left;
    padding: 1.2em 0.4em 0 0;
  }

  #hideShowSummaryLabel {
    float: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    padding: 1.2em 0.2em;
  }

  #totalPriceLabel {
    color: #000;
    float: right;
    font-size: 1.2em;
    font-weight: 500;
    padding: 0.9em 0.2em;
  }

  .summaryEmpty {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #checkout-order-summary {
    border-bottom: 1px solid #333;
    margin-bottom: 1.2em;
  }

  #section-supply .basket-button,
  #basket-buttons .basket-button {
    width: 100%;
  }

  #basket-buttons .basket-button {
    margin: 5px 0;
  }
}

/* CHECKOUT PRODUCT LIST */
.product-table {
  width: 100%;
  margin: 0.6em 0;
}

.product td {
  padding: 1em 0;
}

.product-total-value {
  text-align: right;
  font-size: 0.95em;
  font-weight: 400;
  color: #000;
}

.product-description .item-desc-container {
  margin-left: 0.4em;
}

.product-description .item-desc {
  color: #000;
  font-size: 0.95em;
  font-weight: 400;
}

.product-description .pkg-item-desc {
  color: #5e5e5e;
  font-size: 12px;
}

.product-description .item-stock-status {
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
}

.item-desc .item-stock-status::before {
  content: "\A";
  white-space: pre;
}

.listing-description {
  color: #000;
  font-size: 0.95em;
  font-weight: 400;
}

.listing-description span:nth-child(n+2) {
  color: #999;
  font-size: 0.8em;
  font-weight: 300;
  margin-left: 10px;
}

.listing-variant {
  font-size: 0.9em;
  font-weight: 300;
}

.product-quantity {
  text-align: center;
}

.product-quantity span {
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  min-width: 1.3em;
  height: 1.9em;
  border-radius: 1.76em;
  padding: 6px 10px;
  background: #2f82ac;
  cursor: default;
  box-sizing: border-box;
}

[style*="--aspect-ratio"]> :first-child {
  width: 100%;
}

[style*="--aspect-ratio"]>img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"]> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/* BUYLINK COLLECT INFO MODAL START */

.buylink-info-collect {
  cursor: pointer;
  font-family: 'Fredoka', sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0.6em 0 0 auto;
  text-align: right;
  width: 55%;
  float: right;
}

@media screen and (max-width: 960px) {
  .buylink-info-collect {
    margin-bottom:1.4em;
  }
}

.buylink-info-collect span {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  color: #000;
  min-width: 0.8em;
  height: 0.8em;
  border-radius: 1.76em;
  padding: 0px 6px;
  border: 3px solid #000;
  box-sizing: border-box;
}

.tab_container .buylink-info-collect {
  font-size: 0.8em;
}

.tab_container .buylink-info-collect span {
  border: 2px solid #000;
  padding: 0px 4px 0 3px;
}

.collect-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.collect-info-head {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.collect-popup .content p {
  margin: 4px 0;
}

.collect-popup .content p:first-of-type {
  margin-top: 1em;
}

.collect-popup .close {
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  float: right;
  padding: 0 20px 0 0;
}

.collect-popup .close:hover {
  color: #006699;
  cursor: pointer;
}

.collect-popup .content {
  overflow: auto;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 1.2em;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 25%;
}


@media screen and (max-width: 700px) {
  .collect-popup .content {
    width: 80%;
  }
}

/* BUYLINK COLLECT INFO MODAL END */



/* ALERT BOXES START */

.message-alert {
  padding: 1em;
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
  border-radius: 4px;
  margin: 1em 0;
}

.message-alert a {
  color: #383d41;
  text-decoration: underline;
}

.message-alert a:hover {
  text-decoration: none;
}

.message-alert span {
  margin-left: 15px;
  color: #383d41;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.message-alert span:hover {
  color: #333;
}

.message-alert-heading {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  color: #383d41;
}

.info-alert {
  padding: 1em;
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
  border-radius: 4px;
  margin: 1em 0;
}

.info-alert a {
  color: #383d41;
  text-decoration: underline;
}

.info-alert a:hover {
  text-decoration: none;
}

.info-alert span {
  margin-left: 15px;
  color: #383d41;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.info-alert span:hover {
  color: #333;
}

.info-alert-heading {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  color: #383d41;
}

.error-alert {
  padding: 1em;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  margin: 1em 0;
}

.error-alert a {
  color: #721c24;
  text-decoration: underline;
}

.error-alert a:hover {
  text-decoration: none;
}

.error-alert span {
  margin-left: 15px;
  color: #721c24;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.error-alert span:hover {
  color: #333;
}

.error-alert-heading {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  color: #721c24;
}

/* ALERT BOXES END */

/* CHECKOUT/BASKET BUTTONS & INPUTS START */

.basket-button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  border: solid 2px #2f82ac;
  background: #2f82ac;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0.9em;
  white-space: nowrap;
  line-height: normal;
}

.basket-button:hover {
  background: #FFF;
  color: #2f82ac;
}

.basket-button-disabled {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #2f82ac;
  font-weight: 400;
  cursor: not-allowed;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  border: solid 2px #2f82ac;
  background: #FFF;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  font-size: 0.9em;
  white-space: nowrap;
}

#add-to-basket-actions .basket-button {
  display: block;
  width: 100%;
}

.tiny-button {
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 1px 4px;
  border: solid 2px #2f82ac;
  background: #2f82ac;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  font-size: 0.9em;
  white-space: nowrap;
}

.tiny-button:hover {
  background: #FFF;
  color: #2f82ac;
}

.modal-content input[type="text"],
#checkout-contain input[type="text"],
#checkout-contain input[type="email"] {
  padding: 10px;
  margin: 0.4em 0;
  font-family: sans-serif;
  font-size: 1em;
  color: #313131;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.modal-content input::placeholder,
#checkout-contain input::placeholder {
  font-weight: lighter;
}

.modal-content select,
#checkout-contain select {
  padding: 0.62em;
  font-size: 1em;
  color: #313131;
  margin: 0.4em 0 !important;
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url("/assets/checkout/images/dropdown-arrow-ico.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
}

.modal-content .checkbox-contain,
#checkout-contain .checkbox-contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content .checkbox-contain input,
#checkout-contain .checkbox-contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.modal-content .checkmarker,
#checkout-contain .checkmarker {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.modal-content .checkbox-contain:hover input,
#checkout-contain .checkbox-contain:hover input~.checkmarker {
  background-color: #ccc;
}

.modal-content .checkbox-contain input:checked~.checkmarker,
#checkout-contain .checkbox-contain input:checked~.checkmarker {
  background-color: #2f82ac;
}

.modal-content .checkmarker:after,
#checkout-contain .checkmarker:after {
  content: "";
  position: absolute;
  display: none;
}

.modal-content .checkbox-contain input:checked~.checkmarker:after,
#checkout-contain .checkbox-contain input:checked~.checkmarker:after {
  display: block;
}

.modal-content .checkbox-contain .checkmarker:after,
#checkout-contain .checkbox-contain .checkmarker:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CHECKOUT/BASKET BUTTONS & INPUTS END */

/* GENERAL HELPERS START */

.hidden {
  display: none;
}

.valign-center {
  display: flex;
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 49.5%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 24.5%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.d-block {
  display: block;
}

.clear {
  clear: both;
}

/*.clearfix { overflow: auto; }*/
.pointer {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed !important;
}

@media screen and (max-width: 999px) {
  .w-50 {
    width: 100%;
  }
}

/* GENERAL HELPERS END */

/*BASKET START*/

#basket-holder {
  color: #3e3e3e;
  font-weight: 300;
}

.shopping-cart {
  margin: 0 auto 20px;
  background: #FFFFFF;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.10);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.cart-title {
  border-bottom: 1px solid #E1E8EE;
  padding: 25px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.4em;
}

.cart-no-items {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 1.0em;
  margin-bottom: 200px;
}

.cart-no-items p {
  margin-bottom: 20px;
  text-align: center;
}

.cart-no-items img {
  max-height: 100px;
}

.header {
  padding: 5px 30px;
  font-weight: 600;
  color: #333;
}

.cart-item {
  border-bottom: 1px solid #E1E8EE;
  padding: 10px 30px;
  display: flex;
}

.cart-item:first-child {
  border-top: 1px solid #E1E8EE;
}

.cart-buttons {
  position: relative;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.cart-delete-btn {
  display: inline-block;
  Cursor: pointer;
}

.cart-delete-btn {
  width: 18px;
  height: 17px;
  background: url("/assets/checkout/images/delete.svg") no-repeat center;
}

.cart-description {
  margin-right: 40px;
  flex: 1;
  display: flex;
  align-items: center;
}

.cart-description .pkg-item-desc {
  color: #5e5e5e;
  font-size: 12px;
}

.cart-description .item-stock-status {
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
}

.stock-soldout {
    color: red;
  }
  
.stock-lowstock {
    color: #018849;
  }
  
.stock-instock {
    color: #018849;
  }

.cart-quantity {
  margin-right: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}

.cart-quantity input[type="text"] {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  color: #666;
  width: 50px;
}

.shopping-cart input[type="text"]:focus {
  outline: 0;
}

.cart-price {
  margin-right: 40px;
}

.cart-price,
.cart-total-price {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.basket-message {
  padding: 1em;
  background-color: #2f82ac;
  color: #fff;
  border: 1px solid #2f82ac;
  border-radius: 4px;
}

.basket-message a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.basket-message a:hover {
  text-decoration: none;
}

.basket-message span {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.basket-message span:hover {
  color: #333;
}

.basket-message-heading {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  #basket-summary-container {
    display: flex;
    flex-direction: row-reverse;
  }

  #shopping-cart-messages {
    flex-grow: 1;
    margin-right: 20px;
  }

  #shopping-cart-summary {
    display: flex;
    flex-direction: column;
    min-width: 500px;
  }
}

#basket-summary-container {
  margin-bottom: 20px;
}

#shopping-cart-summary {
  background: #FFFFFF;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.10);
  border-radius: 6px;
}

.cart-summary-row {
  padding: 10px 30px;
  display: flex;
}

.cart-summary-label {
  margin-right: 40px;
  flex: 1;
  text-align: right;
  font-weight: 500;
  color: #333;
}

.cart-summary-item {
  width: 100px;
  text-align: right;
}

.cart-summary-vat {
  font-size: 0.8em;
  color: #5e5e5e;
  padding: 0 30px 10px;
  text-align: right;
}

@media screen and (max-width: 999px) {

  .shopping-cart,
  #shopping-cart-summary,
  #basket-summary-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .cart-title {
    text-align: center;
  }

  .cart-item,
  .cart-summary-row {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header,
  .cart-price {
    display: none;
  }

  .cart-buttons,
  .cart-description,
  .cart-quantity,
  .cart-total-price {
    width: 100%;
    margin: 3px 0;
    text-align: center;
    justify-content: center;
  }

  .cart-summary-label,
  .cart-summary-item,
  .cart-summary-vat {
    width: 100%;
    margin: 3px 0;
    text-align: center;
    justify-content: center;
  }
}

#basket-buttons {

  text-align: right;
}

.toggle-event {
  cursor: pointer;
}

/* BASKET END */

/* STRIPE */

#stripe {
  margin: 15px 0px 100px;
}

#stripe-buttons {
  text-align: right;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

#stripe button {
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  border: solid 2px #2f82ac;
  background: #2f82ac;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  font-size: 0.9em;
  white-space: nowrap;
}

#stripe button:hover {
  background: #FFF;
  color: #2f82ac;
}

#stripe button:disabled {
  opacity: 0.5;
  cursor: default;
}

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@media only screen and (max-width: 999px) {

  #stripe button {
    width: 100%;
  }
}

/* STRIPE END */


/* Sizing Modal */

.sizing-modal-opener {
  margin: 0.6em 0 0 auto;
  width: 45%; 
  float: left;
  /* text-align: right; */
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
}

#sizing-modal-content {
  display: none;
}

#sizing-modal .modal-body {
  padding: 20px;
}



/* Sizing Modal End */