body {
  font-family: "Roboto", arial, sans-serif;
}

button {
  text-transform: uppercase !important;
}

/*sending blue icon*/
.sib-conversations--pos-right {
  right: 80px !important;
}

#brevo-conversations {
  margin-right: 7rem;
}

#site-navigation {
  background: #e80c2f;
}
#site-navigation a.nav-link {
  color: #fff !important;
  font-weight: 400;
  font-size: 0.7em;
}

.menu-description {
  display: none !important;
}

.heading-row .header-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.heading-row .site-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.heading-row .site-heading a.custom-logo-link img {
  width: 300px;
}
.heading-row input.header-search-input {
  width: 100% !important;
}
.heading-row .header-search-select {
  display: none;
}
.heading-row .mini_cart_item a {
  color: #000;
}
.heading-row .woocommerce a.remove {
  color: #e80c2f !important;
}

.cart-contents span.count {
  background: #e80c2f;
}
.cart-contents .amount-cart {
  background: #fff;
  color: #000;
}

.site-header div.container {
  width: calc(100% - 1rem);
}

.menu-description {
  display: none;
}

.nav > li.active > a:after, .current-page-parent:after {
  background-color: #e80c2f;
}

/*product*/
li.product {
  border-color: #f1f1f1 !important;
  box-shadow: 0px 0px 5px -7px rgba(0, 0, 0, 0.65);
}
li.product .woocommerce-loop-category__title, li.product .woocommerce-loop-product__title {
  color: #000 !important;
  background: #fff !important;
  margin: 0 !important;
  padding: 2rem !important;
}
li.product .add_to_cart_button {
  color: #000;
}
li.product .add_to_cart_button:hover {
  background-color: #e80c2f !important;
  color: #ffffff !important;
}
li.product .added_to_cart {
  border: 1px solid;
  border-radius: 3px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #e80c2f;
  font-weight: 400;
}

/*brands*/
.pwb-brands-cols-outer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0px auto;
  padding: 0;
  flex-wrap: wrap;
}
.pwb-brands-cols-outer .pwb-brands-col3:hover {
  transition: 0.5s;
}
.pwb-brands-cols-outer .pwb-brands-col3 {
  border: 1px solid;
  display: flex;
  border-color: #e7e7e7;
  box-shadow: 2px 2px 2px #727272;
  height: 220px;
  margin: 19px 1rem;
  transition: 0.5s;
  background-color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
}
.pwb-brands-cols-outer .pwb-brands-col3 div {
  margin: auto;
}
.pwb-brands-cols-outer .pwb-brands-col3 img {
  height: initial;
  margin: 1rem auto;
  max-height: 190px;
}
.pwb-brands-cols-outer .pwb-brands-col3 p {
  display: none !important;
  text-align: center;
  font-size: 2em !important;
}
.pwb-brands-cols-outer .pwb-brands-col3 p a {
  color: #e70d2e;
  text-decoration: none !important;
}
.pwb-brands-cols-outer .pwb-brands-col3 p small {
  display: none !important;
}

.elementor-social-icon:hover i {
  color: #000000 !important;
}

#content-footer-section {
  background-color: #1e1e1e !important;
}
#content-footer-section .customize-unpreviewable {
  color: #ffffff !important;
}

.widget-title {
  border-bottom: none;
}
.widget-title h3 {
  font-weight: 400;
}

.contact-form .grunion-field-label span {
  color: #fff;
}
.contact-form .grunion-field-label span::before {
  content: "*";
  color: red;
}

.fc-progress-bar__bars .is-complete {
  background-color: #e80c2f !important;
}
.fc-progress-bar__bars .is-current {
  background-color: #898989 !important;
}

/*tabs*/
.wc-tabs-wrapper {
  border: 1px solid #e1e1e1 !important;
  padding: 0 6rem !important;
}

@media screen and (min-width: 300px) and (max-width: 719px) {
  #site-navigation {
    background: #fff;
  }
  #site-navigation a.nav-link {
    color: #000 !important;
    font-weight: 600;
  }
  .single-content {
    padding: 0px !important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    flex: 0 0 100% !important;
  }
  /*tabs*/
  .wc-tabs-wrapper {
    border: 1px solid #e1e1e1 !important;
    padding: 0 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  #site-navigation {
    background: #fff;
  }
  #site-navigation a.nav-link {
    color: #000 !important;
    font-weight: 600;
  }
  .single-content {
    padding: 0px !important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 45% !important;
  }
}