.product-name {
    margin-bottom: 0.3rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #666;
    padding-right: 20px;
     white-space: unset !important; 
    overflow: hidden;
}


.product-form .compare_btn {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #222;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}

.cart.main {
    border-top: none !important;
}


.btn-primary{
    background-color: #2d3192;
    color: #fff;
}

.btn-primary:hover{
    background-color: #161968;
    color: #fff;
}


.header{

    border-bottom: 1px solid #e1e1e1 !important;
}
.product-form .compare_btn:hover {
    color: #fff;
    cursor: pointer;
}


.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 190px;
    background-color: #C8C3BF;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #222;
}

.easy-autocomplete.eac-round ul {
    background: none;
    border-color: #888;
    border-width: 0;
    box-shadow: none;
    min-width: 300px;
    top: 0px;
}


.easy-autocomplete-container ul li div a{
    font-weight: normal;
    display: flex;
    align-items: center;
}



.easy-autocomplete .eac-round{
  width: 100% !important;
}

.easy-autocomplete{
  width:100% !important
}

.easy-autocomplete input{
  width: 100%;
}

.form-wrapper{
  width: 500px;
}


.review-table tr{
    border-bottom: 1px solid #f3f3f3;
}




.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
    font-size: 11px;
    margin-top: -18px;
    margin-bottom: 10px;
}




.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}




.select2-container--default .select2-selection--single {
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}


/*.shipping-address .select-box::before{
    content:  "";
}

*/




