/* ==============================
   BRAND SECTION
   ============================== */
.brand-image-container img {
  min-height: 165px;
  object-fit: contain;
}

.section-brands-home {
  padding: 0 0 50px 0 !important;
}

/* ==============================
   ITEM (CARDS / PRODUCTS)
   ============================== */
.item {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 25px 25px 20px 25px;
}

.item:hover {
  border: 2px solid #ffbf00;
  transition: .3s;
}

.item-description {
  background-color: #fff;
  min-height: 150px;
}

.item-name {
  font-size: 14px !important;
  min-height: 40px;
}

.item-link {
  font-weight: 500;
}

.item-link:hover {
  color: #000 !important;
}

.item-price {
  font-size: 20px !important;
}

.item-actions {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.item-product .item-actions input[type="submit"] {
  width: 96% !important;
  margin: 0 auto;
  display: block;
}

.item-installments {
  opacity: .8;
}

.item-installments span {
  opacity: .8;
}

/* ==============================
   HOME SECTIONS
   ============================== */
.home-sections-container > .section-home:first-child {
  padding-top: 40px;
}

.section-featured-home {
  padding: 60px 0;
}

.section-informative-banners .h6 {
  font-size: 18px;
}

.section-title {
  text-align: left !important;
  font-size: 40px;
}

.section-testimonials-home {
  margin-bottom: 50px;
}

.section-testimonials-home h2 {
  text-align: left !important;
  font-size: 40px;
}

.section-testimonials-home h3 {
  text-align: right;
  font-size: 14px;
  padding-top: 20px;
}

.section-testimonials-home p {
  text-align: left;
  line-height: 1.6em;
}

/* ==============================
   SWIPER / SLIDERS
   ============================== */
@media (min-width: 768px) {
  .js-informative-banners .swiper-wrapper {
	justify-content: space-between;
  }

  .js-informative-banners .swiper-slide {
	flex: 1 1 auto;
	margin-right: 0 !important;
	text-align: center;
  }
}

.service-item-image {
  height: 40px;
  margin-bottom: 10px;
  max-width: none;
  max-height: none;
}

.js-banners h3 {
  font-size: 16px;
}

.js-banners .swiper-slide img {
  max-height: 180px;
  object-fit: contain;
}

.swiper-testimonials .swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px !important;
}

 .textbanner-link:hover {
	color: #e84e1b !important;
  }

/* ==============================
   SEARCH
   ============================== */
@media (min-width: 768px) {
  .search-form {
	margin: 0 auto;
	float: none;
	max-width: 450px;
  }
}

.search-input {
  background-color: #fff !important;
  border-radius: 8px;
  border: 0 !important;
  width: 98%;
}

.form-control.search-input {
  padding: 12px 0 12px 12px !important;
}

.search-btn {
  background-color: #ffbf00;
  border-radius: 0 8px 8px 0;
}

.search-btn.search-submit-btn {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 13px 20px;
  width: auto;
}

.search-btn.search-submit-btn::before,
.search-btn.search-submit-btn.svg-icon-mask::before {
  content: none !important;
  mask: none !important;
  background: none !important;
}

.search-btn.search-submit-btn::after {
  content: "BUSCAR";
  display: inline-block;
}

/* ==============================
   NAVIGATION
   ============================== */
.nav-desktop .nav-desktop-list {
  display: flex;
  width: 100%;
}

.nav-desktop .nav-desktop-list > li {
  padding: 15px;
}

.utilities-icon {
	font-size: 18px;
}

/* ==============================
   BUTTONS
   ============================== */
.btn-primary {
  background-color: #2cb88d;
  border-radius: 8px;
  font-size: 12px;
  padding: 13px;
  text-transform: uppercase;
}

input[name="contact"] {
  background-color: #e84e1b;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
  transition: all .3s ease;
}

input[name="contact"]:hover {
  background-color: #2cb88d;
  color: #fff;
}

/* ==============================
   FOOTER
   ============================== */
footer .font-big,
footer .footer-payments-shipping-logos,
footer .footer-social {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 700;
}

footer .py-3 {
  padding: 50px 20px !important;
}

footer .divider {
  border: none !important;
}

.footer-legal {
  background-color: #e84e1b;
}

.footer-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

.footer-social .social-icon svg {
  fill: #E84E1B;
  width: 15px;
  height: 15px;
}

.webcompany {
  font-size: 9px;
  padding-top: 3px;
}

.custom-seal.custom-seal-code img {
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* ==============================
   FORMS
   ============================== */
.newsletter-footer .form-control,
.form-quantity,
.js-shipping-input,
#contact-form input,
#contact-form textarea {
  background-color: #fff;
  border: none !important;
  border-radius: 8px;
}

.js-calculate-shipping {
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.js-shipping-list-item {
  border-radius: 8px;
}

#product_form .js-prod-submit-form {
  margin-left: 10px;
}

.js-price-filter-btn {
  background-color: #1d1d1b;
  border-radius: 4px;
  color: #fff;
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px !important;
}

.js-accordion-private-content li:first-child .contact-link {
  font-size: 20px;
}

/* ==============================
   TYPOGRAPHY
   ============================== */
body, p, a, li, h1, h2, h3, h4, h5, h6, input, button {
  font-family: "Parkinsans", sans-serif !important;
}

.user-content p {
  font-size: 15px;
}

.page-header {
  margin-top: 30px;
}

.products-section-title.h3 {
  font-size: 40px;
}

#single-product > div.container.pt-md-3.pb-md-4 > h6 {
  font-size: 26px !important;
}

/* ==============================
   PRODUCTS & IMAGES
   ============================== */
.product-thumb img,
.product-slider-image {
  border-radius: 16px;
}

.price-container {
  padding-top: 20px;
}

.label.label-inline {
  background-color: #ffbf00;
  background-image: url("https://d1a9qnv764bsoo.cloudfront.net/stores/006/348/268/rte/label.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  border-radius: 4px;
  color: #1d1d1b !important;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 5px 5px 25px;
}

/* ==============================
   FILTERS SIDEBAR
   ============================== */
.filters-sidebar {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

.crumb.active {
  color: #e84e1b;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 767px) {
  .js-informative-banners .swiper-wrapper {
	justify-content: flex-start;
  }

  .js-informative-banners .swiper-slide {
	flex: 0 0 50%;
	max-width: 50%;
  }

  .section-brands-home {
	padding: 0 !important;
  }

  .home-sections-container > .section-home:first-child {
	padding-top: 20px;
  }

  .js-home-banner-promotional,
  .js-banners-news,
  .js-swiper-testimonials,
  .js-banners {
	padding-left: 20px;
  }

  .textbanner-text {
	padding: 10px;
  }

  .textbanner-text h3 {
	font-size: 12px !important;
  }

  .custom-seal.custom-seal-code img {
	display: inline !important;
	margin-left: 0 !important;
	margin-right: 10px;
  }

  .footer-security .p-3 {
	padding: 15px 0 !important;
  }

  footer .py-3 {
	padding: 20px 20px 0 !important;
  }
}
