.singlehead {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 415px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.singlehead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.62;
}
.singlehead h1, .product_title_single, section.related.products h2 {
    font-family: "Queen", Sans-serif;
    font-size: 44px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 48px;
    color: #FFFFFF;
    position: relative;
}
.prodcutdetailspage {
    padding: 60px 0;
}
.prodcutdetailspage > .container {
    max-width: min(100%,1140px);
    width: 100%;
    margin: 0 auto;
}
.product_title_single, section.related.products h2 {
    color: #4A4A4A;
}
.prodcutdetailspage p.price {
    color: #4A4A4A !important;
    font-family: "Untitled-Sans";
    font-size: 16px;
    font-weight: 400;
}
.prodcutdetailspage table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}
.prodcutdetailspage form.cart .variations tr {
    display: flex;
    justify-content: flex-start;
}
.prodcutdetailspage form.cart .variations tr th {
    padding-left: 0;
}
section.related.products {
    clear: both;
    padding: 60px 0 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #4A4A4A !important;
    color: #fff;
}
.prodcutdetailspage a {
    color: #000 !important;
}
section.related.products ul li {
    width: 29.53% !important;
    background-color: #F1EFEB;
    padding: 15px !important;
    border-radius: 10px;
}
section.related.products ul li:last-child {
    display: none !important;
}
section.related.products h2 {
    text-align: center;
}
section.related.products ul li h2 {
    font-size: 22px !important;
    line-height: 1.5;
}
section.related.products ul li img {
    margin-bottom: 0 !important;
}
section.related.products ul li.product .price {
    color: #4A4A4A !important;
    font-family: "Untitled-Sans";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
section.related.products ul li .product_type_variable {
    justify-content: center;
    display: flex !important;
    background-color: #4A4A4A !important;
    color: #fff !important;
}
.singularpostpage .wc-block-cart-item__wrap a {
    text-decoration: none !important;
    color: #4A4A4A !important;
    font-family: "Untitled-Sans";
    font-size: 16px;
    font-weight: 400;
}
.singularpostpage .wc-block-cart__submit-container > a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: "Untitled-Sans";
    font-size: 16px;
    font-weight: 400;
}
.wc-block-components-checkout-place-order-button {
    border: 1px solid #32373c !important;
    color: #32373c !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background-color: #32373c !important;
    color: #fff !important;
}