html, body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #716d6e;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow: auto;
}

a {
    color: #b852e3;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.n { color: #716d6e; }
.y { color: #716d6e; }
.v-hidden { visibility: hidden; }

/* Animations */
.delay05s { animation-delay: 0.5s; }
.delay1s { animation-delay: 1s; }
.delay15s { animation-delay: 1.5s; }
.delay2s { animation-delay: 2s; }

/* Navbar */
.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    height: 50px;
}

.navbar {
    background-color: white;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    height: 50px;
}

.logo {
    width: 128px;
    height: 50px;
    display: flex;
}

.scroll-to.img-logo-link {
    padding-left: 4px;
}

.navbar-toggler {
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: 4px;
    padding-right: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-item {
    padding: 0;
    font-weight: 600;
}

.nav-link {
    padding: 0;
    white-space: nowrap;
}

/* Dropdowns */
.dropdown-menu {
    background: #f9f8f8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    padding-left: 8px;
}

.dropdown-menu img {
    padding-bottom: 4px;
    height: 28px;
    padding-left: 8px;
}

.dropdown-menu li a {
    display: block;
    padding: 6px 15px;
    transition: background-color 0.2s ease;
    color: #777;
    text-decoration: none;
    width: 100%;
}

.dropdown-menu li a:hover {
    background-color: #e7e7e7;
}

.dropdown-picture img {
    padding-bottom: 3px;
    height: 20px;
    padding-left: 0px;
}

.btn-menudrop > li > button {
    padding: 3px 15px;
    color: #777;
    border: 1px solid transparent;
    width: 100%;
    text-align: left;
    background-color: #f9f8f8;
    font-size: 17px;
    text-wrap: auto;
}

.btn-menudrop > li > button:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #716d6e;
}

/* Header & Teaser */
header.large {
    height: 92px;
}

#teaser {
   /* background-color: #b852e3;*/
   /* background: linear-gradient(to bottom, #b852e3 0%, #b852e3 50%, #b852e3 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
    overflow: hidden;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: auto !important;
    min-height: 256px;
}

#teaser .container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 250px;
}

#teaser form {
    padding: 15px;
}

#teaser .subtitle {
    font-size: 32px;
    color: white;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* Carousel */
.carousel {
    height: auto !important;
    padding-top: 0 !important;
    min-height: 250px;
    padding: 0 !important;
    margin: 0 !important;
}

.carousel-inner {
    height: auto !important;
}

.carousel-item {
    position: relative;
    transition: opacity 2s ease-in-out;
    height: auto !important;
}

.carousel-fade .carousel-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative !important;
    display: block;
    height: auto !important;
}

.carousel-item img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 250px;
    object-fit: cover;
}

.carousel-control {
    position: absolute;
    top: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-button {
    position: absolute;
    bottom: 15%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-left: 50%;
    margin-right: 50%;
    white-space: nowrap;
}

.carousel-button:hover {
    background-color: darkred;
    color: white;
}

.custom-caption-bg {
    padding: 0px 10px 0px 10px;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.custom-caption {
    position: relative;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 3px black;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/* Global Buttons & Inputs */
.btn {
    font-size: 24px;
    font-weight: 700;
    background-color: #b852e3;
    color: #fff;
    border-radius: 4px;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-right: 15px;
    transition: .2s;
    margin-left: 0px;
    float: left;
    margin-bottom: 35px;
    height: auto;
    width: 43%;
}

.btn:hover, .btn-gray:hover {
    background-color: #b852e3;
    color: #e3aa52;
}

.btn-gray {
    background-color: #b852e3;
}

.btn-info {
    width: 250px;
}

.btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.btn-order, .btn-longm {
    font-size: 24px;
    font-weight: 700;
    background-color: #b852e3;
    color: #333333;
    border-radius: 4px;
    box-shadow: 6px 6px 0 #efe9e9;
    padding: 0 15px;
}

.btn-order {
    box-shadow: 6px 6px 0 #fff;
}

.btn-sm {
    height: 50px;
    width: 40px;
    padding: 0;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.btn-primary {
    padding: 5px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-success {
    position: relative;
    z-index: 10001;
    pointer-events: auto;
    border-color: #ffffff;
    background: 0;
    border: 0;
    background-color: #FFFFFF;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.input-group-text {
    max-width: 160px;
    width: 100%;
    background-color: #f8f9fa;
    padding: 0 12px;
    height: 50px;
    min-height: unset;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex: 1;
}

.form-control-sm {
    height: 50px;
    padding: 0 12px;
    min-height: unset;
    flex: 1;
}

/* Top Bars & Delivery Info */
.delivery-color-green-live {
    background-color: #161625;
    display: block;
    padding: 0;
    margin-top: 50px;
}

.delivery-color-red-live {
    background-color: #ff3e3a;
    display: block;
    padding: 0;
    margin-top: 50px;
    width: 100% !important;
}

.delivery-color-green { background-color: #349427; }
.delivery-color-red { background-color: #ff3e3a; }

.text-container-wrapper {
    width: 100%;
}

.top-bar-live {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 83.33333% !important;
    margin: 0 auto !important;
    max-width: none !important;
    padding: 0px 4px;
    box-sizing: border-box;
}

.text-container-live {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.text-container-live i {
    margin-right: 5px;
    font-size: 20px;
}

.social-icons-live, .social-icons-info-live {
    display: flex;
    color: white;
    align-items: center;
}

.social-icons-live { gap: 15px; }
.social-icons-info-live { gap: 5px; }

.social-icons-live i {
    font-size: 20px;
}

.social-icons-live a {
    color: white;
    text-decoration: none;
}

.social-icons-live a:hover {
    color: #e0e0e0;
}

.call-header {
    float: right;
    color: #b852e3;
    font-weight: 500;
    font-size: 23px;
    padding-top: 12px;
}

.call-header img { margin-right: 14px; }
.padding { padding-right: 0; }

/* Scroll Up */
.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 44px;
    right: 5px;
    opacity: 0;
    text-indent: -9999px;
    background: url('../../template/img/icon_top.png') no-repeat;
    z-index: 1010;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.scrollup.visible {
    opacity: 1;
    pointer-events: auto;
}

/* Printable Form & Application */
#printable-form {
    background-color: #febf04;
    padding-top: 12px;
}

.pencil-text-wrapper {
    display: flex;
    align-items: center;
    width: 83.33333%;
    margin: 0 auto;
}

.pencil-icon {
    height: 13px;
    margin-right: 8px;
}

#application {
    color: black;
    text-decoration: none;
    font-size: 14px;
    margin-left: 6px;
    display: block;
}

#application strong { font-weight: bold; }

/* Sections: Services, Prices, Info */
#services, #prices, #information, #contact {
    margin-top: 25px;
    position: relative;
}

#services { margin-bottom: 42px; }
#contact { margin-top: 50px; }

#services .title, #prices .title {
    margin-bottom: 32px;
}

#services h2, #prices h2, #information h2, #contact h2, #footer-bar h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

#services h2 { font-size: 42px; }
#footer-bar h2 { font-size: 18px; font-weight: 900; text-transform: uppercase; }

.underline {
    height: 3px;
    width: 135px;
    display: block;
    background-color: #b852e3;
    margin: 0 auto;
}

.service-box {
    background-color: #ededed;
    overflow: hidden;
    padding: 15px;
}

#prices .service-box { margin-bottom: 30px; }

.service-box .service-icon {
    height: 45px;
    width: 45px;
    background-color: #b852e3;
    color: #fff;
    text-align: center;
    line-height: 43px;
    float: left;
    margin-right: 15px;
}

#prices .service-box .service-icon {
    line-height: 40px;
    font-size: 41px;
    font-weight: 900;
}

.service-box .service-icon img { width: 26px; }
#prices .service-box .service-icon img { width: 18px; }

.service-box .service-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 20px;
}

#prices .service-box .service-title { padding-top: 5px; }

.service-box .service-content {
    margin-top: 10px;
    font-size: 15px;
    line-height: normal;
}

#prices .service-box .service-content {
    margin-top: 25px;
    line-height: 1.7;
}

.service-box label {
    margin-bottom: 0px;
    margin-top: 5px;
}

#prices .btn-gray { background-color: #716d6e; }
#prices .btn-gray:hover { background-color: #b852e3; }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #b852e3;
    margin: -1px auto 15px;
}

.shipping-message {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Information Section Specifics */
#information .title {
    font-size: 36px;
    font-weight: 700;
    padding: 0;
    text-align: left;
    margin-bottom: 38px;
}

#information .row {
    padding: 0;
    margin-bottom: 0;
}

#information .btn { width: 85%; }

#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}

#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 485px;
}

#information .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#information .video iframe,
#information .video object,
#information.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid rgba(113, 109, 110, 0.74);
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#information .info-row { display: flex; flex-wrap: wrap; }
#information .col-md-6.col-12 { display: flex; }

#information .info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#information .text-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#information .info-block .btn { margin-top: 0px; }

#information .image-link {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#information .info-image {
    max-width: 485px;
    width: 100%;
    height: auto;
    display: block;
}

.button-container { text-align: center; }
.button-container .btn { margin-top: 0px; display: inline-block; }

/* Contact Section */
#contact input::-webkit-input-placeholder { font-size: 12px; }
#contact .title { margin-bottom: 16px; }

.form-content {
    background-color: #ededed;
    padding: 30px 22px 0px 21px;
}

.form-content label {
    margin-bottom: 0;
    font-weight: 700;
    margin-left: 6px;
}

#contact .contact-info {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: bold;
}

#contact .contact-info .address { font-weight: 900; }
#contact .contact-info .highlight, #contact .contact-box .highlight { font-weight: bold; }

#contact form .form-group { margin-bottom: 20px; }

#contact form .text-field {
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

#contact form textarea {
    height: 127px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 12px;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#contact form .submit-message { width: 85%; }

#contact .contact-box-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}

#contact .contact-box-title-small {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
}

#contact .contact-box {
    background-color: #ededed;
    padding: 20px 30px;
    margin-bottom: 10px;
}

#contact .contact-box img { float: left; margin-right: 7px; }
#contact .request { margin-top: 29px; }
#contact .contact-box-name { font-size: 24px; font-weight: bold; }
#contact .contact-box-border {
    background-color: #b852e3;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 8px;
}

#contact .contact-box-divider { height: 16px; }
.contact-box .row { margin-bottom: 21px; }
#contact .clock { margin-top: 10px; }

.submit-message-reply {
    width: 100%;
    padding-left: 0px;
}

.feedback-icon {
    display: inline-block;
    vertical-align: sub;
    width: 26px;
    margin-right: 10px;
}

.conv-headers {
    font-weight: 600;
    display: flex;
    justify-content: space-around;
}

.phone-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

.phone-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    position: relative;
}

.phone-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-icon:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1;
}

/* Footer */
#footer-bar {
    background-color: #716d6e;
    padding: 25px 0 40px 0;
    color: #fff;
    margin-bottom: -90px;
    margin-top: 20px;
    line-height: 1.7;
    font-size: 16px;
}

#footer-bar .footer-widget:after { clear: both; }

#footer-bar .gallerywidget a {
    margin: 0 2px 4px 0;
    display: block;
    float: left;
}

footer {
    margin-top: 15px;
    padding: 10px 0;
    background-color: #dbdbdb;
}

footer .footer-nav {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}

footer .footer-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 11px;
}

footer .footer-nav li a, .copyright a {
    font-size: 17px;
    color: #716d6e;
    text-decoration: none;
}

.rnav {
    padding: 2px;
    background: #ffbe00;
    border: #FFFFFF solid 1px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 6px;
    color: white;
    margin-left: 18px;
    text-align: center;
}

#request-feedback {
    display: none;
    cursor: default;
}

/* Modals */
.modal { position: fixed; }
.modal-backdrop.show { width: 100%; height: 100%; }

.modal-main .modal-dialog {
    width: 845px;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.modal-main .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}

.modal-main .modal-header {
    color: #fff;
    background-color: #b852e3;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.modal-main .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.modal-main .close {
    color: #fff;
    text-shadow: none;
    opacity: .6;
    font-size: 27px;
    margin: 1px 7px 0 0;
    background: 0 0;
    border: 0;
}

.modal-main .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-main .modal-body { padding: 0; }
.modal-main .modal-body h3 {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #b852e3;
    font-weight: bold;
}

.modal-main .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 15px 1px 15px;
}

.modal-main .checkout-info-box h3 { margin-bottom: 20px; color: #716d6e; }
.modal-main .checkout-info-box h3 i { color: white; }

.modal-main .checkout-vehicle-info {
    margin-top: 10px;
    padding: 0 30px;
    width: 290px;
    float: left;
}

.modal-main .checkout-vehicle-info h4 { color: #b852e3; margin-top: 0; font-weight: bold; }

.delivery-adress .row { margin-bottom: 10px; }

.child span:first-child {
    font-weight: bold;
    color: black;
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
}

.child span {
    color: black;
    display: block;
    margin-bottom: 15px;
}

.child span:last-child { margin-bottom: 0; }

.modal-main .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
}

.modal-main .sample-license { float: left; margin-top: 10px; }

.modal-main .vehicle-info h3 { float: left; margin-right: 10px; }
.modal-main .vehicle-info a { font-size: 12px; }

.modal-main .info-box { margin-bottom: 25px; }
.modal-main .info-box .glyphicon { float: left; font-size: 17px; }

.modal-main .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}

.modal-main .info-box .info-box-description { margin-left: 25px; font-size: 14px; }
.modal-main .checkout-personal-info { padding: 0 30px; }

.modal-main .checkout-personal-info .form-group {
    float: left;
    width: 335px;
    min-height: 70px;
    margin-bottom: 0px;
}

.modal-main .checkout-personal-info .form-group.left { margin-right: 7px; }
.modal-main .checkout-personal-info .form-group.right { margin-left: 7px; }

.modal-main .checkout-personal-info .age { float: left; min-height: 70px; }
.modal-main .checkout-personal-info .age label { width: 200px; }

.modal-main form .style-select {
    border: 2px solid #efe9e9;
    height: 45px;
    position: relative;
}

.style-select { position: relative; }

.style-select:after {
    content: '';
    background: #ffffff url('/template/img/dropdown-icon.png') no-repeat center center;
    right: 1px;
    bottom: 0;
    width: 30px;
    height: 36px;
    position: absolute;
    pointer-events: none;
    margin-bottom: 2px;
    border-radius: 4px;
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.style-select select {
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 40px;
    color: #716d6e;
    border-radius: 4px;
    border-color: #cccccc;
}

.type_delivery p, .card-info p { margin-bottom: 0; font-weight: bold; }

.modal-main form .style-select:after {
    background: #ffffff url('/template/img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 1px;
    width: 29px;
    height: 37px;
}

.modal-main form .style-select select {
    border: none;
    font-size: 16px;
    height: 39px;
}

.modal-main form ::-webkit-input-placeholder,
.modal-main form :-moz-placeholder,
.modal-main form ::-moz-placeholder,
.modal-main form :-ms-input-placeholder {
    font-size: 14px !important;
}

.modal-main form .checkbox { padding-left: 0; }
.modal-main form .checkbox label { font-size: 18px; }

.modal-main form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
    float: left;
}

.modal-main form input[type=checkbox]:checked + label:before { content: "\2713"; }

.modal-main .checkout-address-info { padding: 0 30px; margin-top: 7px; }
.modal-main .checkout-address-info h3 {
    margin: 0 0 13px 0;
    font-size: 17px;
    color: #b852e3;
    font-weight: bold;
}

.modal-main .checkout-address-info .city { float: left; width: 335px; margin-right: 7px; margin-top: 7px; }
.modal-main .checkout-address-info .zip-code { float: left; width: 335px; margin-left: 7px; margin-top: 7px; }
.modal-main .newsletter { padding: 0 30px; margin: 30px 0; }

.modal-main .modal-footer {
    text-align: center;
    background-color: #b852e3;
}

.modal-main .modal-footer .btn {
    font-size: 24px;
    font-weight: 700;
    background-color: #b852e3;
    color: #333333;
    border-radius: 4px;
    line-height: 47px;
    padding: 0 15px;
}

.modal-main .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}

.modal-main .modal-footer .btn-yellow { border-color: #ffd992; }
.modal-main .modal-footer .btn-yellow button { background-color: #b852e3; }
.modal-main .modal-footer .btn-gray { border-color: #ffffff; background: 0; border: 0; }
.modal-main .modal-footer .btn-gray button { background-color: #FFFFFF; width: 100%;}
.modal-main .form-group { float: none !important; width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
.modal-main .photo_face input { background: none; }

.row-e { width: 140px; float: left; }
.row-el label, .row-e label { display: block; }
#close-modal, #scroll-top-modal { color: #b852e3; text-decoration: none; }
.borders { margin: 20px; }

/* Samples & Cards */
.samples_1 { margin-top: 5px; width: 100%; margin-bottom: 0px; }
.samples_2, .samples_3 {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.samples_3 { margin-top: 1px; }
.samples { width: 100%; }
.country-pay em { color: darkred; font-weight: bold; }

.yellow-field {
    background-color: #b852e3;
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.plastic-card-sample { color: rgb(35, 6, 0); font-size: 18px; font-weight: 600; font-family: 'Roboto'; }
.plastic-card-desc { color: rgb(60, 19, 0); font-size: 14px; font-weight: lighter; font-family: 'Roboto'; }

.booklet-sample {
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 24.5px;
    font-weight: 600;
    font-family: 'Roboto';
}

.booklet-pages, .booklet-protection {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: lighter;
    font-family: 'Roboto';
}
.booklet-protection { font-size: 20.8px; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
    border: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-new-tab { border: 1px solid black; }
.error-message { text-transform: uppercase; font-weight: 600; display: none; }
.required-line-star { color: #e80c21; }

.order-placeholder::placeholder {
    color: rgba(14, 1, 1, 0.2) !important;
    opacity: 1;
    font-weight: 500;
}

.select-menu-order:required:invalid,
#select-validity:required:valid {
    color: rgba(14, 1, 1, 0.2);
}

#select-country-order:required:valid,
#select-year-order:required:valid,
#select-month-order:required:valid,
#select-day-order:required:valid,
#select-country-birth:required:valid,
#select-sex-order:required:valid,
#select-eye-order:required:valid,
#select-height:required:valid {
    color: #000000 !important;
}

.select-menu-order option { color: #000000; }
.my-fake-select { position: relative; }

.fake-trigger {
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
    padding: 9px 10px;
    cursor: pointer;
    min-height: 70px;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
}

.fake-trigger:hover { border-color: #80bdff; }

.fake-placeholder {
    color: #999;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fake-arrow {
    border: none;
    padding: 0;
    width: 30px;
    height: 35px;
    background: #fff url('/template/img/dropdown-icon.png') no-repeat center;
    border-radius: 4px;
    margin-left: auto;
    flex-shrink: 0;
    margin-bottom: 3px;
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.my-fake-select.open .fake-arrow { transform: rotate(180deg); }

.fake-options {
    position: fixed;
    background: #fff;
    border: 1px solid #80bdff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    max-height: 70vh;
    overflow-y: auto;
    z-index: 999999;
    display: none;
    min-width: 300px;
}

.my-fake-select.open .fake-options { display: block; }

.fake-option {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.fake-option:last-child { border-bottom: none; }
.fake-option:hover, .fake-option.sel { background: #f0f8ff; }

.fake-trigger .opt-img {
    width: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
}

.fake-trigger .opt-text {
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
    padding-left: 10px;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opt-text {
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
}

#preview-column {
    transition: opacity 0.3s ease;
    opacity: 0;
}

#preview-column[style*="block"] { opacity: 1; }

#selected-tovar-preview img {
    max-height: 220px;
    width: auto;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}

#selected-tovar-preview .opt-text {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

/* File Upload Styles */
.hidden-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-flex-container {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    width: 100%;
}

.upload-content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.upload-icon-wrapper {
    flex-shrink: 0;
    margin-left: 10px;
    padding-top: 5px;
}

.upload-content-wrapper .btn-order {
    width: 100%;
    float: none !important;
    margin: 0 !important;
    display: block;
}

.file-name-display {
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
}

.test1 img, .test2 img, .test3 img {
    margin-top: 10px;
    max-width: 100%;
    height: auto;
}

.file-status-box {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    vertical-align: middle;
    gap: 10px;
    margin-top: 10px;
}

.progress-track {
    width: 100px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: #28a745;
    transition: width 0.2s ease;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
    from { background-position: 1rem 0; }
    to { background-position: 0 0; }
}

.success-icon {
    width: 20px;
    height: 20px;
    background-color: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

.success-icon svg, .error-icon svg { width: 12px; height: 12px; fill: white; }

.preview-mini {
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.error-icon {
    width: 20px;
    height: 20px;
    background-color: #dc3545;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    flex-shrink: 0;
    margin-right: 5px;
}

.error-text {
    color: #dc3545;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    display: none;
    margin-left: 5px;
}

.error-field { border: 2px solid #dc3545 !important; background-color: #fff5f5 !important; }
.error_input { display: block; color: #dc3545; font-size: 13px; font-weight: 500; }

#checkoutModal20 .borders {
    max-height: 600px;
    overflow-y: auto;
}

/* Review Table */
.review-data-table { font-size: 14px; text-align: left; }

.review-section-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.review-section-title:first-child { margin-top: 0; }

.review-data-table td:first-child {
    font-weight: bold;
    background-color: #f9f9f9;
    width: 35%;
    vertical-align: middle;
}

.review-data-table td:last-child {
    font-weight: normal !important;
    vertical-align: middle;
}

/* -----------------------------------------------------------
   MEDIA QUERIES (Sorted Large -> Small)
----------------------------------------------------------- */

@media (max-width: 1200px) {
    #services h2, #prices h2 { font-size: 42px; margin: 0 0 20px 0; }
    #services .service-box .service-icon, #prices .service-box .service-icon { height: 38px; width: 38px; line-height: 36px; font-size: 36px; }
    #services .service-box .service-title { font-size: 24px; padding-top: 6px; }
    #services .service-box .service-content, #prices .service-box .service-content { margin-top: 20px; font-size: 16px; line-height: 1.5; }
    #prices .service-box .service-title { display: inline-block; font-size: 24px; line-height: normal; vertical-align: text-top; }
    .contact-box .row { margin-bottom: 16px; }
    #contact .contact-box-title { display: inline-block; font-size: 24px; line-height: normal; }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 15%;
        width: 65%;
        max-width: 65%;
        background: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 0 0 10px 10px;
    }
    .navbar-nav { flex-direction: column; align-items: flex-start; }
    .navbar-nav .nav-item { width: 100%; }
    .navbar-nav .nav-link { padding: 5px; display: block; }
    .navbar { flex-wrap: nowrap; }
    .navbar-toggler, .logo { flex-shrink: 0; }
    .dropdown-menu { position: absolute; right: 100px; left: auto; width: 100%; margin: 0; }
    #services h2, #prices h2, #information h2, #contact h2 { font-size: 28px; line-height: normal; }
    #services .service-box .service-icon, #prices .service-box .service-icon { line-height: 36px; }
    #prices .service-box .service-title { display: inline-block; font-size: 24px; line-height: normal; vertical-align: text-top; }
    .btn { width: 100%; padding: 0px; font-size: 24px; }
    #contact .contact-box { font-size: 14px; }
    .custom-caption { font-size: 30px; top: 10%; }
    #teaser .subtitle { font-size: 20px; }
    .contact-box .row { margin-bottom: 3px; }
}

/* Min-width query for Info Section Alignment */
@media (min-width: 768px) {
    #information .info-row { display: flex; align-items: stretch; }
    #information .col-md-6.col-12 { height: auto; }
    #contact .button-container { text-align: center; }
}

@media (max-width: 768px) {
    .input-group-text { max-width: 100px; font-size: 14px; white-space: wrap; }
    .form-control-sm { font-size: 12px; }
    .btn-sm { width: 35px; }
    .review-data-table table, tbody, tr, td { display: block !important; width: 100% !important; }
    .review-data-table tr { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
    .review-data-table td:first-child { text-align: center !important; border-bottom: 1px solid #ddd; }
}

@media (max-width: 767px) {
    .navbar-wrapper { height: 50px; }
    .navbar { width: 83.33333%; margin: 0 auto; padding: 0; }
    .scroll-to.img-logo-link { padding-left: 4px !important; margin: 0; }
    .logo { margin: 0; }
    .navbar-toggler { margin-left: auto; }
    .top-bar-live { width: 83.33333% !important; margin: 0 auto !important; justify-content: space-between; }
    .text-container-live { flex-grow: 0; }
    #contact .contact-box { font-size: 13px; }
    #information .info-block { justify-content: flex-start; }
    #information .button-container, #contact .button-container { display: flex; justify-content: center; }
    #information .button-container .btn { margin-top: 10px; width: 60%; }
    #information .text-content { text-align: center; width: 100%; }
    #information .info-image { max-width: 95%; }
    #contact .submit-message.btn { width: 60%; margin-bottom: 30px; }
    .plastic-card-sample { font-size: 16px; }
    .plastic-card-desc { font-size: 12px; }
}

@media (max-width: 660px) {
    .modal-main .vehicle-info { float: none; width: 100%; max-width: 100%; padding: 0 45px 0 45px; }
    .modal-main .location-date-info { width: 100%; padding: 0 0 0 45px; float: none; }
}

@media (max-width: 576px) {
    .plastic-card-sample { font-size: 14px; }
    .plastic-card-desc { font-size: 10px; }
    .modal-main .modal-title { font-size: 16px; }
    .input-group-text { max-width: 80px; }
    .form-control-sm { font-size: 12px; }
    .btn-sm { width: 30px; margin-right: 0; }
    .btn-primary { flex: 1; margin-right: 0; }
    .btn-longm { font-size: 16px; }
}

@media (max-width: 500px) {
    .delivery-color-red-live { width: 100% !important; }
    .top-bar-live { width: 83.33333% !important; margin: 0 auto !important; max-width: none !important; padding: 0 4px; }
    .text-container-live { flex-grow: 0; }
}

@media (max-width: 494px) {
    .btn-info { width: 125px; }
}

@media (max-width: 480px) {
    #services .service-box .service-title, #prices .service-box .service-title { font-size: 16px; line-height: normal; }
    #services .service-box .service-icon, #prices .service-box .service-icon { width: 30px; height: 30px; line-height: 28px; font-size: 24px; }
    #services .service-box .service-icon img { width: 20px; }
    #prices .service-box .service-icon img { width: 14px; }
    #prices .service-box, #services .service-box { padding: 10px; }
    .btn { padding: 5px; font-size: 16px; line-height: normal; white-space: normal; }
    #contact h2, #information .title, #information h2, #prices h2, #services h2 { font-size: 20px; margin: 0; padding-bottom: 5px; }
    #prices .title { margin-bottom: 25px; }
    #prices, #services { margin-top: 0; }
    #contact .contact-box-title { font-size: 16px; }
    #contact form .submit-message { padding: 5px; font-size: 16px; line-height: normal; white-space: normal; }
}

@media (max-width: 400px) {
    .custom-caption { font-size: 20px; top: 5%; }
    #teaser .subtitle { font-size: 15px; }
}

@media (max-width: 360px) {
    .input-group-text { max-width: 70px; }
    .form-control-sm { font-size: 10px; }
    .btn-primary { flex: 1; }
}

@media (max-width: 290px) {
    .btn-info { width: 90px; }
}

@media (max-width: 220px) {
    .btn-primary { margin-right: 0; }
}

@media (max-width: 190px) {
    .delivery-color-red-live, .container-width-small { width: 100% !important; min-width: 190px; }
    .top-bar-live { width: 83.33333% !important; margin: 0 auto !important; max-width: none !important; min-width: 158px; padding: 0 4px; flex-wrap: nowrap; overflow: hidden; }
    .text-container-live { font-size: 13px; flex-shrink: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .social-icons-live { gap: 8px; flex-shrink: 0; }
    .social-icons-live i { font-size: 13px; }
}

/* Height-based Media Queries */
@media (max-height: 1100px) {
    .navbar-nav .nav-link { padding: 3px; }
    .btn-menudrop > li > button { padding: 5px 15px; font-size: 15px; }
}

@media (max-height: 960px) {
    .navbar-nav .nav-link { padding: 2px; }
    .btn-menudrop > li > button { padding: 2px 15px; font-size: 15px; font-weight: bold;}
}

@media (max-height: 830px) {
    .navbar-nav .nav-link, .btn-menudrop > li > button { padding: 1px; }
    .btn-menudrop > li > button { padding: 1px 15px; font-size: 12px; }
}

@media (max-height: 700px) {
    .btn-menudrop > li > button { padding: 1px 15px; font-size: 10px; }
}