/*
Theme Name: Phami Child
Theme URI: http://www.wpbingosite.com/phami
Author: wpbingo
Description: This is a child theme for Phami
Version: 1.0
Author URI: http://wpbingosite.com
Template: phami
Text Domain: phami-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bwp-main{
	padding-top:40px;
}
@media(max-width:767px){
	.box-question{
		min-height:auto;
	}
	.text-banner-right{
		margin-bottom:20px !important;
	}
	.bwp-header .header-top{
		padding: 16px 0 !important;
	}
	#bwp-header .wpbingoLogo{
		margin-bottom: 20px !important;
	}
}
.slider2 .slick-slide img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}


/* Wishlist Product Card Button CSS Start */
.products-list.grid .yith-add-to-wishlist-button-block{
	margin:0;
	position: relative;
    top: 10px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 0;
    visibility: hidden;
}
.products-list.grid .yith-add-to-wishlist-button-block a{
	color: #627484;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid rgba(192, 201, 210, 0.5);
}

.products-list.grid .yith-add-to-wishlist-button-block a svg{
	width: 20px !important;
    height: 20px;
    color: #808c98;
}
.products-list.grid .yith-add-to-wishlist-button-block a svg path{
	stroke:#808c98;
}
.products-list.grid .yith-add-to-wishlist-button-block a span{
	font-size:0;
}
.products-list.grid .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
	gap:0;
}

.products-list.grid .product-wapper:hover .yith-add-to-wishlist-button-block {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.products-list.grid .product-button .yith-add-to-wishlist-button-block:hover > a{
	background: #1a202c;
    border: 0;
}
.products-list.grid .product-button .yith-add-to-wishlist-button-block:hover > a svg path{
	stroke:#fff;
}
/* Wishlist Product Card Button CSS End */

.cart .yith-add-to-wishlist-button-block{
	display:none;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata{
	font-size:1rem;
}
#cart .cart-popup a.product-name{
	line-height:1.4;
}

.wc-block-cart__submit .wc-block-cart__submit-button{
	background-color:#1a202c;
	color:#fff;
}
.wc-block-cart__submit .wc-block-cart__submit-button:hover{
	background-color:#4a5560;
	color:#fff;
}

/* Title CSS Start */
@media(max-width:767px){
.post-single h3.entry-title{
	font-size:30px;
}
	.h2, h2 {
    font-size: 1.7rem;
}
	.single figure{
		width:100%;
		max-width:100% !important;
	}
	.bwp-recent-post.sidebar2 .slick-arrow{
		top:0;
	}
}

/* Title CSS Start */

/* Forms CSS Start */
.bwp-footer .wpcf7-response-output{
    color: #fff !important;
}

.contact-us-form input[type="text"], .contact-us-form input[type="email"]{
	margin-bottom: 0;
}
.contact-us-form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom: 40px;
}
.contact-us-form  .button{
	position:relative;
}

.form-required .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
}
.contact-us-form textarea{
	margin-bottom:0;
}

.wpcf7-spinner {
    position: absolute;
    left: calc(100% + 10px);
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.box-question a{
	font-size:1rem;
}
/* Forms CSS End */

/* Custom Product Slider CSS Start */

/* === Slick Slider Base === */
.custom-products-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
	overflow:visible;
	margin-top:-10px;
}

.custom-products-slider .slick-track {
  display: flex !important;
  align-items: stretch;
	 padding: 10px 0 40px 0;
}
.custom-products-slider .slick-slider .slick-list{
	margin:0;
    padding: 40px 0;
}

/* === Product Card Slide === */
.custom-products-slider .aeo-product-slide {
  padding: 1rem;
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
	height:auto;
}

/* === Card Container === */
.custom-products-slider .aeo-product-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #222;
    border: 1px solid #f5f5f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.custom-products-slider .aeo-product-slide a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* === Product Image === */
.custom-products-slider .aeo-product-slide img {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 100%;
}
/* === Product Title === */
.custom-products-slider .aeo-product-slide h3 {
    border-top: 1px solid #f5f5f5;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1rem 1rem;
    margin: 0;
    color: #4a5560;
    line-height: 1.3;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.custom-products-slider .slick-slider .slick-list{
	margin:0;
}

@media(max-width:767px){
	.custom-products-slider .slick-slider .slick-list .slick-slide{
		padding:15px;
	}
	.custom-products-slider .aeo-product-slide a{
		width: 90%;
	}
	.custom-products-slider .aeo-product-slide img{
		padding:15px;
	}
	.custom-products-slider .slick-next:before, .slick-prev:before{
		font-size:18px;
		line-height: normal;
	}
}

.content-product-list .slick-track, .woocommerce-product-gallery .slick-track{
	margin-left:0;
}


/* === Modern SVG Chevron Arrows === */
.custom-products-slider .slick-arrow {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #4a5560;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, transform 0.2s ease;
	font-size:0;
	padding:0;
}

.custom-products-slider .slick-arrow:hover {
  background: #000;
  transform: translateY(-50%) scale(1.05);
}


.custom-products-slider .slick-prev {
  left: 0;
}

.custom-products-slider .slick-next {
  right: 0;
}

/* Remove Slick's default font icons */
.custom-products-slider .slick-prev::before,
.custom-products-slider .slick-next::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* SVG chevron icons */
.custom-products-slider .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}

.custom-products-slider .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
}

/* === Mobile Adjustment === */
@media (max-width: 767px) {
  .custom-products-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .custom-products-slider .slick-prev::before,
  .custom-products-slider .slick-next::before {
    width: 26px;
    height: 26px;
  }
	.custom-products-slider .slick-track{
		padding:0;
	}
}


/* Custom Product Slider CSS ENd */