.gm-btn {
    text-align: center;
    font-size: 1.3rem;
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
}
.gm-btn-full {
    width: 100%;
    height: 100%;
}

.gm-btn-check {
    /* position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; */
}

.gm-btn-none-outline {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}

.gm-btn-outline-primary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.gm-btn-outline-black {
    border: 1px solid var(--black-color);
}

.gm-btn-outline-light {
    border: 1px solid #6c757d;
}

.gm-btn-bgBlack-text-white {
    background-color: var(--black-color);
    color: var(--white-color);
    outline: none;
    border: none;
}

.gm-text-white {
    color: var(--white-color);
}

.gm-choosed {
    display: none;
    position: absolute;
    right: -2px;
    top: -3px;
    color: var(--primary-color);
}

.gm-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.is_invalid_error {
    /* display: none; */
    color: var(--gm-red-color);
    margin-top: 5px;
}
.sku-cart {
    color: #808080;
    font-size: 1.2rem;
}

.gm-invalid-feedback {
    color: red;
}

.alert {
    color: #fff;
    border: none;
    padding: 15px 20px;
}

.alert-danger {
    background-color: rgb(252, 84, 75);
}

.alert-light {
    background-color: #e3eaef;
    color: #191d21;
}

.gm-disable {
    cursor: not-allowed;
    pointer-events: none;
    color: #c5c5c5;
    border: #c5c5c5;
}

.gm-outStock {
    color: var(--gm-red-color);
    text-transform: uppercase;
}

.gm-text-transform-none {
    text-transform: none;
}

.gm-top-0 {
    top: 0;
}
.gm-bottom-0 {
    bottom: 0;
}

.gm-start-0 {
    left: 0;
}
.gm-end-0 {
    right: 0;
}

.gm-end-50 {
    right: 50px;
}
.gm-bottom-50 {
    bottom: 50px;
}

.gm-float-start {
    float: right;
}

.gm-position-fixed {
    position: fixed;
}

.gm-position-relative {
    position: relative;
}

.gm-position-absolute {
    position: absolute;
}

.gm-fs-1 {
    font-size: 4rem;
}
.gm-fs-2 {
    font-size: 3.5rem;
}
.gm-fs-3 {
    font-size: 3rem;
}
.gm-fs-4 {
    font-size: 2.5rem;
}
.gm-fs-5 {
    font-size: 2rem;
}
.gm-fs-6 {
    font-size: 1.5rem;
}

.gm-outline-0 {
    outline: 0;
}

.gm-width-100 {
    width: 100px;
}

.gm-width-80percent {
    width: 80% !important;
}

.gm-ignore-max-width {
    max-width: none;
}

.gm-img-upload-s {
    font-size: 50px;
    border: 1px dashed #dfdfdf;
    cursor: pointer;
}

.gm-limit-2-row {
    /* font-size: 1.6rem; */
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gm-limit-200words {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gm-primary-color {
    color: var(--primary-color);
}

.gm-width-auto {
    width: auto !important;
}

.gm-hide {
    display: none;
}
.gm-show {
    display: block;
}

.gm-readOnly {
    background-color: var(--second-color);
}

.gm-hr {
    border-top: 1px solid var(--second-color);
}

.custom-switch-input:checked
    ~ .custom-switch-indicator.gm-custom-switch-indicator-disabled {
    background: #cdd3d8;
}
