body{
    background-color: #FFE3F5;
    overflow-x: hidden;
    margin: 0;
}
.header-box{
    height: 6vw;
    width: 100vw;
}
.header{
    background-color: black;
    height: 13vw;
    width: 100vw;
    margin-top: -5vw;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
}
.box-for-buttons{
    /*    border: 1px solid white;*/
    width: 40vw;
    height: 50%;
    margin-top: 6vw;
}
.logo-webshop{
    height: 8vw;
    width: 20vw;
    margin-top: 4.8vw;
}
.header-button{
    color: white;
    border: none;
    background-color: transparent;
    font-size: 2.2vw;
    display: inline-block;
    /*margin-left: 8vw;*/
    margin-right: 5vw;
    margin-top: 2vw;
    font-family: "League Gothic";
    font-weight: 100;
}

.header-button2{
    color: white;
    border: none;
    background-color: transparent;
    font-size: 2.2vw;
    display: inline-block;
    /*margin-left: 8vw;*/
    margin-right: 5vw;
    position: fixed;
    font-family: "League Gothic";
    font-weight: 100;
}

.header-button3{
    color: white;
    border: none;
    background-color: transparent;
    display: inline-block;
    margin-left: 31vw;
}

.header-button:hover{
    cursor: pointer;
    text-decoration: underline;
}

.header-button2:hover{
    cursor: pointer;
}

.header-button3:hover{
    cursor: pointer;
}

.shopping-cart-logo{
    width: 5vw;
    height: 5vw;
    position: absolute;
    margin-top: 0.5vw;
    margin-left: -2vw;
}
.product-body{
    border: 5px solid #FFE3F5;
    width: 100vw;
    height: 28vw;
    display: flex;
    justify-content:space-evenly;
}
.button-body{
    border: 5px solid #FFE3F5;
    width: 100vw;
    height: 3vw;
    display: flex;
    margin-bottom: 1vw;
    justify-content:space-evenly;
}
.product-box{
    background-color: white;
    height: 24vw;
    width: 18vw;
    display: inline-block;
    margin: 3vw;
    border-radius: 2vw;
    justify-content: center;
    align-items: center;
}
.store-picture{
    height: 15vw;
    width: 12vw;
    position: absolute;
    margin-left: 3.2vw;
    margin-top: -1vw;
}
.product-text{
    color: black;
    font-family: "League Gothic";
    font-weight: 100;
    text-align: center;
    /*margin-left: 6.5vw;*/
}
.price-text{
    color: black;
    font-family: "KoHo";
    font-size: 1.4vw;
    text-align: center;
    /*margin-left: 5.5vw;*/
    margin-top: 16vw;
}
.stock-text{
    color: black;
    font-family: "KoHo";
    font-size: 1.2vw;
    text-align: center;
    /*margin-left: 6.7vw;*/
    margin-top: -1.5vw;
}
.buy-button{
    background-color: #FCACE4;
    color: white;
    width: 18vw;
    height: 4vw;
    margin: 3vw;
    margin-top: -0.8vw;
    border-radius: 1vw;
    border: none;
    font-size: 2vw;
    font-family: "League Gothic";
}
.buy-button:hover{
    background-color: black;
    color: #FCACE4;
    cursor: pointer;
}
.checkout-body{
    /*border: 5px solid white;*/
    width: 100vw;
    height: 33vw;
    background: #FCACE4;
    display: flex;
}
.checkout-box{
    background-color: white;
    height: 25vw;
    width: 50vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 42vw;
    position: absolute;
}
.button-box{
    border: 1px black solid;
    width: 2vw;
    height: 25vw;
    margin-left: 10vw;
    position: absolute;
    align-content: space-evenly;
    display: none;
}
.popup-cart-text{
    color: black;
    font-family: "League Gothic";
    font-size: 3vw;
    font-weight: 100;
    justify-self: center;
}
.checkout-text{
    color: black;
    font-family: "League Gothic";
    font-size: 3vw;
    font-weight: 100;
    margin: 0 0 0 2vw;
}
.checkout-text1{
    color: black;
    font-family: "League Gothic";
    font-size: 3vw;
    font-weight: 100;
    margin-left: 2vw;
    margin-top: -2vw;
}
.checkout-stock-text{
    color: black;
    font-family: "KoHo";
    font-size: 1vw;
    margin: -0.8vw 0 0 2vw;
}
.remove-product-button{
    background-color: transparent;
    font-size: 1.5vw;
    border: 1px black solid;
    border-radius: 2vw;
    height: 2vw;
    width: 2vw;
    margin: 0 0 0 15vw;
    position: absolute;
}
.add-product-button{
    background-color: transparent;
    font-size: 1.5vw;
    border: 1px black solid;
    border-radius: 2vw;
    height: 2vw;
    width: 2vw;
    margin: 0 0 0 12vw;
    position: absolute;
}
.popup-remove-product-button{
    background-color: transparent;
    font-size: 1.5vw;
    border: 1px black solid;
    border-radius: 2vw;
    height: 2vw;
    width: 2vw;
    margin: -5vw 0 0 15vw;
    position: absolute;
    display: none;
}
.popup-add-product-button{
    background-color: transparent;
    font-size: 1.5vw;
    border: 1px black solid;
    border-radius: 2vw;
    height: 2vw;
    width: 2vw;
    margin: -5vw 0 0 12vw;
    position: absolute;
    display: none;
}
.pointer-cursor{
    cursor: pointer;
}
.checkout-item{
    /*display: flex;*/
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.checkout-name-and-amount{
    display: flex;
    flex-direction: column;
}
.checkout-stock-text1{
    color: black;
    font-family: "KoHo";
    font-size: 1vw;
    margin-left: 2vw;
    margin-top: -3vw;
}
.checkout-price{
    font-family: "KoHo";
    font-size: 2vw;
    margin: 0 2vw 0 0;
}
.checkout-price1{
    font-family: "KoHo";
    font-size: 2vw;
    margin-left: 24vw;
    margin-top: -7.5vw;
    position: absolute;
}
.shopping-cart-image{
    height: 30vw;
    width: 35vw;
    margin-left: 6vw;
}
.total-price-text{
    font-family: "League Gothic";
    font-size: 3.5vw;
    margin-top: 28vw;
    margin-left: 1vw;
}
.total-price-text1{
    font-family: "League Gothic";
    font-size: 3.5vw;
    color: white;
}
.total-price-number{
    font-family: "KoHo";
    font-size: 2vw;
    margin-top: 29vw;
    margin-left: 38vw;
}
.total-price-number1{
    font-family: "KoHo";
    font-size: 2vw;
    color: white;
}
.popup-cart-box{
    background-color: black;
    position: fixed;
    height: 100vh;
    width: 40vw;
    margin-left: 60vw;
    z-index: 2;
    display: none;
    align-items: center;
    flex-direction: column;
}
.popup-cart-body-products{
    background-color: white;
    height: 70vh;
    width: 34vw;
    border-radius: 2vw;
    margin-top: 6vw;
    margin-left: 0.8vw;
}
.total-price-text-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 73%;
}
