.animal {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.animal li {
    padding: 3px 10px;
    text-align: center;
}

.animal li .animal_title {
    color: #89764b;
}

.catalog-product-view .price-box.price-final_price {
    display: table-cell !important;
    width: 1px !important;
}
.cart-short__description {

}

.product-item-details {

}

.cart-short__description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cms-home .block-products-list .block-title{
    text-align: center;
    color: black;
}
.cms-home .test {
    width: 60%;
    float: right;

}
.cms-home .test2 {
    width: 60%;

}

@media only screen and (max-width: 767px) {
    .cms-home .pd-col.col-md-6 {
        width: 100% !important;
    }
    .cms-home .test2 {
        width: 90% !important;

    }
    .cms-home .test {
        width: 90% !important;
        float: none !important;

    }

}

.block-products-list .block-title strong{
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.1;;
    margin-top: 0rem;
}


.cart.table-wrapper .product-item-details {
    text-align: left !important;
}

.cart-container .cart-summary #block-shipping {
    display: none !important;
}

.cart-container .cart-summary .grand.totals.excl strong{
    font-weight: 400;
}

.header .logo {
    width: 100px !important;
}

