
.text--custom{
    color:#e54750;
}

h2{
    color:#e54750;
}

.cart--btn span{
    background: #e54750;
    height:20px;
    width:20px;
    border-radius:50%;
    display: inline-block;
    text-align: center;
}

.header_in .cart--btn span{
    color:#fff;
}

.shadow-lg{
    background: #fff;
}

.banner .wrapper small{
    color:#000; 
}

.banner .wrapper p{
    color:#000 !important; 
}

.banner .wrapper h3{
    color:#e54750 !important; 
}

/* PRODUCT COUNTER */

.cart--items li{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    padding:15px;
}

.cart--items li .xxx{
    background: #e54750;
    height:15px;
    width:15px;
    border-radius:50%;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.product--counter{
    background: #f5f5f5;
    height:50px;
    border-radius:25px;
}


.product--counter .counter{
    background:#fff;
    width:30px;
    height:30px;
    margin:0;
}

.product--counter .counter p{
    line-height:30px;
    color:#000;
}

/* BTN WS */

.btn-ws{
    position: fixed;
    right:15px;
    bottom:70px;
    height:40px;
    width:40px;
    background: #05cd51;
    text-align: center;
    z-index: 1000;
    border-radius: 20px
}

.btn-ws i{
    line-height:40px;
    font-size: 20px;
    color:#fff;
}

/* PATTERN */

.features.pattern {
    position: relative;
    padding-top:100px;
    padding-bottom:80px;
}


.features.pattern:before{
    content:'';
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    background-image: url(../img/texture-light.svg);
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top:0;
    left:0;
}

.box_how--custom {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    padding: 30px 25px;
    margin-bottom: 20px;
    text-align: center;
}


.box_how--custom p{
    text-align: left;
}

/* LAYOUT */

@media (max-width: 576px) {

    .product--counter{
        margin-top:15px;
    }

    .hero_single{
        background:#e54750 url(../img/banner-bg.jpg) no-repeat center center;
        background-size: cover;
    }

}


@media (min-width: 576px) {
        
    .product--counter{
        min-width: 100px;
    }

}



@media only screen and ( min-width:577px ) and ( max-width: 768px) {
}

@media only screen and ( min-width:769px ) and ( max-width: 992px) {
}

@media ( max-width: 992px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1400px) {

}