body {
    font-size: 1rem;
}

.gi-header {
    z-index: 2000;
}

.gi-header-buttons .gi-acc-drop .gi-dropdown-menu button {
    padding: 10px 20px;
    font-size: 13px;
    color: #777;
}

.gi-header-buttons .gi-acc-drop .gi-dropdown-menu button:hover {
    background: transparent;
    color: #5caf90;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li button {
    margin-bottom: 12px;
    padding: 12px 12px;
    display: block;
    text-transform: capitalize;
    color: #777;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li button {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
}

.gi-category .gi-category-block, .gi-category .gi-category-block-2 {
    display: block;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon img, .gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon img {
    width: auto;
    height: auto;
    margin: 0;
}


form .form-label {
    margin-bottom: 1rem;
    font-size: 22px;
}

form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

form .form-check-label {
    font-weight: normal;
}

.modal-body {
    font-size: x-large;
}

.groupC {
    display: flex;
    justify-content: center;
}

.Required {
    color: #cd1717;
    font-size: 0.85rem;
}

.pointer {
    cursor: pointer;
}

.clearboth {
    clear: both;
}

.imgWrap1 {
    width: 100vw;
}

.imgWrap1 img {
    width: 100%;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.m300 {
    min-width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.acenter {
    align-items: center;
}

div.flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

div.boxCenter {
    justify-content: center;
}

section.boxCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.red {
    color: white;
    background-color: red !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.absolute {
    position: absolute !important;
}

.fullHeight {
    height: 100vh !important;
}

.h80v {
    height: 80vh !important;
}

.floatright {
    float: right;
}

.roundX {
    border-radius: 50% !important;
}

body {
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    body {
    }
}

#djDebugToolbarHandle {
    display: none !important;
    height: 0;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
    background-color: #fffd;
    border-radius: 0.5em;
    padding: 0.5em;
}

.groupC .groupIcon i.fa-fw {
    /*font-size: 16px;*/
    color: #EAA824;
    /*margin: 7px 0;*/
}

.gi-login-wrapper .gi-login-container .gi-login-form input[type=checkbox] {
    padding: unset;
}

.gi-login-wrapper .gi-login-container .gi-login-form input[type=checkbox].form-check-input {
    background-color: var(--bs-form-check-bg);
}

.gi-login-wrapper .gi-login-container .gi-login-form input[type=checkbox].form-check-input:checked {
    background-color: rgb(13, 110, 253);
}

.gi-text img {
    max-width: 100% !important;
    height: auto !important;
}

.gi-product-inner .gi-pro-image a.image {
    /* 不知 Theme 為何要設定成 none */
    pointer-events: auto !important;
}

/* 定義了 next 沒定義 prev ... */
.gi-pro-pagination ul li a.prev {
  width: auto;
  padding: 0 13px;
  color: #fff;
  background-color: #5caf90;
  line-height: 30px;
}

.gi-pro-pagination ul li a.prev i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  color: #fff;
}

.gi-pro-pagination ul li a.prev:hover i {
  color: #fff;
}

a.gi-back-to-top {
    color: white !important;
}

a.gi-back-to-top::after {
    content: unset !important;
}


