.alert p {
    margin-bottom: 5px;
}

.alert-info {
    background: #525252;
    color: #FFF;
    border-radius: 0px;
    border-color: #525252;
    font-weight: 500;
}

.pro_name {
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 10px;
    display: block;
    color: #fff;
    background: linear-gradient(30deg, #e62d8c 10%, #ff821e 70%);
    padding: 10px 0;
}

.pro_name:after {
    content: '';
    display: block;
    margin-top: -60px;
    height: 66px;
}

.list-group-item {
    font-size: 100%;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ddd;
    color: #555555;
    font-weight: 500;
}

.list-group-item:hover {
    background: #ffffff !important;
    color: #ff821e !important;
    border-bottom: 1px solid #ff821e !important;
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.list-group-item:focus {
    background: #ffffff !important;
    border: #ff821e !important;
    border-bottom: 1px solid #ff821e;
}

.list-group-item.active {
    background: #ffffff !important;
    color: #ff821e !important;
    border-bottom: 1px solid #ff821e !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cat-b-table {
    display: block;
}

.cat-b-table a img {
    max-height: 25px;
}

.u_mobile_menu {
    box-shadow: 0 3px 5px -2px #0003;
    display: none;
}

.u_left_menu{
    min-width: 20%;
    max-width: 20%;
}

.u_content_container {
    margin-top: 110px;
    margin-bottom: 10px;
}

.item-video iframe{
    width:100%;
    height:310px;
}

@media (min-width: 1200px) {
    .cat-b-table {
        display: block;
    }
}

@media (max-width: 991px) {

    .cat-b-table,
    .font_menu {
        display: none;
    }

    .u_mobile_menu {
        display: block;
        width: 100%;
        background: #FFF;
        position: fixed;
        top: 98px;
        z-index: 1029;
        font-size: 14px;
    }

    .u_content_container {
        margin-top: 140px;
    }

    .item-video iframe{
        height:192px;
    }
}

@media screen and (max-width:768px) {
    .u_left_menu{
        position: inherit!important;
        max-width: 100%;
    }
    .pro_name {
        font-weight: bold;
        margin: -10px 0px 0px;
        display: block;
    }
    .u_content_container {
        margin-top: 180px;
    }
}

@media (min-width:767px) and (max-width: 991px) {
    .u_left_menu{
        position: inherit!important;
        max-width: 100%;
    }
    .pro_name {
        font-weight: bold;
        margin: 20px 0px 0px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .cat-b-table {
        display: none;
    }
}

/* owl nav */
.owl-prev span,
.owl-next span {
    color: #FFF;
}
.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.owl-prev {
    left: 7px;
}
.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.u_product_content {
    height: auto;
    width: 100%;
}

.u_product_content .swiper-slide {
    padding: 5px;
}

.u_product_menu {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    max-height: 60px;
}

.u_product_menu .swiper-slide {
    height: 100%;
    text-align: center;
    color: #909090;
}

.u_product_menu .swiper-slide-active {
    opacity: 1;
}

.u_product_menu .uu-active {
    color: #ff821e;
    font-weight: bold;
    opacity: 1;
}

.u_product_menu_item {
    cursor: pointer;
    padding: 5px;
    color: #000;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #888;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: 0px;
    top: auto;
    bottom: 0px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 50;
    height: 5px;
    width: 100%;
}

.u_btn_om_grdt {
    padding: 5px 20px;
    background: linear-gradient(30deg, #e62d8c 10%, #ff821e 70%);
    border-bottom: solid 1px #e62d8c;
    border-left: solid 1px #e62d8c;
    border-top: solid 1px #ff821e;
    border-right: solid 1px #ff821e;
    color: #ffffff;
    border-radius: 4px;
    font-size: 100%;
}

.u_btn_om_grdt:hover,
.u_btn_om_grdt:focus,
.u_btn_om_grdt:active {
    background: #ffffff;
    border: solid 1px #ff821e;
    color: #ff821e;
}

.u_f_14 {
    font-size: 14px;
}

.u_product_card {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 18px;
    border: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.u_product_card:hover {
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.8);
}

.u_card_product_footer_price {
    color: #f04f60;
    font-size: 110%;
    font-weight: 800;
    padding-top: 6px;
    float: left;
}

.u_card_product_footer_buy {
    float: right;
}

.u_product_brand {
    clear: both;
    font-size: 14px;
    text-align: left;
    color: #aaa;
    padding-top: 5px;
    /*padding: 5px 15px 5px;*/
}

.u_product_class_title {
    box-shadow: 1px 1px 10px #ccc;
    border-left: 6px solid #ff821e !important;
    color: #111;
    font-weight: bold;
}

.u_product_introduction {
    display: block;
    overflow: auto;
    text-overflow: ellipsis;
    font-size: 90%;
    font-weight: 500;
    color: #9FA0A0;
}
.u_product_quantity{
    text-align: right;
    font-size: 80%;
    font-weight: 500;
    color: #9FA0A0;
}

@media screen and (max-width: 480px) {
    .u_card_product_footer_price{
        margin-bottom: 5px;
    }
}

.u_bold {
    font-weight: bold;
}

.u_b_white {
    background: #FFF;
}

.product_modal .modal-header{
    /*background-color: #FF821E;*/
	background-color: #FFFFFF;
    color:#222;
    font-size: 1.3rem;
    font-weight: 600;
}
.product_modal .modal-header .product-intro{
    font-size: 1rem;
    opacity: 0.7;
}
.product_modal .modal-header .product-price{
    margin-left: 5%;
    /*color: #E62D8C;*/
	color: #D62671;
}
.product_modal .modal-body{
    min-height: 385px;
}
.product_modal .empty_condiment{
    min-height: 0px;
}
.product_modal .condiment-type1,.product_modal .condiment-type2,.product_modal .group_product{
    background-color: #ffffff;
    margin-bottom: 1rem!important;
}
.product_modal .condiment-type1 .card-header,.product_modal .condiment-type2 .card-header,
.product_modal .group_product .card-header{
    color:#ffffff;
    font-weight: 600;
    padding: 10px;
}
.product_modal .condiment-type1 label,.product_modal .condiment-type2 label,
.product_modal .group_product label{
    position: relative;
    margin-right: 20px;
}
.product_modal .condiment-type1 span.btn,.product_modal .condiment-type2 span.btn,
.product_modal .group_product span.btn{
    background: #ffffff;
    border-radius: 4px;
    font-size: 100%;
}
.product_modal .group_product span.btn.disabled{
    opacity: 0.6;
    cursor: inherit;
}
.product_modal .condiment-type1{
    color: #466E00;
    /*border: solid 1px #82C31E;*/
	border: solid 1px #65a4ec;
}
.product_modal .condiment-type1 .card-header{
    /*background: #82C31E;
    border-bottom: solid 1px #82C31E;*/
    background: #65a4ec;
    border-bottom: solid 1px #65a4ec;
}
.product_modal .condiment-type1 span.btn {
    color: #466E00;
    border: solid 1px #82C31E;
}
.product_modal .condiment-type1 span.btn.active {
    color: #ffffff!important;
    /*background: #82C31E;
    border: solid 1px #82C31E;*/
    background: #65a4ec;
    border: solid 1px #65a4ec;
}
.product_modal .condiment-type2{
    color: #E62D8C!important;
    border: solid 1px #E62D8C;
}
.product_modal .condiment-type2 .card-header{
    background: #E62D8C!important;
    border: solid 1px #E62D8C!important;
}
.product_modal .condiment-type2 span.btn {
    color: #E62D8C;
    border: solid 1px #E62D8C;
}
.product_modal .condiment-type2 span.btn.active {
    color: #ffffff!important;
    background: #E62D8C;
    border: solid 1px #E62D8C;
}
.product_modal .group_product{
    color: #1F9DE3!important;
    border: solid 1px #1F9DE3;
}
.product_modal .group_product .card-header{
    background: #1F9DE3!important;
    border: solid 1px #1F9DE3!important;
}
.product_modal .group_product .card-body{
    max-height: 200px;
    overflow-y: auto;
}
.product_modal .group_product span.btn {
    color: #1F9DE3;
    border: solid 1px #1F9DE3;
}
.product_modal .group_product span.btn.active {
    color: #ffffff!important;
    background: #1F9DE3;
    border: solid 1px #1F9DE3;
}
.product_modal .totalQuan{
    font-style: normal;
}
.product_modal .typeClose{
    position: absolute;
    cursor: pointer;
    top: -10;
    right: -10;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: #979797;
    padding: 5px 8px;
    color: #fff;
}
.product_modal .typeQuan{
    position: absolute;
    top: -10;
    left: -10;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    /*background: #82C31E;*/
	background: #F78E1F;
    padding: 2px 8px;
}
.product_modal .condiment-type2 .typeQuan{
    background: #E62D8C;
}

.u_alert_warning {
    background: #ffffff;
    border: none;
    box-shadow: 0px 3px 10px #dcdddd;
    border-radius: 0px;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0;
    cursor: pointer;
    border-radius: 3px !important;
    padding-left: 7px;
}
#topcontrol i{
    padding-top: 5px;
}
#topcontrol:hover {
    color: #fff;
    background: #72c02c;
    transition: all 0.3s ease-in-out;
}

.img_scale{
    overflow: hidden;
    max-height: 165px;
}

/* 登入 */
.login-content{
    margin-top: 110px;
    margin-bottom: 20px;
}
.login-header{
    color: #9FA0A0;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 0;
    box-shadow: 0px 1px 5px #ddd;
}
.login-header > h3{
    font-size: 120%;
}
.login-body{
    padding: 15px;
    text-align: center;
}
.login-body > h4{
    font-size: 100%;
}
.login-line,.login-FB,.login-google {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 33px;
    text-decoration: none !important;
}
.login-line{
    background: #00c300;
}
.login-FB{
    background: #3b5998;
}
.login-google{
    background: #db3236;
}
.login-line i,.login-FB i,.login-google i {
    line-height: 20px;
    margin: 5px;
    vertical-align: middle;
}
.login-line i{
    color:#00c300;
    background: #ffffff;
}
.login-FB i,.login-google i{
    color: #ffffff;
}
.login-line span,.login-FB span,.login-google span {
    color: #ffffff;
}
.login-btn{
    width: 100%;
    background: #ff821e;
    color: #fff;
}
.login-btn:hover{
    background: #a85922;
}
.register-btn{
    color:#ff821e;
    border: solid 1px #ff821e;
}
.register-btn:hover{
    color: #ffffff;
    background: #ff821e;
}
.forget-btn{
    border: solid 1px #979797;
}
.forget-btn:hover{
    color: #ffffff;
    background: #979797;
}
/* 首頁 */
.index-content{
    margin-top:100px;
    background: #ffffff;
}
.index-content .index-store{
    padding-top:30px;
    padding-bottom:20px;
}
.index-content .index-store a{
    color:rgba(0,0,0,.7);
    text-decoration:none;
}
.carousel-prev,.carousel-next{
    height: 47px;
    position: absolute;
    width: 30px;
    cursor: pointer;
    top: 100px !important;
    color: #D6D6D6;
}
.carousel-prev:hover,.carousel-next:hover{
    color: #869791;
}
.carousel-prev{
    left: -33px;
}
.carousel-next{
    right: -33px;
}
@media (min-width: 576px){
    .carousel .carousel-item {
      height: 300px;
    }
    .carousel .carousel-item img {
      min-height: 300px;
      max-height: 400px;
      object-fit: cover;
    }
}

@media (max-width: 960px) {
    .tdCnt{
        min-width:160px;
        white-space:normal;
    }
}

@media (min-width: 1920px){
    .loginCard{
        min-height: 350px;
    }
}

.order_modal .modal-header{
    background-color: #FF821E;
    color:#ffffff;
    font-size: 1.3rem;
    font-weight: 600;
}

