/* Custom padding styles end */

/* Width */

.theme-w-px-30 {
    width: 30px !important;
}

.theme-w-px-44 {
    width: 44px !important;
}

.theme-w-px-50 {
    width: 50px !important;
}
.theme-w-px-55 {
    width: 55px !important;
}
.theme-w-px-60 {
    width: 60px !important;
}
.theme-w-px-65 {
    width: 65px !important;
}
.theme-w-px-70 {
    width: 70px !important;
}
.theme-w-px-75 {
    width: 75px !important;
}
.theme-w-px-80 {
    width: 80px !important;
}

.theme-w-50 {
    width: 50% !important;
}

.theme-w-60 {
    width: 60% !important;
}

.theme-w-70 {
    width: 70% !important;
}

.theme-w-75 {
    width: 75% !important;
}

.theme-w-80 {
    width: 80% !important;
}

.theme-w-85 {
    width: 85% !important;
}

.theme-w-90 {
    width: 90% !important;
}

.theme-w-95 {
    width: 95% !important;
}

.theme-w-100 {
    width: 100% !important;
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}
@media (max-width: 450px) and (min-width: 376px) {
    .theme-xs-w-50 {
        width: 50% !important;
    }
    .theme-xs-w-60 {
        width: 60% !important;
    }
    .theme-xs-w-70 {
        width: 70% !important;
    }
    .theme-xs-w-75 {
        width: 75% !important;
    }
    .theme-xs-w-80 {
        width: 80% !important;
    }
    .theme-xs-w-85 {
        width: 85% !important;
    }
    .theme-xs-w-90 {
        width: 90% !important;
    }
    .theme-xs-w-95 {
        width: 95% !important;
    }
}

/* Height */
.theme-h-12 {
    height: 12px;
}

.theme-h-14 {
    height: 14px;
}

.theme-h-18 {
    height: 18px;
}

.theme-h-20 {
    height: 20px;
}

.theme-h-22 {
    height: 22px;
}

.theme-h-24 {
    height: 22px;
}

.theme-h-25 {
    height: 25px;
}

.theme-h-32 {
    height: 32px !important;
    font-weight: 500;
}

.theme-h-35 {
    height: 35px;
}

.theme-h-40 {
    height: 40px;
}

.theme-h-50 {
    height: 50px;
}

.theme-h-55 {
    height: 55px;
}

.theme-h-80 {
    height: 80px !important;
}

.theme-h-90 {
    height: 90px !important;
}

.theme-h-100 {
    height: 100px;
}

.theme-h-150 {
    height: 150px;
}

.theme-h-percent-100 {
    height: 100% !important;
}

/* Width & Height */
.theme-hw-100 {
    height: 100px !important;
    width: 100px !important;
}

.theme-hw-80 {
    height: 80px !important;
    width: 80px !important;
}

.theme-hw-50 {
    height: 50px !important;
    width: 50px !important;
}

.theme-hw-40 {
    height: 40px !important;
    width: 40px !important;
}

.theme-hw-32 {
    height: 32px !important;
    width: 32px !important;
}

/* Icon height */

.theme-ih-10 {
    height: 10px !important;
    width: auto;
}

.theme-ih-12 {
    height: 12px !important;
    width: auto;
}

.theme-ih-14 {
    height: 14px !important;
    width: auto;
}

.theme-ih-16 {
    height: 16px !important;
    width: auto;
}

.theme-ih-18 {
    height: 18px !important;
    width: auto;
}

.theme-ih-20 {
    height: 20px !important;
    width: auto;
}

.theme-ih-22 {
    height: 22px !important;
    width: auto;
}

.theme-ih-32 {
    height: 32px !important;
    width: auto;
}

/* Image custom size */
img.theme-image-w-full {
    width: 425px !important;
    height: auto;
}

@media (min-width: 992px) {
    .theme-h-80.theme-lg-h-150 {
        height: 150px !important;
    }
}