@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.ttf") format("truetype"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Medium.eot");
  src: url("../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium.ttf") format("truetype"), url("../../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.eot");
  src: url("../../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff"), url("../../fonts/Roboto-Thin.ttf") format("truetype"), url("../../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.ttf") format("truetype"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?aaby15");
  src: url("../../fonts/icomoon.eot?aaby15#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?aaby15") format("truetype"), url("../../fonts/icomoon.woff?aaby15") format("woff"), url("../../fonts/icomoon.svg?aaby15#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list_view:before {
  content: "\e904";
}

.icon-grid_view:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-call:before {
  content: "\e903";
}

.icon-slider-button:before {
  content: "\e900";
  color: #fff;
}

body main {
  margin: 40px 0 !important;
}
body main .container .page .page-content {
  padding-bottom: 0px;
}
body main .container .page .page-content .cart-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  gap: 30px;
}
@media screen and (min-width: 1280px) {
  body main .container .page .page-content .cart-item-wrap {
    display: block;
  }
}
body main .container .page .page-content .cart-item-wrap p, body main .container .page .page-content .cart-item-wrap div, body main .container .page .page-content .cart-item-wrap button, body main .container .page .page-content .cart-item-wrap a {
  font-family: "Roboto";
}
body main .container .page .page-content .cart-item-wrap h1, body main .container .page .page-content .cart-item-wrap h2, body main .container .page .page-content .cart-item-wrap h3, body main .container .page .page-content .cart-item-wrap h4, body main .container .page .page-content .cart-item-wrap h5, body main .container .page .page-content .cart-item-wrap h6 {
  font-family: "Josefin Sans";
}
body main .container .page .page-content .cart-item-wrap h3[tabindex="0"] {
  margin-top: 20px;
  font-size: 38px;
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section {
  width: 100%;
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1280px) {
  body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section {
    width: 73%;
    padding-right: 50px;
  }
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table {
  margin-bottom: 0px;
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table .cart-list .cart-item .cart-item-figure {
  width: 150px;
}
@media screen and (min-width: 991px) {
  body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table .cart-list .cart-item .cart-item-figure {
    width: 20%;
  }
}
@media screen and (min-width: 1150px) {
  body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table .cart-list .cart-item .cart-item-figure {
    width: 17%;
  }
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table .cart-list .cart-item .cart-item-figure .item-image {
  background-color: #CDE0FF;
  border-radius: 20px;
  max-height: 150px;
  height: 100%;
}
body main .container .page .page-content .cart-item-wrap .cart-details-main-section .cart-details-section table .cart-list .cart-item .cart-item-figure .item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
  mix-blend-mode: multiply;
  border: none;
}
body main .container .page .page-content .cart-item-wrap .cart-total-main-section {
  margin-top: 0;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
@media screen and (min-width: 767px) {
  body main .container .page .page-content .cart-item-wrap .cart-total-main-section {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  body main .container .page .page-content .cart-item-wrap .cart-total-main-section {
    width: 27%;
  }
}
body main .container .page .page-content .cart-item-wrap .cart-total-main-section .button--primary {
  background: linear-gradient(315deg, #ffca2b 0.88%, #ffca2b 99.12%) !important;
}
body main .container .page .page-content .cart-item-wrap .cart-total-main-section .button--primary:hover {
  background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%) !important;
}
body main .container .page .page-content .cart-item-wrap .cart-total-main-section .cart-totals .coupon-code-form .coupon-code form #couponcode {
  height: 33px;
}
body main .container .page .page-content .cart-item-wrap .cart-total-main-section .cart-totals .cart-total form button {
  font-size: 14px;
  padding: 12px;
}
@media screen and (min-width: 1440px) {
  body main .container .page .page-content .cart-item-wrap .cart-total-main-section .cart-totals .cart-total form button {
    font-size: 18px;
  }
}
body #modal {
  min-height: auto;
}
body #modal .modal-close .aria-description--hidden {
  display: none;
}
body #modal .modal-content .modal-header {
  padding: 30px 20px;
}
body #modal .modal-content .modal-body #CartEditProductFieldsForm .form-actions {
  margin-top: 0;
}/*# sourceMappingURL=cart.css.map */