/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item:before, .popup-cart-content-overlay .popup-cart-content .close-popup-cart:before, .smart-cart-opener:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc, .popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-thumb {
  box-sizing: border-box;
}

.woocommerce-smart-cart-item-loader:before,
.woocommerce-smart-cart-loader:before {
  border: 4px solid #999;
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.popup-cart-content-overlay .popup-cart-content .close-popup-cart, .smart-cart-opener {
  top: 45px;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.clear-fix {
  clear: both;
}

.smart-cart-opener {
  position: fixed;
  right: 0;
  background: #000000;
  color: #fff;
  font-size: 24px;
  z-index: 99999;
}
.smart-cart-opener.smart-cart-left {
  right: unset !important;
  left: 0 !important;
}
.smart-cart-opener:before {
  content: "\f291";
}
.smart-cart-opener.smart-cart-disabled-fontawesome:before {
  content: url(../png/icon-basket.png) !important;
}
.smart-cart-opener:hover {
  background: #fff;
  color: #000000;
}
.smart-cart-opener.smart-cart-disabled-fontawesome:hover:before {
  content: url(../png/icon-basket-hover.png) !important;
}
.smart-cart-opener span {
  background: #ffffff;
  color: #000000;
  font-size: 10px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  right: 3px;
  bottom: 3px;
  line-height: 16px;
  text-align: center;
  display: block;
  position: absolute;
}

.popup-cart-content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: none;
}
.popup-cart-content-overlay .popup-cart-content {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .popup-cart-content-overlay .popup-cart-content {
    padding: 20px;
  }
}
@media screen and (max-width: 479.9px) {
  .popup-cart-content-overlay .popup-cart-content {
    padding: 10px;
  }
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart {
  position: absolute;
  left: -40px;
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart:before {
  content: "\f00d";
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart:hover {
  color: #000000;
}
.popup-cart-content-overlay .popup-cart-content #popup-cart-info {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-cart-content-overlay .popup-cart-content #popup-cart-info .popup-cart-header {
  text-align: center;
}
.popup-cart-content-overlay .popup-cart-content #popup-cart-info .popup-cart-header img {
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px #ccc solid;
  position: relative;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row:first-of-type {
  border-top: none !important;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row:last-of-type {
  border-bottom: 1px #ccc solid;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  color: #000000;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item:before {
  content: "\f00d";
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item:hover {
  background-color: #000000;
  color: #fff !important;
}
@media screen and (min-width: 480px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 479.9px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .woocommerce-smart-cart-remove-cart-item {
    font-size: 16px;
  }
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-thumb {
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 767.9px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-thumb {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-thumb {
    width: 20%;
  }
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc {
  width: 80%;
  float: right;
}
@media screen and (max-width: 767.9px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc {
    width: 80%;
  }
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc p {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc small {
  font-size: 75%;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-price {
  padding-top: 5px;
  font-weight: bold;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row.hide-cart-prd-thumbnail .cart-prd-thumb {
  display: none;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row.hide-cart-prd-thumbnail .cart-prd-desc {
  width: 100%;
}
.popup-cart-content-overlay.active {
  display: block;
}
.popup-cart-content-overlay.active .popup-cart-content {
  width: 500px;
  max-width: 80%;
}
.popup-cart-content-overlay.smart-cart-left .popup-cart-content {
  right: unset;
  left: 0;
}
.popup-cart-content-overlay.smart-cart-left .popup-cart-content .close-popup-cart {
  left: unset;
  right: -40px;
}
.popup-cart-content-overlay.smart-cart-left .woocommerce-smart-cart-loader {
  top: 0;
  left: 0;
}
.popup-cart-content-overlay.smart-cart-right .woocommerce-smart-cart-loader {
  top: 0;
  right: 0;
}
.popup-cart-content-overlay.smart-cart-center .popup-cart-content {
  height: auto;
  max-height: 80vh;
  margin-top: 10vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.popup-cart-content-overlay.smart-cart-center .popup-cart-content #popup-cart-info {
  max-height: unset;
}
.popup-cart-content-overlay.smart-cart-center .popup-cart-content .close-popup-cart {
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-remove-cart-item {
  right: unset;
  left: 8px;
}
.popup-cart-content-overlay.rtl .cart-prd-thumb {
  float: right;
  order: 2;
  padding-left: 10px;
}
.popup-cart-content-overlay.rtl .cart-prd-thumb img {
  max-width: 100%;
}
.popup-cart-content-overlay.rtl .cart-prd-desc {
  order: 1;
  text-align: right;
}
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-quantity,
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-add-related-product {
  float: left;
}
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-calculation-amt {
  text-align: right;
}
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-calculation-amt #woocommerce-smart-cart-subtotal,
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-calculation-amt #woocommerce-smart-cart-shipping,
.popup-cart-content-overlay.rtl .woocommerce-smart-cart-calculation-amt #woocommerce-smart-cart-total {
  float: left;
}

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

.woocommerce-smart-cart-item-info {
  padding-bottom: 5px !important;
}
.woocommerce-smart-cart-item-info a {
  outline: none !important;
}
.woocommerce-smart-cart-item-info a:hover {
  color: #000;
}
@media screen and (max-width: 480px) {
  .woocommerce-smart-cart-item-info {
    font-size: 13px;
  }
}

.woocommerce-smart-cart-calculation {
  padding-top: 15px;
}
.woocommerce-smart-cart-calculation .woocommerce-smart-cart-calculation-amt {
  font-size: 16px;
}

#woocommerce-smart-cart-subtotal,
#woocommerce-smart-cart-shipping,
#woocommerce-smart-cart-total {
  float: right;
  font-weight: bold;
}

.woocommerce-smart-cart-item-loader,
.woocommerce-smart-cart-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.woocommerce-smart-cart-item-loader:before,
.woocommerce-smart-cart-loader:before {
  content: "";
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  position: absolute;
}

.woocommerce-smart-cart-button {
  display: inline-block;
  background: #000000;
  border: 2px #000000 solid;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
}
.woocommerce-smart-cart-button:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .woocommerce-smart-cart-button {
    padding: 8px 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 479.9px) {
  .woocommerce-smart-cart-button {
    padding: 5px 20px;
    font-size: 16px;
  }
}

.woocommerce-smart-cart-quantity,
.woocommerce-smart-cart-add-related-product {
  display: block;
  float: right;
  background: #f6f6f6;
  height: 20px;
  margin-right: 10px;
}
.woocommerce-smart-cart-quantity:after,
.woocommerce-smart-cart-add-related-product:after {
  content: "";
  clear: both;
  float: none;
}
.woocommerce-smart-cart-quantity input,
.woocommerce-smart-cart-add-related-product input {
  display: inline-block !important;
  width: 40px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
  vertical-align: top !important;
  height: 20px !important;
  min-height: unset !important;
  border: none;
  box-sizing: border-box;
}
.woocommerce-smart-cart-quantity input[type=text],
.woocommerce-smart-cart-add-related-product input[type=text] {
  border: none !important;
  padding: 2px !important;
}
.woocommerce-smart-cart-quantity input[type=button],
.woocommerce-smart-cart-add-related-product input[type=button] {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  width: 20px !important;
  padding: 0;
  background: #000000;
  color: #fff;
  border-radius: 0 !important;
  cursor: pointer;
  border: 1px #000000 solid;
  font-weight: lighter;
  line-height: 0.8;
  vertical-align: top;
}
.woocommerce-smart-cart-quantity input[type=button]:hover,
.woocommerce-smart-cart-add-related-product input[type=button]:hover {
  background: transparent;
  color: #000000;
}
.woocommerce-smart-cart-quantity input[type=text],
.woocommerce-smart-cart-add-related-product input[type=text] {
  background: transparent;
}
@media (max-width: 767px) {
  .woocommerce-smart-cart-quantity .wsc-button,
  .woocommerce-smart-cart-add-related-product .wsc-button {
    display: block;
    float: none;
  }
}

.mix_and_match_child {
  border-top: none !important;
}

.smart-cart-mnm-qty {
  display: none;
}

.mix_and_match_child .woocommerce-smart-cart-item-info:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f3bf";
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 0.3819820591em;
  opacity: 0.25;
}
.mix_and_match_child .smart-cart-mnm-qty {
  display: inline;
}
.mix_and_match_child .woocommerce-smart-cart-quantity {
  display: none;
}
.mix_and_match_child .woocommerce-smart-cart-remove-cart-item,
.mix_and_match_child .cart-prd-price {
  display: none;
}
.mix_and_match_child .cart-prd-thumb {
  text-align: right;
}
.mix_and_match_child .cart-prd-thumb img {
  max-width: 50%;
  float: right;
}

.smart-cart-disabled-fontawesome .close-popup-cart:before {
  content: url(../png/icon-close.png) !important;
}

.smart-cart-disabled-fontawesome .close-popup-cart:hover:before {
  content: url(../png/icon-close-hover.png) !important;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:before {
  content: url(../png/icon-delete.png) !important;
  position: relative;
  left: -1px;
  top: -1px;
}

.smart-cart-disabled-fontawesome .woocommerce-smart-cart-remove-cart-item:hover:before {
  content: url(../png/icon-delete-hover.png) !important;
}

.cart-prd-desc p:empty:before {
  display: none;
}

.cart-prd-desc .add_to_cart_inline {
  font-weight: bold;
  padding-right: 10px !important;
}
.cart-prd-desc .add_to_cart_inline:after {
  content: "";
  clear: both;
  float: none;
}
.cart-prd-desc .add_to_cart_inline .add_to_cart_button,
.cart-prd-desc .add_to_cart_inline .button {
  float: right;
  font-size: 60%;
}

.wsc-below-checkout-button {
  text-align: center;
  padding-top: 5px;
}

.cart-prd-desc dl {
  display: block;
  margin-bottom: 0;
  font-size: 80%;
  line-height: 1.25;
}
.cart-prd-desc dl.component dt {
  width: 100%;
  display: block;
}
.cart-prd-desc dl .component-hidden {
  display: none;
}
.cart-prd-desc dt,
.cart-prd-desc dd {
  display: inline-block;
}
.cart-prd-desc dd {
  margin-left: 0;
}

/*Loading spinner keyframes*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=woocommerce-smart-cart-public.css.map */
