
*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#editing {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f0;
}

a{
    vertical-align: middle;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

.container{
    max-width: 1120px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.title{
    padding: 3px;
    border: 1px solid #e7d99f;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.title-text{
    background-color: #e7d99f;
    display: block;
    text-align: center;
    padding: 5px 10px;
}

.grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    align-items: center;
}
.thumb-image{
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.ammount-list{
    border: 1px solid #AFB42B;
}

.grid-4{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-4 strong{
    padding: 7px 15px;
    font-weight: bold;
}

.card .editable{
    min-height: 120px;
}

.grid .card, .grid .ammount-list{
    height: 100%;
    min-height: 340px;
}

.card{
    border: 1px solid #e7d99f;
}
.card .card-header{
    padding: 5px 10px;
    background-color: #e7d99f;
    color: #000;
    font-family: "Roboto-regular";
    font-size: 16px;
    font-weight: normal !important;
}
.card .card-body{
    padding: 10px;
    min-height: 150px;
}

.btn{
    display: inline-flex;
    height: 30px;
    padding: 0 10px;
    align-items: center;
    border: 1px solid #b2c275;
    background-color: #b2c275;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    outline: none !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.h-100{
    height: 100% !important;
}

.product_image .image{
    position: relative;
    display: flex;
   flex-direction: column;
}
.card .image{
    padding: 10px;
    border: 1px solid #CCC;
}

.product_image .options{
    text-align: right;
    margin-top: 15px;
    border-top: 1px solid #CCC;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product_image  .ImageDelBtn{
    display: inline-block;
    line-height: 14px;
    border: 1px solid #666;
    border-radius: 0.25em;
    background-image: linear-gradient(to bottom, #fff, #ccc);
    box-shadow: inset 0 0 0.1em #fff, 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    font-family: arial, sans-serif;
    font-size: 0.8em;
    padding: 5px 10px;
    height: 26px;
}
.card-images .thumb-image{
    width: 200px;
    height: 200px;
    margin: auto;
}
.card-images{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.arrow-list > div > div {
    display: flex;
    gap: 5px;
    align-items: center;
}
.arrow-list > div > div .benefit-drag {
    display: block;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 5px;
    background: #000;
    color: #FFF;
    border: 1px solid #000;
    cursor: move;
}
.arrow-list > div > div .benefitclip {
    display: none;
}
.arrow-list > div > div input.benefit {
    flex: 1;
    background: transparent;
    border: 1px solid transparent;
    padding: 2px 5px;
    min-width: 0;
}