/**
* Theme Name: Vova Child
* Description: This is a child theme for Vova
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0.3
* Template: vova
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

h1.product_title.entry-title {
	color: #003682 !Important;
}

h3 {
	color: #003682;
}

h4 {
	margin: 23px 0 0 0;
	color: #003682;
}

.mobile-btn-cart-click::after, .mobile-btn-cart-click::before {
	height:108px;
}

ol.tbay-woocommerce-breadcrumb.breadcrumb {font-size: 14px;}

.topbar-device-mobile.d-xl-none.clearfix.active {padding-top: 8px;}

.quantity .box {border-radius: 99px;}

.button.single_add_to_cart_button.button.alt {border-radius: 99px;}

#sticky-menu-bar #sticky-custom-add-to-cart {border-radius: 99px;}

div.item.slick-slide.slick-current.slick-active {width: auto !Important;}
div.item slick-slide slick-active {width: auto !Important;}
div.slick-track {column-gap: 36px !Important; align-items: center;}
.slick-list {margin: 0 0 0 0px;}

/* Quick view modal */
.product-brand img {height: 50px;}
.tbay-quick-view {display: none !Important;}
a.view-details-btn {border-radius: 99px !Important;}

.woocommerce .brand-thumbnails li a {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 24px;
    min-height:120px;
}

.woocommerce .brand-thumbnails li img {
    display:block;
    margin:auto;
    max-width:100%;
    height:auto;
}

ul.brand-thumbnails.columns-5 {
	padding: 0px;
}

.montage-under-price {
	display: inline-block;
	background: #fff;
	border: 1px solid #0095eb;
	border-radius: 8px;
	padding: 2px 12px;
    margin-top: 8px;
    color: #0095eb;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .product span.onsale span.saled {
	font-size: 14px;
	padding: 5px 6px;
	background: #ff0000;
}

/* Make image container relative */
.woocommerce div.product div.images,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
}

/* Badge styling */
/* SAME reference box in loop + single */
.woocommerce div.product div.images,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

/* Wrapper handles all positioning and stacking */
.product-badges-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 10;
}

/* Fix ONLY for single product */
.woocommerce.single-product .product-badges-wrap {
    right: 16px;
}

/* Base badge — no position/top/z-index needed anymore */
.product-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    white-space: nowrap;
}

/* Colors only — no top values needed */
.badge-montage { background: #0095eb; }
.badge-wifi    { background: #66c2f3; }
.badge-rate    { background: #003682; }

.montage-under-price {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between icon and text */
}


@media (min-width: 1025px) {
    .shop-now {background: #ffffff !Important;}
}

.no-click > a {
  pointer-events: none;
}

.no-click > a::after {
  pointer-events: auto;
}

ul.brand-thumbnails.fluid-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* desktop: 5 columns */
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.brand-thumbnails.fluid-columns li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

ul.brand-thumbnails.fluid-columns li img {
  max-width: 100%;
  height: 72px;
  object-fit: contain;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  ul.brand-thumbnails.fluid-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  ul.brand-thumbnails.fluid-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Hide shipping in cart */
div.wp-block-woocommerce-cart-order-summary-totals-block {
	display: none;
}

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

span.woocommerce-Price-amount.amount {
	font-size: 16px;
	margin: 0 0 0 6px !Important;
}


.price-bgn-single {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 0 12px;
}

@media (max-width: 600px) {
	.price-bgn-single {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 6px;
	}
}


/* Contact form styling */
.wpcf7 {
    max-width: 100%;
}

.wpcf7 .form-field {
    margin-bottom: 18px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-top: 6px;
    margin-bottom: 18px;
    box-sizing: border-box;
}

.wpcf7 textarea {
    height: 100px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 0px 24px;
    border-radius: 99px;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background: #003682;
}