/* 
Theme Name: Deepak Jewellers
Template: hello-elementor
Version: 2.0.0
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 */


@font-face {
    font-family: 'futurabook';
    src: url('https://deepakjeweller.com/wp-content/uploads/2025/08/futura_bk_bt_book-webfont.woff2') format('woff2'),
         url('https://deepakjeweller.com/wp-content/uploads/2025/08/futura_bk_bt_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2,h3, h4, h5, h6 {
    font-family: 'futurabook' !important;
	font-weight: 500 !important;
}
p, ul ,li, span {
	  font-family: 'futurabook' !important;
	font-weight: 400;
}
.dj_ele_h {
	font-family: 'futurabook' !important;
}
.jewe_footer svg .s0 {
    stroke: #fff;
}
.woocommerce ul.products li.product .button {
    display: none !important;

}

.single-product .content-area {
    padding-top: 40px;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
}
.woocommerce ul.products li.product a img {
    border-radius: 15px;
}
nav.woocommerce-breadcrumb {
    display: none;
}
h1.product_title.entry-title {
    font-size: 2rem;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 2rem;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    margin-top: 2rem;
}

.quantity {
    width: 30%;
}
.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
}
button.single_add_to_cart_button.button.alt {
    width: 69%;
    padding: 13px;
}
section.related.products {
    margin-top: 50px;
    border-top: solid 1px;
    padding-top: 13px;
}