/* basic start */

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}


/* Hide scrollbar for Chrome, Safari and Opera */




/* Hide scrollbar for IE, Edge and Firefox */



body {
    font-family: 'sans-serif';
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
    color: black;
    font-size: 18px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


main {
    min-height: calc(100vh - 30px);
}

img,
video {
    height: auto;
    max-width: 100%;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ACACAC;
    text-decoration: none;
    ;
}



.top_space {
    height: 132px;
}

@media screen and (max-width:991px) {
    .top_space {
        height: 52px;
    }
}

.hide {
    display: none;
}



.title {
    font-size: 36px;
    color: #ED7C9B;
    text-align: center;
    position: relative;
    padding-left: 45px;
    letter-spacing: 5px;
}

.title::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: 35px !important;
    background-position: center;
    left: 0;
    top: 5px;
}

@media screen and (max-width:991px) {
    .title {
        font-size: 24px;
        padding-left: 36px;
    }
    .title::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        background-repeat: no-repeat !important;
        background-size: 25px !important;
        background-position: center;
        left: 0;
        top: 5px;
    }
}

.title_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.title_deco {
    width: 200px;
    height: 0px;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 20px;
}


/* basic end */


/* nav s */

.owl-carousel div {
    max-height: 90vh;
    /* overflow: hidden; */
}

.navbar_main {
    background-color: #fff;
    min-height: 67px;
    box-shadow: 0 10px 10px -10px #e5e5e5;
}

@media screen and (max-width:991px) {
    .navbar_main {
        background-color: transparent;
        min-height: 44px;
    }
}

.nav-item {
    max-height: 67px;
}

.navbar_color {
    background-color: #ED7C9B;
    height: 70px;
}

.navbar_icon_region .nav_icon {
    color: #fff;
    padding: 5px;
}

.navbar_icon_region .nav-link:hover {
    color: #e9e8e8;
}

.navbar_icon_region .nav-link:hover .nav_icon {
    border-color: #e9e8e8;
}

.navbar.navbar_icon_region {
    justify-content: flex-end;
}

.nav_icon i {
    text-align: center;
    font-size: 13px;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.nav_logo {
    margin-top: -40px;
}

.navbar_main .nav-link {
    color: inherit;
    padding: 20px 0;
    font-size: 18px;
    position: relative;
}

.navbar_main .nav-link::after {
    content: "";
    width: 100px;
    height: 20px;
    color: khaki;
}

.nav_logo .nav-link {
    padding: 0;
}

.logo {
    width: 105px;
}

@media screen and (max-width:991px) {
    .logo {
        width: 90px;
    }
}

.navbar_main .nav-link.active::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    border: 5px solid #ec7c9b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:767px) {
    .nav-desk {
        display: none;
    }

}

.mobile-nav {
    margin-top: -43px;
    position: relative;
    max-width: fit-content;
}

.mobile-nav-menu {
    position: absolute;
    top: 65px;
    right: 0;
}

.nav-mobile {
    background: #fff;
    text-align: center;
    padding: 0 20px;
    margin-top: -47px;
    height: 0;
    overflow: hidden;
    /* visibility: hidden; */
    transition: 1s ease-in-out;
}

.nav-mobile.show {
    /* visibility: visible; */
    height: auto;
}

.nav-mobile ul {
    list-style: none;
    padding-inline-start: 0;
    display: inline-block;
}

.nav-mobile .nav-link {
    padding: 10px 0;
}

.nav-mobile .nav-link.active::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    border: 2px solid #ec7c9b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    left: 0;
}


/* nav e */


/* banner s */

.home_banner {
    margin-top: -13px;
    z-index: 99;
    position: relative;
}

@media screen and (max-width:991px) {
    .home_banner {
        margin-top: 0;
    }
}


/* banner e */


/* home_shop s */

.home_shop {
    position: relative;
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/main_shop_bg.png);
    padding-bottom: 60px;
}

.home_shop .title::before {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/icon-ordering.png);
}

@media screen and (max-width:991px) {
    .home_shop .title::before {
        background-size: 25px !important;
    }
}

.order_box {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 10px -2px #e5e5e5;
}

.order_box img {
    border-radius: 5px;
}

.order_title {
    font-size: 24px;
    padding-top: 20px;
}

.order_price {
    font-size: 20px;
    color: #ED7C9B;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F7F8F8;
}

.order_descript {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 20px;
    color: #838383;
}

.order_select_content {
    display: flex;
    justify-content: space-between;
}

.order_select_content input {
    width: 35%;
}

.add_to_cart {
    width: 60%;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #EC8D00;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    min-height: 38px;
}

.add_to_cart:hover,
.add_to_cart:active {
    background: #ff5722;
}

.add_to_cart::before {
    content: "";
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/Union-cart.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 12px;
    top: 9px;
}

.order_slider {
    cursor: pointer;
}


/* home_shop e */


/* home_reward s */

.home_reward {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/reward-bg.jpg);
    min-height: 610px;
}

.home_reward .title_wrap {
    justify-content: left;
}

.home_reward .title {
    color: #fff;
}

.home_reward .title::before {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/icon-win.png);
}

.reward_content {
    background: #ed7c9bd4;
    color: #fff;
    padding: 30px 50px;
    width: fit-content;
    font-size: 28px;
    border-radius: 20px;
}

.reward_list {
    margin-bottom: 0;
    letter-spacing: 5px;
}

.reward_list li {
    padding: 10px 0;
}

@media screen and (max-width:991px) {
    .reward_content {
        background: #ed7c9bd4;
        color: #fff;
        padding: 15px 15px;
        width: fit-content;
        font-size: 18px;
        border-radius: 20px;
    }
}


/* home_reward e */


/* bottom_bg s */

.bottom_bg {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/bottoon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* bottom_bg e */


/* home_cultivate s */

.home_cultivate {
    /* padding-bottom: 60px; */
}

.home_cultivate .title::before {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/icon-cultivate.png);
    top: 10px;
}

.cultivate_content {
    border-radius: 5px;
    margin-bottom: 20px;
}

.cultivate_title_wrap {
    background: #ED7C9B;
    display: flex;
    padding: 15px 0;
    letter-spacing: 2px;
    box-shadow: 0 10px 10px -2px #e5e5e5;
}

.cultivate_img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cultivate_title_wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
}

.cultivate_icon {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cultivate_sub_title {
    text-align: center;
    width: 70%;
    color: #fff;
    font-size: 25px;
}

.cultivate_texture {
    margin-bottom: 20px;
}


/* home_cultivate e */


/* home_video s */

.home_video {
    padding-bottom: 150px;
}

.home_video .title::before {
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/icon-video.png);
    top: 10px;
}


/* home_video e */


/* iframe s */

.container_iframe {
    position: relative;
    overflow: hidden;
    width: 98%;
    padding-top: 56%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .container_iframe {
        padding-top: 56%;
        margin-top: 30px;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* iframe e */

.social_box {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 200px;
}

.social_box a {
    display: block;
    padding: 10px 20px;
}

.social_icon {}

.news_wrap {
    text-align: center;
    letter-spacing: 3px;
}

.news_date {
    padding-right: 20px;
}

.news_text {}


/* mobile s */

@media screen and (min-width:767px) {
    .mobile-hide {
        display: block;
    }
    .mobile-show {
        display: none !important;
    }
}

@media screen and (max-width:991px) {
    .mobile-hide {
        display: none !important;
    }
    .navbar {
        padding: 8px 0;
    }
}


/* mobile e */


/* shop s */

.breadC {
    margin-bottom: 20px;
    font-size: 16px;
    color: #ED7C9B;
    margin-top: 18px;
}

@media screen and (max-width:991px) {
    .breadC {
        margin-left: 100px;
    }
}

.bottom_space {
    margin-bottom: 60px;
}

.product_select_content .add_to_cart {
    width: 100%;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #EC8D00;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.product_select_content .add_to_cart::before {
    content: "";
    background: url(https://www.5205.url.tw/waxAppleNew/assetsfix/img/Union-cart.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 12px;
    top: 9px;
}

.product_text {
    margin-top: 20px;
}


/* shop e */


/* member s */

.tab-content {
    border: 1px solid #c0c0c0;
    padding: 20px;
}

.nav-tabs {
    border-bottom: #fff;
    background: #fff;
    border: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color:  #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color:  #fff;
}


/* member e */


/* checkout_fixed_btn s */

.checkout_fixed_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    padding: 13px;
    bottom: 10px;
    left: 10px;
    background-color: #ed7c9a;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
}

.checkout_fixed_btn span {
    font-size: 10px;
    position: absolute;
    color: #ed7c9a;
    background: #fff;
    border-radius: 50%;
    padding: 1px 7px;
    border: 1px solid;
    right: -5px;
    top: -5px;
}

.cart_box {
    width: 300px;
    height: 535px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: -999px;
    bottom: 80px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.cart_box.show {
    left: 10px;
    transition: 0.1s;
}

.cart_item_wrap {
    overflow: scroll;
    height: 400px;
}

.cart_item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.cart_box_img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.cart_box_img img {
    width: 50px;
}

.cart_box_descript {
    display: inline-block;
}

.cart_box_title {
    font-size: 16px;
}

.cart_box_price {
    color: #707070;
}

.cart_total_price {
    padding-top: 10px;
}

.cart_box_price_checkout {
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #ed7c9a;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.cart_box_close_btn {
    text-align: right;
    cursor: pointer;
}

.cart_box_delete {
    font-size: 16px;
    padding-top: 10px;
    color: #9e9e9e;
}


/* checkout_fixed_btn e */


/* cart page s */

.cart_product_img {
    width: 70px;
    display: inline-block;
    padding-right: 15px;
}

.cart_product_descript {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.cart_product_delete {
    font-size: 16px;
    color: #9e9e9e;
}

.cart_product_total_price {
    font-size: 16px;
}

.table th {
    vertical-align: bottom;
    /* border-bottom: 1px solid #dee2e6; */
    font-size: 15px;
}

.cart_checkout {
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #ed7c9a;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
}

.cart-checkout-nav {
    color: #9a9a9a;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

.cart-checkout-nav div {
    font-size: 18px;
    padding-top: 10px;
}

.cart-checkout-nav a {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    min-width: 110px;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.cart-checkout-nav a:not(.active) {
    color: #9a9a9a;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.cart-checkout-nav a:hover {
    color: initial;
}

a[class*='cart_step_'] span {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0px 11px;
    background: #9e9e9e;
    color: #fff;
    text-align: center;
}

.cart_step_1 span::after {
    content: " ";
    display: inline-flex;
    border-bottom: 1px solid #9e9e9e;
    min-width: 70px;
    vertical-align: middle;
    margin: 12px 20px;
    position: absolute;
}

.cart_step_1.active span::after {
    border-bottom: 1px solid #ed7c9a;
}

.cart_step_2 span {
    padding: 0px 9px !important;
}

.cart_step_2 span::after {
    content: " ";
    display: inline-flex;
    border-bottom: 1px solid #9e9e9e;
    min-width: 70px;
    vertical-align: middle;
    margin: 12px 20px;
    position: absolute;
}

.cart_step_2.active span::after {
    border-bottom: 1px solid #ed7c9a;
}

.cart_step_3 span {
    padding: 0px 9px !important;
}

a[class*='cart_step_'].active span {
    background: #ed7c9a;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.checkout_cart_sum {
    font-size: 16px;
    color: #9e9e9e;
}

.checkout_cart_sum table {
    margin-bottom: 0;
}

.checkout_cart_sum table .sum {
    font-weight: bold;
    color: black;
}

label.form-label,
.form-check-label {
    font-size: 15px;
    margin-bottom: 5px;
}

form .form-control {
    margin-bottom: 10px;
}

.return_cart {
    font-size: 15px;
    color: #9e9e9e;
    margin-top: 20px;
    display: block;
}

.car_icon_count {
    background: #656262;
    font-size: 12px;
    border-radius: 50%;
    padding: 0px 6px;
    position: absolute;
    top: 0;
    right: -5px;
}


/* cart page e */

.best_img img {
    border-radius: 10px;
    margin: 0 auto;
}

.col-md-6 .best_img img {
    max-height: 360px;
}

.best_content {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.best_texture {
    margin-bottom: 20px;
    text-align: center;
}

