.row-end-1 {
    grid-row-end: 1 !important;
}

.row-span-3 {
    grid-row: span 3/span 3 !important;
}

.row-span-2 {
    grid-row: span 2/span 2 !important;
}

.grid-flow-col {
    grid-auto-flow: column !important;
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.place-content-center {
    place-content: center !important;
}

.row-auto {
    grid-row: auto;
}

.row-span-4 {
    grid-row: span 4/span 4
}

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-6 {
    grid-row: span 6 / span 6;
}

.pt-24 {
    padding-top: 6rem;
}

.w-4\/6 {
    width: 66.666667%;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1), 0 4px 6px -4px rgb(0 0 0/0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}

.-left-4 {
    left: -1rem;
}

.-top-4 {
    top: -1rem;
}

.bg-rose-600 {
    background-color: rgb(225 29 72);
}


/* Google search layout */

.yuRUbf {
    font-weight: normal;
    font-size: small;
    line-height: 1.58;
}

.yuRUbf a {
    color: #1a0dab;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .10);
}

.LC20lb {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 3px;
}

.MBeuO {
    font-family: arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.IsZvec {
    max-width: 48em;
    color: #4d5156;
    line-height: 1.58;
}

.TbwUpd {
    color: #202124;
}

.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.text-teal-200 {
    color: rgb(153 246 228);
}

.text-blue-200 {
    color: rgb(191 219 254);
}

.text-black {
    color: rgb(0 0 0);
}

.text-blue-800 {
    color: rgb(30 64 175);
}

.bg-pink-900 {
    background-color: rgb(131 24 67);
}

.bg-pink-100 {
    background-color: rgb(252 231 243);
}

.text-red-800 {
    color: rgb(153 27 27);
}

.bg-blue-200 {
    background-color: rgb(191 219 254);
}

.bg-blue-100 {
    background-color: rgb(191 219 254);
}


/* document editor overwrite for banner form */

.document-editor.banner-ck-editor .document-editor__editable-container {
    padding: 0;
}

.document-editor.banner-ck-editor .document-editor__editable-container .ck-editor__editable {
    width: 100%;
    min-height: 50px;
    padding: 16px;
}


/* Used in banner index */

.justify-around {
    justify-content: space-around;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.px-7 {
    padding-left: 1.75rem;
    /* 28px */
    padding-right: 1.75rem;
    /* 28px */
}

.py-7 {
    padding-left: 1.75rem;
    /* 28px */
    padding-right: 1.75rem;
    /* 28px */
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

/* Products Thumb Image */
.productImg {
    box-sizing: content-box;
}

/* .productImg img {
    height: 5rem;
    width: 5rem;
    object-fit: cover;
} */
.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    /* 8px */
    border-bottom-left-radius: 0.5rem;
    /* 8px */
}

.product-image img {
    max-height: 100%;
}

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

.m-0 {
    margin: 0px;
}

.top-bar-boxed:after {
    background-color: rgb(var(--color-secondary) / var(--tw-bg-opacity));
}

.breadcrumb-dark {
    height: 100% !important;
}

.tom-select .ts-input input {
    height: auto !important;
}

/* For CKEDITOR FIX */
.ck-content ul {
    list-style-position: inside !important;
    list-style-type: disc !important;
}

.ck-content ul li {
    display: list-item !important;
}

.ck-content>h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: revert;
    font-weight: revert;
}

.ck-content ol {
    list-style-position: inside !important;
    list-style-type: decimal !important;
}

.ck-content ol li {
    display: list-item !important;
}

.logo {
    max-width: 100px;
    margin-right: 10px;
}