: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 5 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 5 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;
}




.basketStepQuick ol{list-style: none;}


#checkoutSteps .section {
  clear:both;
  border-width:0 1px 1px;
  border-style:solid;
  border-color:#ebebeb


}
#checkoutSteps .section:first-child {
  border-top-width:1px


}
#checkoutSteps .section .step-title {
  /*text-align:right;*/
  overflow:hidden;
  color:#1d1d1d;
  padding:22px 40px;
  background:0 0;
  position:relative


}
#checkoutSteps .section .step-title .number {
  font-size:1.25em;
  left:15px;
  position:absolute;
  text-align:left;
  top:20px;
  width:20px


}
#checkoutSteps .section .step-title .number:after {
  content:"."


}
#checkoutSteps .section .step-title h2 {
  color:inherit;
  float:left;
  font-family:inherit;
  line-height:inherit;
  font-size:1.5em;
  letter-spacing:5px;
  margin:0;
  padding-left:10px


}
#checkoutSteps .section .step-title a {
  display:none;
  float:right;
  overflow:hidden;
  position:relative;
  text-indent:999em;
  width:20px;
  color:inherit


}
#checkoutSteps .section .step-title a:before {
  font-family:FontAwesome;
  speak:none;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin:0;
  text-indent:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align:center;
  content:"";
  color:inherit


}
#checkoutSteps .section.allow .step-title a {
  display:block


}
#checkoutSteps .section.active.allow .step-title a {
  display:none


}
#checkoutSteps .section.active.allow .step-title:before {
  background:#1d1d1d;
  bottom:0;
  content:"";
  display:block;
  height:2px;
  position:absolute;
  width:50px;
  left:35px


}
#checkoutSteps .section .step {
  padding:20px 35px


}
#checkoutSteps .section .step#checkout-step-login {
  padding:20px


}
#checkoutSteps .section .step h3 {
  font-size:20px;
  font-weight:700;
  letter-spacing:3px


}
#checkoutSteps .section .step h4 {
  font-size:18px;
  font-weight:700;
  letter-spacing:3px


}
#checkoutSteps .section .step label {
  font-size:1em;
  color:#333


}
#checkoutSteps .section .step select {
  border:1px solid #ebebeb;
  height:42px;
  line-height:40px;
  margin:0;
  padding:0 25px 0 10px;
  background:url(https://www.anatomic-footwear.com/template/skin/frontend/arw_bauhaus/default/images/xarrow-select.png.pagespeed.ic.ydvx_Iu-ps.png) no-repeat right center;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none


}
#checkoutSteps .section .step .sp-methods dt {
  padding-bottom:10px


}
#checkoutSteps .section .step .sp-methods dd li {
  padding:0 0 5px


}
#checkoutSteps .section .step .data-table .product-name {
  font-size:1em


}
#checkoutSteps .section .step .data-table .price {
  color:#000


}
#checkoutSteps .section .step .data-table tfoot {
  text-transform:uppercase


}
#checkoutSteps .section .step .data-table tfoot tr.last {
  font-size:1.25em


}
#checkoutSteps .section .step .data-table tfoot tr.last strong {
  font-weight:400


}
#checkoutSteps .section .please-wait {
  float:right;
  margin-top:12px


}
#checkoutSteps .section .buttons-set button.button {
  -webkit-border-radius:9999px;
  -moz-border-radius:9999px;
  -ms-border-radius:9999px;
  border-radius:9999px;
  font-size:1em;
  font-weight:800;
  letter-spacing:3px


}
#checkoutSteps #login-form {
  border:none


}

 #checkoutSteps .section .step-title h2 {
    font-size:1.125em;
    letter-spacing:1px
  
  
  }

  #checkoutSteps .section {
  border-color:#ebebeb


}
#checkoutSteps .section .step-title {
  color:#1d1d1d


}
#checkoutSteps .section.active.allow .step-title:before {
  background:#1d1d1d


}
#checkoutSteps .section .step select {
  border-color:#ebebeb


}
#checkoutSteps .section .step .data-table .price {
  color:#000


}
#checkoutSteps .section .buttons-set button.button {
  font-weight:800


}
.checkout-onepage-success .buttons-set button.button {
  font-weight:800


}
ul#checkout-progress-state li {
  background:#fff;
  color:#1d1d1d


}
ul#checkout-progress-state li.active {
  background:#000


}



.c_pointer {
    cursor: pointer
}

.hidden_cms{
 	display:none;
}