.secure-form {
    max-width: 360px;
    margin: 0 auto;
}

.login-form .recaptcha {
    margin-bottom: 30px;
}

.link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link li {
    font-size: .75rem;
    color: #fff;
}

.link li a {
    color: #fff;
}

.secure-form .link li, .secure-form .link a {
    color: #000;
    display: inline-block;
}
.Email .logobar {
    display: none;
}
.Email .system_title {
    font-size: 33px;
    color: #21bd26;
    font-weight: 600;
    text-align: center;
}
.system_page p {
    text-align: center;
}
.system_page p a {
    color: #000;
    padding: 3px 15px;
    border-radius: 5px;
    background: #ffde00;
    border: 0;
    font-weight: 600;
}


@media (min-width: 768px) {
    .modal .modal-body {
        padding: 1rem;
        padding: 20px 37px 20px;
    }

    .modal-login {
        max-width: 380px;
    }
}

.pagination{
    width: 100%;
}

.pagination li a:hover{
   color: #000000;
}

.social-networks a:hover {
    color: #ffde00;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 142, 20, .25);
}

.header-search .slide-block .btn:active, 
.header-search .slide-block .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(86, 142, 20, .25);
}
.product-carousel ul.slick-dots{
    display: none !important;
}
.partners-logo-list {
  margin: -62px;
}
.main-header .section {
  background-color: #eee;
  height: 75px;
}
.checkout-form .check-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

/* ***********************************SHOPPING CART**************************************************** */

 @media screen and (min-width:100px){
     .shopping-logo {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .shopping-mini-logo {
        display: none;
    }
 }

 @media screen and (min-width:768px){
     .shopping-mini-logo{
        display: inline-block;
        transform: scale(0.9) translate(25%, 67%);
        margin-bottom: -53px;
    }
    
    .shopping-logo {
        display: none;
    }
    
    .shoppingCartWidget {
        margin-top: -43px;
    }
    
    .shoping-cart-logo {
         transform: scale(0.6) translate(-53%, 151%);
    }
 }

 @media screen and (min-width:992px){
     .shopping-logo {
        display: inline-block;
        transform: scale(1.5) translate(55%, 90%);
        margin-bottom: -26px;
    }
    
    .shopping-mini-logo {
        display: none;
    }
 }
 
 /* ***********************************Checkout**************************************************** */
 
 /* .system_page .system_table td:last-child, 
 .cms_ecommerce .system_table td:last-child {
         text-align: left;
 }*/
 
  @media screen and (min-width:768px){
     .cms_summary_table th:first-child, 
     .cms_summary_table td:first-child {
         width: 220px;
     }
    }
    
    
 /* ***********************************Logos on Wirtgen page**************************************************** */

.cataloglogos {
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto; /* This makes the container take up the full viewport height */
            margin-bottom: 20px
        }
 
 /* ***********************************Message Bar**************************************************** */
    
.message-bar {
    background: #ffde00;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-top: 0px;

}