@font-face {
    font-family: "Dosis";
    src: url('fonts/Dosis-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: "Dosis";
    src: url('fonts/Dosis-VariableFont_wght.ttf') format('truetype');
    font-style: Bold;
}

body, h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6, #main, a, ul, ol {
    font-family: "Dosis" !important;
    font-weight: bold !important;
}
@media only screen and (max-width: 559px) {
    body.single-product_origin #site-navigation.main-navigation {
        display: none !important;
    }
}

.site-main > * {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.dgof-product-section--container {
    max-width: 1000px;
    margin: auto;
}

.dgof-banner-text-content, .dgof-banner-text-content a {
    color: #ffffff;
}

.dgof-banner-text-content a:hover {
    color: #ddffdd !important;
}

.dgof-product-origin {
    color: #673b17;
}

.dgof-product-origin header {
    text-align: center;
}

.dgof-product-origin-title {
    padding: 1rem;
}

.dgof-product-origin-title .entry-excerpt p {
    text-align: justify;
}

.dgof-product-origin-item p span {
    background-color: #D5C5B6;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.dgof-product-origin-items {
    padding: 0;
}

.dgof-product-origin-items li {
    position: relative;
}

.dgof-product-origin-items li:before {
    content: "";
    display: inline-block;
    width: 1em;
    position: absolute;
    background-color: #D5C5B6;
    height: 1.22rem;
    left: -20px;
    z-index: -1;
    top: 3px;
}

.dgof-product-origin > *:last-child {
    margin-top: 32px;
}

.dgof-product-origin > *:first-child {
    margin-bottom: 0;
}

.dgof-product-origin-images-row {
    display: flex;
    flex-wrap: wrap;
}

.dgof-product-section h1 {
    color: #673b17;
}

.dgof-product-section .wp-block-separator {
    border-bottom: 3px solid #673b17;
}


.dgof-product-section-container {
    color: #20603C;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: auto;
}

.dgof-product-section-item {
    padding: 1rem;
    margin-bottom: 2.5rem;
}

.dgof-product-section-item h4 a {
    text-decoration: none;
    color: #673b17
}

.dgof-product-section-item img {
    -webkit-transition: .2s all;
}

.dgof-product-section-item img:hover {
    -webkit-filter: brightness(70%);
}

.dgof-product-section-item a:hover {
    color: #D5C5B6 !important;
}

.dgof-product-section-container img, .dgof-product-section-container h4 {
    margin-bottom: 1rem;
}

.dgof-product-section-container img {
    width: 330px;
    height: 220px;
    object-fit: contain;
}

.dgof-product-section-item-button a {
    color: #673b17 !important;
}

.dgof-product-section-item-button a:hover {
    color: #D5C5B6;
}

.dgof-product-origin-images-row-item {
    padding: 1rem;
}

.dgof-product-origin-banner {
    text-align: center;
    overflow: hidden;
}

.dgof-product-origin-qr-code {
    text-align: center;
    padding-top: 2rem;
}

.dgof-product-origin-banner img {
    height: auto;
    width: 100%;
}

footer {
    background-color: #673b17;
}

.site-footer .widget-area {
    display: none;
}

.footer-navigation .footer-menu, .site-footer .site-info {
    color: antiquewhite
}

.footer-navigation .footer-menu a:hover, .site-footer .site-info a:hover {
    color: #ddffdd
}

.site-footer .site-info a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-navigation {
        display: none;
    }

    .site-footer .site-info {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .dgof-product-origin-title {
        background-color: #673b17;
        color: antiquewhite;
        margin-top: 0 !important;
        padding: 1.5rem;
    }

    .dgof-product-section h1 {
        font-size: 2rem !important;
    }

    .dgof-banner-text-content {
        text-align: justify;
    }

    .dgof-product-origin .entry-content {
        padding: 0 2.5rem;
    }
.dgof-banner-text-content > div.wp-block-button, .dgof-banner-text-content > h1 {
        text-align: center;
	}
    .dgof-product-section-container {
        max-width: 100%;
    }

    .dgof-star-rating-homepage {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .site-header, .site-footer {
        padding: 32px 100px;
    }

    .dgof-product-origin header span.entry-title {
        font-size: 60px;
        font-weight: bold;
    }

    .dgof-star-rating-homepage {
        display: none;
    }

    .dgof-product-origin-images-row-item img {
        height: 145px;
        width: 220px;
        object-fit: contain;
    }
}

.dgof-star-rating .checked {
    color: #673b17;
}

.dgof-star-rating {
    text-align: center;
}

.dgof-star-rating-homepage {
    margin-top: 1rem;
}

