/*
 Theme Name:   NMD
 Theme URI:    http://nmd.dnartworks.id/
 Description:  Placeholder Theme for NMD
 Author:       DNArtworks
 Author URI:   https://dnartworks.co.id/
 Template:     ridez
 Version:      1.0.13
 License:      Proprietary
 License URI:  https://dnartworks.co.id;
 Tags:         proprietary
 Text Domain:  nmd
 */

@font-face {
    font-family: Figtree;
    font-weight: bold;
    src: url(./includes/assets/fonts/Figtree-Bold.ttf) format("opentype");
} 

@font-face {
    font-family: Figtree;
    font-weight: medium;
    src: url(./includes/assets/fonts/Figtree-Medium.ttf) format("opentype");
} 

@font-face {
    font-family: Figtree;
    font-weight: 600;
    src: url(./includes/assets/fonts/Figtree-SemiBold.ttf) format("opentype");
} 

h1 {
    font:bold 32px/2em Figtree, serif !important;
    color: #000000;
}

h2 {
    font:600 24px/1.5em Figtree, serif !important;
    color: #000000;
}
/* Used for products and title */
h3 {
    font:600 18.72px/1.17em Figtree, serif !important;
    color: #000000;
}
h4 {
    font:600 16px/1em Figtree, serif !important;
    color: #000000;
}
h5  {
    font:medium 1.25rem Figtree, serif !important;
    color: #000000;
}
/* Used for technology */
h6 {
    font:medium 1rem Figtree, serif !important;
    color: #000000;
}
/* } Used for sub title */

.breadcrumbs{
    font: 400 200px Figtree, medium, serif !important;
    color: #000000;
}

body{
    font-family: Figtree, medium, serif !important;
}

a, p, button, label, .ridez-woocommerce-title, .elementor-heading-title, bdi{
    font-family: Figtree, medium, serif !important;
}

#history-of-the-brand .elementor-tab-content{
    display: none;
}

#history-of-the-brand .elementor-tab-title{
    cursor: pointer;
    outline: var(--focus-outline,none);
}

.error404 .site-content {
    background: none !important;
}

.woocommerce-Price-amount {
    color: black;
    font-size: 1.6rem;
}

/* Hiding SKU on product */
.sku_wrapper {
    visibility: hidden;
}

/* Overriding product image max size */
.woo-variation-product-gallery{
    max-width: 45% !important;
}

.woo-variation-swatches .variable-items-wrapper 
.variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: rgba(0,0,0,0.1);
}

.tech-attribute.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.tech-attribute .flex-item {
    padding: 30px 50px;
    width: 33%;
}
@media screen and (max-width: 1024px) {
    .tech-attribute .flex-item {
        width: 100%;
    }
}

.tech-attribute .flex-item img {
    border: 1px solid black;
    border-radius: 15px;
}
.tech-attribute .flex-item label {
    margin-top: 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.dimensions-tab.flex-container,
.dimensions-tab .flex-item {
    display: flex;
}
.dimensions-tab .flex-item {
    padding: 10px;
    overflow-x: auto;
}

.dimensions-tab .flex-item:first-child {
    width: 70%;
    overflow-y: auto;
}
.dimensions-tab .flex-item:last-child {
    width: 30%;
}
.dimensions-tab table {
    table-layout: fixed;
    min-width: 960px;
}
.upsells h2 {
    background-color: #f5f5f5;
    padding: 1rem;
}
@media screen and (max-width: 1024px) {
    .dimensions-tab.flex-container {
        flex-direction: column;
    }
    .dimensions-tab .flex-item:first-child, .dimensions-tab .flex-item:last-child {
        width: 100%;
    }
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #4F0003;
}

@media screen and (max-width: 767px) {
    .elementor-column > .elementor-widget-wrap.elementor-element-populated {
        border: none !important;
    }
}

.scrollup {
    display: none !important;
}

@media screen and (max-width: 768px) {
        .woo-variation-product-gallery {
                max-width: 100% !important;
                float: none;
        }
}