/* Custom SVG Icons */
/* ELECTRICVEHICLE */
.csi-bike {
    background: url('/electricvehicle/svg/evicons/bike.svg');
}
.csi-charger {
    background: url('/electricvehicle/svg/evicons/charger.svg');
}
.csi-charging-station {
    background: url('/electricvehicle/svg/evicons/charging-station.svg');
}
.csi-collision {
    background: url('/electricvehicle/svg/evicons/collision.svg');
}
.csi-fire {
    background: url('/electricvehicle/svg/evicons/fire.svg');
}
.csi-free-shipping {
    background: url('/electricvehicle/svg/evicons/free-shipping.svg');
}
.csi-gift {
    background: url('/electricvehicle/svg/evicons/gift.svg');
}
.csi-grinning-face-with-big-eyes {
    background: url('/electricvehicle/svg/evicons/grinning-face-with-big-eyes.svg');
}
.csi-hoverboard {
    background: url('/electricvehicle/svg/evicons/hoverboard.svg');
}
.csi-heart {
    background: url('/electricvehicle/svg/evicons/heart.svg');
}
.csi-icons {
    background: url('/electricvehicle/svg/evicons/icons.svg');
}
.csi-info {
    background: url('/electricvehicle/svg/evicons/info.svg');
}
.csi-like {
    background: url('/electricvehicle/svg/evicons/like.svg');
}
.csi-money-with-wings {
    background: url('/electricvehicle/svg/evicons/money-with-wings.svg');
}
.csi-moped {
    background: url('/electricvehicle/svg/evicons/moped.svg');
}
.csi-partying-face {
    background: url('/electricvehicle/svg/evicons/partying-face.svg');
}
.csi-party-popper {
    background: url('/electricvehicle/svg/evicons/party-popper.svg');
}
.csi-police-car-light {
    background: url('/electricvehicle/svg/evicons/police-car-light.svg');
}
.csi-repair {
    background: url('/electricvehicle/svg/evicons/repair.svg');
}
.csi-rocket {
    background: url('/electricvehicle/svg/evicons/rocket.svg');
}
.csi-scooter {
    background: url('/electricvehicle/svg/evicons/scooter.svg');
}
.csi-shopping-bags {
    background: url('/electricvehicle/svg/evicons/shopping-bags.svg');
}
.csi-smile {
    background: url('/electricvehicle/svg/evicons/smile.svg');
}
.csi-smiling-face-with-smiling-eyes {
    background: url('/electricvehicle/svg/evicons/smiling-face-with-smiling-eyes.svg');
}
.csi-star {
    background: url('/electricvehicle/svg/evicons/star.svg');
}
.csi-star-struck {
    background: url('/electricvehicle/svg/evicons/star-struck.svg');
}
.csi-stars {
    background: url('/electricvehicle/svg/evicons/stars.svg');
}
.csi-surprise {
    background: url('/electricvehicle/svg/evicons/surprise.svg');
}
/* FEELGOOD */
.csi-cardiology {
    background: url('/feelgood/svg/fgicons/cardiology.svg');
}
.csi-coconut {
    background: url('/feelgood/svg/fgicons/coconut.svg');
}
.csi-detox {
    background: url('/feelgood/svg/fgicons/detox.svg');
}
.csi-drink {
    background: url('/feelgood/svg/fgicons/drink.svg');
}
.csi-immunity {
    background: url('/feelgood/svg/fgicons/immunity.svg');
}
.csi-intestine {
    background: url('/feelgood/svg/fgicons/intestine.svg');
}
.csi-joints {
    background: url('/feelgood/svg/fgicons/joints.svg');
}
.csi-lime {
    background: url('/feelgood/svg/fgicons/lime.svg');
}
.csi-lotus {
    background: url('/feelgood/svg/fgicons/lotus.svg');
}
.csi-sunflower-oil {
    background: url('/feelgood/svg/fgicons/sunflower-oil.svg');
}
/* FORMATING */
.csi {
    display: inline-block;
    width: 1.08rem;
    height: 1.08rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: .3rem;
}
.csi-xxs {
    width: 0.72rem;
    height: 0.72rem;
}
.csi-xs {
    width: 0.88rem;
    height: 0.88rem;
}
.csi-sm {
    width: 0.98rem;
    height: 0.98rem;
}
.csi-0x {
    width: 1.13rem;
    height: 1.13rem;
}
.csi-1x {
    width: 1.18rem;
    height: 1.18rem;
}
.csi-2x {
    width: 1.28rem;
    height: 1.28rem;
}
.csi-3x {
    width: 1.48rem;
    height: 1.48rem;
}
.csi-4x {
    width: 1.68rem;
    height: 1.68rem;
}
.csi-5x {
    width: 1.98rem;
    height: 1.98rem;
}
.csi-6x {
    width: 2.28rem;
    height: 2.28rem;
}
.csi-7x {
    width: 2.68rem;
    height: 2.68rem;
}
.csi-8x {
    width: 3.18rem;
    height: 3.18rem;
}
.csi-ml {
    margin-right: 0;
    margin-left: .3rem;
}
@media (max-width: 767.98px) {
    .csi-mt-1 {
        margin-top: 1px;
    }

    .csi-mt-2 {
        margin-top: 2px;
    }
}