/*=========================================================
Author       : Bestwebcreator.
Template Name: Hi-Life 萊爾富
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
  01.GENERAL STYLE (body, link color, section-title, buttons, overlay, section-padding etc...)
  02.START HEADER STYLE
	03.START BANNER,SLIDER STYLE
	04.START SHOP BANNER STYLE
	05.START CATEGORIES STYLE
	06.START ICON BOX STYLE
	07.START PORTFOLIO STYLE
	08.START TESTIMONIAL STYLE
	09.START BLOG STYLE
	10.START NEWLETTER STYLE
	11.START FOOTER STYLE
	12.START MAP STYLE
	13.START TEAM STYLE
	14.START CLIENT LOGO STYLE
	15.START BREADCRUMB STYLE
	16.START CONTACT STYLE
	17.START DIVIDER STYLE
	18.START ACCORDION STYLE
	19.START 404 ERROR STYLE
	20.START LOGIN REGISTER STYLE
	21.START COMMING SOON STYLE
	22.START DEAL OF THE DAY STYLE
	23.START SHOP DESIGN
	24.START ELEMENT DESIGN
		
*=============================================================*/

/*===================================*
  01.GENERAL STYLE
*===================================*/
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #687188;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #454545;
    font-family: 'Roboto';
}

p {
    color: #687188;
    line-height: 28px;
    margin-bottom: 25px;
}

a {
    color: #454545;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        color: #FF324D;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

img {
    max-width: 100%;
}

button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul, li, ol {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

label {
    color: #6c757d;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

iframe {
    border: 0;
    display: block;
}

video {
    width: 100%;
}

.section {
    position: relative;
}

.small_padding {
    padding: 30px;
}

.medium_padding {
    padding: 50px;
}

.large_padding {
    padding: 100px;
}

.small_divider {
    height: 30px;
}

.medium_divider {
    height: 50px;
}

.padding_eight_all {
    padding: 8%;
}

.padding_eight_lr {
    padding: 0 8%;
}

.padding_eight_tb {
    padding: 8% 0;
}

.list_none li {
    list-style: none;
}

.order_list,
.disc_list {
    padding-left: 15px;
}

.btn:focus, .btn:hover, .btn.active {
    box-shadow: none;
    outline: medium none;
}

button:focus {
    outline: none;
}

.border-2 {
    border-width: 2px !important;
}

.btn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

    .btn.active:focus, .btn:active:focus {
        box-shadow: none !important;
    }

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #D38598;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out::before,
    .btn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #D38598;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .btn-fill-out::after {
        right: 0;
        left: auto;
    }

    .btn-fill-out:hover:before,
    .btn-fill-out:hover:after {
        width: 0;
    }

    .btn-fill-out:hover {
        color: #D38598 !important;
    }

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #454545 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-white::before,
    .btn-white::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
        transition: all 0.5s ease-in-out;
        width: 50%;
    }

    .btn-white::after {
        right: 0;
        left: auto;
    }

    .btn-white:hover:before,
    .btn-white:hover:after {
        width: 0;
    }

    .btn-white:hover {
        color: #fff !important;
    }

.btn + .btn {
    margin-left: 5px;
}

.btn i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}

.btn span {
    vertical-align: middle;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 25px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 16px 45px;
}

.btn-xs {
    padding: 4px 20px;
    font-size: 12px;
}

.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn.btn-xs i {
    font-size: 10px;
}

.btn.btn-sm i {
    font-size: 12px;
}

.btn.btn-lg i {
    font-size: 22px;
}

.text_white * {
    color: #fff;
}

.text_dark * {
    color: #333;
}

.text_default {
    color: #FF324D !important;
}

.bg_default {
    background-color: #FF324D !important;
}

.bg_gray {
    background-color: #f7f8fb !important;
}

.bg_light_blue {
    background-color: #EBF5FF !important;
}

.bg_light_blue2 {
    background-color: #F4F9FC !important;
}

.bg_blue {
    background-color: #4382FF !important;
}

.bg_linen {
    background-color: #F9F5F0 !important;
}

.bg_redon {
    background-color: #FFF1F1 !important;
}

.bg_dark {
    background-color: #1D2224 !important;
}

.bg_dark2 {
    background-color: #131d24 !important;
}

.bg_dark3 {
    background-color: #233645 !important;
}

.bg_dark4 {
    background-color: #1B1E20 !important;
}

.bg_apricot {
    background-color: #fde0ca !important;
}

.scrollup {
    bottom: 40px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 2px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

/*Title Css*/
.heading_s1 {
    margin-bottom: 25px;
}

    .heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

.sub_heading {
    color: #FF324D;
    margin-bottom: 10px;
    display: block;
}

/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  02.START HEADER STYLE
*===================================*/
.navbar-brand {
    padding: 0 0 10px 0;
    vertical-align: top;
    margin: 0;
}

.dark_skin .logo_light, .dark_skin .logo_default {
    display: none;
}

.dark_skin .logo_dark {
    display: block;
}

.middle-header {
    padding: 10px 0;
    position: relative;
}

.navbar {
    padding: 0;
}


.navbar a:first-child {
    flex-grow: 1;
    flex-basis: 0;
}

.navbar a:last-child {
    text-align:right;
    flex-grow: 1;
    flex-basis: 0;
}


.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
    background-color: transparent;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
    background-color: #fff;
}


.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 22px 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a {
    color: #FF324D;
}

.navbar-nav.attr-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav.attr-nav li .nav-link {
    padding: 20px 10px;
    position: relative;
    white-space: nowrap;
}

.navbar .attr-nav li.nav-btn {
    margin-left: 10px;
}

.navbar-nav.attr-nav li .nav-link i {
    font-size: 20px;
}

.search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}

.navbar .attr-nav li.cart_wrap .nav-link i {
    font-size: 20px;
}

.navbar .attr-nav li.cart_wrap .nav-link {
    padding: 35px 5px;
}

.navbar .attr-nav li .nav-link.sidetoggle i {
    font-size: 28px;
}

.header_wrap.fixed-top {
    position: relative;
    padding-right: 0 !important;
    margin-bottom: 35px;
}

.header_wrap.transparent_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
}

.header_wrap.nav-fixed {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

.header_wrap.fixed-top.transparent_header.nav-fixed.no-sticky {
    position: absolute;
}

.header_wrap.fixed-top.nav-fixed.no-sticky {
    position: relative;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
    background-color: transparent;
    box-shadow: none;
}


.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
}

.nav-fixed .top-header,
.nav-fixed .middle-header {
    display: none !important;
}

header .attr-nav + .social_icons {
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

    header .attr-nav + .social_icons li {
        padding: 0;
    }


.main_menu_uppercase .navbar-nav > li > .nav-link {
    text-transform: uppercase;
}


body.active {
    overflow: hidden;
    padding-right: 17px;
}


/*===================================*
  03.START BANNER,SLIDER STYLE
*===================================*/
.banner_section {
    position: relative;
    margin-top: 60px;
}

.product-detail-img {
    max-width: 500px;
}

.carousel-item img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    height: 50px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    transition: all 0.3s ease-in-out;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0;
    }

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #000;
}

    .carousel-control-next:hover, .carousel-control-prev:hover,
    .light_arrow .carousel-control-next:hover, .light_arrow .carousel-control-prev:hover {
        background-color: #FF324D;
        color: #fff;
    }

.wave_shape_bottom::before {
    background-image: url("../images/wave_shape.png");
    display: block;
    height: 100%;
    content: "";
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
}

.carousel-indicators.vertical_center_right {
    display: block;
    right: 40px;
    top: 50%;
    margin: 0;
    left: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}

.indicators_style2.vertical_center_right li {
    margin: 15px 0;
}

.zoom-in {
    -webkit-animation: zoomin 5s;
    -moz-animation: zoomin 5s;
    -o-animation: zoomin 5s;
    animation: zoomin 5s;
}

@keyframes zoomin {
    0% {
        -moz-transform: scale(1.2) rotate(3deg);
        -webkit-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

/*===================================*
  03.END BANNER,SLIDER STYLE
*===================================*/

/*===================================*
  15.START BREADCRUMB STYLE
*===================================*/
.breadcrumb_section {
    padding: 20px 0 8px;
    width: 100%;
}

.page-title-mini .page-title h1 {
    font-size: 28px;
}

.page-title-mini .breadcrumb li {
    font-size: 1rem;
    font-weight: bold;
}

.header_wrap.transparent_header + .breadcrumb_section {
    padding-top: 200px;
}

.header_wrap.transparent_header.header_with_topbar + .breadcrumb_section {
    padding-top: 250px;
}

.page-title h1 {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    line-height: normal;
}

.page_title_light *, .page_title_light .breadcrumb-item, .page_title_light .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144'/%3E%3C/svg%3E") no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    top: 3px;
    top: 3px;
    left: -4px;
}

.page-title + .breadcrumb {
    margin-top: 15px;
}

.page-title + span {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}


.breadcrumb-item a i {
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

/*===================================*
  15.END BREADCRUMB STYLE
*===================================*/


/*===================================*
  17.START DIVIDER STYLE
*===================================*/
.divider {
    position: relative;
    overflow: hidden;
    height: 4px;
    z-index: 9;
    padding: 5px 0;
}


    .divider:before,
    .divider:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        height: 0;
        border-top: 1px solid #dddddd;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .divider::before {
        margin-top: -1px;
    }

    .divider::after {
        margin-top: 1px;
    }

    .divider i {
        background-color: #fff;
        color: #d9d9d9;
        position: relative;
        z-index: 1;
        font-size: 30px;
        padding: 0 40px;
    }
/*===================================*
  17.END DIVIDER STYLE
*===================================*/

/*===================================*
  19.START 404 ERROR STYLE
*===================================*/
.error_wrap {
    width: 100%;
}

.error_txt {
    color: #333;
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}


.form-note {
    margin-top: 20px;
}
/*===================================*
  19.END 404 ERROR STYLE
*===================================*/

/*===================================*
  20.START LOGIN REGISTER STYLE
*===================================*/
.login_wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.login_register_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.login_footer {
    margin: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 100%;
}

.login_footer a {
    color: #687188;
}


/*===================================*
  20.END LOGIN REGISTER STYLE
*===================================*/

/*===================================*
  23.START SHOP DESIGN
*===================================*/
.shorting_icon {
    font-size: 18px;
    margin-left: 10px;
    height: 45px;
    width: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

    .shorting_icon .ti-layout-list-thumb {
        font-size: 24px;
        line-height: 45px;
    }

    .shorting_icon.active {
        background-color: #FF324D;
        color: #fff;
        border-color: #ff324d;
    }

.products_view {
    display: inline-block;
    vertical-align: middle;
}

.product,
.article {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
    border: solid 1px #f7f7f7;
    box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
}

.product_img img,
.article img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 165px;
    border-radius: 15px;
}

.product_img .product_hover_img {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product:hover .product_img .product_hover_img {
    opacity: 1;
    z-index: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.product_info {
    padding: 5px;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}

.product-price del {
    margin-left: 5px;
    color: #919191;
}
.grid .product_title {
    padding: 0 5px;
    height: 48px;
}

.grid .product_title,
.grid .product_price,
.grid .product_point {
    padding: 0 5px;
}
.product_price {
    margin-bottom: 5px;
}


.product_img {
    position: relative;
    overflow: hidden;
}

    .product_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.2);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.product:hover .product_img:before {
    opacity: 1;
}

.product .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

.product_list .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px;
}

.product_list .product_img {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 100%;
}

.product_list .product_info {
    padding: 0px 0 0 15px;
    text-align: left;
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.product_list .product_img::before {
    content: normal;
}


.mfp-close {
    width: 30px;
    height: 30px;
    line-height: normal;
}

.product-image {
    position: relative;
}

.quantity {
    display: table;
}

.quantity .qty {
    width: 55px;
    height: 36px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 3px;
    border-radius: 15px;
}


.filter_price .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.filter_price .ui-slider .ui-slider-range {
    background-color: #FF324D;
    border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    height: 18px;
    top: -8px;
    width: 18px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price_range {
    color: #454545;
}

.shop_container.list .product_img::before {
    content: normal;
}

.shop_container.list [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shop_container.list .grid_item {
    position: static !important;
    transform: none !important;
}

.shop_container.list .product {
    display: inline-block;
    width: 100%;
}

.shop_container.list .product_img {
    float: left;
    width: 100%;
    max-width: 280px;
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.shop_container.list .product_info {
    overflow: hidden;
    text-align: left;
    padding: 15px 30px;
}

.shop_container.list .product_price {
    float: left;
}

#Additional-info table td:first-child {
    width: 25%;
}

.product_tab_title span {
    font-weight: 600;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.product_name a {
    font-weight: 600;
}

/*===================================*
  23.END SHOP DESIGN
*===================================*/

/*===================================*
  24.START ELEMENT DESIGN
*===================================*/
.form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
}

    .form-control:focus {
        color: #000;
        box-shadow: none;
        height: 50px;
    }

textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 12px 15px;
}

.form-control-sm,
.form-control-sm:focus,
.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus {
    height: 45px;
}

select.not_chosen,
select.first_null option:first-child,
select.not_chosen:focus,
select.form-control.not_chosen,
select.form-control.first_null option:first-child,
select.not_chosen.form-control:focus {
    color: #6c757d;
}

select option {
    color: #000;
}

.custom_select {
    position: relative;
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    padding: 8px 35px 8px 15px;
    width: 100%;
    white-space: normal;
    text-overflow: ellipsis;
    height: fit-content !important;
}

.custom_select::before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    display: block;
    color: #848484;
    top: 50%;
    right: 15px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
}

.tab-content {
    margin-top: 25px;
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    display: block;
    padding: .5rem 1rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: #FF324D;
    color: #FF324D;
}
@media only screen and (max-width: 575px) {
    .tab-style3.sticky {
        top: 110px !important;
    }
    .tab-style3.sticky.vip-login {
        top: 55px !important;
    }
}
.tab-style3.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}

.custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox .form-check-label span {
    vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox.highlight .form-check-label::before {
    content: "";
    border: 2px solid #FF324D;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: #D38598;
    border-color: #D38598;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
    display: none;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    background-color: #5D90F5;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 2px;
    opacity: 0;
}

.custome-radio .form-check-label, .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-radio input[type="radio"]:checked + .form-check-label::before {
    border-color: #5D90F5;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
}

    .custome-checkbox input[disabled] + .form-check-label::before,
    .custome-radio input[disabled] + .form-check-label::before {
        border-color: #e8e8e8;
    }

.modal {
    padding-right: 0 !important;
}

.page_soon {
    font-size: 10px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 20px;
    background-color: #28A745;
    text-transform: uppercase;
    font-weight: 600;
}

.alert .close {
    font-weight: normal;
    margin-left: 10px;
}


.alert > i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.button_group .btn {
    margin-bottom: 20px;
}

.trading_img {
    margin-top: -40px;
}

.term_conditions h6 {
    margin-bottom: 15px;
}

.term_conditions ul,
.term_conditions ol {
    padding-left: 15px;
}

.term_conditions p,
.term_conditions li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
}

.modal {
    z-index: 99999;
}
    
.modal-backdrop {
    z-index: 9999;
}

#join-hilife-member.modal {
    z-index: 100000 !important;
}

#join-hilife-member.modal-backdrop.show {
    z-index: 10000 !important;
}

/*===================================*
  24.END ELEMENT DESIGN
*===================================*/



.hipay-width {
    width: 95px;
}

#product-card-image {
    position: relative;
    overflow: hidden;
}

#imageCarousel {
    max-width: 500px;
}

.product_img .text-box,
.cart-item .text-box,
#imageCarousel .text-box,
#product-card-image .text-box {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#product-detail-frame {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#loading img {
    width: 32px;
}

#advertiseModal .close {
    margin: 0;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #ddd;
    color: #333;
    font-size: 2.1rem;
    opacity: 1;
    z-index: 12;
}

#advertiseModal .close span {
    position: relative;
    bottom: 7px;
}

#advertiseModal .modal-body {
    padding: 0;
    max-height:800px;
}

#advertiseModal .modal-content {
    border: none;
}

#advertiseModal .carousel-item img {
    z-index: 8;
    border-radius: 15px;
}

#advertiseModal .interval {
    position: absolute;
    border: 1px #fff solid;
    background-color: #000;
    right: 1px;
    bottom: 0px;
    z-index: 20;
}

#advertiseModal .interval p {
    color: #fff;
    margin: 0 0.3rem;
    font-size: .5rem;
}

.store-notice::before {
    content: '*'
}

.product_point {
    font-weight: bold;
}

.grid .product_point {
    font-size: 17px;
}

.cart-item .product_point {
    font-size: 20px;
    line-height: 34px;
}

.pr_detail .product_point {
    font-size: 26px;
    line-height: 34px;
}

.product_point .point_num {
    color: #FF324D;
}

#deliveryInfo .form-control {
    padding: 8px !important;
}

#memberAddressModal .addressInfo {
    width: 70%;
}

#memberAddressModal .addressInfo {
    width: 70%;
}

#memberAddressModal .select {
    width: 30%;
}

.favorite-icon,
.share-icon {
    display: inline-block;
}

#product_card img {
    height: 100px !important;
    width: 100px !important;
}

#product_card .point,
#product_card .price {
    font-size: 14px;
    color: #FF324D;
}
#product_card .discount {
    color: #388e3c;
}
#product_card .modal-card {
    border: solid 1px #f7f7f7;
    box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(214,213,213,0.75);
}

#product_card .modal-card .card-content {
    padding: 0px 20px 10px 20px;
}

#product_card .btn-add-cart {
    font-size: 1.2rem;
}

#product_card .btn-buy {
    font-size: 1.2rem;
}
#product_card .modal-card #product-pre-date select {
    white-space: nowrap !important;
}

.buy_container .btn-add-cart {
    font-size: 1.2rem;
    border-radius: 20px;
}

.buy_container .btn-buy {
    font-size: 1.2rem;
    border-radius: 20px;
}

.page_section {
    position: absolute;
    z-index: 2;
    right: 57px;
    top: 1px;
}

.page_section .page-num {
    color: #fff;
    background-color: #B0B4B7;
    display: inline-block;
    padding: 1px 8px 1px 11px;
    font-size: 85%;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    letter-spacing: 3px;
    opacity: .8;
    margin: 15px 15px 0 0;

}

#price-range {
    margin: 20px 11px 20px 16px;
}

#develivery-button button.active,
#product-level-button button.active {
    background: #D38598;
}

#develivery-button button,
#product-level-button button {
    border-radius: 15px;
    background: #858585;
    color: #fff;
    padding: 4px 15px;
    margin: 0 5px;
}

#filter-footer .filter-reset {
    border-radius: 15px;
    background: #5D90F5;
    color: #fff;
    padding: 4px 30px;
    margin: 0 5px;
}

#filter-footer .filter-submit {
    border-radius: 15px;
    background: #D38598;
    color: #fff;
    padding: 4px 30px;
    margin: 0 5px;
}

.filter_section .customize-close{
    position: absolute;
    right: 0;
}

.filter_section.open {
    bottom: 0 !important;
    opacity: 1 !important;
}

.filter_section {
    width: 100%;
    transition: all 300ms ease-out 0s;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    bottom: -280px;
    opacity: 0;
    z-index: 100;
    box-shadow: 1px -2px 7px 2px rgba(219,210,210,0.75);
    -webkit-box-shadow: 1px -2px 7px 2px rgba(219,210,210,0.75);
    -moz-box-shadow: 1px -2px 7px 2px rgba(219,210,210,0.75);
}

.cart-item .cart-item-image {
    margin-bottom: 20px;
}
.cart-item .cart-item-image img {
    max-width: 190px;
}

@media only screen and (min-width: 1200px) {
    .cart-item .cart-item-image img {
        width: 190px !important;
    }
}
.cart-item-detail{
    min-width: 200px;
}

.cart-item-pre-date {
    padding: 5px;
    background: #d3d7db;
}

.cart-price.cart-price {
    line-height: unset;
}

.use-mbarcode-btn {
    border-radius: 15px;
    height: 50px;
}

.order-info-card {
    margin-top: 10px;
    padding: 12px;
    box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    -moz-box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    border-radius: 20px;
}

.order-detail-card {
    padding: 17px 0 0 0;
    box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    -moz-box-shadow: 1px 1px 5px 0px rgba(219,210,210,0.69) inset;
    border-radius: 20px;
}

.mbarcode-block {
    position:relative;
}

.mbarcode-block div {
    position: absolute;
    top: 44%;
    left: 24%;
    font-size: .9rem;
    font-weight: bold;
    color: white;
}

#MBarCodeInfos .minus, 
#MBarCodeInfos .plus {
    background-color: #5D90F5;
    display: block;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    font-size: 14px;
    margin: 1px;
}

#MBarCodeInfos .mbarcode-qty {
    border: solid;
    border-radius: 15px;
    padding: 0 12px;
    border-width: 1px;
    margin: 0px 8px;
}


.member-center-item {
    position: relative;
    display: flex;
    padding: 0.75rem 1.25rem;
    justify-content: space-between;
    background: #f6f6f6;
    border-radius: 15px;
    font-size: 1.1rem;
    margin: 10px 0;
}

#CouponList {
    background: #f6f6f6;
}

#CouponList .coupon-item {
    padding: 5px;
}

#MemberCenterFooter .tip {
    background: #fae6e7;
    margin: 0 20px 20px 20px;
    border-radius: 15px;
}

#MemberCenterFooter .tip img{
    width: 27%;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.filter-wrapper button {
    color: #212529;
    font-size: 15px;
}

.product-share-btn {
    font-size: 12px;
}
.product-share-btn i{
    width: 46px;
    height: 46px;
    background: #f6f6f6;
    border-radius: 100%;
    padding: 1px;
    display: block;
}
.product-share-btn svg{
    position: relative;
    top: 5px;
    left: 5px;
}
.shop_container.grid>div{
    display: flex;
}

.coupon-img {
    width: 140px !important;
    height: 140px !important;
}

.header-search-page{
    margin-bottom: 0 !important;
}
.header-content-2 .header-content-item:first-child,
.header-content-2 .header-content-item:last-child {
    width: 90px;
}

.forget_pwd_footer {
    position: absolute;
    width: 100%;
    bottom: 5%;
}

.order_complete i {
    color: #FF324D;
    font-size: 40px;
    margin-bottom: 20px;
}
.carousel-item a {
    display: inline-block;
    text-decoration: inherit;
}

#order-list .no-data {
    padding: 20px 0;
    font-size: 1.8rem;
}

.news-detail h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
}

.news-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

#newsContainer .sidebar {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

    #newsContainer .sidebar h5 {
        color: #333;
        font-weight: 600;
    }

#newsContainer .list-group-item:hover {
    background-color: #e9ecef;
}
.article_section .article_date {
}

.article_section h4 {
    margin: 0;
    color: #565656;
    font-size: 19px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_section .news-title-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 2.8em;
}
.transition-effect {
    transition: all 0.3s ease;
}

.news-item:hover .news-img {
    transform: scale(1.05);
}

.news-item:hover .news-title {
    color: #FF324D !important;
}

.news-item:hover {
    transform: translateY(-3px);
}

.news-img-container {
    position: relative;
    overflow: hidden;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-item:hover .news-overlay {
    opacity: 1;
}

.news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.7em;
}

.latest-news-list::-webkit-scrollbar {
    width: 5px;
}

.latest-news-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.latest-news-list::-webkit-scrollbar-thumb {
    background: #D38598;
    border-radius: 10px;
}

    .latest-news-list::-webkit-scrollbar-thumb:hover {
        background: #FF324D;
    }