@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gdfitness.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--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;
	--wd-header-el-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 8px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(216,0,0);
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(216,0,0);
	--btn-accented-bgcolor-hover: rgb(216,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://gdfitness.in/wp-content/uploads/2024/08/455601128_822246593427514_3385788556539606454_n-Photoroom.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(20,20,20);
	background-image: url(https://gdfitness.in/wp-content/uploads/2024/06/Picsart_24-06-10_13-38-32-531-scaled.jpg);
	background-position: center center;
}
.footer-container {
	background-color: rgb(16,16,16);
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 5px;
--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;
}

@media (min-width: 1337px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1320px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "hkgroteskpro";
	src: url("//gdfitness.in/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2") format("woff2"), 
url("//gdfitness.in/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* ===========================
   GD FITNESS PREMIUM CATALOG
   =========================== */

/* Product Card */
.products .product-grid-item,
.wd-products .product-grid-item{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    overflow:hidden;
    transition:all .3s ease;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
    padding:15px;
}

.products .product-grid-item:hover,
.wd-products .product-grid-item:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

/* Image */
.product-image-wrap img{
    transition:.3s;
}

.product-grid-item:hover img{
    transform:scale(1.04);
}

/* Product Title */
.wd-entities-title,
.product-title,
.wd-product-title{
    font-size:17px !important;
    font-weight:600 !important;
    line-height:24px !important;
    text-align:center;
    color:#222;
    min-height:50px;
}

/* Price */
.price{
    display:block;
    text-align:center;
    font-size:28px !important;
    font-weight:700 !important;
    color:#d50000 !important;
    margin-top:8px;
}

.price del{
    color:#999 !important;
    font-size:16px !important;
}

.price ins{
    text-decoration:none !important;
}

/* Hide Add To Cart */
.add_to_cart_button,
.product_type_simple,
.product_type_variable,
.product_type_grouped,
.product_type_external,
.wd-add-btn{
    display:none !important;
}

/* Hide Wishlist Compare Quick View */
.wd-buttons,
.compare-btn,
.quick-view,
.wd-wishlist-btn,
.wd-compare-btn{
    display:none !important;
}

/* Discount Badge */
.product-label{
    border-radius:30px !important;
    padding:6px 10px !important;
    font-size:12px !important;
    font-weight:700;
}

/* Sale Badge */
.product-label.onsale{
    background:#111 !important;
}

/* Hot Badge */
.product-label.hot{
    background:#ff3b30 !important;
}

/* Product spacing */
.product-wrapper{
    text-align:center;
}

.product-image-wrap{
    padding:10px;
}

/* Mobile */
@media(max-width:768px){

.products .product-grid-item{
padding:10px;
}

.price{
font-size:22px !important;
}

.wd-entities-title{
font-size:15px !important;
line-height:22px !important;
}

}
.gd-benefits{
background:#f8f9fb;
border:1px solid #e6e6e6;
border-radius:12px;
padding:18px;
margin:20px 0;
}

.gd-benefits div{
font-size:15px;
padding:8px 0;
font-weight:600;
color:#333;
border-bottom:1px dashed #eee;
}

.gd-benefits div:last-child{
border-bottom:none;
}

.gd-whatsapp-btn{
display:block;
background:#25D366;
color:#fff !important;
text-align:center;
padding:14px;
border-radius:10px;
font-weight:700;
text-decoration:none;
margin-top:15px;
transition:.3s;
}

.gd-whatsapp-btn:hover{
background:#128C7E;
color:#fff;
transform:translateY(-2px);
}
.gd-whatsapp-btn{
    display:block;
    background:#25D366;
    color:#fff !important;
    text-align:center;
    padding:14px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    margin-top:15px;
    transition:.3s;
}

