/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
:root .otp-theme {
  --loading_icon: url(../images/otp-loading.gif);
}
:root .ggp-theme {
  --loading_icon: url(../images/ggp_loading_100x67.gif);
}
:root .hs-theme {
  --loading_icon: url(../images/hs-loading.gif);
}

.row {
  flex-wrap: unset;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (min-width: 768.1px) {
  .mobile-actions {
    display: none !important;
  }
}

.display-none {
  visibility: hidden;
  position: absolute;
}
.display-none #new_item_name {
  margin-left: -5px;
}

hr {
  border: 1px solid #F1F1F1;
}

@media only screen and (max-width: 992px) {
  body {
    line-height: unset;
  }
}

.hidden {
  display: none !important;
}

.cart-item-image {
  display: block;
  border-radius: 4px;
  max-height: 100px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .cart-item-image {
    max-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cart-item-image {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-item-image {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .overall-wrapper {
    display: unset;
  }
}

@media only screen and (max-width: 768px) {
  .all-details-desktop {
    display: none;
  }
}
.all-details-desktop .quantity {
  margin: 0 10px 0 10px;
}
@media only screen and (max-width: 992px) {
  .all-details-desktop .quantity {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .all-details-desktop .tablet-details {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .all-details-desktop .tablet-details .tablet-details-qty {
    display: none !important;
  }
}

@media only screen and (min-width: 768.1px) {
  .all-details-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .all-details-mobile .quantity {
    margin-top: 10px;
  }
}

.desktop-only.product-image {
  display: unset !important;
}
@media only screen and (max-width: 992px) {
  .desktop-only {
    display: inline-block !important;
  }
}

.cart-header {
  margin-bottom: 40px;
}

.selection-checkboxes {
  width: 4%;
}
@media only screen and (max-width: 992px) {
  .selection-checkboxes {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .selection-checkboxes {
    display: none;
  }
}

.checkout-sidebar {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 30px;
  top: 80px;
  width: 89%;
  padding: 16px;
  background: #FAFAFA;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  box-shadow: 2px 2px 1px 1px rgba(183, 183, 183, 0.25);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .checkout-sidebar {
    min-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-sidebar {
    width: 100%;
    box-shadow: none;
    margin: 32px auto 0px auto;
  }
}
.checkout-sidebar .checkout-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 33px;
  margin-bottom: 15px;
}
.checkout-sidebar .subtotal-tax {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 1.5;
}
.checkout-sidebar .checkout-total {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-sidebar .checkout-total div {
  min-height: 30px;
}
.checkout-sidebar .checkout-total div span {
  vertical-align: middle;
  min-height: inherit;
}
.checkout-sidebar .warning {
  width: 100%;
  margin: 0px auto;
  font-size: 12px;
  background: rgba(244, 207, 20, 0.12);
  border-radius: 4px;
  color: #000000;
  line-height: 15px;
  padding: 8px;
  display: flex;
  gap: 4px;
}
.checkout-sidebar .warning span {
  font-size: 16px;
  flex: none;
  color: #e0197d;
}
.checkout-sidebar .warning p {
  padding: 0px;
  flex-grow: 1;
  text-align: left;
}
.checkout-sidebar .total-box-price {
  padding-right: 0px !important;
  float: right;
  color: #29B5DC;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .checkout-sidebar .total-box-price {
    font-size: 20px;
  }
}
.checkout-sidebar .subtotal-box-price {
  padding-right: 0px !important;
  float: right;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
}

.material-icons {
  font-size: 25px;
  vertical-align: middle;
  height: 26px;
  border: none;
  color: #999999;
}
.material-icons:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .material-icons :not(.apply-coupon) {
    margin-left: 5px;
  }
}

#cart-icon-duplicate:hover {
  color: #29B5DC;
}

.duplicate-item-detail {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  max-height: 20px;
}

.duplicate-item-detail .duplicate-tooltip {
  visibility: hidden;
  background-color: #F7FDFF;
  width: 110px;
  color: #000000;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -60px;
  text-transform: none;
}

.duplicate-item-detail:hover .duplicate-tooltip {
  visibility: visible;
}

#cart-icon-delete:hover {
  color: #F30909;
}

.delete-item-detail {
  position: relative;
  display: inline-block;
  max-height: 20px;
}

.delete-item-detail .delete-tooltip {
  visibility: hidden;
  background-color: #F7FDFF;
  width: 110px;
  color: #000000;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -60px;
  text-transform: none;
}

.delete-item-detail:hover .delete-tooltip {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .delete-tooltip, .duplicate-tooltip, .reception_comment {
    display: none !important;
  }
}

.item-placeholder {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  width: 95%;
  margin: 0px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .item-placeholder {
    height: auto;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .item-placeholder > div:first-child {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .item-placeholder {
    height: auto !important;
  }
}
.item-placeholder .item-labels {
  color: #666666 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: none !important;
}
@media only screen and (max-width: 768px) {
  .item-placeholder .item-labels {
    margin-top: 15px;
  }
}
.item-placeholder .item-configurations, .item-placeholder .item-options, .item-placeholder .design-type, .item-placeholder .design-label {
  color: #666666;
  text-align: justify;
  font-size: 10px;
  line-height: 18px;
}
.item-placeholder .item-name-price {
  justify-content: space-between;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .item-placeholder .item-name-price {
    padding-right: 0;
    min-width: 100%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768.1px) {
  .item-placeholder .item-name-price {
    padding-right: 0px;
  }
}
.item-placeholder .product-image img {
  width: 100%;
}

div.shipping {
  border: solid 1px #F2DC57;
  width: 400px;
  margin: 0px 0px 30px;
}

.subtotal-box-row {
  display: block !important;
}
.subtotal-box-row .subtotal-box-space.vat-upper {
  text-transform: uppercase;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding: 0px;
  position: unset;
  width: 100%;
}

.shipping h2 {
  background: #F2DC57;
  padding: 10px;
  color: #000000;
}
.shipping .form-list {
  padding: 0px 15px 10px 15px;
}
.shipping .form-list li {
  width: 40%;
}
.shipping .form-list li label {
  text-transform: none;
  font-size: 12px;
  color: #000000;
}
.shipping .form-list li input {
  font-size: 12px;
  color: #000000;
}
.shipping .form-list li.cart-shipping-est {
  float: right;
}
.shipping .form-list i {
  font-size: 22px;
  margin: 32px 0px 0px 16px;
}
.shipping .download_quote {
  padding: 15px;
  border-top: dashed 1px #E3E4E5;
  margin: 0 15px;
  text-align: center;
}
.shipping .download_quote div {
  background: #FFFFFF;
  z-index: 99999;
  display: none;
  position: absolute;
  top: 165px;
  width: 200px;
  right: 17px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.shipping .download_quote div a {
  padding: 5px 30px;
  display: block;
  height: 30px;
  font-size: 12px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.shipping .download_quote div a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.shipping .download_quote div a:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  z-index: 0;
}
.shipping .download_quote div a:first-child:hover:before {
  border-color: transparent transparent #2AC2E3 transparent;
}
.shipping .download_quote div a:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.shipping .download_quote div a:hover {
  background: #2AC2E3;
  color: #FFFFFF;
}

.Price p {
  font-size: 12px;
  color: #000000;
  margin-top: 4px;
  padding: 8px;
  height: 30px;
  background: #E3E4E5;
  border-radius: 2px;
}

.checkout-cart-index input#postcode {
  width: 140px;
  color: #000000;
}
.checkout-cart-index .page-title {
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
}
.checkout-cart-index .page-title h1 {
  font-size: 24px;
  color: #636363;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .cart-empty {
  margin-bottom: 55px;
  padding-top: 9px;
}
.checkout-cart-index .cart-empty p {
  font-weight: 400;
}

.cart-postal button {
  padding: 0px 5px 0px 5px;
  margin-left: -30px;
  height: 30px;
  border-left: none;
  background: #29B5DC;
  color: #FFFFFF;
}

#new_item_name {
  left: 35%;
  top: 0px;
  display: flex;
  background-color: #FAFAFA;
  padding: 3px 55px 3px 3px;
  border-radius: 4px;
}
@media only screen and (max-width: 992px) {
  #new_item_name {
    padding: 3px;
  }
}
#new_item_name input {
  height: inherit;
  border: none;
  background-color: #FAFAFA;
  float: left;
  min-width: 100%;
}
@media only screen and (max-width: 992px) {
  #new_item_name input {
    min-width: unset;
  }
}

.basket {
  margin-top: 20px;
}
.basket__item {
  padding: 12px 0;
}
.basket__item .product-cart-info {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-info {
    max-width: 75%;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .basket__item .product-cart-info {
    padding: 10px 10px 15px 10px;
  }
}
.basket__item .product-cart-info .product-name {
  font-weight: 600;
}
.basket__item .product-cart-info .product-name .confirm_edit_name {
  border: none;
  background-color: #E8F4F8;
  border-radius: 4px;
  margin-right: 3px;
}
.basket__item .product-cart-info .product-name .confirm_edit_name i {
  color: #29B5DC;
  font-size: 24px;
}
.basket__item .product-cart-info .product-name .cancel_name_change {
  border: none;
  background-color: white;
  border-radius: 4px;
}
.basket__item .product-cart-info .product-name .cancel_name_change i {
  color: #DEDEDE;
  font-size: 24px;
}
.basket__item .product-cart-info .product-name a {
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  .basket__item .product-cart-info .product-name a {
    font-size: 14px;
  }
}
.basket__item .product-cart-info .original_name {
  font-size: 10px;
  font-weight: 600;
  display: flex;
  color: #E84FA5;
  margin: 10px 0 0 0;
}
.basket__item .product-cart-info .product-cart-sku b {
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .basket__item .product-cart-info .product-cart-sku {
    font-size: 12px;
  }
}
.basket__item .product-cart-info .product-cart-sku__promo {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #4A4A4A;
  text-transform: uppercase;
}
.basket__item .product-cart-info .product-cart-sku__promo span {
  font-style: normal;
  color: #636363;
  font-weight: normal;
}
.basket__item .product-cart-info .product-cart-image .product-image {
  width: 80px;
  height: 80px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  margin: 0px 10px 0px 30px;
  float: left;
  overflow: hidden;
}
.basket__item .product-cart-info .product-cart-image .product-image img {
  width: 100%;
}
.basket__item .product-cart-info .product-cart-image .product-image img:nth-child(2) {
  float: right;
  width: 35px;
  position: absolute;
  bottom: 11px;
  height: auto;
  right: 10px;
}
.basket__item .product-cart-info .description {
  font-size: 14px;
  line-height: 1.36;
  color: #4d4d4d;
}
.basket__item .product-cart-info .product-name.checkout {
  color: #000000;
  text-transform: none;
  font-size: 18px;
  font-family: "Manrope", "Prompt", sans-serif;
  font-weight: 600;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-info .product-name.checkout {
    font-weight: 700;
    max-width: -webkit-fill-available;
  }
}
@media only screen and (min-width: 768px) {
  .basket__item .product-cart-info .product-name.checkout {
    margin-top: 5px;
  }
}
.basket__item .product-cart-info .product-name .edit_item_name {
  font-size: 20px;
  vertical-align: middle;
  border: none;
}
.basket__item .product-cart-info .product-name a {
  color: #000000;
  text-transform: none;
  font-size: 18px;
  font-family: "Manrope", "Prompt", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-info .product-name a {
    font-weight: 700;
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
}
.basket__item .cart-action-list.d-block {
  display: flex !important;
}
@media only screen and (max-width: 992px) {
  .basket__item .cart-action-list.d-block {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .basket__item .cart-action-list.d-block {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .basket__item .cart-action-list.d-block {
    display: none !important;
  }
}
.basket__item .cart-action-list-mobile a:hover {
  color: #2bace2;
}
.basket__item .cart-action-list a:hover {
  color: #D20271;
}
@media only screen and (max-width: 992px) {
  .basket__item .cart-action-list, .basket__item .cart-action-list-mobile {
    text-transform: lowercase;
    margin-left: 15px;
    width: 100%;
  }
  .basket__item .cart-action-list a, .basket__item .cart-action-list-mobile a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .basket__item .cart-action-list, .basket__item .cart-action-list-mobile {
    margin-top: 10%;
    margin-left: 0px !important;
    justify-content: space-between;
    display: flex !important;
  }
}
.basket__item .cart-action-list .show-more-mobile, .basket__item .cart-action-list-mobile .show-more-mobile {
  background-color: rgba(41, 181, 220, 0.06);
  text-decoration: none;
  text-transform: none;
  border-radius: 4px;
  padding: 10px 12px 10px 12px;
  color: #999999;
  min-width: 30%;
  text-align: center;
}
.basket__item .cart-action-list .show-more-mobile.details-displayed, .basket__item .cart-action-list-mobile .show-more-mobile.details-displayed {
  background-color: #F3F3F3;
}
@media only screen and (min-width: 768px) {
  .basket__item .cart-action-list .show-more-mobile, .basket__item .cart-action-list-mobile .show-more-mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .basket__item .cart-action-list .show-item-detail, .basket__item .cart-action-list-mobile .show-item-detail {
    margin-left: -15px !important;
    text-decoration: underline;
  }
}
.basket__item .cart-action-list a, .basket__item .cart-action-list-mobile a {
  font-size: 11px;
}
@media only screen and (max-width: 768) {
  .basket__item .cart-action-list a, .basket__item .cart-action-list-mobile a {
    padding-right: 15px;
  }
}
.basket__item .product-cart-total {
  padding-right: 0;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-total {
    position: absolute;
    right: unset;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768.1px) {
  .basket__item .product-cart-total {
    padding-top: 3px;
  }
}
.basket__item .product-cart-total .cart-price {
  font-family: "Manrope", "Prompt", sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
  right: 2%;
}
@media only screen and (max-width: 992px) {
  .basket__item .product-cart-total .cart-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .basket__item .product-cart-total .cart-price {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .basket__item .product-cart-total .cart-price {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-total .cart-price {
    font-size: 16px;
    font-weight: 800;
  }
}
.basket__item .product-cart-qty p {
  font-family: "Manrope", "Prompt", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .basket__item .product-cart-qty p {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .basket__item .product-cart-qty p {
    margin: 0 0 10px 0;
  }
}
.basket__item .product-cart-qty p.date-title {
  font-size: 12px;
}
.basket__item .product-cart-qty p.date-title span {
  font-size: 14px;
  color: #e0197d;
  margin-left: 4px;
}
.basket__item .product-cart-qty p.date-value {
  font-size: 20px;
  font-size: 13px;
  margin: 5px 0 10px 0;
  font-weight: 400;
  color: #000000;
}
.basket__item .delivery_date.checkout .time-hint .badge {
  float: unset !important;
  font-size: 90%;
  padding: 6px 12px;
}
.basket__item .delivery_date.checkout .time-hint .badge-warning, .basket__item .delivery_date.checkout .time-hint .badge-danger {
  margin: 10px 0 0 0;
  padding: 6px 12px;
}
.basket__item .upload_date, .basket__item .delivery_date {
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .basket__item .upload_date, .basket__item .delivery_date {
    margin-left: 0;
    font-size: 13px;
    line-height: 14px;
    color: #4A4A4A;
  }
  .basket__item .upload_date.date-title, .basket__item .delivery_date.date-title {
    font-size: 10px;
    color: #D20271;
    text-transform: none;
  }
  .basket__item .upload_date.date-title span, .basket__item .delivery_date.date-title span {
    font-size: 14px;
    color: #e0197d;
    margin-left: 4px;
  }
  .basket__item .upload_date.quote-upload-date, .basket__item .delivery_date.quote-upload-date {
    font-size: 12px;
  }
  .basket__item .upload_date.quote-delivery-date, .basket__item .delivery_date.quote-delivery-date {
    font-size: 12px;
  }
}
.basket__item .upload_date.checkout p, .basket__item .delivery_date.checkout p {
  text-align: left;
  font-weight: 600;
}
.basket__item .upload_date.checkout p.date-title, .basket__item .delivery_date.checkout p.date-title {
  font-size: 12px;
}
.basket__item .upload_date.checkout p.date-title span, .basket__item .delivery_date.checkout p.date-title span {
  font-size: 14px;
  color: #e0197d;
  margin-left: 4px;
}
.basket__item .upload_date.checkout p.date-value, .basket__item .delivery_date.checkout p.date-value {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  margin: 10px 0 10px 0;
}
@media only screen and (max-width: 992px) {
  .basket__item .upload_date.checkout p.date-value, .basket__item .delivery_date.checkout p.date-value {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .basket__item .upload_date.checkout p, .basket__item .delivery_date.checkout p {
    margin-left: 0;
    font-size: 13px;
    line-height: 14px;
    color: #4A4A4A;
  }
  .basket__item .upload_date.checkout p.date-title, .basket__item .delivery_date.checkout p.date-title {
    font-size: 10px;
    color: #D20271;
    text-transform: uppercase;
  }
  .basket__item .upload_date.checkout p.quote-upload-date, .basket__item .delivery_date.checkout p.quote-upload-date {
    font-size: 12px;
  }
  .basket__item .upload_date.checkout p.quote-delivery-date, .basket__item .delivery_date.checkout p.quote-delivery-date {
    font-size: 12px;
  }
}
.basket__item .upload_date .date_block, .basket__item .delivery_date .date_block {
  margin-left: 15px;
}
.basket__item .upload_date .product-cart-info .product-cart-sku, .basket__item .delivery_date .product-cart-info .product-cart-sku {
  font-size: 12px;
}
.basket__item .upload_date .product-cart-info .product-cart-sku span.label, .basket__item .delivery_date .product-cart-info .product-cart-sku span.label {
  font-style: unset !important;
  font-weight: bolder !important;
}
@media only screen and (max-width: 992px) {
  .basket__item .m-14 {
    margin: 14px;
  }
}
.basket__item .control {
  position: absolute;
}
.basket__item .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.basket__item .control__indicator {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
.basket__item .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.basket__item .control--checkbox .control__indicator:after {
  left: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFFFFF;
  animation-name: bounceIn;
  animation-duration: 250ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.basket__item .control:hover input ~ .control__indicator,
.basket__item .control input:focus ~ .control__indicator {
  cursor: pointer;
}
.basket__item .control input:checked ~ .control__indicator {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.basket__item .control input:checked ~ .control__indicator:after {
  display: block;
}
.basket__item .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #4a4a4a;
}

.cart .page-title {
  border-bottom: 1px solid #FFFFFF;
}
.cart .page-title h1 {
  font-size: 28px;
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  font-family: "Manrope", "Prompt", sans-serif;
  font-weight: 600;
  color: #000000;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .cart .page-title h1 {
    font-size: 20px;
  }
}
.cart .totalcart {
  font-family: "Manrope", "Prompt", sans-serif;
}
.cart .totalcart--body {
  padding-top: 4px;
}
.cart .totalcart--body span.label {
  text-align: left;
  font-size: 12px;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .cart .totalcart--body {
    padding: 0px 0px 12px 0px;
  }
}
.cart .totalcart--body .subtotal-box-row p {
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .cart .totalcart--body .subtotal-box-row p .row div:first-child {
    text-align: left;
    padding-left: 30px;
  }
  .cart .totalcart--body .subtotal-box-row p .row div:last-child {
    text-align: right;
    padding-right: 30px;
  }
}
.cart .totalcart--body .subtotal-box-row p .discount-label {
  padding: 25px 0;
}
.cart .totalcart--body .subtotal-box-row p .discount-label label {
  font-size: 14px;
  padding-right: 15px;
}
.cart .subtotal-box-conc {
  border-radius: 5px;
  background-color: unset;
}
@media only screen and (min-width: 992px) {
  .cart .subtotal-box-conc {
    background-color: #f5f5f5;
    margin: 0;
  }
}
.cart .subtotal-box-conc .left-side {
  order: 1;
}
@media only screen and (max-width: 992px) {
  .cart .subtotal-box-conc .left-side {
    order: 3;
    background: #f5f5f5;
  }
}
.cart .subtotal-box-conc .warning {
  order: 2;
  background-color: #FFFFFF;
  font-size: 10px;
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  .cart .subtotal-box-conc .warning {
    padding-top: 3px;
  }
}
.cart .subtotal-box-conc .right-side {
  padding: 12px;
  order: 2;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .cart .subtotal-box-conc .right-side {
    order: 1;
    padding: 12px;
    background: #f5f5f5;
  }
  .cart .subtotal-box-conc .right-side .subtotal-box-price {
    text-align: right;
    padding-right: 15px;
  }
}
.cart .subtotal-box-conc .right-side__total {
  float: left;
  color: black;
  vertical-align: middle;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .cart .subtotal-box-conc .right-side__total {
    text-align: right;
  }
}
.cart .subtotal-box-conc .row :nth-of-type(2) {
  order: 1;
  color: #D20271;
  padding-right: 19px;
}
.cart .totalcart .right-side .subtotal-box-row:last-child .row .discount {
  padding: 12px 18px;
}
.cart .totalcart .right-side .subtotal-box-row .subtotal-box-price {
  padding-right: 35px;
}
.cart .checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .cart .checkout-types {
    display: flex;
    justify-content: center;
    float: unset;
    text-align: center;
  }
}
.cart .bottom-cart-option {
  text-align: right;
  max-width: 100%;
}
.cart .bottom-cart-option .dropdown-menu {
  border: 1px solid #e0197d;
  color: #e0197d;
}
.cart .bottom-cart-option .dropdown-menu a:hover {
  color: #e0197d;
}
@media only screen and (max-width: 768px) {
  .cart .get_quote {
    display: flex;
    justify-content: center;
  }
}
.cart .top-cart-left {
  position: absolute;
  top: 2px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .cart .top-cart-left {
    top: -17px;
  }
}
.cart .top-cart-left .cart-title-item {
  font-family: "Manrope", "Prompt", sans-serif;
  font-size: 16px;
  float: right;
  margin-top: 2px;
}
@media only screen and (max-width: 992px) {
  .cart .top-cart-left .cart-title-item {
    margin-top: -1px;
  }
}
.cart .top-cart-left .cart-title-item .pink {
  color: #D20271;
}
.cart-action {
  display: flow-root;
  justify-content: space-between;
  margin: 0;
  margin-right: 15px;
}
.cart-action .action {
  display: -webkit-box;
  position: relative;
  float: right;
}
.cart-action .action .dropdown .btn {
  border-color: #E0E0E0;
  background-color: #FFFFFF;
  color: #9B9B9B;
  font-size: 14px;
  min-width: 120px;
  text-align: left;
}
.cart-action .action .dropdown-menu {
  min-width: 121px;
  padding: 0;
}
.cart-action .action .dropdown-menu a {
  padding: 5px 16px;
}
.cart-action .apply {
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 12px;
  font-family: "Manrope", "Prompt", sans-serif;
  background-color: #A3A3A3;
  height: 35px;
}
.cart-action .apply:hover {
  cursor: not-allowed;
}
.cart-action .apply:enabled {
  cursor: pointer;
  background-color: #F30909;
  border-color: #F30909;
}
@media only screen and (min-width: 992px) {
  .cart-action .apply {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-action .apply {
    display: none;
  }
}
.cart-action .btn {
  border-radius: 5px;
  padding: 5px 15px;
}
.cart-action .btn:focus {
  box-shadow: none;
}

.cart-item .cart-item-price {
  float: left;
  margin-left: 50px;
}

.cart-item-price-order {
  font-size: 12px;
  font-weight: 600;
}

.cart-item-price-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 22px;
  font-weight: bold;
  color: #39393F;
  float: right;
  font-weight: 700;
}

.cart-item-price-value-shipping {
  font-size: 11px;
  color: #39c;
  font-weight: 400;
  font-style: italic;
}

.cart-item-detail {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  margin: 30px;
  /*display: table-row;*/
}

.cart-item-detail p {
  margin-top: 10px;
}

.btn-proceed-checkout {
  background-color: #2bace2;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid #2bace2;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 992px) and (min-width: 768.1px) {
  .btn-proceed-checkout {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-proceed-checkout {
    padding: 10px 27px;
  }
}
.btn-proceed-checkout:hover {
  cursor: pointer;
  background-color: #FFFFFF;
  color: #2bace2;
}

.customer_quote_btn {
  background: #FFFFFF;
  color: #e0197d;
  text-align: center;
  font-family: "Manrope", "Prompt", sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e0197d;
  border-radius: 5px;
  padding: 5px 27px;
  margin-right: 5px;
  outline: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .customer_quote_btn {
    padding: 10px 27px;
  }
}
.customer_quote_btn.dropdown-toggle {
  padding: 5px 15px;
  margin-top: -3px;
}
.customer_quote_btn:hover {
  text-decoration: none;
  background: #e0197d;
  color: #FFFFFF;
}

.btn-continue-shopping {
  background-color: #FFFFFF;
  color: #2bace2;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #2bace2;
}
.btn-continue-shopping:hover {
  cursor: pointer;
  background-color: #2bace2;
  color: #FFFFFF;
}

/*
*----------------------- C O U P O N   D I S C O U N T ---------------
 */
#discount-coupon-form, .cart .giftcard {
  width: 100%;
}
#discount-coupon-form label, .cart .giftcard label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .discount-form, .cart .giftcard .discount-form {
  padding: 0px;
}
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
  position: relative;
  width: 100%;
}
#discount-coupon-form .field-wrapper.input-coupon, .cart .giftcard .field-wrapper.input-coupon {
  display: flex;
}
#discount-coupon-form .field-wrapper.display-coupon, .cart .giftcard .field-wrapper.display-coupon {
  display: inline-grid;
  background: white;
  padding: 8px;
  border-radius: 4px;
}
#discount-coupon-form .field-wrapper .coupon_code, .cart .giftcard .field-wrapper .coupon_code {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  padding: 5px 5px 0 0;
  line-height: normal;
}
#discount-coupon-form .field-wrapper .button-wrapper, .cart .giftcard .field-wrapper .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#discount-coupon-form .field-wrapper .button-wrapper .material-icons, .cart .giftcard .field-wrapper .button-wrapper .material-icons {
  color: #FFFFFF;
}
#discount-coupon-form .field-wrapper .button-wrapper .material-icons:hover, .cart .giftcard .field-wrapper .button-wrapper .material-icons:hover {
  cursor: pointer;
}
#discount-coupon-form .field-wrapper .button-wrapper #button-coupon, .cart .giftcard .field-wrapper .button-wrapper #button-coupon {
  background-color: #333333;
  width: 30px;
  text-align: center;
  border-radius: 0 4px 4px 0;
}
#discount-coupon-form .field-wrapper .button-wrapper #button-coupon span, .cart .giftcard .field-wrapper .button-wrapper #button-coupon span {
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
}
#discount-coupon-form .field-wrapper .cancel-coupon, .cart .giftcard .field-wrapper .cancel-coupon {
  font-size: 10px;
  color: #4d4d4d;
  position: absolute;
  right: 0px;
  margin-top: 4px;
}
#discount-coupon-form .field-wrapper .cancel-coupon:hover, .cart .giftcard .field-wrapper .cancel-coupon:hover {
  cursor: pointer;
  color: #2bace2;
}
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
  display: inline;
  margin: 10px 0 0;
  color: #df280a;
  font-size: 10px;
  position: absolute;
  top: 25px;
  left: 23%;
  text-transform: none;
}
#discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text, .cart .giftcard .input-text {
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #E0E0E0;
  width: 100%;
}

.total-cart-price {
  font-weight: bold;
  display: inline-block;
  margin-top: 0px;
  color: #39393f;
}

.download-quotation {
  /*float: right;*/
  display: inline-block;
  margin-top: 6px;
}

.cart-top-left {
  position: absolute;
  width: 100%;
  bottom: 10px;
  pointer-events: none;
}

.cart-top-left p {
  margin-top: 0px;
  display: inline;
}

.cart-note p {
  display: inline;
  line-height: 3;
}

.cart-note {
  margin-bottom: 35px;
}

.checkout-types > li {
  font-size: 20px;
}

.checkout-types > li > a {
  font-size: 14px;
}

.text-sub-total {
  margin-top: 0px;
}

#shopping-cart-table {
  width: 100%;
}

#shopping-cart-table {
  border: 1px solid silver;
}

.display-single-price {
  position: relative;
}

ul {
  list-style: none;
}

.production_date {
  text-align: center;
}

.delivery_date.checkout p, .production_date.checkout p {
  position: relative;
}

.checkout .comment, .desc p.comment {
  left: 0;
}

@media screen and (min-width: 768.1px) {
  .checkout .comment, .desc p.comment {
    left: -2rem;
  }
}
@media screen and (min-width: 992px) {
  .checkout .comment, .desc p.comment {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .checkout .comment, .desc p.comment {
    left: 1rem;
  }
}
@media screen and (min-width: 1120px) {
  .checkout .comment, .desc p.comment {
    left: 2.5rem;
  }
}
/* Adjacent buttons */
.cart_footer .button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.cart_footer .button2:focus {
  outline: none;
}
.cart_footer .button2 span,
.cart_footer .button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
}
.cart_footer .button2 span:hover,
.cart_footer .button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

.checkout .reception_comment {
  top: 0;
  right: -10px;
  color: #2ac2e3;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  margin: 0 0.2rem;
  cursor: pointer;
}
.checkout .reception_comment:hover {
  color: #E84FA5;
}
@media screen and (min-width: 992px) {
  .checkout .reception_comment {
    margin: 0;
  }
}

/* .comment:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 20px 20px 20px;
  border-color: transparent transparent #2AC2E3 transparent;
  position: absolute;
  top: -14px;
  right: 1rem;
}

.checkout .comment:after {
  right: 5.4rem;
} */
.checkout .comment, .desc p.comment {
  left: 1rem;
  z-index: 9999;
  margin-top: 1rem;
}

.desc p.comment.my-account {
  left: 2.5rem;
  margin-top: 1rem;
}

p.comment {
  position: absolute;
  width: 225px;
  margin-top: 2rem;
  border: solid 1px;
  text-align: left;
  padding: 1rem;
  background: #2bace2;
  color: #FFFFFF;
  border-radius: 0.5rem;
}

.quote-production-date.date-value.checkout {
  margin-right: 5px;
  position: relative;
  max-height: 20px;
}

.quote-production-date.date-value.checkout span.comment {
  background-color: #F7FDFF;
  width: 200px;
  color: #000000;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -60px;
  text-transform: none;
}

.date-value.quote-production-date p.comment {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

.quote-production-date {
  max-width: 60%;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .quote-production-date {
    max-width: 90%;
  }
}
.quote-production-date .online_reception_comment span {
  font-weight: bold;
}

.padding-1rem {
  padding: 1rem !important;
}

.margin-top-25p {
  margin-top: 25% !important;
}

.loader-deleting {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loader-deleting__block {
  margin: 30% 50%;
  /* Spinner 3Balls Scale */
}
.loader-deleting__block h5 {
  font-size: 14px;
  margin-left: -35px;
  color: #dedede;
  width: 100px;
  margin-top: -14px;
  letter-spacing: 6px;
}
.loader-deleting__block .sp-3balls, .loader-deleting__block .sp-3balls:before, .loader-deleting__block .sp-3balls:after {
  border-radius: 50%;
  background-color: #000000;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  display: inline-block;
}
.loader-deleting__block .sp-3balls {
  position: relative;
  background-color: black;
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
}
.loader-deleting__block .sp-3balls:before, .loader-deleting__block .sp-3balls:after {
  content: "";
  position: relative;
  opacity: 0.25;
}
.loader-deleting__block .sp-3balls:before {
  left: 30px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}
.loader-deleting__block .sp-3balls:after {
  left: -30px;
  top: -23px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spScaleAlpha {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaBefore {
  0% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.25;
  }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes spScaleAlphaAfter {
  33% {
    opacity: 0.25;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

.sweet-alert h2 {
  font-size: 24px !important;
  margin: 5px 0 !important;
}
.sweet-alert button {
  font-size: 14px !important;
}

.footer-wrapper .newsletter__tab {
  padding: 40px 0px;
}
.footer-wrapper .footer {
  display: none !important;
}
