/*
	Theme Name: Petz1st
	Description: Theme for Petz1st
	Version: 1.0.0
	Author: fuelthemes
	Author URI: https://www.outrank.co.uk
	Text Domain: peakshops
	Template: peakshops
	Domain Path: /inc/languages
*/

.has-text-white{color:#fff;}
.has-text-white h3{color:#fff;}
.has-text-white a{color:#fff;text-decoration: underline;}
.has-text-green{color:#1A4F39;}
.has-text-black{color:#000;}
.has-font-weight-400{font-weight:400;}
.has-font-weight-600{font-weight:600;}
.has-text-uppercase{text-transform:uppercase;}
.green-button{background-color:#1A4F39!important;border:2px solid #1A4F39;}
.green-button:hover{background-color:transparent!important;border:2px solid #1A4F39;color:#1A4F39;}
.yellow-button{background-color:##F2AE30!important;border:2px solid #1A4F39;}
.yellow-button:hover{background-color:transparent!important;border:2px solid ##F2AE30;color:##F2AE30;}

.hero-banner-text{font-size:20px; weight:700;}

.thb_title.style12 h2 {
    font-size: 34px;
    font-weight: 400;
}
.footer.dark+.subfooter.dark:after {
    background: transparent;
}
.products .product.thb-listing-style2 .thb-product-inner-wrapper {
    background: #fff;
}
.products .product-category.thb-category-style6 .thb-category-link .woocommerce-loop-category__title {
    font-size: 16px;
    color: #e54412;
    text-transform: uppercase;
}
.thb-posts-shortcode .post {
    border-radius: 10px;
    overflow: hidden;
}
.products .product-category .thb-category-link {
    border-radius: 10px;
    overflow: hidden;
}
.products .product-category.thb-category-style6 .thb-category-link .woocommerce-loop-category__title,
.thb-quantity-style2 .products .product.thb-listing-button-style5 .thb-addtocart-with-quantity div.quantity {
    border-radius: 5px;
}
.products .product.thb-listing-style2 .product-thumbnail img {
    border-radius: 5px 5px 0 0;
}
.products .product.thb-listing-style2 .thb-product-inner-wrapper {
    border-radius: 10px;
}
.thb_image_link>a:hover img {
    transform: scale(1,1);
    opacity: 1;
}
.thb-label {
    padding: 16px 12px;
}
.footer-bar-background.row {
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: repeat-x !important;
}
@media only screen and (min-width: 1068px) {
    .header.style1 .header-menu-row {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1068px) {
.post.style5 .post-content-inner {
    padding: 15px 0px 12px 30px;
}

@media only screen and (min-width: 736px) {
    .products .product.thb-listing-style2 .thb-product-inner-wrapper .thb-product-inner-content {
        padding: 30px;
    }
    .products .product .woocommerce-loop-product__title {
        margin-bottom: 10px;
    }
    .products .product .price {
        margin-bottom: 20px;
    }

.subheader .thb-full-menu>.menu-item>a,
.subheader {font-size: 13px;font-weight: 300;}

.subheader-rightside .subheader-text{color:#fff;}
.subheader-rightside .subheader-text a{color:#fff;font-weight:bold;}

.ppcp-messages{margin-top:20px;}

.grecaptcha-badge{display:none;}
.delzone1{background-color:#3e3280;}
.delzone2{background-color:#ee2027;}
.delzone3{background-color:#f47820;}
.delzone4{background-color:#76868e;}
.delzone5{background-color:#59863b;}
.thb-header-secondary a{color:#f8b01e!important;font-weight:700!important;}
.subheader-rightside .thb-social-icon-container{color:#fff;}
.thb-cookie-bar{z-index:999999999999;}
.thb-header-inline-search .thb-category-select{display: none!important;}
.product-information .entry-summary #ppcp-messages{margin-top:1.4rem;}
.thb-secondary-area .thb-secondary-dropdown, .thb-secondary-area .thb-quick-cart .thb-secondary-cart{z-index:300}

/* USP Header Style */
.ups-header{background-color: #F2AE30 !important; color:#fff;}
.ups-header-custominner .br{border-right:1px solid #b2a386;}
.ups-header-custominner{padding-top: 15px !important;padding-bottom: 15px !important;}




/* 1) Neutralise WPBakery row gutters when a row is used as a slide */
.thb-content-carousel .slick-slide.row,
.thb-content-carousel .slick-slide.wpb_row {
  margin-left: 10 !important;
  margin-right: 10 !important;
  border-radius: 5px;
}

/* 2) Make padding count inside Slick's inline width */
.thb-content-carousel .slick-slide {
  box-sizing: border-box;
}

/* 3) Bulletproof against any residual wrap: use flex track (safe with Slick) */
.thb-content-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}
.thb-content-carousel .slick-track .slick-slide {
  float: none !important;   /* flex children, not floats */
  height: auto;
}

/* 4) Optional: standardise inner spacing so all cards align nicely */
.thb-content-carousel.regular-padding .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

/* Layout + layering */
.petz-hero { position: relative; overflow: hidden; }
.petz-hero .vc_column-inner{
  position: relative;
  /* reserve right-hand space for the image */
  padding-right: 50%; 
  min-height: 290px; /* adjust to your artwork */
}
.petz-hero .vc_custom_heading,
.petz-hero .wpb_text_column { position: relative; z-index: 2; }

/* Put the image behind text on the right */
.petz-hero .wpb_single_image{
  position: absolute !important;
  right: -25%;
  bottom: -35px;
  width: 100%;
  z-index: 1;           /* behind the text */
  pointer-events: none; /* so clicks go to links in text */
  margin: 0 !important;
}
.petz-hero .wpb_single_image img{
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive tweak */
@media (max-width: 767.98px){
  .petz-hero .vc_column-inner{
    padding: 24px;
    min-height: unset;
  }
  .petz-hero .wpb_single_image{
    right: -30%;
    width: 90%;
    opacity: .2; /* optional soften on mobile */
  }
}
