
*, *: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;
}

.bg-light{
    background-color: #EAE8E8;
}

a{
    vertical-align: middle;
}

.text-center{
    text-align: center !important;
}

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;
}
@media only screen and (max-width: 769px) {
    .grid{
        grid-template-columns: 1fr;
    }
}
.thumb-image{
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.ammount-list{
    border: 1px solid #AFB42B;
}
.ammount-list .grid-4:nth-child(even){
    background-color: #EAE8E8;
}

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

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

.cart-btn{
    display: inline-flex;
    border: 0;
    cursor: pointer;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #CCCCCC;
    color: #3c3f44;
    border-color: #CCCCCC;
    align-items: center;
    border-radius: 30px;
    text-decoration: none;
}
.cart-btn:hover{
    color: #3c3f44;
    border-color: #CCCCCC;
}

.textbox{
    border: 1px solid #000;
    height: 30px;
    padding: 2px 10px;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
}

.textarea{
    border: 1px solid #000;
    height: 30px;
    padding: 10px 10px;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    height: 150px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.editable .textbox, .editable .textarea{
    display: none;
}
.editable.selected .textbox, .editable.selected .textarea{
    display: block;
}
.editable.selected .text-value{
    display: none;
}

.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;
}

.arrow-list dt {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.2rem;
    text-align: left;
}

.arrow-list dt::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
}
select#FormatNew{
    border: 1px solid #000;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: #FFF;
}
.arrow-list >div > div{
    display: flex;
    gap: 5px;
    align-items: center;
}
.arrow-list >div > div input.benefit{
    flex: 1;
    background: transparent;
    border: 1px solid transparent;
    padding: 2px 5px;
    min-width: 0;
}
.arrow-list >div > div input.benefit:focus{
    background-color: #FFF;
    border: 1px solid #000;
}
.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;
}

.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;
}
.btn:hover, .btn:focus, .btn:active{
    background-color: #96ab66;
    border-color: #96ab66;
}

.arrow-list >div > div .benefitclip{
    display: none;
}

.table-grid .grid-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.table-grid .grid-row aside{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -1px;
    margin-right: -1px;
}
.table-grid .grid-row aside{
    padding: 10px 20px;
    border: 1px solid #CCC;
}
.table-grid  .table-grid-header{
    font-weight: bold;
}

.inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.inline-list > * {
}
.rounded-icon {
    width: auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.rounded-icon img {
    height: 80px;
}

.choose-certification > *{
    position: relative;
}
.choose-certification label{
    display: block;
    border: 2px solid #CCC;
}
.choose-certification input{
    position: absolute;
    left: 0;
    top: 0;
}
.choose-certification input:checked ~ label{
    border-color: #000;
}

.h-100{
    height: 100% !important;
}

.analysis-container .wrapper{
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    position: relative;
    text-align: left;
}
.analysis-logo {
    text-align: center;
    margin-bottom: 20px;
}
.analysis-logo .logo {
    width: 173px;
}
.analysis-title {
    background-color: #e8d89b;
    padding: 10px;
    border: 1px solid #000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-content table {
    width: 100%;
    border-collapse: collapse;
}
.tab-content table td, .tab-content table th {
    border: 1px solid #000;
    padding: 2px 7px;
}
.tab-content table.a td {
    background-color: #c8d6ab;
}
.tab-content table.a tr td:nth-child(odd) {
    background-color: #b2c275;
    font-weight: 600;
}
.tab-content table.b {
    margin-top: 20px;
}
.tab-content .editable.selected .textbox{
    display: inline;
}
.analysis-footer {
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 15px;
}

#certificates{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}
#certificates label{
    display: none;
}
#certificates .certificate{
    aspect-ratio: 1 / 1;
    border: 2px solid #CCC;
    position: relative;
}
#certificates .certificate img{
    height: 100%;
    max-height: none;
    object-fit: contain;
}
#certificates .certificate input{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #FFF;
}

.category-title{
    
}
.category-title h3{
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-size: 22px;
    padding: 6px;
}

.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 .dimension{
    top: auto;
    bottom: 0;
    left: 0;
    margin-left: 0;
}
.card .dimension{
    bottom: 12px;
    font-size: 12px;
    width: 44px;
}
.card .dimension .height{
    right: -36px;
}
.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;
}

.input{
    width: 100%;
    border: 1px solid #000;
    padding: 2px;
}
.select{
    width: 100%;
    border: 1px solid #000;
    padding: 2px;
}
