.MainWrapper {
padding-top: 0px;
}
.textunder h1 {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.textunder img {
    float: right;
    margin-right: calc((100% - 189px) / 2);
    margin-top: 5px;
    margin-bottom: 5px;
}
.CoffeeCreatingMachineType-ItemBack {
    width: calc((100% / 7) - 10px);
    border: 1px solid #c5c5c5;
}
.CoffeeCreatingMachineType-ImageBack {
    margin-right:0px;
    padding: 2px;
}
.CoffeeCreatingMachine-ItemBack {
    border: 1px solid #c5c5c5;
    height: 260px;
}
.CoffeeCreatingBaseBoxBody-RightPart {
    display: block;
    float: right;
    width: calc(100% - 350px);
    height: 676px;
    overflow: auto;
}
.CoffeeCreatingFinalBox-AddToCart button {
    background: #007f5f !important;
    color: #fff !important;
    transition: 0.3s;
}
.AddToCart button :hover {
    background: #2b9348 !important;
}
.CoffeeCreatingFinalBox-AddToCart button img {
    display: none;
}