body {
    background: white;
}

#main {
    background: white;
    line-height: 24px;
    padding-top: 10px;
}

.contact-me > [class*="icon"] {
    padding: 10px;
    width: 40px;
    height: 40px;
}

header {
    position: initial;
    margin-bottom: 10px;
    padding: 0px;
}

header .header-logo {
    margin: 0px auto;
}

.sider-menu {
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out, width 0.4s ease-in-out;
    padding: 15px;
    height: 100vh;
    overflow: auto;
    z-index: 1002;
    width: 300px;
    display: block !important;
    background: #FFFFFF;
    border: 1px solid lightgrey;
    position: fixed;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
}

.sider-menu.show {
    transform: translatex(0px);
    display: block !important;
}

.sider-menu-bg {
    height: 100vh;
    width: 100vh;
    background: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0px;
    z-index: 1001;
}

.sider-menu .sider-menu-header {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666666;
    box-sizing: border-box;
    white-space: nowrap;
}

.sider-menu .sider-menu-header::after {
    content: '';
    display: block;
    flex-grow: 0;
    width: 100%;
    border-top: 1px solid lightgrey;
    height: 1px;
    box-sizing: border-box;
}

.sider-menu .sider-menu-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666666;
    box-sizing: border-box;
}

.sider-menu .sider-menu-back-btn {
    display: flex;
    width: 100%;
    width: calc(100% + 30px);
    margin: -15px -15px 0px -15px;
    align-items: center;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    box-sizing: border-box;
    background: #F7F4ED;
    cursor: pointer;
}

footer .footer-nav {
    padding-left: 10px !important;
}

footer .footer-bottom {
    font-size: 14px;
    line-height: 20px;
}


.flexslider {
    min-height: 200px;
    width: 100%;
    margin-bottom: 40px !important;
}

.flexslider .slides {
    min-height: 180px;
    max-height: 350px;
    height: 50vw;
    display: inline-flex;
}

.flexslider .slides > li {
    background-size: 100% 185px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0px;
}

.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    content: none !important;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    width: 35px;
    height: 35px;
}

.flex-direction-nav .flex-prev::after, .flex-direction-nav .flex-next::after {
    font-size: 1.3em;
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
}

.flex-row > .col, .flex-row > [class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
}

.col-sm-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.col-md-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.at-home-helper .tab-content > .step {
    width: 100%;
    height: 43vw;
    max-width: 325px;
    min-width: 300px;
    max-height: 325px;
    min-height: 300px;
}

.step-title {
    font-size: 16px;
    line-height: 20px;
}

.step-message {
    line-height: 1.3em;
}

.step-btn {
    padding: 10px 20px
}

.btn-icon-type1 > img {
    width: 80px;
    height: 80px;
}

.btn-icon-type1 {
    font-size: 14px;
    padding: 1px;
}

.coupon-cards {
    background-size: auto 260px;
    background-position: top center;
    background-repeat: no-repeat;
}

.coupon-card-title {
    font-size: 18px;
    line-height: 24px;
}

.new-product-content-allowance {
    font-size: 11px;
}

.btn-type-1 {
    display: inline-block;
}

.coupon-link {
    height: 37px;
    width: 98%;
    padding: 7px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    opacity: 0;
    transition: opacity .15s linear;
    box-sizing: border-box;
    height: 100vh;
}

.modal.show {
    opacity: 1;
    display: inline-flex;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-dialog {
    box-sizing: border-box;
    position: initial;
    min-height: 300px;
    max-height: 80%;
    width: 90% !important;
    max-width: 1280px;
    min-width: 350px;
    border: 1px solid lightgrey;
    animation: slideOut .3s ease-out;
    -moz-animation: slideOut .3s ease-out;
    -webkit-animation: slideOut .3s ease-out;
    -o-animation: slideOut .3s ease-out;
    background: white;
    padding-bottom: 50px;
}

.modal-header {
    border-bottom: 1px solid lightgrey;
    display: -ms-flexbox;
    display: flex;
    background: #F7F4ED;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.modal-body {
    width: 100% !important;
    position: initial;
    background: white;
    border-width: 0px;
}


@keyframes slideOut {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;

    }
}

.tooltip-dialog {
    border: 1px solid #2D6F23;
    box-shadow: 0px 0px 10px rgba(0 0 0, .25);
    border-radius: 5px;
    min-height: auto;
    padding-bottom: 15px;
}

.tooltip-header {
    border-bottom-width: 0px;
    background: white;
    color: #2D6F23;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}

.tooltip-menu {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    height: auto;
}

.tooltip-menu::before {
    content: none;
}

.map-search-step3-hint {
    flex-direction: column-reverse;
}

.map-search-step3-hint img {
    width: auto;
    height: auto;
    margin: 0px auto;
}

.map-search-step3-hint-text {
    white-space: initial;
    text-align: center;
    padding: 15px;
}

.map-search-step3-hint-text * {
    margin: 10px 5px;
}

.card {
    padding: 20px 10px;
    border-radius: 5px;
}

.card .card-title {
    line-height: 24px;
}

.card .card-body {
    padding: 5px 10px;
}

.nav-tabs > li {
    line-height: 24px;
    font-size: 16px;
}

.map-search-type {
    display: inline-flex;
    justify-content: space-between;
}


.arrow-right-icon {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left-icon {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

*:hover > .arrow-right-icon, *.active > .arrow-right-icon {
    border-color: #2D6F23;
}
