* {
    box-sizing: border-box;
}

.color-white {
    color:#fff
}
.call-b-form {
    border-radius: 20px;
    overflow: hidden;
    height: auto!important;
    padding-bottom: 40px!important;
}
.call-b-input input[type="text"] {
    border-radius:5px;
    font-size: 16px;
    min-height: 40px;
}
.call-b-input input[type="submit"] {
    min-height:40px;
    margin-top:30px!important;
}
.call-b-header #call-b-close-x {
    box-shadow:unset!important
}
.breadcrumbs {
    padding-bottom:5px!important;
}
.cat-tile_image {
    padding:10px;
}
.cat-tile_image img {
    border-radius:15px;
}
.cat-tile_name {
    text-transform: uppercase;
    font-weight: bold;
    color: #504e4e;
}
@media screen and (max-width: 500px) {
    html {
        font-size:80%!important;
    }
  /*  .cat-tile_name {
        font-size:.8rem!important
    }*/
}

.Compare__Link--Name {

    max-width: 100%;
    text-align: left;
    word-wrap: break-word;
}
.-hasComparePrice .price {
    color: #41b563!important;
}
.product_add2cart .addtocart.button {
    border:none!important;
}
.product-card_discounts span {
    background-color: #41b563!important;
}

.Product-grid_dialog .product-action {
    font-size:.7rem;
}