body {
  font-family: "Century Gothic",sans-serif;
  font-style: normal;
  color: #252525;
  background: #fff;
  line-height: 1.65; }

.page_content {
  margin-top: 150px; }

.dynamic_content {
  width: 100%; }

.add_product_btn {
  margin-top: 50px;
  margin-bottom: 50px; }

.product_image {
  width: 100%;
  border-radius: 8px; }

#existing_picture_img {
  width: 100%; }

.payment_method_img {
  width: 100%; }

.choose_payment_txt {
  margin-top: 50px;
  margin-bottom: 100px; }

.product_title_inv {
  font-size: 16px; }

.product_price_inv {
  font-size: 18px; }

.error {
  color: red; }

.products_shop_list {
  margin-top: 50px; }

.product_available {
  margin-top: 10px;
  margin-bottom: 20px;
  color: green; }

.payment_method_error {
  margin-top: 20px;
  color: red; }

.product_not_available {
  margin-top: 10px;
  margin-bottom: 20px;
  color: red; }

.product_list_link {
  text-decoration: none;
  text-underline: none;
  color: black; }

#view_cart {
  text-decoration: none;
  text-underline: none;
  color: black; }

.product_desc_page {
  margin-top: 50px; }
  .product_desc_page .product_title {
    margin-bottom: 30px; }
  .product_desc_page .product_price {
    margin-bottom: 20px; }
  .product_desc_page .product_quantity {
    border: 0.5px solid grey; }
  .product_desc_page .input-group-quantity {
    width: 60%; }
  .product_desc_page .add_to_cart_button {
    width: 80%;
    margin-bottom: 10px; }
  .product_desc_page .error_text {
    width: 80%;
    background: lightcoral;
    color: white;
    padding: 5px; }
  .product_desc_page .product_shop_description {
    margin-top: 30px; }

.cart_view_container {
  margin-top: 50px; }
  .cart_view_container .shopping_cart_text {
    margin-bottom: 30px; }
  .cart_view_container .cart_prod_quantity {
    width: 50%; }
  .cart_view_container .shopping_empty {
    margin-top: 50px; }

.order_dynamic_content {
  width: 100%; }
  .order_dynamic_content .badge_qty_mobile {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114, 114, 114, 0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    top: -1em;
    z-index: 3;
    right: 0.5em; }
  .order_dynamic_content .order_error {
    color: red; }

.payment_method {
  margin-top: 50px; }
  .payment_method .payment_btn {
    margin-top: 50px; }

.final_order {
  margin-top: 50px;
  margin-bottom: 150px; }
  .final_order .order_text {
    margin-bottom: 50px; }

.sales_container {
  margin-top: 50px; }

.sy_footer {
  margin-top: 100px;
  border-top: 0.5px solid #dedede;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .sy_footer .about_sy_header {
    margin-bottom: 20px; }
  .sy_footer .about_sy_desc {
    margin-bottom: 50px; }

.login_error {
  color: red; }

.menu_logo {
  width: 200px; }

@media (max-width: 575.98px) {
  .menu_logo {
    width: 150px; } }

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