.auto-height {
    height: auto;
    width: 100%;
    overflow:hidden;
}
table.table td {
    vertical-align: middle !important;
}

/**************************************** Блок поиска */
.search-box {
    text-align: center;
    margin-bottom:20px;
}

.search-box .logo {
    color: #333333;
}

.search-box_form {
    width: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    border-radius: 20px;
}

.search-box_form .btn-success {
    width: 50px;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
}

.custom-table-style #cancel {
    border-radius: 20px;
    padding: 5px 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.search-box_form input {
    height: 40px;
    padding: 10px 15px;
    border-right: none;
    border-radius: 20px 0px 0px 20px;   
}

.brand-box a {
    font-weight: 600;
    border: 1px solid #dddddd;
    margin-bottom: 3px;
    padding: 2px 8px;
    border-radius:5px;
}

/**************************************** Результат поиска */
.custom-table-style .box {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}

.custom-table-style .table-striped {
    border-radius: 10px;
    overflow: hidden;
    -moz-overflow:hidden;
    box-shadow: inset 0px 0px 2px rgb(0 0 0 / 25%);
}

/**************************************** Header */

.navbar-nav > li > a  {
    padding-top:12px;
}

div.btn.btn-xs.btn-cart {
    background-color: #9ee6a0;
    color:black;
}

div.btn.btn-xs.btn-cart sup {
    color:black;
}

/**************************************** Footer */
.public-info h3 {
    color: #444;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.main-footer {
    padding: 0px !important;
    border-top:none !important;
}

.public-info {
    padding: 15px;
    background-color: #b4dcff;
    box-shadow: inset 0px 5px 10px rgb(0 0 0 / 5%);  
}

.public-info p {
    margin:0px;
}

.public-copyright {
    padding: 10px;
    border-top: 1px solid #d2d6de;
    box-shadow: inset 0px 5px 10px rgb(0 0 0 / 5%);    
}

#orderNumber {
    border-radius: 0px 15px 0px 0px;
    margin-top: 4px;
}

/**************************************** Contact form */

.customer-contact-form img,
.customer-contact-form .btn,
.customer-contact-form input,
.customer-contact-form textarea {
    border-radius: 5px;
    border-color: #e2e2e2;
    /*box-shadow: 0px 5px 10px rgb(0 0 0 / 10%); */
    margin-bottom:10px;
    
    /*border: none;*/
}

.customer-contact-form textarea {
    height: 109px;
}

.customer-contact-form img {
    margin-bottom: 0px;
}

.customer-contact-form .box-header {
    padding: 15px;
}

.customer-contact-form .box-body {
    padding-bottom: 0px;
}

/** COOKIE NOTIFICATION */
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  text-align: left;
  color: #333;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}