/*
 Theme Name:   Storefront-Child
 Theme URI:
 Description:
 Author:       Muhammad Bilal
 Author URI:
 Template:     storefront
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
#atag {
  color: #333333 !important;
  font-size: 16px !important;
}
#atag:hover {
  color: #FF0043 !important;
}

h2, .h2 {
  font-size: 28px !important;
  font-weight: 800 !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #222 !important;
  font-family: "Montserrat", sans-serif !important;
}
a {
  font-family: "Montserrat", sans-serif !important;
}

.site-content {
  outline: none;
  margin-top: 3%;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  margin-bottom: 2% !important;
  font-family: "Montserrat", sans-serif !important;
}

.card-title {
  font-weight: 700;
  color: #333333 !important;
  font-family: "Montserrat", sans-serif !important;
}

.d-flex {
  display: flex !important;
  color: #333333;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
}

hr {
  background-color: #333 !important;
  border: 0;
  height: 1px;
  margin: 1rem 0 1em !important;
}

input#floatingDigestEmail {
  background: white !important;
}

.form-control {
  border: 1px solid #FF0000 !important;
}

.storefront-breadcrumb {
  display: none !important;
}

.related.products {
  color: #612E8D !important;
  display: none;
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

/* WooCommerce */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #81C640;
}

.single_add_to_cart_button.button.alt.wp-element-button {
  color: #ffffff;
}

.input-text.qty.text {
  display: none;
}

.product_title.entry-title {
  display: none;
}

input:focus {
  outline-color: #F5B52E !important;
}
a:focus {
  outline: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  border: 1px solid #F5B52E !important;
  line-height: 3.3 !important;
  background-color: #F8F9FA !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input#adminbar-search.adminbar-input {
  background: none !important;
  border: 1px solid #1D2327 !important;
}
input#adminbar-search.adminbar-input:focus {
  border: 1px solid #F5B52E !important;
  background-color: #F8F9FA !important;
}

.woocommerce-billing-fields {
  width: 500px;
}
@media only screen and (max-width: 600px) {
  .woocommerce-billing-fields {
    width: 350px;
  }
}

.woocommerce-shipping-fields {
  width: 500px;
}
@media only screen and (max-width: 600px) {
  .woocommerce-shipping-fields {
    width: 350px;
  }
}

.woocommerce-additional-fields {
  width: 500px;
}
@media only screen and (max-width: 600px) {
  .woocommerce-additional-fields {
    width: 350px;
  }
}

.site-content {
  margin-top: 0% !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #5E9FD1 !important;
}

.button.alt.wp-element-button {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  font-weight: 600;
  background: #65AE20 !important;
  color: #fff;
  border-color: #65AE20 !important;
}

