/* Box liners page */

.technical-information {
    margin-bottom: 2em;
}
a.fact-sheet-download {
    display: block;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 600;
    text-decoration: none;
    background: #FF9900;
    color: white;
    border-radius: 4px;
    padding: 0.5em 0.5em 0.5em calc(30px + 0.5em);
}
a.fact-sheet-download:hover {
    text-decoration: underline;
    color: white;
}
a.fact-sheet-download i {
    vertical-align: middle;
    font-weight: 400;
    margin-left: -30px;
    text-decoration: none;
}

.main-inner .feature-image {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.getting-started-boxes ol {
    margin: 0;
    padding: 0 0 0 1em;
}

#get-quotation form > input {
    display: block;
    width: 100%;
    outline: none;
    padding: 0.8em;
    border: 1px solid #d6d6d6;
    margin-top: 0.7em;
}

#get-quotation form > select {
    display: block;
    width: 100%;
    outline: none;
    height: 40px;
    border: 1px solid #d6d6d6;
    margin-top: 0.7em;
    background: white;
    border-radius: 0px;
}

#get-quotation form > input[type=submit] {
    display: inline-block;
    width: auto;
    border: none;
    color: white;
    background: #ff9900;
    border-radius: 4px;
    margin-top: 0.7em;
}

@media (max-width: 550px) {
    .main-inner .feature-image {
        max-width: 100%;
    }
}

/* Validation */
.box-quotation input[type=text].parsley-error, .box-quotation input[type=email].parsley-error {
    border: 1px solid red;
}

ul.parsley-errors-list {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: red;
    font-size: 0.8em;
}

ul.parsley-errors-list.filled {
    display: block;
}

.box-quotation .recaptcha {
    margin-top: 0.7em;
}

.box-quotation .loader {
    display: none;
    vertical-align: middle;
    height: 3em;
}

.box-quotation.submitting .loader {
    display: inline-block;
}

.box-quotation input[type=submit]:disabled {
    background: #dcdcdc;
}

.box-quotation .success-message {
    display: none;
    color: #46bd00;
    margin-bottom: 0;
}

.box-quotation .error-message {
    display: none;
    color: red;
    margin-bottom: 0;
}

.boxes-sample-pack > img {
    margin-bottom: 1em;
}

.ecwid-productoption-Box_Width_\:0028mm\:0029 {
    /* background: red; */
}