@media (min-width: 192px) and (max-width: 500px) {
    .products-list .owl-stage {
        transform: none !important;;
        width: 100% !important;
    }
}

.card-b h1 {
    font-size: 14px !important;
}

.title h1 {
    font-size: 14px !important;
    color:black;
}

.name h1 {
    font-size: 14px !important;
    color:black;
}

.create-store-header .inner h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    color: #fff;
}

.gradient-11 {
    background: #376f15;
    background: linear-gradient(45deg, #1f6f39 0%, #90c577 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}

.gradient-12 {
    background: #1d6f66;
    background: linear-gradient(45deg, #0d6f3a 0%, #0fc5bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}

.gradient-13 {
    background: #5f5f6f;
    background: linear-gradient(45deg, #59566f 0%, #5f5f6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}

.gradient-14 {
    background: #2b376f;
    background: linear-gradient(45deg, #2b376f 0%, #1c296f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}

.gradient-15 {
    background: #6f6d15;
    background: linear-gradient(45deg, #6f6d15 0%, #6f6b49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F085A', endColorstr='#C51C53',GradientType=1 );
}