@charset "UTF-8";
/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
$brand-color-1: #1d1d1d;
$brand-color-2: #fefefe;
$brand-color-3: #0398C9;
$brand-color-4: #00475f;
$brand-color-5: #04bdfa;
$brand-color-6: #9ee3fa;
$brand-color-7: #f3eae2;
*/
/* Mini cart */
#block-cart {
  float: right;
}

.cart--cart-block {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 1280px) {
  .cart--cart-block {
    margin-top: 5px;
  }
}
.cart--cart-block a {
  text-decoration: none;
}

.cart-block--contents__close {
  position: relative;
  top: -10px;
}
.cart-block--contents__close span {
  float: right;
}
.cart-block--contents__close a {
  font-size: 0;
}
.cart-block--contents__close a i {
  font-size: 16px;
}
.cart-block--contents__close a svg {
  width: 20px;
  height: 20px;
}

.cart--cart-block li {
  padding: 0;
  font-size: inherit;
}

.cart-block--summary__count {
  font-size: 0;
}

.cart-block--summary__count:before {
  content: "";
  font-size: 20px;
  font-family: Fontawesome;
  position: relative;
  left: -3px;
}
html[data-theme=light] .cart-block--summary__count:before {
  color: #fefefe;
}
html[data-theme=dark] .cart-block--summary__count:before {
  color: #1d1d1d;
}

html[data-theme=light] .cart-block--summary__count:hover:before {
  color: #d4cfe0;
}
html[data-theme=dark] .cart-block--summary__count:hover:before {
  color: #fefefe;
}

.cart-count {
  float: right;
  font-size: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 17px;
  height: 17px;
  width: 17px;
  text-align: center;
  position: relative;
  top: -3px;
  display: inline-block;
}
html[data-theme=light] .cart-count {
  background-color: #fefefe;
  color: #4a3f52;
}
html[data-theme=dark] .cart-count {
  background-color: #1d1d1d;
  color: #4a3f52;
}

/* End mini cart */
/* Cart */
#block-cart {
  float: left;
  display: inline;
}

#block-cart ul {
  padding-left: 0;
}

.cart-block--contents {
  width: calc(100% + 15px);
  top: 50px;
  right: -15px;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-height: 500px;
  /* Overridden by js*/
  overflow-y: auto;
}
@media (min-width: 768px) {
  .cart-block--contents {
    width: 450px;
  }
}

.cart-block--contents h1 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.cart-block--contents__items {
  overflow: visible;
  max-height: none;
  padding: 10px;
}

.cart-block--contents ol {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

.topnav .cart-block--contents li {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  padding-bottom: 28px;
}
html[data-theme=light] .topnav .cart-block--contents li {
  border-bottom: 1px solid #eeeeee;
}
html[data-theme=dark] .topnav .cart-block--contents li {
  border-bottom: 1px solid #555555;
}

.cart-product {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
  display: flex;
}

.cart-product-header {
  display: flex;
  justify-content: space-between;
}

.cart-product-details {
  width: 250px;
  display: flex;
  flex-direction: column;
}

.cart-product:after {
  content: "";
  clear: both;
  display: block;
}

.cart-product-image {
  margin-right: 20px;
}
.cart-product-image div {
  width: 100px;
  height: 100px;
}
.cart-product-image img {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.cart-product-title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-right: 15px;
}

.cart-product-title a {
  font-size: inherit;
  text-decoration: none;
  font-weight: inherit;
}
html[data-theme=light] .cart-product-title a {
  color: #1d1d1d;
}
html[data-theme=dark] .cart-product-title a {
  color: #fefefe;
}

.cart-product-title .sku {
  font-weight: normal;
}

.cart-product-title .listing-offer {
  font-weight: normal;
  line-height: normal;
}

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

.cart-product-price-ex-vat {
  clear: right;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}

.cart-product-total-price {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
}

.cart-product-qty {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.cart-btn-remove span:before {
  font-size: 19px;
  cursor: pointer;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
}
.cart-btn-remove input[type=submit] {
  font-size: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

.cart-btn-remove input {
  border: none;
  font-weight: 600;
  font-size: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 0;
}
html[data-theme=light] .cart-btn-remove input {
  color: #1d1d1d;
}
html[data-theme=dark] .cart-btn-remove input {
  color: #fefefe;
}

.cart-btn-remove input:hover {
  text-decoration: underline;
}
html[data-theme=light] .cart-btn-remove input:hover {
  color: #1d1d1d;
}
html[data-theme=dark] .cart-btn-remove input:hover {
  color: #fefefe;
}

.cart-product-qty-label {
  margin-right: 20px;
  font-weight: 600;
  position: relative;
  top: 5px;
}

.cart-product-qty-update {
  margin-left: 20px;
}

.cart-update-btn {
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  position: relative;
  top: 1px;
  font-size: 14px;
}

.checkout .cart-update-btn {
  top: 0;
}

.checkout-link {
  padding: 11px 19px 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  border-radius: 8px;
  margin-top: 28px;
}
html[data-theme=light] .checkout-link {
  background-color: #4a3f52;
  border: 2px solid #4a3f52;
}
html[data-theme=dark] .checkout-link {
  background-color: #f5f3f7;
  border: 2px solid #f5f3f7;
}
#header .checkout-link a {
  text-transform: uppercase;
}
html[data-theme=light] #header .checkout-link a {
  color: #f5f3f7;
}
html[data-theme=dark] #header .checkout-link a {
  color: #1d1d1d;
}
html[data-theme=light] .checkout-link:hover {
  background-color: #d4cfe0;
  border: 2px solid #d4cfe0;
}
html[data-theme=dark] .checkout-link:hover {
  background-color: #1d1d1d;
  border: 2px solid #f5f3f7;
}
html[data-theme=light] .checkout-link:hover a {
  color: #4a3f52 !important;
}
html[data-theme=dark] .checkout-link:hover a {
  color: #f5f3f7 !important;
}

.cart-block--contents .form-actions {
  display: none;
}

/*
.cart-block--contents .order-total-line__adjustment,
.cart-form .order-total-line__adjustment,
*/
.cart-block--contents .order-total-line__order-total,
.cart-form .order-total-line__order-total,
.checkout-pane .order-total-line__order-total {
  display: none;
}

.checkout-pane .checkout-order-summary .order-total-line__order-total {
  display: block;
}

.cart-block--contents .modified_subtotal,
.cart-form .modified_subtotal {
  display: block;
}

.order-total-line__total {
  font-size: 20px;
  text-align: right;
}

.cart-block--contents .order-total-lines,
.cart-form .order-total-lines,
.checkout-pane .order-total-line__total {
  text-align: right;
  font-weight: 400;
  font-size: 20px;
}

.cart-block--contents .order-total-line__inc-vat-total,
.checkout-pane .order-total-line__inc-vat-total {
  font-weight: 600;
  font-size: 20px;
}

.cart-block--contents .order-total-line-suffix,
.checkout-pane .order-total-line-suffix {
  clear: both;
  float: right;
  margin-left: 10px;
}

.cart-block--contents h2 {
  font-size: 20px;
}

.order-total-line {
  padding: 0;
}

.modified_subtotal.order-total-line.order-total-line__total {
  font-weight: bold;
}

.modified_subtotal .order-total-line-value {
  width: auto;
  padding-left: 0.25em;
}

.cart-form #edit-actions {
  float: right;
}

.cart.cart-form {
  padding: 0 15px;
}

.cart.cart-form .checkout {
  padding: 0 15px;
}

/* End Cart */
/* Spinners */
.spinner {
  line-height: 30px;
  height: 30px;
  margin-top: 0;
  display: inline-block;
  text-align: center;
}
html[data-theme=light] .spinner {
  border: 1px solid #eeeeee;
}
html[data-theme=dark] .spinner {
  border: 1px solid #555555;
}

.ui-spinner-up {
  float: right;
  margin-right: 5px;
}

.ui-spinner-down {
  float: left;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.ui-spinner-button {
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
}
.ui-spinner-input {
  border: 0;
  width: 20px;
  height: 20px;
  margin-left: 7px;
}

.ui-spinner-hidden {
  display: none;
}

/* End Spinners */
/* Card images */
.card-images {
  text-align: center;
  padding-top: 20px;
}

.col-i-md-4 .card-images {
  text-align: right;
}

.col-i-md-4 .card-images span {
  display: block;
  text-align: right;
}

.card-images img {
  max-width: 150px;
  display: inline-block;
}

.card-images img:first-of-type {
  margin-bottom: 20px;
}

.col-i-md-4 .card-images img:first-of-type {
  margin-bottom: 10px;
}

.card-images img:last-of-type {
  max-width: 200px;
}

.col-i-md-4 .card-images img:last-of-type {
  max-width: 150px;
}

.info-page .product-variation-col {
  width: 50%;
  float: left;
}

/* End card images */

/*# sourceMappingURL=cart.css.map */
