/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media(max-width: 1199px){
.mobileWear{
width:100% !important;
padding: 0 54px;
}
} 

@media(min-width: 992px){
.imgNoPadding .image_description{
padding: 0 !important;
}
.h3Home{
font-size: 40px !important; 
}
.h4Home{
font-size: 25px !important; 
}
}
.center-text{
        padding: 0 8% !important;
        text-align: justify;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
font-size: 18px;
}
.imgStory{
display: flex;
margin: 0 auto;
width: 100%;
margin-bottom: 40px;
}

.afterTextStory{
display: flex;
flex-wrap: wrap;
width: 82%;
justify-content: space-between;
margin: 0 auto;
margin-top: 20px;
}
@media (min-width: 992px){
.afterUno, .afterDue{
width: 49%;
}}

.product-quantities{
display: none !important;
}
