#modal form {
    display: flex;
    background: white;
    max-width: 60%;padding: 0;
}
#modal form > div {
     padding: 20px; 
}
.cart_data {
/*     width: 400px; */
   
    box-shadow: 0 0px 20px rgba(27, 27, 27, 0.12);
    margin-right: 20px;
}
.cart_data h3 {
    text-align: left ;
}
.cart_data h4 {
    font-weight: 600;
}
.cart_data h4 span {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
}
.cart_data h4 span a {
    color: black;
}
.cart_data .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_item {
    display: flex;
    background: #0000000d;
    border-radius: 6px;
    margin-bottom: 10px;
    color: black;
    width: 300px;
    padding: 5px;
    position: relative;
    
    
}
.cart_item .more {
    font-family: 'RF Dewi Extended';
    background: var(--red);
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 5px 10px;
    color: white;
}
.cart_item > img {
    height: 90px;
    width: 90px;
    margin-right: 10px;
    object-fit: cover;
    background: white;
    border-radius: 6px;
}
.cart_item > div {
    padding: 5px;
    width: calc(100% - 100px);
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.cart_item .close {
    width: 20px;
    right: 5px;
}
.cart_item .close span {
    background: black;
    width: 15px;
}
.cart_item > div > div{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.cart_item .price {
    margin: 0;font-size: 1rem;font-family: 'RF Dewi Expanded';
}
.qty {
    display: flex;
    background: white;
    border-radius: 6px;
    padding: 5px;
    font-weight: 500 !important;
    border-radius: 6px;
}

.qty p {
    width: 32px;
    height:  28px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500 !important;
    font-size: 1.5rem;
    cursor: pointer;
    margin-bottom: 0;
}

.qty span {
    height:  28px;
    width: 35px;
    border-radius: 5px;
    display: block;
    background: #0000000d;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 28px;
    text-align: center;
}



#cart_button {
    position: fixed;
    top: 50px;
    left: 50px;
    background: white;
    padding: 20px;

}

.price .lots_count {
    letter-spacing: normal;
    font-size: 1.25rem !important;
}

.b2 .price > span {
    letter-spacing: normal;
    font-size: 1.4rem !important;
}

.b2 .button {
    padding: 10px 25px;
}

@media (max-width: 600px) {

    #modal form {
        display: flex;
        background: white;
        max-width: 95vw;
        padding: 0;
        flex-flow: column;
    }
    #modal form > div {
         padding: 3.5vw; 
    }
    .cart_data {
        margin-right: 0;

    }
    .cart_item {
        width: calc(100% - 3.5vw);
    }

    header .video-content:after {
        /* content: "";
        height: 100%;
        width: 100%;
        background: url(../images/box20/header_mobile.jpg) no-repeat;
        background-size: cover;background-position: center;
        left: 0;
        top: 0;
        position: absolute; */
    }

}


#new-header {
    padding: 75px 0;
    /* background: white; */
}

#new-header > div {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    background: rgba(246, 189, 82, 0.60);
    background: white;
    border-radius: 30px;
    padding: 30px;
}

#new-header > div .text {
     display: flex;
     flex-flow: column;
     max-width: 450px;
     justify-content: center;
}

#new-header > div .text .box-logo {
    margin-bottom: 25px;
    width: 100px;
    /* filter: brightness(0); */
}

#new-header > div .text h1 {
    font-family: 'Soyuz Grotesk';
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 3.5rem;
    color: #000;
    /* color: #7D5EC8; */
}

#new-header > div .text p {
    /* font-family: 'RF Dewi Extended'; */
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

#new-header > div .text p.smaller {
    /* font-family: 'RF Dewi Extended'; */
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}



#new-header > div .button {
    align-self: flex-start;
    padding: 11px 25px;
    font-family: 'Soyuz Grotesk';
}


#new-header > div .images {
     display: flex;
}


#new-header > div .images img {
    height: 370px;
    max-width: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 30px;
    margin-bottom: -60px;
}

@media (max-width: 600px) { 
    #new-header  {
        padding-top: 25vw;
    }
    #new-header > div {
        flex-flow: column-reverse;
        padding: 4vw;
        position: relative;
        width: 86vw;
    }
    #new-header > div .images img {
        width: 90vw;
        height: 70vw;
        margin: 0;
        margin-top: -50px;
    }  
    #new-header > div .text h1 {
        margin-top: 30px;
        font-size: 8vw;
    }
    #new-header > div .text .box-logo {
        margin-top: 25px;
        filter: brightness(0) invert(1);
        width: 100px;
        position: absolute;
        top: 8vw;
        display: none;
        margin-left: 15px;
    }
    #new-header > div .images img:last-child{
        display: none;
    }

}