/* 
Theme Name: hello-child
Theme URI: https://github.com/elementor/hello-theme/
Description: hello-child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#quick-view-modal {
    z-index: 100;
    position: relative;
}
body{
	overflow-x: hidden;
}
#global-shop-lightbox-btn {
    border: 0;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    background: #25568a;
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
	z-index: 99;
}
.wp-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.lightbox-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lightbox-content-card {
    position: relative;
    background: #ffffff;
    width: 90%;
    max-width: 850px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 10;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.2s;
}
.nav-arrow:hover { transform: translateY(-50%) scale(1.05); }
.arrow-left { left: 16px; }
.arrow-right { right: 16px; }

.lightbox-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 30;
    color: #94a3b8;
}
/*
.lightbox-grid {
    display: flex;
    flex-wrap: wrap;
}*/

.lightbox-media {
    flex: 1 1 450px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
	position:relative;
}
.lightbox-media img {
    max-width: 100%;
    height: 425px;
    object-fit: contain;
}

.lightbox-meta {
    flex: 1 1 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
}

#lb-target-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1e293b;
	font-family:Arial;
	text-transform: none;
	text-align:center;
}

#lb-target-price {
    font-size: 1.2rem;
    color: var(--e-global-color-text);
    font-weight: 600;
	text-align:center;
    margin-bottom: 20px;
}

/* Ensure wishlist button styles line up natively inside the modal */
#lb-target-fav a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 0.9rem;
}
/* Alex */
:root{
	--remove-item-button-color:#222;
}
#product-page-product-title{
    font-family: Arial, Helvetica, sans-serif !important
}
.single-product .product_meta .tagged_as {
    display: none;
}
#product-page-cat-title, h1.elementor-heading-title.elementor-size-default {
    font-family: BlairMdlTCTT !important;
}
.elementor-widget-wp-widget-wpc_filters_widget {
    max-width: 250px !important;
	position:relative;
	width:100%;
}
.elementor-menu-cart__product-price.product-price span.product-quantity {
    display: none;
}
.elementor-button--view-cart .elementor-button-text, .elementor-button--checkout .elementor-button-text{
	font-size:.875rem;
}
.elementor-menu-cart__product-price.product-price {
    color: #222;
}
#bp-thumbnails {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding:5px;
}

#bp-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease;
  scroll-snap-align: start;
}

#bp-thumbnails img.active {
  opacity: 1;
  outline: 2px solid black;
  transform: scale(1.05);
}

.bp-controls .bp-count {
    color: black;
}
#inline-gallery {
	z-index:1;
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
#inline-gallery .bp-img{
top: 0;
    transform: translate(-50%, 0) !important;
    left: 50%;
 
}
#inline-gallery.no-thumbnail .bp-img {
    left: auto;
    right: 0;
    transform: translate(0) !important;
}
#inline-gallery .bp-wrap>div:first-child {
    background: transparent !important;
}
a.added_to_cart.wc-forward {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 30px;
    border-radius: 25px;
}
.single_add_to_cart_button[disabled] {
    padding-right: 2.618em !important;
    background-color: #555 !important;
}
.woocommerce-notices-wrapper {
    position: absolute;
}
#header-product-title h1{
	font-size:24px;
}
#header-banner {
    padding: 10px;
}
#main-product-container {
    max-width: 1460px;
    margin: auto;
}
/* //////////heading////////////////// */
.black-border-wrapper:after {
    content: " ";
    flex-grow: 1;
    height: 1px;
    background: #000000; /* Adjust color to match the image */
    margin-left: 10px;
}

.black-border-wrapper {
    display: flex;
    align-items: center;
}


.white-border-wrapper:after {
    content: " ";
    flex-grow: 1;
    height: 1px;
    background: #565656; /* Adjust color to match the image */
    margin-left: 10px;
}

.white-border-wrapper {
    display: flex;
    align-items: center;
}
.category-frst-wrapper {
	transition:1s all ease !important;
}
.category-frst-wrapper a:hover h2 {
    color: #4B77C4 !important;
}
/* //////////////header///////// */

/* .header-home-menu a {
    color: transparent !important;
    width: 0px !important;
    position: absolute;
}

.header-home-menu:before {
    content: " ";
    background-image: url(https://laphilatelics.com/wp-content/uploads/2025/05/Vector-2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
}
li.header-home-menu:hover:before {
	 background-image: url(https://laphilatelics.com/wp-content/uploads/2025/05/home-active-icon.svg);
}
li.header-home-menu.current-menu-item:before {
	 background-image: url(https://laphilatelics.com/wp-content/uploads/2025/05/home-active-icon.svg);
} */
/* ///////////////header//////////// */
ul.products li.product{
	background-color: rgba(255, 255, 255, .5) !important;
}
.woocommerce ul.products li.product a img {
    height:100%;
	position:absolute;
    width: 100%;
    object-fit: contain !important;
}
h2.woocommerce-loop-product__title {
    font-weight: 500 !important;
}
.inner-product-wrapper {
transition:1s all ease;
}
.inner-product-wrapper:hover h4 {
    color: var(--e-global-color-text);
}


/* //////////home filter/////////// */
#filter-toggle {
  cursor: pointer;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #565656;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
}
#filter-toggle span img {
    margin: 5px 30px 0;
}
.product-filter-wrapper {
    color:#565656 !important;
    border-radius:10px;
}
.filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: max-content;
    box-shadow: 1px 4px 5px rgb(0 0 0 / 40%);
    z-index: 1000;
    border-radius: 10px;
}

.filter-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
    border-radius:10px;
}
/* ////////////////blog page////////// */
span.elementor-post-date {
    background-color: var(--e-global-color-text);
    padding: 5px 10px;
    border-radius: 25px;
}

.main-blog-wrapper .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
}
.blog-content-wrapper h2 , .blog-content-wrapper h3 , .blog-content-wrapper h4 , .blog-content-wrapper h5 , .blog-content-wrapper h6 , .service-page-content-wrapper h2 , .service-page-content-wrapper h3 , .service-page-content-wrapper h4 , .service-page-content-wrapper h5 , .service-page-content-wrapper h6{
    color: var(--e-global-color-primary);
}


.main-blog-wrapper .page-numbers.prev:before {
    content: '\f104' !important;
    color:black;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    line-height: 1; /* Match height for vertical centering */
    font-family: "Font Awesome 5 Pro";
    border:1px solid black;
    font-size:20px;
     background-color:white;
    transition:1s all ease;
    position:absolute;
    right:0;
}
.main-blog-wrapper  .page-numbers.prev {
    color:transparent;
    position:relative ;
}
.main-blog-wrapper .page-numbers.prev:hover:before {
      background-color: black;
      color: white;
}
.main-blog-wrapper article.elementor-post.elementor-grid-item:hover a {
    color: #4e7ac0;
}
.main-blog-wrapper article.elementor-post.elementor-grid-item a {
    transition: 1s all ease !important;
}
.main-blog-wrapper .page-numbers.next:after {
    content: '\f105' !important;
    color:black;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    line-height: 1; /* Match height for vertical centering */
    font-family: "Font Awesome 5 Pro";
    border:1px solid black;
    font-size:20px;
     background-color:white;
        transition:1s all ease;
    position:absolute;
    left:0;
}
.main-blog-wrapper .page-numbers.next {
    color:transparent;
    position:relative ;
}
.main-blog-wrapper .page-numbers.next:hover:after {
      background-color: black;
      color: white;
}
/* ///////////footer//////////// */
.footer-hover-effect a {
	color:white;
}
.footer-hover-effect a:hover {
	color:#4B77C4;
}
/* ////contnet pages/////////////// */
/* //////category page /////////// */
.category-product-wrapper .woocommerce-loop-product__buttons {
    display: none;
}
/* /////////////cart page ////////// */
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: black !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
}
a.checkout-button.button.alt.wc-forward {
    background-color: black;
    font-family: 'CopperplateGothic';
    border-radius: 50px;
	transition:1s all ease;
}
a.checkout-button.button.alt.wc-forward:hover {
    background-color: #4B77C4;
}
button#place_order {
    background-color: black !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
}
button#place_order:hover {
    background-color: #4B77C4 !important;
}
/* /////////////single product//////////// */
.single-product-image-wrapper img {
    padding: 5px !important;
    background-color: transparent !important
    border: 1px solid transparent !important;
    margin: 0 11px;
    opacity: 1 !important;
    object-fit: contain !important;
    width: 100% !important;
    max-height: 550px;
	height:auto;
	cursor: zoom-in;
	object-position: right;
}
.single-product ol.flex-control-nav.flex-control-thumbs img {
    height: auto !important;
}
.single-product .e-con.e-flex>.e-con-inner {
    align-items: flex-start !important;
}
.single-product-image-wrapper .flex-active-slide img {
    background-color: white !important;
    border: 2px solid #4B77CA  !important;
    border-radius: 10px;
    padding: 10px;
    width: 97% !important;
}
.single-product-image-wrapper .flex-control-thumbs li {
    width: 29% !important;
	border:2px solid #fafafa;
	border-radius:5px;
	padding:10px !important;
	margin: 40px 10px !important;
	
}
.single-product-image-wrapper .flex-control-thumbs li img {
	padding:0 !important;
}
.single-product-image-wrapper  .flex-control-thumbs li:hover {
	border-color:#4B77C4;
}
.single-product-image-wrapper ol.flex-control-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none;
}
.product-nav {
    border: 0 !important;
    background-color: unset !important;
    color: #565656 !important;
}
.product-nav a:hover {
	color:#4B77CA;
}
.add-o-cart-button-wrapper a.added_to_cart.wc-forward {
    margin-left: 20px;
    font-weight: 500;
}

.woocommerce-notices-wrapper .woocommerce-message {
    padding-top: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    margin-top: -10px !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    margin-top: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin: 10px 0 0 0;
}
p.return-to-shop a {
    background-color: black !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
    font-family: 'CopperplateGothic';
    font-weight: 400;
	transition:1s all ease;
}

p.return-to-shop a:hover {
    background-color: #4B77C4 !important;
}

/* Hide arrows in number input (Chrome, Safari, Edge) */
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    padding: 0 !important;
}

/* Hide arrows in number input (Firefox) */
.quantity input[type=number] {
    -moz-appearance: textfield;
    padding: 0 !important;
}

/* Style buttons and input */
.quantity.styled {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 999px;
    overflow: hidden;
    padding: 0 !important;
    width: 190px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.qty-minus, .qty-plus {
    background: #26232100 !important;
    border: none;
    width: 30px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    color: #565656 !important;
    padding: 0 !important;
}

.quantity input[type="number"] {
    text-align: center;
    border: none;
    width: 30px !important;
    height: 32px;
    outline: none;
    padding: 0 !important;
}

/* Final Filters Container */
.final-filters-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
	 flex-wrap: nowrap;
}

/* Dropdown Base Styles */
.final-dropdown {
    position: relative;
    display: inline-block;
}

.final-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 180px;
}

.final-dropdown-toggle:hover {
    border-color: #999999;
}

.final-dropdown-toggle.active {
    border-color: #000000;
}

.dropdown-icon {
    margin-left: auto;
    transition: transform 0.2s ease;
}

.final-dropdown-toggle.active .dropdown-icon {
    transform: rotate(180deg);
}

.filter-icon {
    width: 16px;
    height: 16px;
}

/* Dropdown Content */
.final-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 15px;
    margin-top: 5px;
    z-index: 100;
    display: none;
}

.final-dropdown-content.show {
    display: block;
}

/* Filter Sections */
.filter-section {
    margin-bottom: 15px;
}

.filter-section:last-child {
    margin-bottom: 0;
}

.filter-section-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000000;
    text-transform: uppercase;
}

.filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-options li {
    margin-bottom: 8px;
}

.filter-options li:last-child {
    margin-bottom: 0;
}

.filter-options li a {
    color: #565656;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    transition: all 0.2s ease;
}

.filter-options li.active a,
.filter-options li a:hover {
    color:#4B77C4;
}

.filter-options li.active a {
    position: relative;
    padding-left: 15px;
}

.filter-options li.active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
}
button.final-dropdown-toggle {
    background-color: transparent !important;
    color: black !important;
    font-family: 'Poppins';
    border: 0;
    font-size: 16px;
    display: flex;
    /* justify-content: flex-end; */
}

.final-dropdown.filter-drop-down-menu-wrapper {
    display: contents;
}
li.product.type-product {
    transition: 1s all ease;
}
.final-dropdown.filter-drop-down-menu-wrapper button.final-dropdown-toggle.black-border-wrapper {
    width: 90%;
}

div#filters-dropdown {
    width: 10%;
	top:50px;
}

/* ///////////cart page/////////// */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 200px;
}
td.product-thumbnail {
    text-align: center;
}
.coupon .button , #view-cart-popup , .add-o-cart-button-wrapper a.added_to_cart.wc-forward{
    background-color: black !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
    font-family: 'CopperplateGothic';
    font-weight: 400;
    transition:1s all ease;
}
a.view-cart-button {
	color:white !important;
}
.coupon button:hover , :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover , .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover ,  #view-cart-popup:hover{
    background-color: #4B77C4 !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button , .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    background-color: black !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
    font-family: 'CopperplateGothic';
    font-weight: 400;
    transition:1s all ease;
}
.coupon input {
    width: 300px !important;
    border-radius: 5px;
    padding: 10px !important;
    margin-right: 30px !important;
    border-color: black !important;
}
.woocommerce .quantity .qty {
    width: 100px !important;
	background-color:transparent;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	color:#565656 !important;
}
.woocommerce-info {
    border-top-color: #000000 !important;
}
.woocommerce-info::before {
    color: #4B77C4 !important;
}
.woocommerce-message {
    border-top-color: #000000 !important;
}
.woocommerce-message::before {
    color: #4B77C4 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
    display: none;
}
form.woocommerce-cart-form th.product-quantity {
    display: none;
}
a.added_to_cart.wc-forward {
    color: #4e7ac0 !important;
}
.woocommerce-cart .actions button[name="update_cart"] {
  display: none !important;
}
/* Responsive Styles */
@media only screen and (max-width:1440px){
	.single-product-image-wrapper .flex-active-slide img {
    width: 97% !important;
}
.single-product-image-wrapper .flex-control-thumbs li {
	margin: 25px 10px !important;
	    width: 28% !important;
}
	.final-dropdown.filter-drop-down-menu-wrapper button.final-dropdown-toggle.black-border-wrapper {
    width: 85%;
}
}
@media only screen and (max-width:1024px){
	.header-home-menu a {
    color: inherit !important;
    width: auto !important;
    position: relative;
}
	li.header-home-menu:before {
		content:none;
}
	li.header-home-menu.current-menu-item:before {
	 content:none;
}
}
@media (max-width: 768px) {
    .final-filters-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .final-dropdown {
        width: 100%;
    }
    
    .final-dropdown-content {
        width: 100%;
    }
    button.final-dropdown-toggle {
        justify-content: flex-start;
        border-bottom: 2px solid black;
        width: 100% !important;
        padding: 10px 0;
        border-radius: 0;
    }
	button.final-dropdown-toggle.black-border-wrapper:after {
    content: none;
}
	div#filters-dropdown {
    width: 100%;
    top: 90px;
}
	.coupon input {
    width: 100% !important;
    border-radius: 5px;
    padding: 10px !important;
    margin-right: 30px !important;
    border-color: black !important;
    margin-bottom: 20px !important;
}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
    width: 100% !important;
}
	.quantity.styled {
    justify-content: center;
    align-content: stretch;
    align-items: center;
    place-self: end;
}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity:before {
    margin-top: 15px;
}
}
@media only screen and (max-width:767px){
	
	.white-border-wrapper:after , .black-border-wrapper:after  {
		content:none;
	}
	.black-border-wrapper , .white-border-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
	.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
	.add-o-cart-button-wrapper form.cart {
    display: flex;
    flex-wrap: wrap !important;
}

.add-o-cart-button-wrapper .quantity.styled {
    margin-bottom: 30px !important;
    width: 100%;
}

.add-o-cart-button-wrapper button.single_add_to_cart_button.elementor-button.button.alt {
    width: 100%;
}
	.main-blog-wrapper .page-numbers.prev:before {
		right:20px;
		top:60px;
	}
	.main-blog-wrapper .page-numbers.next:after {
		left:-20px;		
		top:60px;
	}
}
@media(min-width:1024px){
	.lightbox-media img {
		
		height: 580px;
	
	}
}