@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//golglass.com/wp-content/themes/woodmart/fonts/woodmart-font-1-300.woff2?v=7.3.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(255,255,255);
	background-image: url(https://golglass.com/wp-content/uploads/2021/09/glasses-popup-jpg.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(251,188,52);
	background-image: url(https://golglass.com/wp-content/uploads/2021/09/glasses-page-title-jpg.webp);
	background-size:cover;
	background-position:center center;
}

:root{
--wd-text-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-text-font-weight:500;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"hkgroteskpro", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(0,0,0);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(15,3,3);
}
:root{
--btn-accented-bgcolor-hover:rgb(114,114,114);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 1px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 12px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
span.chaty-icon.channel-icon-Whatsapp {
    transform: translate(20px, -55px);
}
/* Added in both customization and woodmart theme */
.product.wd-hover-standard .wd-add-btn {
	display:none!important;
}
.wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon {
    display: none !important;
}


/* for on hover zoom */
.product-grid-item .product-image-link img {
    transition: transform 0.3s ease-in-out !important;
}

.product-grid-item:hover .product-image-link img {
    transform: scale(1.1) !important; /* Adjust 1.1 to control how much it zooms */
}



/* ACF CODES */
/* Hide default WooCommerce tabs */
.woocommerce-tabs {
    display: none !important;
}

/* Right side spacing */
.single-product div.product .summary {
    padding-left: 40px;
}

/* Accordion wrapper */
.custom-product-accordion {
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
}

/* Each accordion item */
.custom-product-accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

/* Accordion header (TITLE) */
.custom-product-accordion .accordion-header {
    width: 100%;
    background: transparent;
    border: none;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;

    font-size: 15px;
    font-weight: 700; /* BOLDER */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #111;
}

/* Plus / minus icon */
.custom-product-accordion .accordion-header .icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s ease;
}

/* Content area */
.custom-product-accordion .accordion-content {
    display: none;
    padding: 0 0 14px 0;
}

/* Content text (POINTS) */
.custom-product-accordion .accordion-inner p {
    margin: 0 0 6px;
    font-size: 13.5px; /* SMALLER */
    line-height: 1.6;
    color: #444;
}

/* Active state */
.custom-product-accordion .accordion-item.active .accordion-header .icon {
    transform: rotate(180deg);
}

/* Hover effect (optional but nice) */
.custom-product-accordion .accordion-header:hover {
    color: #000;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .single-product div.product .summary {
        padding-left: 0;
    }

    .custom-product-accordion .accordion-header {
        font-size: 14px;
        padding: 12px 0;
    }

    .custom-product-accordion .accordion-inner p {
        font-size: 13px;
    }
}
/* ACF CODES ENDS */