/**
 * 基础
 */
.plugins-speedplaceorder .am-popup .am-popup-bd {
    padding: 1.5rem;
}
@media only screen and (max-width: 1024px) {
    .plugins-speedplaceorder {
        padding: 0 0.5rem;
    }
}
.stock-tag .am-input-group-label {
    cursor: pointer;
}


/**
 * 导航
 */
.cart-nav {
    background: #eee;
    height: 5rem;
    line-height: 4.8rem;
    width: 100%;
}
.cart-nav .add-cart-submit {
    height: 5rem;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}
.cart-nav-right {
    width: calc(100% - 10rem);
    position: relative;
}
.cart-nav-right .nav-base {
    width: calc(100% - 12.5rem);
}
@media only screen and (min-width: 641px) {
    .cart-nav .add-cart-submit {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 640px) {
    .cart-nav-right .nav-total-price {
        width: calc(100% - 17.2rem);
    }
    .selected-tips {
        display: none;
    }
}


/**
 * 商品选择
 */
.forth-selection-container select.forth-selection-form-category {
    display: -webkit-inline-box;
}
.forth-selection-container .forth-selection-form-category, .forth-selection-container .chosen-container, .forth-selection-container .forth-selection-form-keywords {
    width: calc(50% - 6rem) !important;
}
.forth-selection-container .chosen-container, .forth-selection-container .forth-selection-form-keywords {
    display: -webkit-inline-box !important;
}
.forth-selection-container .chosen-single {
    width: 100%;
}
.forth-selection-container .search-submit {
    width: 9.6rem;
}
#plugins-speedplaceorder-goods-popup form.am-form {
    height: 100%;
}
.goods-list-container {
    height: calc(100% - 32rem);
}
.goods-spec-container {
    height: 23.5rem;
}
.goods-list-container, .goods-spec-container {
    border: 0.1rem solid #eee;
}
.goods-list-container .am-gallery-bordered .am-gallery-title {
    margin-top: 0.5rem;
}
.goods-list-container ul li {
    cursor: pointer;
}
.goods-list-container ul li .link {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: #ececec;
    padding: 0px 0.5rem;
    color: #2196F3;
}
.goods-list-container ul li:hover .am-gallery-item {
    -webkit-box-shadow: 0 0 0.3rem #d2364c;
    box-shadow: 0 0 0.3rem #d2364c;
}
.goods-list-container ul li .goods-active {
    border: 0.2rem solid #d2364c;
}

/**
 * 可选规格
 */
.spec-options {
    overflow: hidden;
    padding: 0 0.1rem;
    margin: 0.5rem 0;
}
.goods-spec .spec-title, .price-title {
    font-size: 1.4rem;
    font-weight: 600;
}
.goods-spec .sku-line {
    float: left;
    margin: 1rem;
    margin-left: 0;
    border-radius: 0.3rem;
    background: #efefef;
    padding: 0.3rem 0.8rem;
    border: 0.1rem solid #d5d5d5;
    cursor: pointer;
}
.sku-line:hover {
    background: none;
    color: #333;
    border: 0.1rem solid #e23f36;
    box-shadow: 0px 0 0px 0.1rem #e23f36;
}
.goods-spec .sku-line.selected {
    background: #d2364c;
    color: #fff;
    border: 0.1rem solid #d2364c;
}
.sku-line-images {
    padding: 0.3rem !important;
}
.sku-line-images img {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
}
.sku-not-active {
    border: 0.1rem solid #f03726 !important;
    box-shadow: 0 0px 0.3rem #ed7f76, 0 0 0.6rem rgba(0, 0, 0, 0);
    padding: 0.5rem 1rem;
}
.sku-items-disabled {
    color: #d2cfcf !important;
    background-color: #ffffff !important;
    border: 0.1rem dashed #d5d5d5 !important;
    box-shadow: none !important;
}
.sku-dont-choose {
    color: #b4b3b3 !important;
    background-color: #ffffff !important;
    border: 0.1rem solid #ebeaea !important;
    box-shadow: none !important;
}
.sku-dont-choose img {
    opacity: 0.5;
}
.sku-items-disabled img {
    opacity: 0.3;
}
.number-tag {
    display: inline-flex;
}
#min, #add {
    width: 3.5rem;
    height: 2.5rem;
    outline: none;
    line-height: 2.3rem;
    padding: 0;
    cursor: pointer;
}
#text_box {
    width: 10rem;
    height: 2.5rem;
    text-align: center;
}