﻿.attributes .option-list.customitemquantity {
    display: initial;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
}
.option-list .custom-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding:5px 0px;
}
.attributes .option-list.customitemquantity img{
    max-width:80px;
    max-height:80px;
    border:1px solid #eee;
    margin-right:10px;
}
.attributes .option-list.customitemquantity li {
    /*border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;*/
    margin: 0px;
}
/*.attributes .option-list.customitemquantity li:first-child{
    border-top:1px solid #dedede;
}*/
    .attributes .option-list.customitemquantity li .qty-add img,
    .attributes .option-list.customitemquantity li .qty-minuse img {
        background: #f1f1f1;
        margin-right: 0px;
    }
.attributes .customitemquantity .qty-box{
    margin-left:10px;
}
.attributes .customitemquantity .qty-box input {
    width: 30px;
    min-width: unset;
    border: 0px;
    padding: 8px 0px;
}
.qty-box .qty-minuse,
.qty-box .qty-add{
    cursor:pointer
}
.attributes .customitemquantity .item-title {
    display: inline-block;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏溢出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
    line-height:25px;
    flex:1;
}
.attributes .customitemquantity .item-price{
    display:inline-block;
    min-width:70px;
    text-align:center
}
.custom-item-quantity-container {
    overflow: hidden;
    position: relative;
}
    .custom-item-quantity-container .show-more{
        height:60px;
        display:flex;
        align-items:center;
        justify-content:center;
        position:absolute;
        bottom:0px;
        width:100%;
        background:#fff;
    }

        .custom-item-quantity-container .show-more .btn-more {
            padding: 8px 20px;
            background: #fff;
            color: #000;
            border: 1px solid #dedede;
            margin-top:15px
        }


/*Search bar*/

.search-container{
    position:relative;
}
.page-search {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 200px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 3px 3px 10px #dedede;
    display: none;
}

    .page-search .p-close {
        position: absolute;
        right: 30px;
        top: 30px;
        height: 32px;
        width: 32px;
        z-index: 1;
        cursor: pointer;
    }

.search-box-container {
    width: 500px;
    height: 50px;
    margin-top: 45px;
    margin-left: calc(50% - 250px);
}

    .search-box-container .searchbox-detail {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .search-box-container .searchbox-detail .input-container {
            padding-left: 25px;
            padding-right: 25px;
            line-height: 50px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            border: 1px solid #000;
            border-radius: 25px;
            flex: 1;
        }

            .search-box-container .searchbox-detail .input-container input {
                padding: 8px;
                height: 48px;
                width: 100%;
                border: 0px;
                color: #000;
            }

.searchbox-detail .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #000;
    margin-left: 20px;
    padding: 10px;
    background-image: url('/images/icon-nextstep-white.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    border: 0px;
}

    .searchbox-detail .btn-search img {
        max-width: 100%;
    }
.ui-widget-shadow {
    -webkit-box-shadow: unset !important;
    box-shadow:unset !important;
}


/*Discount Box*/
.message-contact-us {
    padding: 5px 0px;
    font-weight: 500;
    color: red;
    display:none;
}
.message-contact-us a.contact-action{
    margin-left:5px;
}