:root{;
    --ltn__box-shadow-1: 0 1px 6px 0 rgba(32, 33, 36, .28);
    --ltn__box-shadow-2: 0 0 25px 2px rgba(93, 93, 93, 0.2);
    --ltn__color: #000;
    --border-radius: 3px;
    --border-color: #00345C;
}

#orderForm {
    padding: 30px;
    border: 1px solid var(--border-color);
}

.pmb {
    padding: 15px 30px;
    box-shadow: var(--ltn__box-shadow-1);
    position: relative;
}

.card-body{
    padding: 1em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
}


.ltn__faq-inner .card .ltn__card-title {
    background-color: var(--section-bg-4);
    padding: 22px 15px 22px 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    margin-bottom: 0;
}
.ltn__faq-inner .card .ltn__card-title::before {
    position: absolute;
    content: "\e903";
    font-family: 'icomoon';
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"] {
    background-color: var(--color-2);
    color: var(--white);
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"]:before {
    content: "\e904";
}

@media (max-width: 767px) {
    .ltn__faq-inner-2 .card .ltn__card-title {
        padding: 20px 60px 20px 20px;
        font-size: 16px;
    }
    .ltn__faq-inner-2 .card .card-body {
        padding: 15px 20px 25px;
    }
}

.ltn__checkout-payment-method .ltn__card-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
.ltn__checkout-payment-method .ltn__card-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #333;
    border-radius: 50%;
}
.ltn__checkout-payment-method .ltn__card-title::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    background-color: #333;
}
.ltn__checkout-payment-method .ltn__card-title img {
    height: 45px;
    margin-left: 10px;
}
.ltn__checkout-payment-method .ltn__card-title[aria-expanded="true"]::after {
    opacity: 1;
}

.ltn__checkout-single-content-info {
    padding: 30px;
    border: 1px solid #2F5BA4;
}

/*.table tr:nth-child(2n+1) {*/
/*    background-color: #f7f8fa;*/
/*}*/

/*.table tr:nth-child(2n) {*/
/*    background-color: #fafafa;*/
/*}*/


/* input-item */
.input-item {
    position: relative;
}
.input-item.ltn__custom-icon::before {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #000;
}
.input-item-name.ltn__custom-icon::before {
    content: "\f007";
}
.input-item-email.ltn__custom-icon::before {
    content: "\f0e0";
}
.input-item-phone.ltn__custom-icon::before {
    content: "\f095";
}
.input-item-subject.ltn__custom-icon::before {
    content: "\f06e";
}
.input-item-website.ltn__custom-icon::before {
    content: "\f0ac";
}
.input-item-date.ltn__custom-icon::before {
    content: "\f073";
}
.input-item-textarea.ltn__custom-icon::before {
    content: "\f303";
    top: 30px;
}
.input-item-euro.ltn__custom-icon::before{
    content: "\f153";
}
.input-item-address.ltn__custom-icon::before{
    content: "\f124";
}
.input-item-home.ltn__custom-icon::before{
    content: "\f015";
}
.input-item-zip.ltn__custom-icon::before{
    content: "\f689";
}
.input-item-building.ltn__custom-icon::before{
    content: "\f1ad";
}
.input-item-tag.ltn__custom-icon::before{
    content: "\f02b";
}
.input-item-landmark.ltn__custom-icon::before{
    content: "\f66f";
}
.input-item-industry.ltn__custom-icon::before{
    content: "\f275";
}
.input-item-trademark.ltn__custom-icon::before{
    content: "\f25c";
}
.input-item-mobile.ltn__custom-icon::before{
    content: "\f10b";
}
.input-info-save {
    font-size: 14px;
}
label.checkbox-inline {
    font-size: 14px;
}

.ltn__custom-icon {
    position: relative;
}
.ltn__custom-icon::before {
    content: "\f063";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.input-item.ltn__custom-icon::before {
    top: 50%;
}

#orderForm input[type="text"],
#orderForm input[type="email"],
#orderForm input[type="password"],
#orderForm input[type="tel"],
#orderForm textarea {
    background-color: white;
    border: none;
    border-bottom: 3px solid black;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}
#orderForm input[type="text"]::-webkit-input-placeholder,
#orderForm input[type="email"]::-webkit-input-placeholder,
#orderForm input[type="password"]::-webkit-input-placeholder,
#orderForm input[type="tel"]::-webkit-input-placeholder,
#orderForm textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--ltn__color);
    font-size: 16px;
}
#orderForm input[type="text"]:focus,
#orderForm input[type="email"]:focus,
#orderForm input[type="password"]:focus,
#orderForm input[type="tel"]:focus,
#orderForm textarea:focus {
    border-color: var(--color-2);
}
#orderForm input[type="password"] {
    font-size: 16px;
}
#orderForm textarea {
    resize: vertical;
    padding: 15px 20px;
    min-height: 150px;
}

#orderForm select {
    border: none;
    border-bottom: 3px solid black;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    height: 65px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 30px;
}
#orderForm select:focus {
    border-color: var(--color-2);
}

#select-wrapper {
    position: relative;
}

#select-wrapper::after {
    display: none;
}

#select-wrapper::before {
    content: "\f063";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
}

.title-2 {
    margin-bottom: 30px;
    font-size: 26px;
}

/*change the .cartField1_error  placeholder color to red*/
.cartField1_error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red;
}
.cartField1_error::-moz-placeholder { /* Firefox 19+ */
    color: red;
}
.cartField1_error:-ms-input-placeholder { /* IE 10+ */
    color: red;
}

.boxaki-shadowed{
    padding: 15px 30px;box-shadow: var(--ltn__box-shadow-1);position: relative;
}
.boxaki-shadowed-2{
    padding: 15px 30px;box-shadow: var(--ltn__box-shadow-2);position: relative;
}

.boxaki-shadowed .formDiv_title h4{
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 20px;
}

.cartField1_error, .cartField2_error, .cartSelect1_error, .cartSelect2_error, .cartField15_error h4 {
    color: red;
    border-color: red !important;
}

/* ─── Step 1 Cart ──────────────────────────────────────────────────────── */

.cart-step1-table {
    border-collapse: separate;
    border-spacing: 0;
}

.cart-step1-table thead th {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 12px;
    border-bottom: 2px solid var(--border-color);
    white-space: nowrap;
}

.cart-step1-row td {
    vertical-align: middle;
    padding: 18px 12px;
    border-bottom: 1px solid #f0f0f0;
}

/* Image column */
.cart-step1-td-img {
    width: 160px;
    min-width: 120px;
}

.cart-step1-img {
    max-width: 145px;
    border-radius: 4px;
    transition: transform 0.2s ease;
    display: block;
}

.cart-step1-td-img a:hover .cart-step1-img {
    transform: scale(1.04);
}

/* Info column */
.cart-step1-td-info {
    min-width: 180px;
}

.cart-step1-title {
    display: block;
    font-weight: 600;
    font-size: 0.8rem;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
}

.cart-step1-title:hover {
    color: var(--color-2, #00345C);
    text-decoration: none;
}

.cart-step1-sku {
    font-size: 0.78rem;
    color: #888;
    margin-top: 3px;
}

.cart-step1-orig-price {
    font-size: 0.85rem;
    color: #aaa;
    margin-top: 2px;
}

/* Variant controls (size / colour) */
.cart-step1-variants {
    margin-top: 8px;
}

.cart-attr-group {
    margin-bottom: 6px;
}

.cart-attr-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    color: #555;
}

.cart-attr-group select.form-control-sm {
    font-size: 0.85rem;
    height: 32px;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    min-width: 110px;
}

.cart-attr-static {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 4px;
}

.cart-color-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    vertical-align: middle;
    margin-right: 4px;
}

/* Quantity column */
.cart-step1-td-qty {
    min-width: 130px;
}

.cart-qty-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 130px;
    margin: 0 auto;
}

.cart-qty-group .btn {
    width: 32px;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    border-radius: 3px;
}

.cart-qty-group .step1-qty-input {
    width: 52px;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 0;
    padding: 0 4px;
    -moz-appearance: textfield;
    border-left: none;
    border-right: none;
}

.cart-qty-group .step1-qty-input::-webkit-outer-spin-button,
.cart-qty-group .step1-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn.btn-xs {
    padding: 2px 10px;
    font-size: 0.78rem;
}

/* Price column */
.cart-step1-uprice {
    font-weight: 500;
    font-size: 1rem;
}

/* Total column */
.cart-step1-ltotal {
    font-size: 1.05rem;
    white-space: nowrap;
}

/* Delete column */
.cart-step1-td-del {
    min-width: 50px;
}

/* Cart subtotal bar */
.cart-step1-subtotal {
    padding: 14px 12px;
    font-size: 1.1rem;
    border-top: 2px solid var(--border-color, #00345C);
    text-align: right;
}

/* Empty cart */
.cart-step1-empty {
    padding: 60px 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
    .cart-step1-td-img {
        width: 90px;
        min-width: 80px;
    }
    .cart-step1-img {
        max-width: 80px;
    }
    .cart-step1-td-qty {
        min-width: 110px;
    }
    .cart-qty-group {
        max-width: 110px;
    }
    .cart-qty-group .step1-qty-input {
        width: 40px;
    }
    .cart-step1-table thead th,
    .cart-step1-row td {
        padding: 12px 6px;
    }
}

/* ─── End Step 1 Cart ───────────────────────────────────────────────────── */

#finalbasket_prodlist .grandTotalBasket {
    box-shadow: var(--ltn__box-shadow-1); 
    padding: 15px 30px; 
    position: relative; 
    margin-bottom: 2em;
}