@charset "utf-8";

header, footer, header *:not(.fa), foorter *:not(.fa), #main.flex-row *:not(.fa), .dropdown-menu {
    font-family: 'Noto Sans HK' !important;
    font-style: normal !important;
    box-sizing: border-box;
}


small {
    font-size: 60%;
}

label {
    display: inline-block;
}

input[type=radio]:checked, input[type=checkbox]:checked {
    accent-color: green;
}

#main.flex-row {
    margin: auto;
    line-height: 1.5rem;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

header {
    margin-bottom: 90px;
}

header .header-top {
    width: 100%;
    min-height: 55px;
    position: fixed;
    background: #fff;
    z-index: 1001;
    box-shadow: 0px 2px 9px lightgrey;
    box-sizing: border-box;
    top: 0px;
    color: #756850;
}

header .header-logo {
    object-fit: contain;
    width: 106px;
    height: 42px;
    margin: 5px auto;
    max-width: initial;
}

header .header-menu {
    align-items: center;
    display: inline-flex;
    font-family: 'Noto Sans HK' !important;
    font-style: normal !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
}

header .header-menu-item {
    padding: 10px 15px;
    min-width: 40px;
    text-align: center;
    border-radius: 5px;
}

header .header-menu-item.active {
    background: rgba(45, 111, 35, 0.2);
    color: #2D6F23;
}

.dropdown-header-menu {
    position: fixed !important;
    width: 100% !important;
    max-width: 1200px !important;
    height: auto !important;
    max-height: 80vh !important;
    min-height: 300px !important;
    z-index: 1002 !important;
    margin: 20px auto !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
}

.dropdown-header-menu::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.dropdown-header-menu-items {
    width: 150px !important;
    margin: 5px 20px !important;
    box-sizing: border-box !important;
}

.dropdown-header-menu .dropdown-header-menu-header {
    background: #F8EBA5;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    color: #000000;
    margin-bottom: 15px;
}

.dropdown-header-menu .dropdown-header-menu-option {
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
}

.dropdown-header-menu .dropdown-header-menu-option:hover {
    background: rgba(45, 111, 35, 0.2);
    color: #2D6F23;
}

header .header-cart-btn {
    background: white !important;
    color: #756850 !important;
    border: 1px solid #756850;
    border-radius: 3px;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}


header .header-login-btn {
    background: #756850 !important;
    color: white !important;
    border-radius: 3px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}

header .header-register-btn {
    background: #F1B92B !important;
    color: black !important;
    border-radius: 3px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}


footer {
    width: 100%;
    position: relative;
    background: #FFFCF3;
    box-sizing: border-box;
    z-index: 999;
}


footer .footer-logo {
    object-fit: contain;
    width: 185px;
    height: 75px;
    margin: auto;
    max-width: none;
}

footer .footer_box {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

footer .footer-nav {
    padding-left: 30px !important;
    padding-bottom: 30px !important;
    box-sizing: border-box;
}

footer .footer-nav > .footer-nav-header {
    font-family: 'Noto Sans HK';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #2D6F23 !important;
    display: block;
    margin-bottom: 10px;
}

.footer-nav > .footer-nav-item {
    font-family: 'Noto Sans HK';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #756850 !important;
    display: block;
}

.footer-nav-item .footer-nav-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 5px;
}


.footer-nav-item .footer-nav-email {
    font-family: 'Noto Sans HK';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000000;
    word-break: break-word;
}

footer .footer-bottom {
    width: 100%;
    padding: 10px 35px;
    position: absolute;
    bottom: 0;
    background: #F1B92B;
    font-family: 'Noto Sans HK';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #756850 !important;
    box-sizing: border-box;
}


.contact-me {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 1000;
}

.contact-me > [class*="icon"] {
    border-radius: 50%;
    display: block;
    padding: 15px;
    width: 50px;
    height: 50px;
    margin: 10px 0px;
    cursor: pointer;
    border: 2px lightgrey solid;
    position: relative;
    transition: transform .3s ease-out;
}

.contact-me > .facebook-icon {
    background-color: #2c72b6;
}

.contact-me > .line-icon {
    background-color: #32ad32;
}

.contact-me > [class*="icon"]:hover {
    background-color: #5d6265;
}

.scrollable {
    white-space: nowrap;
    overflow: hidden;
}

.scrollable > * {
    vertical-align: top;
}


.scrollable * {
    white-space: initial;
}

.flex-viewport {
    overflow: hidden;
}

.flex-direction-nav {
    width: 100%;
    max-width: 1200px;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    width: 45px;
    height: 45px;
    background-image: none;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 0.2);
}

.flex-direction-nav .flex-prev::after, .flex-direction-nav .flex-next::after {
    content: "\2794";
    color: white;
    font-size: 1.8em;
}

.flex-direction-nav.small .flex-prev, .flex-direction-nav.small .flex-next {
    background-color: transparent;
}


.flex-direction-nav.small .flex-prev::after, .flex-direction-nav.small .flex-next::after {
    content: ">";
    color: black;
    font-size: 1em;
}

.flex-direction-nav .flex-next {
    right: 0%;
    transform: rotate(0deg) !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 0%;
    opacity: 0.8;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0%;
    opacity: 0.8;
}

.flex-direction-nav .flex-prev {
    left: 0%;
    transform: rotate(180deg) !important;
}

.flex-control-paging li a {
    border: 1px solid #e5e3e1;
    background: #e5e3e1;
}

.flex-control-nav {
    bottom: 0px;
    margin-top: 15px;
}

.flex-control-nav li a {
    width: 15px;
    height: 15px;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #2D6F23;
    border: 1px solid #42a234;
}

/* row*/
.flex-row {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    box-sizing: border-box;
}

.flex-row > .col, .flex-row > [class^="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -1%;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -1%;
}

.col-md-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.col-md-4 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;;
    max-width: 33.333333% !important;
}

.col-1 {
    flex-grow: 1 !important;
    width: auto !important;
    margin: 0px auto;
    ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    max-width: 100%;
}

.col-0 {
    flex-grow: 0 !important;
    width: auto !important;
    margin: 0px auto;
    ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    max-width: 100%;
}


/* card */
.card {
    padding: 30px 20px;
    border-radius: 10px;
    background: white;
    display: block;
}

.card .card-title {
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    text-align: left;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
}

.card-sub-title {
    background: rgba(56, 142, 60, 0.15);
    color: #2D6F23;
    padding: 10px 15px;
    font-weight: bold;
    display: inline-flex;
    width: 100%;
}

.card .card-title .card-title-text {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.2em;
}

.card .card-title .card-title-img {
    width: 175px;
    height: 75px;
    display: inline-block;
    vertical-align: text-top;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.card .card-body {
    width: 100%;
    display: block;
    padding: 15px 10px;
    border-radius: 5px;
}

.at-home-helper {
    border: 3px solid lightgray;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 10px;
}

.nav-tabs {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid lightgray;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.nav-tabs > li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 900;
    font-size: 18px;
    background: transparent;
}

.nav-tabs > li.active, .nav-tabs > li:active {
    border: 0px;
    border-bottom: 2px solid #2D6F23;
    background-color: rgba(69, 175, 53, .2);
    color: #2D6F23;
}

.nav-tabs > li > a {
    font-weight: 500;
    font-size: 18px;
    background: transparent;
}


.nav-tab-contents {
    overflow: hidden;
    width: 100%;
    display: inline-flex;
    position: relative;
}

.nav-tab-contents > .tab-content {
    display: none;
}

.nav-tab-contents > .tab-content.active {
    display: inline-flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.at-home-helper .tab-content > .step {
    width: 100%;
    max-width: 375px;
    min-width: 375px;
    height: 370px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-size: cover;
    position: relative;
}

.step-title {
    padding: 10px 30px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    top: 42%;
    width: 100%;
    position: relative;
    white-space: initial;
}

.step-title > a {
    color: #3f9f34 !important;
}

.step-message {
    position: absolute;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    line-height: 18px;
    color: #000000;
    display: inline-block;
    width: 50%;
}

.step-btn {
    top: 42%;
    padding: 10px 68px;
    position: relative;
    width: 100%;
}

.btn-type-1 {
    display: inline-block;
    border: 2px solid #756850;
    border-radius: 3px;
    background: white;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #666156;
    cursor: pointer;
}

.btn-type-1:hover, .btn-type-1:active, .btn-type-1.active {
    box-shadow: none;
    background: #756850;
    color: #FFFFFF !important;
}

.btn-type-2 {
    display: inline-block;
    border: 0px;
    border-radius: 3px;
    background: white;
    padding: 5px 10px;
    text-align: center;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666156;
    cursor: pointer;
}

.btn-type-2:hover, .btn-type-2:active, .btn-type-2.active {
    background: rgba(45, 111, 35, 0.2);
    color: #2D6F23 !important;
}

.btn-icon-type1 {
    width: auto;
    border: 0px;
    background: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.btn-icon-type1 > img {
    margin: 0px auto 10px auto;
    background-color: lightgoldenrodyellow;
    display: block;
}

.btn-icon-type1 > .btn-icon-type1-icon {
    border-radius: 50%;
    margin: 10px auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.btn-icon-type1:hover > img, .btn-icon-type1:hover > .btn-icon-type1-icon {
    border: 1px solid #2D6F23;
}

.btn-icon-type1:active > img, .btn-icon-type1.active > img, .btn-icon-type1:active > .btn-icon-type1-icon, .btn-icon-type1.active > .btn-icon-type1-icon {
    filter: grayscale(80%);
    border: 1px solid #2D6F23;
}


.btn-icon-type2 {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    color: #C4C4C4;
    background-color: white;
    background: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.btn-icon-type2:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.btn-icon-type2:active, .btn-icon-type2.active {
    color: #388E3C;
    border: 1px solid #388E3C;
}

.btn-icon-type2 > [class^=icon] {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    background-size: contain;
}

.btn-icon-type2.active > [class^=icon], .btn-icon-type2:active > [class^=icon] {
    filter: hue-rotate(70deg) !important;
}


.btn-icon-type3 {
    width: auto;
    border: 0px;
    background: #F8EBA5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.btn-icon-type3:hover {
    background: rgba(45, 111, 35, 0.1);
}

.btn-icon-type3:active, .btn-icon-type3.active {
    background: #F8EBA5;
    border: 2px solid #2D6F23;
    border-radius: 5px;
}


.btn {
    margin-bottom: 5px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background: #F7F4ED;
    border: 1px solid #756850;
    border-radius: 10rem;
    margin: 10px 15px;
    color: #666666;
    font-size: 21px;
    letter-spacing: 2px;
    height: 40px;
}

.badge::before {
    content: '';
    vertical-align: text-top;
}


.badge.active {
    background: #2D6F23;
    color: whitesmoke;
}

.badge[role=button]:hover {
    background: rgba(45, 111, 35, 0.2);
    border: 1px solid #756850;
    border-radius: 25px;
    color: #2D6F23;
}

[role=button] {
    cursor: pointer;
}

[role=button]:active {
    box-shadow: 0 0 0 0.2rem rgba(45, 111, 35, .25);
}

.form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2D6F23;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2D6F23;
    border-radius: 0.25rem;
    box-sizing: border-box;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 111, 35, .25);
    outline: 0;
}

input[disabled], select[disabled], textarea[disabled], .disabled {
    cursor: not-allowed !important;
    background: rgba(0, 0, 0, 0.05) !important;
    color: #969696 !important;
    border-color: #C4C4C4 !important;
    filter: grayscale(0.8) !important;
    pointer-events: none !important;
}

.nav-tabs > li.disabled {
    background: transparent !important;
}

.nav-tabs > li.active.disabled {
    background: rgba(0, 0, 0, 0.05) !important;
}

[data-toggle="dropdown"] {
    padding-right: 2rem !important;
    position: relative;
}

[data-toggle="dropdown"]::after {
    content: '⌵';
    position: absolute;
    right: 10px;
    cursor: pointer;
    line-height: 1em !important;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    min-width: 10rem;
    padding: 10px 0px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    max-height: 346px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    z-index: 999;
    overflow: auto;
    box-sizing: border-box;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: inline-flex;
    width: 100%;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.dropdown-header::after, .dropdown-header::before {
    content: '';
    display: block;
    flex-grow: 0;
    width: 100%;
    border-top: 1px solid lightgrey;
    height: 1px;
}

.dropdown-header::after {
    margin-left: 10px;
}

.dropdown-header::before {
    margin-right: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    border-radius: 0px !important;
}

.tooltip-dropdown {
    display: inline-flex;
    align-items: end;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #2D6F23;
    cursor: pointer;
}

.tooltip-dropdown [data-toggle="dropdown"]::after {
    content: '';
}

.tooltip-menu {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000000;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 15px;
    min-width: 200px;
    min-height: 110px;
    overflow: initial;
}

.tooltip-menu::before {
    content: '';
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CCCCCC;
    display: block;
    top: -25px;
    position: relative;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-search-step3-hint {
    background: #F8EBA5;
    border-radius: 5px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
}

.map-search-step3-hint img {
    margin: 0px 15px;
}

.map-search-step3-hint-text {
    white-space: nowrap;
}

.map-search-step3-hint-text * {
    margin: 5px 15px;
}

.product-types {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
}

.coupon-cards {
    padding-top: 20px;
    background-image: url('../images/helper/coupon-bg.png');
    background-size: 100% 260px;
    background-repeat: no-repeat;
}

.coupon-card-title {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.coupon-card-memo-content {
    margin-bottom: 15px;
}

.card-memo {
    background: #388E3C;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
}

.coupon-group-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #2D6F23;
    padding: 5px 10px;
    display: inline-block;
}

.coupon-link {
    height: 55px;
    width: 99%;
    text-align: center;
    margin: 3px;
    bottom: 0px;
    padding: 15px;
    background: #F1B92B;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: 0px;
}

.coupon-link:hover, .coupon-link:active {
    background: #D79700;
}

.new-product-content-title {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.new-product-content-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #F17216;
    padding: 5px 10px;
}

.new-product-content-allowance {
    margin: 5px 10px;
    background: #FFF9D8;
    border-radius: 5px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 1px;
    color: #F17216;
    padding: 5px;
}

.new-product-sponsor-title {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: white !important;
    background: rgba(0, 0, 0, 0.3);
    padding: 1px 5px;
    border-radius: 5px;
"
}

.circle-icon {
    background: #2D6F23;
    color: white;
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    margin: 0px 5px;
    justify-content: center;
    padding-left: 2px;
}

.circle-icon.yellow {
    background: #F1B92B;
    color: #756850;
}

.brand-icon {
    padding: 0px;
    display: inline-block;
    margin: auto;
    border: 1px solid lightgrey;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.brand-icon:hover::before {
    content: '';
    background: rgba(45, 111, 35, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.brand-icon:active {
    border: 2px solid #2D6F23 !important;

}

.brand-icon:active::before {
    background: transparent !important;
}

.alert.alert-danger {
    background: rgba(203, 49, 49, 0.2);
    padding: 15px;
    color: #CB3131;
}


.at-home-helper .tab-content > .step ~ .step, .btn ~ .btn, .badge ~ .badge, .card-memo ~ .card-memo {
    margin-left: 5px;
    margin-right: 5px;
}

.btn:first-child, .badge:first-child, .card-memo:first-child {
    margin-right: 0px;
}

.btn:last-child, .badge:last-child, .card-memo:last-child {
    margin-right: 0px;
}

.coupon-date {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    color: #756850;
    margin-top: 5px;
}

.video-icon {
    position: relative;
}

.video-icon:before {
    content: '▶';
    border: 2px solid white;
    color: white;
    position: absolute;
    border-radius: 50%;
    top: 35%;
    left: 40%;
    font-size: 37px;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mx-3 {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.mb-3 {
    margin-bottom: 1.25rem;
}

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

.text-success {
    color: #2D6F23 !important;
}
