.omp-container {
    padding: 0 var(--omp-space);
}

.omp-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.omp-row .omp-product-col {
    max-width: 50%;
}

.omp-row [class^=omp-col-] {
    position: relative;
    width: 100%;
    padding-right: var(--omp-space);
    padding-left: var(--omp-space);
}

.display-flex {
    display: flex;
    display: -webkit-flex;
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
    -webkit-align-items: center;
}

.align-items-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

@media (max-width: 567px) {
    .omp-row .omp-product-col {
        width: 50%;
        max-width: 50% !important;
    }
}

@media (min-width: 568px) and (max-width: 749px) {
    .omp-row .omp-product-col {
        width: 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 750px) and (max-width: 949px) {
    .omp-row .omp-product-col {
        width: 25%;
        max-width: 25%;
    }
}

@media (min-width: 950px) {
    .omp-row .omp-product-col {
        width: 20%;
        max-width: 20%;
    }
}

.omp-m-0 {
    margin: 0 !important;
}

.omp-m-1 {
    margin: 0.25rem !important;
}

.omp-m-2 {
    margin: 0.5rem !important;
}

.omp-m-3 {
    margin: 0.75rem !important;
}

.omp-m-4 {
    margin: 1rem !important;
}

.omp-m-5 {
    margin: 1.25rem !important;
}

.omp-m-6 {
    margin: 1.5rem !important;
}

.omp-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.omp-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.omp-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.omp-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.omp-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.omp-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.omp-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.omp-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.omp-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.omp-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.omp-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.omp-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.omp-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.omp-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.omp-mt-0 {
    margin-top: 0 !important;
}

.omp-mt-1 {
    margin-top: 0.25rem !important;
}

.omp-mt-2 {
    margin-top: 0.5rem !important;
}

.omp-mt-3 {
    margin-top: 0.75rem !important;
}

.omp-mt-4 {
    margin-top: 1rem !important;
}

.omp-mt-5 {
    margin-top: 1.25rem !important;
}

.omp-mt-6 {
    margin-top: 1.5rem !important;
}

.omp-mr-0 {
    margin-right: 0 !important;
}

.omp-mr-1 {
    margin-right: 0.25rem !important;
}

.omp-mr-2 {
    margin-right: 0.5rem !important;
}

.omp-mr-3 {
    margin-right: 0.75rem !important;
}

.omp-mr-4 {
    margin-right: 1rem !important;
}

.omp-mr-5 {
    margin-right: 1.25rem !important;
}

.omp-mr-6 {
    margin-right: 1.5rem !important;
}

.omp-mb-0 {
    margin-bottom: 0 !important;
}

.omp-mb-1 {
    margin-bottom: 0.25rem !important;
}

.omp-mb-2 {
    margin-bottom: 0.5rem !important;
}

.omp-mb-3 {
    margin-bottom: 0.75rem !important;
}

.omp-mb-4 {
    margin-bottom: 1rem !important;
}

.omp-mb-5 {
    margin-bottom: 1.25rem !important;
}

.omp-mb-6 {
    margin-bottom: 1.5rem !important;
}

.omp-ml-0 {
    margin-left: 0 !important;
}

.omp-ml-1 {
    margin-left: 0.25rem !important;
}

.omp-ml-2 {
    margin-left: 0.5rem !important;
}

.omp-ml-3 {
    margin-left: 0.75rem !important;
}

.omp-ml-4 {
    margin-left: 1rem !important;
}

.omp-ml-5 {
    margin-left: 1.25rem !important;
}

.omp-ml-6 {
    margin-left: 1.5rem !important;
}

.omp-p-0 {
    padding: 0 !important;
}

.omp-p-1 {
    padding: 0.25rem !important;
}

.omp-p-2 {
    padding: 0.5rem !important;
}

.omp-p-3 {
    padding: 0.75rem !important;
}

.omp-p-4 {
    padding: 1rem !important;
}

.omp-p-5 {
    padding: 1.25rem !important;
}

.omp-p-6 {
    padding: 1.5rem !important;
}

.omp-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.omp-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.omp-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.omp-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.omp-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.omp-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.omp-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.omp-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.omp-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.omp-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.omp-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.omp-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.omp-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.omp-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.omp-pt-0 {
    padding-top: 0 !important;
}

.omp-pt-1 {
    padding-top: 0.25rem !important;
}

.omp-pt-2 {
    padding-top: 0.5rem !important;
}

.omp-pt-3 {
    padding-top: 0.75rem !important;
}

.omp-pt-4 {
    padding-top: 1rem !important;
}

.omp-pt-5 {
    padding-top: 1.25rem !important;
}

.omp-pt-6 {
    padding-top: 1.5rem !important;
}

.omp-pr-0 {
    padding-right: 0 !important;
}

.omp-pr-1 {
    padding-right: 0.25rem !important;
}

.omp-pr-2 {
    padding-right: 0.5rem !important;
}

.omp-pr-3 {
    padding-right: 0.75rem !important;
}

.omp-pr-4 {
    padding-right: 1rem !important;
}

.omp-pr-5 {
    padding-right: 1.25rem !important;
}

.omp-pr-6 {
    padding-right: 1.5rem !important;
}

.omp-pb-0 {
    padding-bottom: 0 !important;
}

.omp-pb-1 {
    padding-bottom: 0.25rem !important;
}

.omp-pb-2 {
    padding-bottom: 0.5rem !important;
}

.omp-pb-3 {
    padding-bottom: 0.75rem !important;
}

.omp-pb-4 {
    padding-bottom: 1rem !important;
}

.omp-pb-5 {
    padding-bottom: 1.25rem !important;
}

.omp-pb-6 {
    padding-bottom: 1.5rem !important;
}

.omp-pl-0 {
    padding-left: 0 !important;
}

.omp-pl-1 {
    padding-left: 0.25rem !important;
}

.omp-pl-2 {
    padding-left: 0.5rem !important;
}

.omp-pl-3 {
    padding-left: 0.75rem !important;
}

.omp-pl-4 {
    padding-left: 1rem !important;
}

.omp-pl-5 {
    padding-left: 1.25rem !important;
}

.omp-pl-6 {
    padding-left: 1.5rem !important;
}
