<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: The7 Child
Template: dt-the7
Version: 1.0.0
Text Domain: the7-child
*/

.img-ape {
    width: 100%;
    height: auto;
    content:url(https://delivery.slow-sud.it/wp-content/uploads/2021/03/delivery-header-3.png);
}

.hdr {
    flex-direction: row;
    margin-left:13%;
    line-height: 10pt;
    margin-bottom: -65px;
}

.related.products {
    display: none;
}

#billing_address_1 { width:100% }

/* if mobile device max width 480px */
@media (max-width: 820px) {
    .img-ape {
        width: 80%;
        margin-left:10%;
    }
    .hdr {
        flex-direction: column-reverse;
        line-height: 12pt;
        margin-left:0;
    }
    #container-address { background-color:white; }
    #billing_addro { padding-left: 50% }
}

.page-title.title-center.disabled-bg.page-title-responsive-enabled {
    background-color: #d6f19c;
}

#container-address {
    border-radius: 5px;
    color: black;
}

.mobile-header-bar{
    background-color: #00c2b3;
}

.switcher-wrap{
    display:none;
}

.grid-container {
    margin: 0 14%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.boxes-0 { grid-column: span 12; margin-top: .7rem; display: none }
.boxes-3 { grid-column: span 12 }

@media (max-width: 820px) {
    .boxes-0 { display: block }
    .boxes-2 { display: none }
}

.boxes-1 { grid-column: span 12; }
.boxes-2 { grid-column: span 12; padding-top: 35px; padding-bottom: 40px }

@media screen and (min-width: 820px) {
    .grid-container { margin: 0 4%; }
    .boxes-1 { grid-column: span 8; }
    .boxes-2 { grid-column: span 4; }
}
@media screen and (max-width: 630px) {
    .grid-container { margin: 0; }
}
@media screen and (min-width: 1025px) {
    /*.grid-container { margin: 0 15%; }*/
    .boxes-1 { grid-column: span 6; }
    .boxes-2 { grid-column: span 6; }
}
@media screen and (min-width: 1025px) {
    .grid-container { margin: 0 15%; }
}

@media (min-width: 1700px) {
    .hdr { margin-top:10%; }
}

#main { padding: 0 0 70px 0 }
@media screen and (max-width: 778px) {
    #main { padding: 0 0 70px 0 }
}

#byconsolewooodt_checkout_field {
    width: 100%;
}

.modal-backdrop {
    z-index: 99 !important;
}

.btn-theme {
    background-color: #dd9933;
    color: white;
}
.btn-theme:hover {
    color: white !important;
}
.btn-theme:focus {
    box-shadow: 0 0 0 0.25rem #fd870d40 !important;
}

.btn-theme-outline {
    color: #dd9933;
    background-color: white;
    border: 2px solid #dd9933;
}

.btn-theme-outline:hover {
    color: #fd870d !important;
}

.btn-theme-outline:focus {
    box-shadow: 0 0 0 0.25rem #fd870d40 !important;
}

.order-text {
    margin: 40px 7%;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.go-to-menu-button {
    position: fixed;
    bottom: 3em;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}

.form-row.create-account {
    width: fit-content !important;
    padding: 20px 30px !important;
    margin: 0 !important;
    background-color: var( --e-global-color-accent ) !important;
    border-radius: 5px !important;
}

#createaccount {
    transform: scale(2);
    margin-right: 10px;
}
</pre></body></html>