/* Add here all your CSS customizations */
.chosen-container-multi .chosen-choices{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .175rem .75rem;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: none;
}
.shop table.cart .product-name-miscompras {
    width: 40% !important;
}

.select2-container {
    
    /* box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; */

    /* display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px ;
    height: calc(1.5em + .75rem + 2px) !important;
    
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    position: relative !important;
    vertical-align: middle !important;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 21px !important;
    padding: .375rem .75rem !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #D52B1E !important;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: .25rem;
    outline: none !important;
}
/* 
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: transparent;
} */
.shop .products .product .onsale {
    font-size: 0.8em;
}
#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0 0 30px -8px rgba(0,0,0,.5);
}
.checkout-button{
    width: 100%;
}
.car-detail a{
    float: right !important;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: center;
    padding: 3rem;
    background: #f1f3f7;
    border-radius: 4px;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.page-header-title {
    font-size: 20px;
    margin: 50px 0 10px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.http-error h2 {
    font-size: 140px;
    font-weight: 700;
    /* line-height: 100px; */
    line-height: 35px!important;
        padding: 35px 0 !important;
}
.http-error p {
    font-size: 1.4em;
    line-height: 25px;
}

@media (max-width: 575px){
    .http-error h2 {
        line-height: 35px!important;
        padding: 35px 0 !important;
    }
}
@media (max-width: 991px){
    #header .header-nav-main.header-nav-main-square nav > ul > li a {
        color: #fff;
    }
}
form#searchForm label.error{
    position: absolute;
    top: 53px;
    left: 25px;
    font-weight: bold;
    color: #d52b1e;
}