.shop_button_container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
}

.shop_button_container li {
    list-style-type: none;
    margin: 10px 25px;
    width:50%;
    float:left;
}

.btnCheckout {
 width:100%;
    padding:5px;
}

.details.col-md-6 {
    display:flex;
    justify-content: center;
}

.details.col-md-6 a {
    margin: 10px;
}

.loginform {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    margin-top:10px;
}

.page-title-wrapper {
    display: none;
}

.favwrap {
 margin-left:20px;
}

.favwrap .row {
    margin-bottom: 25px;
    clear: both;
    display: block;
    float: none;
}

.favwrap .row .col-lg-4.col-md-4.col-sm-4.col-xs-4 {
    padding: 0;
    margin-right: 55px;
    float: left;
    display: block;
    width: 268px;
    max-height: 301px;
    overflow: hidden;
}

.favwrap .row .col-lg-7.col-md-7.col-sm-7.nopaddingleft {
    float: left;
    display: block;
    width: 394px;
    font-size: 12px;
    line-height: 12px;
}

.favwrap .row .col-lg-4.col-md-4.col-sm-4.col-xs-4 img {
    width: 100% !important;
}

.favwrap .row p {
    text-transform: uppercase;
    color: #333333;
    padding: 0;
}

.favwrap .row p.descr {
    color: #333333;
    text-transform: none;
}

.favwrap .row p .fav_label {
    color: #97949B;
    text-transform: uppercase;
}

.favwrap .row .attr_row {
    border-bottom: #E3E3E3 1px solid;
    padding: 10px 0 5px;
}

.favwrap .row .attr_row p {
    padding: 0;
    margin: 0 0 3px;
}
.favwrap .row  span img {

    margin: 5px 10px;
}

.favwrap .row .fav_content {
    color: #000;
    text-transform: uppercase;
}

.clear {
    clear: both;
    width: 100%;
}

.pagebreak {
    page-break-after: always;
}

.pagebreak_spacer {
    height: 100px;
}

.wrapper {
    min-height: unset!important;
}

footer .row {
    padding:10px;
}
.attr_row ul {
    margin: 0px;
}

.attr_row li {
    list-style-type: none;
}
.attr_row.links {
 display:block;
}

.attr_row.links .fav_label{
 width:100%;
}

.attr_row.links .fav_content a{
    width:100%;
    color: #000;
    text-transform: uppercase;
    display:block;
}
.attr_row.links .fav_content a:hover, .attr_row.links .fav_content a:active {
    width:100%;
    color: #000;
    text-decoration: none;
    display: block;
}

.footerbuttons {
    width:45%;
    margin: 5px;
    float:left;
}

select.form-control {
    color: #939ba2;
    opacity: 1;
}

.alert.alert-danger p {
    margin-bottom: 0;
}

.searchcontainer {
    width:100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.products.search_list {
    z-index: 200;
    position: absolute;
    left: 0;
    margin: 5px;
    width: 100%;
}

.searchcontainer .form-control {
    display: inline-block;
    width:80%;
    margin-left: 10px;
}

.autocomplete-dropdown-container {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto;
}

.autocomplete-items-list {
 display:flex;
    margin: 10px;
    color: #212529;
}

.autocomplete-dropdown-container .close {
    cursor: pointer;
}

.autocomplete-dropdown-container .close:hover {

}

.autocomplete-items-list:hover {
    background-color: #ced4da40;
}
.autocomplete-items-list .image{
    display: flex;
}
.autocomplete-items-list img{
    width: 100px;
}

 .autocomplete-items-list .text{
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     text-align: left;
     padding-left: 20px;
}

.autocomplete-items-list .text .title {
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

.autocomplete-items-list .text .description {
    ext-transform: uppercase;
    color: #333333;
    width: 100%;
}

@media screen and (max-width: 400px) {
    .shop_button_container {
        padding: 0px;
    }

    .shop_button_container li {
        margin: 0px 5px;
    }

    .favwrap .row {
        padding: 22px 0 0 0;
    }

}

