/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.price-container {
    display: inline-flex;
    align-items: center;
}

.product-discount {
    margin-left: 10px;
}

.product_header_container .product-price, .product_p_price_container .product-price {
    color: #F02D3A;
}

.product-discount .regular-price {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #9c9c9c;
}

.footer-copyright-container {
  justify-content: center;
}

.cart-products-count-btn {
  background: #F02D3A;
}

#blockcart-content .cart-title .close {
    margin-top: 0;
}

#wrapper .breadcrumb a {
  padding: 0px 10px;
}

.product-quantity .add-to-cart:disabled {
  cursor: not-allowed;
  opacity: .5;
  background: #00171F;
}

@media (max-width: 767px) {
  #footer .block-toggle > .block-title {
      cursor: pointer;
  }

  #main-product-wrapper .product-add-to-cart {
      border-top: 1px solid #cccccc;
  }

  #footer .block-toggle>.block-title span::after {
      margin-left: 10px;
      padding: 5px;
      position: absolute;
      right: 0;
      top: -7px;
      z-index: 9;
      font-size: 25px;
      font-weight: 400;
  }

}
