.product-image-custom {
    position: relative;
    float: left;
    width: 10%;
}

.browseProductImageCustom {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-size-container-custom {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-size-custom {
    display: block;
    margin: 0;
    line-height: 1.1;
    color: inherit;
    font-size: 16px;
    color: #333;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-title-custom {
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-title-custom h2 {
    display: block;
    margin: 0;
    line-height: 1.1;
    color: inherit;
    font-size: 16px;
    color: #333;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-title-custom h2:focus, .product-title-custom h2:hover {
    color: #3f51b5;
    text-decoration: none;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-detail-custom {
    float: left;
    width: 40%;
    text-align: center;
    margin: auto;
    position: relative;
    height: 100%;
}

.inner-product-detail-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-price-custom h2 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

.product_badge {
    display: block;
    position: absolute;
    z-index: 10;
}
