/*
 Theme Name:   Pergo Child
 Theme URI:    http://jthemes.org/wp/pergo/
 Description:  Pergo child theme
 Author:       JThemes
 Author URI:   http://themeforest.net/user/themeperch
 Template:     pergo
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pergo
*/

/* Add your custom css below */

#slides {
	position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 850px !important;*/
}


#hero-7 .hero-section h2, #hero-7.hero-section h2 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

#hero-7 .hero-section h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}


.hero-content {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 52%;
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 50px 0;
    transform: translate(-50%, -50%);
    padding-left: 20px;
}

.hero-btns {
    margin-left: -15px;
}


span.sbox-icon-img {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbox-6 h5 {
	min-height: 50px;
}

.sbox p {
  min-height: 80px;
}

#scrollUp {
	border-radius: 0px;
	background-color: #1B2C41;
}

#expertise .vc_row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-card {
  background: #f4fbff;
  border-radius: 0;
  padding: 16px;
  text-align: center;
  transition: 0.25s ease;
}

.custom-product-card:hover {
  transform: translateY(-3px);
}

.product-image-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.product-image-wrap {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
}

.product-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

/* Buttons overlay */
.product-actions {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  opacity: 0;
  transition: 0.25s ease;
}

.custom-product-card:hover .product-actions {
  opacity: 1;
}

/* Icon circles */
.product-actions .action-btn {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #111;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
}

.product-actions .action-btn:hover {
  transform: scale(1.08);
  background: #f1f1f1;
}

/* Product title */
.product-info {
  margin-top: 14px;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.product-title a {
  color: #0d2b45;
  text-decoration: none;
}

.product-title a:hover {
  text-decoration: underline;
}

/* Price styling */
.product-price {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.product-price del {
  color: red;
  font-weight: 700;
  margin-right: 10px;
}

.product-price ins {
  color: #0a66c2;
  text-decoration: none;
  font-weight: 800;
}

/* Make Woo add-to-cart look like an icon inside the circle wrapper */
.custom-product-card .action-btn-cart .button,
.custom-product-card .action-btn-cart a.button {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  font-size: 0 !important; /* hide text */
}

/* Replace add-to-cart text with an icon */
.custom-product-card .action-btn-cart .button::before,
.custom-product-card .action-btn-cart a.button::before {
  content: "🛒";
  font-size: 18px;
  color: #111;
}

.action-btn-cart .loop-item-hover {
	position: static; 
    width: 100%;
    opacity: 1;
}


.page-hero-shop-section {
  padding: 40px 0;
  min-height: 100px;
}
.page-hero-shop-section .breadcrumbs li a, .page-hero-shop-section .breadcrumbs li span, .page-hero-shop-section .breadcrumbs li  {
  color: #595959;
  font-size: 15px;
}

.section-title .section-content p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding: 0.2rem 1.1rem;
}



[id^="brands-"] .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

[id^="brands-"] .row .brand-logo {
    min-height: 100px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}


/*#bdl-key-figures-container */


@media (max-width: 767px) {

	#slides {
		position: relative;
	    overflow: hidden;
	    width: 100%;
	    height: 400px !important;
	}

	.hero-content {
		width: 80%;
		text-align: center;
		padding-left: 0;
	}

	.hero-slide .hero-content h4 {
		display: none;
	}

	.hero-slide .hero-btns {
		width: 80%;
		margin: 0 auto;
	}

	.hero-slide .hero-btns a {
		width: 100%;
		display: block;
		margin-bottom: 1rem;
	}

  .hero-btns {
    margin-left: auto;
  }

  #expertise .vc_row {
    flex-direction: column;
  }


}