/*
 * Custom Css
 */

.qua-sim {
    background: -webkit-linear-gradient(210deg, #ffbc00, #ffdf3f);
    background: -o-linear-gradient(210deg, #ffbc00, #ffdf3f);
    background: linear-gradient(300deg, #ffbc00, #ffdf3f);
    box-shadow: 0px 0px 6px 0px rgba(39, 74, 0, 0.2);
    border-bottom: 3px solid #ffa500;
}

.qua-sim svg {
    width: 50px;
    fill: currentColor;
    color: black;
    margin: 10px 15px;
    float: left;
}

.qua-sim h3 {
    color: black;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
}

.qua-sim p {
    color: #330d00;
}

.form-register,
.form-login {
    background-color: #ffeab0;
}

.bg-hdl {
    background-color: #00219a;
}

.catelogy_home svg {
    fill: #3a3600;
}

.header .header-top{
    border-bottom: 1px solid #e2d051;
}

.keyword{
    font-size: 0.8rem
}

.bg-cate-home{
    background-color: #fff990
}

.footer-bottom p{
    font-size: 13px; 
    font-weight: 100;   
}

.text-hdl{
    color: #009a13
}

.detail_product h1{
    font-size: 25px;
    font-weight: 600;
}

.detail_product h3{
    font-size: 18px;
    font-weight: 600;
}

.carousel-inner{
    background: #000000d9;
}

.carousel-item,     .carousel-item img{
    height: 370px
}

#app .app-title{
    font-family: Arial,sans-serif;
}

a.btn-back{
    padding: 8px 15px;
    background-color: #009a41;
    color: white;
    border-radius: 3px;
    position: relative;
}

a.btn-back:before{
    content: '';
    position: absolute;
    left: -4px;
    top: 36%;
    width: 10px;
    height: 10px;
    background-color: #009a41;
    transform: rotate(45deg);
}

