.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.justify-content-center {
    justify-content: center;
}

.justify-content-left {
    justify-content: left;
}

.justify-content-right {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.position-relative {
    position: relative;
}
.pr-0 {
    padding-right: 0;
}
.pd-0 {
    padding: 0 !important;
}
.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}
.price {
    font-size: 16px;
    font-weight: bold;
}
/* .container {
    width: 1180px;
} */
.d-block {
    display: block !important;
}
.text-end {
    text-align: end !important;
}
.pd-1 {
    padding: 0.25rem !important;
}
.pd-3 {
    padding: 0.5rem !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pd-4 {
    padding: 0.75rem !important;
}

.pd-5 {
    padding: 1rem !important;
}
.mr-1 {
    margin-right: 0.5rem;
}
.mr-2 {
    margin-right: 0.75rem;
}
.mr-3 {
    margin-right: 1rem;
}
.m-0 {
    margin: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.float-left {
    float: left !important;
}
.opacity-0 {
    opacity: 0 !important;
}