/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/storefront/
 Description:  Twenty Fifteen Child Theme
 Author:       Mutombo Tshomba
 Author URI:   https://woocommerce.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-chil
*/

/* importing the font*/
/* Importing the google font needed */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

body {
  background: rgb(239 239 239) !important;
  font-family: "Poppins", sans-serif;
}

button#site-navigation-menu-toggle {
  display: none;
}

p.site-description,
.site-header,
.storefront-handheld-footer-bar {
  color: green;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-additional-fields h3 {
  display: none;
}

li.wc-block-grid__product {
  background: #fff;
  border-radius: 11px;
  margin-right: 13px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease;
}

li.wc-block-grid__product:hover {
  transform: scale(1.07);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  /* 	border: solid 1px gray; */
  z-index: 9999;
}

.wc-block-grid__product-image {
  padding: 5px;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  max-width: 23%;
}

@media (max-width: 480px) {
  .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 100%;
  }
}

/* site content */
.site-content {
  background: #fff;
}

/* Search Box */
input[type="search"] {
  padding: 0.6180469716em;
  border-radius: 20px;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: none;
}

/* All input boxes */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  box-shadow: none !important;
}

/* All button colors */
.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  background-color: #181c4b;
  border-color: #eeeeee;
  color: #ffffff;
  border-radius: 5px !important;
}

/* Make credit application button */
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
  background-color: #181c4b;
  border-color: none;
  color: #ffffff;
  border-radius: 5px !important;
}

/* woocomerce form fields */
.woocommerce-input-wrapper .input-text {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #181c4b;
}

.wp-block-cakewp-block-slider.block-slider.alignfull.blockslider-has-styles.blockslider-opacity-100.blockslider-slides-opacity-100.blockslider-post-332.blockslider-uid-c2c747 {
  padding: 0 !important;
}

h1.product_title.entry-title {
  font-size: 25px;
  font-weight: 400;
  margin-top: 15px;
}

/*   ----------------   Home ------------------   */
.buying-power {
  font-family: Poppins !important;
  padding-right: 20px;
}

.unlock-apply-credit:hover {
  transform: scale(1.2);
}
.unlock-apply-credit {
  transition: all 0.3s ease-in-out;
}

/*------------------------------------------------Online credit application Form--------------------------------------------------*/

.containerfm {
  max-width: 86%;
  margin: 0 auto;
  overflow: hidden;
  font-family: Poppins;
  /*to keep everything with in the container*/
}

.full-height-grow {
  display: flex;
  flex-direction: column;
}

ul {
  list-style: none;
}

.h1-form {
  font-size: 2rem;
  color: #26292e;
  font-family: Poppins;
}
.h2-form {
  font-size: 1.5rem;
  color: #26292e;
  font-family: Poppins;
}

.decription2 {
  font-size: 1.3rem;
  color: #26292e;
}

._formbg {
  background-color: green;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  margin: 0.5rem 0;
  /*1 rem = the font size of the roo html element html element = 16 */
}

/*Text styles Utilities */
.text-lg {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

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

.text-dark {
  color: #999;
}

/* Buttons Utilities*/
.btnfm {
  display: inline-block;
  background: #d40e1a;
  color: #fff;
  padding: 0.4rem 1.3rem;
  font-size: 1rem;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-right: 0.5rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  border-radius: 2px;
}

.btn:hover {
  opacity: 0.9;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-xl {
  font-size: 2rem;
  padding: 1.5rem 2.1rem;
  text-transform: uppercase;
}

.btn-lg {
  font-size: 1rem;
  padding: 0.8rem 1.3rem;
  text-transform: uppercase;
}

/*------------------------------------------------Online Credit application--------------------------------------------------*/

.pay-form {
  padding: 50px;
  /*margin-top: 50px;*/
}

.pay-form-section {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 45px;
  /* margin-left: 60px; */
  border-radius: 5px;
  width: 90%;
  -webkit-box-shadow: 0 10px 20px 7px rgba(46, 91, 255, 0.07);
  -moz-box-shadow: 0 10px 20px 7px rgba(46, 91, 255, 0.07);
  box-shadow: 0 10px 20px 7px rgba(46, 91, 255, 0.07);
}

/*--------------------------------------------------------------------------------------------------*/

.contact-mainfm {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 10px;
}

.contact-information {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}

.contact-information p:nth-child(2) {
  line-height: 2.2em;
}

.contact-information p:last-child {
  line-height: 1.4em;
}

.contact-us-online {
  padding: 1rem;
  background-color: #ecedef;
  margin-bottom: 45px;
  border-radius: 5px;
  width: 90%;
}

.contact-online {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-fm-group {
  width: 98%;
}
.input-fm-group select {
  color: inherit;
  outline: none;
  width: 97%;
  margin: 0.5rem;
  padding: 0.2rem;
  background-color: #ecedef;
  border: solid 1px #3e3e3e;
  border-radius: 5px;
}

.grouping {
  display: flex;
}
.input-fm-group input[type="check"] {
  self-align: left;
  float: left;
}

.input-fm-group input {
  outline: none;
  width: 97%;
  margin: 0.5rem;
  padding: 0.2rem;
  background: none;
  border: solid 1px #b54b4b;
  border-radius: 5px;
}

.input-fm-group input[type="text"],
.input-fm-group input[type="number"],
.input-fm-group input[type="email"],
.input-fm-group input[type="tel"],
textarea {
  background: none;
  border: solid 1px #3e3e3e;
}

.input-fm-group textarea {
  color: inherit;
  width: 97%;
  margin: 0.5rem;
  padding: 0.8rem 0.8rem;
  border: solid 1px #3e3e3e;
  border-radius: 8px;
  background: none;
}

.input-fm-group input:focus {
  border-color: lightblue;
}

.input-fm-group .btn {
  margin-left: 0.5rem;
}

@media (max-width: 684px) {
  .contact-us {
    padding-top: 20px;
  }

  .containerfm {
    max-width: 100%;
  }

  /* ------------------Mobile creedit application -----------------*/

  .pay-form {
    padding: 10px;
  }

  .contact-mainfm {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-information {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-us-online {
    margin: 20px 0px;
    width: 100%;
  }
  .pay-form-section {
    margin: 20px 0px;
    width: 100%;
  }

  .grouping {
    display: block;
  }
}

nav#site-navigation {
  width: 88% !important;
}

/* Breadcrumbs styling */
.storefront-breadcrumb {
  margin: 0;
  padding: 1em 0;
}

/* How to pay page style  */

.payment-block {
  background: #07072929;
  transition: all 0.3s ease-in-out;
}

.payment-collection .payment-block {
  text-align: center;
  padding: 30px !important;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.payment-block:hover {
  color: #000;
  transform: scale(1.1);
}

.payment-collection h2 {
  color: #ff0000;
}
.wp-container-5.wp-block-columns a {
  color: #00000061;
  /* text-decoration: none; */
}

.wp-container-5.wp-block-columns a:hover {
  color: #ff0000;
  text-decoration: none;
}

.wp-container-9.wp-block-columns a {
  color: #00000061;
}

.wp-container-9.wp-block-columns a:hover {
  color: #ff0000;
}

/* How pay to page style  */
.buying-option {
  padding: 40px 50px !important;
}

.site-branding img {
  min-width: 450px !important;
}

@media (max-width: 480px) {
  .site-branding img {
    min-width: 350px !important;
  }
  nav#site-navigation {
    width: 100%;
  }
}

.widget_product_search form:before {
  color: red !important;
}

/* August 2022 updates  */
.footer-widgets,
.site-info {
  font-size: 14px !important;
}

.single-product div.product {
  margin-top: 50px;
}

.woocommerce-breadcrumb {
  padding: 20px 0;
  font-size: 14px;
}

.block-slider .blockslider-pagination-wrapper .blockslider-pagination-main {
  margin: 0;
}

.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  display: flex;
}

form#checkout {
  font-size: 14px;
}

td.product-name {
  width: 100% !important;
}

.col2-set {
  width: 35%;
  margin-right: 5px !important;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

div#order_review {
  width: 60%;
}

/* Error validation class  */
.errorClass {
  display: block;
  color: red;
  font-size: 10px;
  text-align: center;
  margin-top: -6px;
}

.error-box {
  padding: 4px;
  width: 100%;
  color: red;
  margin: 6px;
}

.store-locator-link a {
  color: #000000 !important;
}
.store-locator-link a:hover {
  color: red !important;
}
