.alert.alert-dark.d-flex.align-items-center {
  background-color: #006CB6;
  border: 0;
  border-radius: 20px; }
  .alert.alert-dark.d-flex.align-items-center .fa-info-circle {
    color: white;
    font-size: 40px;
    opacity: 0.5;
    min-width: 30px !important; }

.info-icon-col {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

button.close {
  width: max-content;
  color: #006CB6;
  font-size: 18px;
  height: 100%;
  opacity: 1;
  position: relative;
  z-index: 1; }
  button.close span {
    color: white;
    position: relative;
    z-index: 2;
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: normal; }

@media (max-width: 1199px) {
  button.close {
    margin: 0rem 0; } }

.btn.btn-block.btn-primary {
  border-radius: 15px;
  background-color: #006CB6;
  border: 1px solid #006CB6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center; }
  .btn.btn-block.btn-primary:hover {
    border: 1px solid #004A75;
    background-color: #004A75;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); }

.product-info .remove-btn-lg,
.product-info .remove-btn-lg:hover,
.product-info .remove-btn-lg:focus {
  color: #004A75 !important;
  background: transparent !important; }

.fa-trash {
  color: #006CB6 !important; }

.product-info .remove-btn-lg {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px; }

.col-sm-5.col-md-4.totals {
  border-radius: 20px;
  padding-top: 5rem;
  background-color: #EBE9E7;
  margin-bottom: 1rem; }

.product-card-footer {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.col-sm-5.col-md-4.totals:after {
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  content: "";
  background-color: #EF6549;
  position: absolute; }

.card.product-info {
  border: 1px solid rgba(114, 99, 93, 0.5);
  position: relative;
  border-radius: 20px;
  margin-bottom: 1.5rem; }

input#couponCode {
  border-radius: 10px;
  border: 1px solid #6E6E6E;
  color: #767676;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px; }

.form-group label:first-child,
.col-sm-5.col-md-4.totals:before {
  color: #404041;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px; }

.col-sm-5.col-md-4.totals:before {
  content: "Order Summary";
  font-size: 25px;
  position: absolute;
  top: 1rem; }

.form-group label:first-child {
  font-size: 20px; }

.product-info .remove-product {
  background-color: #EBE9E7;
  color: #777;
  border-radius: 0 20px 20px 0; }

.product-info .remove-product:hover {
  color: #fff;
  background-color: #777; }

.line-item-attributes {
  font-size: .813rem;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: .25rem .5rem;
  background-color: #EBE9E7;
  border-radius: 8px; }

.line-item-attributes,
.totals {
  color: #404041;
  letter-spacing: 0;
  line-height: 34px; }

.html-slot-container span {
  color: #fff; }

button.btn.btn-primary.btn-block.promo-code-btn {
  font-size: 16px;
  padding: .25rem .5rem; }

.quantity-label,
.line-item-price-info,
span.sales,
.quantity-form select,
.pricing,
.col-8 strong,
p.text-right.grand-total {
  color: #404041;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: .5rem; }

.col-8 strong,
p.text-right.grand-total {
  margin-bottom: 1rem; }

.pricing,
.col-8 strong,
p.text-right.grand-total {
  font-weight: bold; }

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

span.sales {
  font-weight: normal !important;
  padding-left: 10px !important; }

.product-card-footer span.sales {
  padding-left: 0px !important;
  font-size: 17px !important; }

.quantity-label,
.line-item-price-info {
  font-weight: 600; }

.line-item-name,
.line-item-price {
  color: #006CB6;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  white-space: normal;
  overflow-wrap: break-word; }

section#actions-go-here p {
  padding-right: 2rem; }

@media (max-width: 1200px) {
  .line-item-name,
  .line-item-price {
    font-size: 18px; }
  .line-item-attributes {
    font-size: 14px; }
  .quantity-label,
  .line-item-price-info,
  span.sales,
  .quantity-form select,
  .pricing,
  .col-8 strong,
  p.text-right.grand-total {
    font-size: 16px; }
  section#actions-go-here p {
    font-size: 16px !important; }
  section#actions-go-here h2 {
    font-size: 24px !important; }
  section#actions-go-here input {
    width: 50% !important; }
  section#actions-go-here button {
    width: 40% !important; }
  .row .solid-button {
    font-size: 14px !important;
    padding: .25rem .5rem !important;
    margin-right: auto; } }

@media (max-width: 991px) {
  section#actions-go-here input {
    font-size: 14px !important; }
  h1.page-title {
    font-size: 27px !important;
    line-height: 38px; } }

@media (max-width: 650px) {
  .line-item-name,
  .line-item-price {
    font-size: 14px; }
  .line-item-attributes {
    font-size: 12px; }
  .quantity-label,
  .line-item-price-info,
  span.sales,
  .quantity-form select,
  .pricing,
  .col-8 strong,
  p.text-right.grand-total {
    font-size: 14px; } }

@media (max-width: 543px) {
  .line-item-name,
  .line-item-price {
    font-size: 18px; }
  .line-item-attributes {
    font-size: 14px; }
  .quantity-label,
  .line-item-price-info,
  span.sales,
  .quantity-form select,
  .pricing,
  .col-8 strong,
  p.text-right.grand-total {
    font-size: 16px; }
  .col-auto h2.number-of-items,
  .col-auto h1.page-title {
    font-size: 30px !important; }
  .totals {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

.item-image {
  position: relative; }

.quantity-form {
  margin-top: 0; }

.quantity-form select {
  height: 100%;
  margin-bottom: 0;
  line-height: 17px;
  height: 50px !important;
  margin-bottom: 10px; }

@media (max-width: 900px) {
  .quantity-form select {
    height: 44px !important; } }

.btn.btn-block.btn-primary:active {
  border: 1px solid #004A75;
  background-color: #004A75;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: #EF6549; }

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 3px;
  position: relative;
  background-clip: content-box;
  border: 1px solid #6E6E6E;
  background-color: #fff;
  border-radius: 50%; }

ol.breadcrumb {
  background-color: #EBE9E7; }

ol.breadcrumb .svg {
  fill: #006CB6; }

ol.breadcrumb a:not(:last-child) {
  color: #006CB6; }

svg.bi.bi-exclamation-triangle-fill.flex-shrink-0.me-2 {
  height: 100%; }

h1.page-title {
  left: 0; }

h1.page-title,
h2.number-of-items {
  color: #5F6062 !important;
  font-size: 36px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  background-color: transparent !important; }

h1.page-title:before {
  background-color: transparent !important;
  content: "";
  border-bottom: 4px solid #EF6549;
  position: absolute;
  bottom: 100px;
  width: 100%;
  left: 0%; }

@media (max-width: 991px) {
  .product-info .remove-product {
    border-radius: 100px; }
  .product-info .remove-product span {
    /*position: absolute;*/
    /*top: -25%;
        left: 20%;*/ } }

.cart-delete-confirmation-btn.btn-primary {
  background-color: #006CB6;
  border: 1px solid #006CB6;
  border-radius: 10px; }

.cart-delete-confirmation-btn.btn-primary:hover {
  background-color: #004A75;
  border: 1px solid #004A75;
  color: #fff; }

button.btn.btn-outline-primary {
  border-radius: 10px; }

@media (max-width: 768px) {
  .removeProdText {
    font-size: 15px;
    line-height: 29px; }
  .quantity-label {
    font-size: 17px !important;
    line-height: 32px !important; } }

h2.number-of-items::before {
  content: "("; }

h2.number-of-items::after {
  content: ")"; }

h2.number-of-items {
  margin: 0.9375em 0; }

div.minicart .line-item-name,
.line-item-price {
  font-size: 18px;
  padding: 0;
  padding-left: 10px; }

div.minicart .line-item-attributes {
  font-size: 12px; }

div.minicart .product-line-item-details.d-flex.flex-row {
  padding: 1rem 0 0 10px; }

div.minicart label.line-item-pricing-info.quantity-label {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600; }

.contain-me {
  padding-right: 10%;
  padding-left: 10%;
  margin-right: 0;
  margin-left: 0; }

@media (max-width: 1200px) {
  .contain-me {
    padding-right: 5%;
    padding-left: 5%; } }

.product-info .remove-btn-lg {
  padding: 0 !important;
  text-align: right;
  position: relative !important;
  float: right; }

.line-item-sku {
  font-size: 18px; }

.line-item-promo {
  display: none; }

.line-item-price-info,
.unit-price,
.quantity-form,
.line-item-price-info,
.line-item-total-price-amount {
  text-align: left;
  font-size: 17px; }

.show-over-900 {
  display: block; }

.line-item-name {
  text-decoration: underline;
  width: 100%;
  white-space: normal; }

@media (max-width: 900px) {
  .line-item-name {
    font-size: 18px !important;
    line-height: 29px !important;
    white-space: normal; }
  .show-over-900 {
    display: none; }
  .line-item-sku {
    font-size: 15px;
    line-height: 29px; }
  .quantity-label,
  .line-item-price-info,
  span.sales,
  .quantity-form select,
  .pricing,
  .col-8 strong,
  p.text-right.grand-total {
    font-size: 15px;
    line-height: 29px;
    line-height: 17px; } }

.shipping-method-header,
.shipping-address-header {
  color: #404041;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px; }

.shipping-method-block h3,
.view-address-block h3 {
  font-size: 1.25rem; }

.shipping-method-block {
  margin-bottom: 20px; }

.shipping-method-ul-description li::marker {
  color: #EF6549 !important; }

.shipping-method-li-description,
.shipping-address-description {
  color: #404041;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 37px; }

@media (max-width: 1059px) {
  .totals {
    width: 100%;
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%; }
  .cartPageProductsContainer {
    display: contents; } }

@media (max-width: 991px) {
  .cartProductImageCont {
    width: 182px; } }

@media (max-width: 900px) {
  .mobileCartImage {
    width: 180px !important; } }

.col-12.col-sm-12.col-md-1.close-button.cartCloseButton {
  padding-right: 0 !important; }

@media (max-width: 768px) {
  .cartCloseBannerBtn {
    padding-right: 49% !important;
    padding-top: 3% !important; } }

.c-productcard__promotionBanner--style {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  color: #009988; }

.shipping-discount-total__label,
.shipping-cost {
  color: #404041;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 37px; }

@media (max-width: 544px) {
  .image-banner {
    font-size: 8px; } }

@media (max-width: 400px) {
  .image-banner {
    font-size: 5px; } }

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