: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;
}
.basketStep3 input {height: auto}

#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 6 Pro';
    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 6 Pro";
    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;
}

#finalbasket_prodlist .grandTotalBasket {
    box-shadow: var(--ltn__box-shadow-1);
    padding: 15px 30px;
    position: relative;
    margin-bottom: 2em;
}