/*!
Theme Name: funera
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funera
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
    font-family: "SFBold";
    font-style: normal;
    font-weight: bold;
    src: url("/wp-content/fonts/sfprobold.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "SFRegular";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/fonts/sfproregular.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "SFMedium";
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/fonts/sfpromedium.otf") format("opentype");
    font-display: swap;
}
.font-medium{
	font-family: "SFMedium";
}
body{
font-family: "SFRegular";	
}
:root{
    --main-color: #1d1d1d;
	--grey:#ededed;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
img{
	max-width:100%;
	height:auto;
}
.categories img{
	max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.position-relative{
	position:relative;
}
.position-absolute{
	position:absolute;
}
body {
	margin: 0;
}
.content{
	padding:20px;
}
main {
	display: block;
}
a{
	text-decoration:none;
}
.lookforward-close-btn {
	display:none !important;
}
#page{
	max-width:1025px;
	margin:0 auto;
}
#masthead{
	background-color:#7a7b7a;
	display:flex;
	display: -webkit-flex;
	justify-content:space-between;
	color:#fff;
    padding: 1.25rem 1.25rem 0.2rem 1.25rem;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.mb-10{
	margin-bottom:10px;
}
.w-100{
	width:100%;
}
.pb-10{
	padding-bottom:10px;
}
.py-40{
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
.px-20{
	padding-left:1.25rem;
	padding-right:1.25rem;
}
.pt-10{
	padding-top:10px;
}
.d-flex{
	display:flex;
}
.flex-wrap{
	flex-wrap:wrap;
}
.justify-content-center{
	justify-content:center;
}
.justify-content-between{
	justify-content:space-between;
}
.align-items-center{
	align-items:center;
}
.flex-grow{
	flex-grow:1;
}
.flex-basis-50{
	flex-basis:49%;
}
.flex-basis-33{
	flex-basis:32%;
}
.text-center{
	text-align:center;
}
.white{
	color:#fff;
}
.bg-black,
.entry-content,
.lookforward-body{
	background-color:var(--main-color);
}
.heightPage{
	height: calc(100vh - 125px);
}
.border-grey{
	border:1px solid var(--grey);
}
.border-white{
	border:1px solid #fff;
}
.border-top{
	border-top:1px solid var(--grey);
}
.border-bottom{
	border-bottom:1px solid var(--grey);
}
.h-100vh{
	height:100vh;
}
.h-100{
	height:100%;
}
.unlisted{
	list-style:none;
}
.font{
    font-size: 37px;
    line-height: 44px;
	font-family: "SFBold";
}
.fontR{
    font-size: 40px;
    line-height: 30px;
	font-family: "SFRegular";	
}
.py-90{
	padding:90px 0;
}
.py-50{
	padding:50px 0;
}
.categories h2,
.product-category h2{
	text-transform:uppercase;
	font-size:18px;
	line-height:17px;
	font-family: "SFRegular";
	font-weight:400;
	padding: 70px 0;
}
.categories h2:after,
.product-category h2:after{
	content:'';
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	margin-bottom: 2px;
}
.back_btn span:before{
	content:'';
	width:12px;
	height:12px;
	border-top:2px solid #ababab;
	border-right:2px solid #ababab;
	display: inline-block;
	transform: rotate(222deg);
	vertical-align: middle;
}
.back_btn{
	color:#ababab;
	font-size: 20px;
    margin-bottom: 20px;
}
.back_btn a:active,
.back_btn a:visited,
.back_btn a:link{
	color:#ababab	
}
.product-category{
	list-style:none;
}
.product-category a:active,
.product-category a:visited,
.product-category a:link{
	color:#fff;
}
ul{
	margin:0;
	padding:0;
}
.woocommerce-loop-product__title{
	color:var(--main-color);
	font-size:16px;
	line-height:19px;
	text-transform:uppercase;
}
#pa_size{
	color:var(--main-color);
	font-size:12px;
	line-height:18px;
	border:none;
}
.info{
	color:var(--main-color);
	font-size:12px;
	line-height:18px;
	margin:10px 0;
}
.out_of_stock{
	color:red;
}
.quantity input{
	border:none;
	margin-left:10px;
}
.product-item{
	padding: 0 10px 10px 10px;
}
.add_to_cart_btn{
	border:none;
	background-color:#fff;
	color:var(--main-color);
	font-size:16px;
	line-height:18px;
	font-family: "SFMedium";
	position:relative;
	cursor:pointer;
}
.add_to_cart_btn:before{
	background-image:url(/wp-content/uploads/2023/03/cart.png);
	content:'';
    position: absolute;
    left: -23px;
    width: 18px;
    height: 18px;
	background-repeat:no-repeat;
}
.product-type-variable > div > span {
	display:none;
}
.account_image{
	background-color:#fff;
	border-radius:30px;
    padding: 8px 10px;
}
.site-branding #funerald_logo{
    width: 60px;
    height: 75px;
    fill: #fff;
    display: inline-block;
}
.account_logo #funerald_logo{
	width: 100px;
    fill: var(--main-color);
    display: inline-block;
}
.woocommerce form.login{
	border:none;
	max-width:600px;
	margin:0 auto;
}
.woocommerce form .form-row input.input-text{
	border:none;
	border-bottom:1px solid #b1b1b1;
	padding: 10px 0;
}
.form-row{
	display: flex;
    flex-direction: column-reverse;
}
.woocommerce-form-login__submit,
.wc-proceed-to-checkout a,
#place_order,
.wc-backward{
	background-color: #fff !important;
    width: fit-content;
    margin: 20px auto !important;
	border:1px solid var(--main-color) !important;
	color:var(--main-color) !important;
	font-size:18px !important;
	line-height:22px !important;
	font-weight:500 !important;
}
p.woocommerce-LostPassword.lost_password a{
	color:#b1b1b1 !important;
}
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--edit-account,
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-content p:nth-child(3),
.stock.out-of-stock,
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before,
.woocommerce-message a{
	display:none !important;
}
.woocommerce-message{
	border-top-color: var(--main-color);
}
.product-name{
	font-size:18px;
	line-height:22px;
	color:var(--main-color);
}
.page-id-19 a{
	color:var(--main-color);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float:none;
	width:100%;
}
.order{
	color:var(--main-color);
}
.close {
  font-size: 45px;
  font-weight: 600;
  color:var(--main-color);
}
.woocommerce-MyAccount-navigation a{
	color:var(--main-color);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color:#fff;
}
.woocommerce-info{
	border-top-color:var(--main-color);
}
.category-image{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#pa_size{
	background-color:#fff;
}
.woocommerce .woocommerce-customer-details address{
	width:92%;
}
/*RESPONSIVE*/
@media only screen and (max-width: 600px) {
	.flex-basis-33{
		flex-basis:50%;
	}
}
@media only screen and (max-width: 425px) {
	.flex-basis-33{
		flex-basis:100%;
	}
}




 /**/

.woocommerce nav.woocommerce-pagination ul {
   display: none!important;
	position:fixed!important;
	bottom:5px!important;
	padding-right:40px!important;
	  
}

/*quick view bg-color of button*/

a.wc-quick-view-button.button.btn.alt {
    background-color: black!important;
}






