.content-top {
    margin: 0;
}
.shopping-step {
    font-size: 15px;
    color: #aaa;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 40px;
}
.shopping-step li {
    position: relative;
    padding: 10px 30px;
}
.shopping-step li+li:before {
    content: "";
    background: url(../../images/common/cart/step_arrow.svg) 0 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
}
.no-svg .shopping-step li+li:before {
    background-image: url(../../images/common/cart/step_arrow.png);
}
.shopping-step li.current {
    color: #00487A;
    font-weight: bold;
}
.shopping-step li,
.shopping-step li>* {
    display: inline-block;
    vertical-align: middle;
}
.shopping-step li .txt {
    width: 150px;
    text-align: left;
    margin-left: 15px;
    line-height: 1.4;
    font-size: 16px;
    color: #666;
}
.shopping-step li .icon {
    background-image: url(../../images/common/cart/step_ic.png);
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    display: inline-block;
}
.shopping-step li.step1 .icon {
    background-position: 0 0;
}
.shopping-step li.step2 .icon {
    background-position: 50% 0;
}
.shopping-step li.step3 .icon {
    background-position: 100% 0;
}
.shopping-step li.step1.current .icon {
    background-position: 0 100%;
}
.shopping-step li.step2.current .icon {
    background-position: 50% 100%;
}
.shopping-step li.step3.current .icon {
    background-position: 100% 100%;
}
.delivery-list {
    border: solid #E1E1E1;
    border-width: 1px 0;
    margin-bottom: 20px;
}
.delivery-list .item {
    overflow: hidden;
    padding: 2px 0;
}
.delivery-list .item+.item {
    border-top: 1px dashed #DCDCDC;
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    color: #555;
    font-size: 15px;
    padding: 15px 10px 15px 45px;
    position: relative;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
    background: url(../../images/common/cart/cart-label-bg.jpg);
}
.delivery-list .delivery-radio.checked {
    background: #f0f0e3;
}
.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 61%;
    left: 14px;
    margin: -14px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(../../images/common/cart/delivery_radio.svg);
}
.no-svg .delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/delivery_radio.png);
}
.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 56px;
}
.delivery-list .delivery-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}
.delivery-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    font-size: 15px;
    color: #777;
}
.delivery-list .txt b {
    color: #00487A;
}
.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.cart-table .pd-id {
    color: #aaa;
    font-size: 12px;
}
.cart-table .pd-name {
    color: #525252;
    font-size: 16px;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #00487A;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #ED008C;
    margin-bottom: 4px;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 60px;
}
.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}
.cart-table .indent .info {
    padding-left: 35px;
}
.cart-table a.pic {
    position: relative;
    overflow: hidden;
}
.cart-table a.pic:before {
    content: ' ';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.cart-table a.pic:hover:before {
    opacity: 1;
}
.cart-table .tag {
    background: #ED008C;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 0;
    margin-right: 6px;
}
.cart-table .btn.delete {
    width: 21px;
    height: 21px;
    line-height: 30px;
    font-size: 17px;
    color: #777;
    background-image: url(../../images/common/cart/btn_delete.png);
    transition: all 0s ease;
}
.btn.arrowL.cartArrowL {
    /* width: 277px; */
}
.btn.arrowR.cartArrowR {
    width: 200px;
}
.cart-table .btn.delete:hover {
    background-position: 0 100%;
}
.cart-table .btn.delete:hover {
    color: #00487A;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}
.delivery-list .cart-place .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    width: 16px;
    height: 24px;
    background-image: url(../../images/common/cart/cart-place-icon.png);
}
.delivery-list .cart-place .delivery-radio {
    color: #00487A;
    background: #fff;
    border-right: none;
}
.delivery-list .cart-place select {
    display: inline-block;
    width: 187px;
    height: 30px;
    line-height: 28px;
    color: #666659;
    padding: 0 10px;
    border: 1px solid #aaa;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0;
}
.table-h td {
    color: #888888;
}
.table-h td {
    padding: 9px 6px;
    line-height: 1.7;
    text-align: center;
    min-width: 76px;
}
.table-h .money-big{
    min-width:30px;
    padding:9px 0;
    text-align:center;
}
.table-h td span {
    color: #888;
}
.cart-table b {
    font-weight: normal;
    display: block;
}
.sum-box {
    padding: 15px 0 0;
}
.sum-box.ori {
    padding: 5px 0px;
}
.sum-box.ori .sum-table {
    margin-top: 30px;
}
.sum-table {
    border: 2px solid #DDDDDD;
    margin: 0px 0 10px;
}
.sum-table tr {
    background: #fff;
    color: #555;
    border-bottom: 1px dashed #CCCCCC;
}
.sum-table td {
    text-align: right;
    padding: 6px 30px;
    color: #555;
    min-width: 55px;
    line-height: 1.4;
}
.sum-table td:first-child {
    font-size: 15px;
}
.sum-table td:last-child {
    width: 15%;
}
.sum-table tr:last-child td {
    color: #ED008C;
    font-size: 16px;
}
.sum-table tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.sum-table td .form-control {
    display: inline-block;
    width: auto;
    border-radius: 0px;
    margin: 0;
}
/*-- æ–°çš„ --*/
.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .order-id {
    border: 1px solid #7FCAA5;
    background: #fff;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 16px;
    color: #7FCAA5;
    font-size: 18px;
    font-weight: bold;
    margin: 1.6em auto;
}
.cart-new-top {
    margin-bottom: 0px;
}
.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.7;
}
.cart-input-icon {
    background: #6d6d6d;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
    border: none;
    margin-bottom: 5px;
}
.cart-input-icon:hover {
    background: #00487A;
}
.cart-new-top .sum-table tr:last-child td:last-child {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.cart-new-top .sum-table tr:last-child td {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
}
.payment-box {
    border-bottom: 1px solid #E1E1E1;
    border-width: 1px 0;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin-top: 2px;
    padding: 5px 0;
    clear: both
}
.payment {
    float: right;
    margin: 5px 0 0;
    text-align: right;
}
.payment .form-radio,
.form-checkbox {
    margin: 0 5px;
    padding: 5px 10px;
    background: #eee;
    cursor: pointer;
}
.form-checkbox{
    background: #00487A;
}
.payment-box.invoice-info-title {
    border-bottom: none;
}
.shopping-title {
    margin: 5px 0;
    color: #00355a;
    font-weight: bold;
    font-size: 18px;;
    margin-bottom: 10px;
}
.shopping-title span {
    border-radius: 0px;
    padding: 5px;
}
.payment-box .shopping-title {
    float: left;
}
.payment label {
    display: inline-block;
    text-align: center;
    background: #fff;
    /* border: 1px solid #DCDCDC; */
    padding: 0 5px;
    margin: 0 0 5px 20px;
    /* min-width: 125px; */
    box-sizing: border-box;
    color: #535353;
    font-size: 15px;
}
.payment label:hover {
    background: #00487A;
    color: #fff;
}
.invoice-info label {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    min-width: 148px;
    box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #00487A;
    padding: 5px 10px;
    cursor: pointer;
}
.plus-list .box {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    margin: 5px auto 0;
}
.invoice-info label.checked {
    display: inline-block;
    padding: 5px 10px;
}
.invoice-info label .form-radio:before,
.invoice-info label .form-radio.checked:before,
.invoice-info label .form-checkbox.checked:before {
    margin: 0 5px 5px 5px;
    padding-right: 10px;
}
.plus-txt .payment-box {
    border-bottom: none;
}
.plus-info {
    background-color: #00487A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 15px;
}
.plus-info b {
    color: #ED008C;
    border-bottom: 2px solid #ED008C;
    font-size: 18px;
}
.plus-list {
    margin: 0 -30px;
}
.plus-list .item {
    width: 20%;
    padding: 0 30px;
    border-left: 1px solid #E0E0E0;
    margin-bottom: 60px;
}
.plus-list .item:nth-child(5n+1) {
    border-left-width: 0;
    clear: left;
}
.plus-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.plus-list .item a {
    max-width: 200px;
    margin: 0 auto;
}
.plus-list .pic {
    border: 6px solid #fff;
    outline: 2px solid #C0C0C0;
    overflow: hidden;
    position: relative;
}
.plus-list .more {
    background: #B2A5DC;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 3px solid #FBFBFB;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    margin: -18px auto 10px;
}
.plus-list .item:hover .more {
    background: #9BA210;
}
.plus-list .pd-info select.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
    margin: 15px 0 5px;
}
.plus-list .pd-info select.form-control:focus {
    outline: none;
    border-color: #B2C7D8;
}
.plus-list .name {
    color: #525252;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    margin: 0 0 5px;
}
.plus-list .item>div:hover .name {
    color: #00487A;
}
.plus-btn div {
    display: inline-block;
    vertical-align: middle;
}
.plus-list .offers {
    color: #ED008C;
    font-size: 18px;
    font-family: 'Nunito',sans-serif;
    padding-right: 13px;
    margin-right: 12px;
}
.qty-box .form-control {
    margin: 0;
}
.qty-box{
    width: 100px;
}
.plus-list .qty-box{
    width: 80px;
}
.plus-list .qty-box .btn,
.plus-list .qty-box .form-control {
    height: 32px;
    line-height: 27px;
}
.plus-list .btn-group {
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
}
.plus-list .btn-group .addcart::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 37%;
    width: 21px;
    height: 19px;
    background: url(../../images/common/cart/addCart-icon.png) no-repeat 0 0%;
}
/* .plus-list .btn-group .addcart:hover:before {
    background-position: 0 100%;
} */
.plus-list .btn-group .addcart {
    background: #00487A;
    display: block;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    transition: all 0.3s ease;
    padding-left: 30px;
}
.plus-list .btn-group .addcart:hover {
    color: #fff;
    background: #ED008C;
}
.plus-list .item > div:hover .pic:before {
    content: '';
    background: rgba(0, 72, 122,0.2);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.plus-list .wishlist {
    background: url(../../images/common/products/product_line.png) no-repeat left center, url(../../images/common/products/product_line.png) no-repeat right center;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}
.plus-list .wishlist span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    color: #999999;
    font-size: 15px;
}
.plus-list .wishlist span::before {
    content: url(../../images/common/products/product_icon.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.plus-list .item>div:hover .wishlist span {
    color: #9BA210;
}
.plus-list .item>div:hover .wishlist span::before {
    content: url(../../images/common/products/product_icon_hover.png);
}
.plus-list+.btn-box {
    padding-top: 20px;
}
.shopping-form {
    padding: 40px 0;
}
.shopping-form .payment-box {
    border-bottom: none;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    position: relative;
}
.shopping-form .col1 {
    margin-right: 20px;
}
.shopping-form .col2 {
    margin-left: 20px;
    box-sizing: border-box;
}
.shopping-form .form-box,
.shopping-form .form-box {
    border: 1px solid #DDDDDD;
    background-color: #F2F2F4;
    padding: 20px;
}
.shopping-form .col2 .form-box {
    min-height:505px;
}
.shopping-form .form-box .form-control {
    background-color: #fff;
}
.shopping-form .control-label {
    color: #7F7F7F;
    font-size: 14px;
}
.shopping-form .tips {
    min-height: 0;
}
.shopping-form .btn.select-store {
    border: 1px solid #9BA210;
    width: 212px;
    height: 30px;
    line-height: 30px;
    color: #9BA210;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
}
.shopping-form .btn.select-store:hover {
    background: #00487A;
    border-color:#00487A;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #9BA210;
    text-decoration: underline;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #00487A;
    text-decoration: none;
}
.shopping-form .same-check {
    padding: 20px 35px;
    background: #00487A;
}
.shopping-form .same-check label {
    display: block;
    color: #fff;
    font-size: 14px;
}
.form-checkbox:before {
    margin-right: 8px;
}
/*------------ invoice-info-box ------------*/
.invoice-info-box {
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    padding-left: 280px;
    position: relative;
    max-width: none;
    text-align: center;
    background: #F2F2F4;
    min-height: 190px;
}
.invoice-info-box:before {
    top: 0;
    left: 0;
}
.invoice-info {
    width: 280px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    padding: 30px 20px;
    box-sizing: border-box;
}
.invoice-form {
    padding: 30px 15px;
    position: relative;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}
.invoice-info label {
    display: block;
    text-align: left;
    clear: both;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.invoice-line {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0;
}
.invoice-info label+label {
    margin-top: 20px;
}
.form-radio:before,
.form-checkbox:before {
    width: 12px;
    height: 12px;
}
.invoice-form .form-box {
    max-width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
.invoice-form .form-control {
    background-color: #fff;
}
.invoice-form .form-box .row {
    margin: 0;
}
.invoice-form .form-box .col {
    float: none;
    width: 212px;
    padding: 0;
    display: inline-block;
}
.invoice-form .control-label {
    display: none;
}
.invoice-form .form-group {
    padding: 0;
}
.invoice-txt {
    line-height: 2.2;
    color: #777777;
    font-size: 13px;
}
.invoice-txt a {
    color: #00487A;
}
.invoice-txt span {
    color: #9AA110;
}
.alert-notice-editor {
    background: #f5f5f5;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .order-id {
    border: 1px solid #7FCAA5;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 16px;
    color: #7FCAA5;
    font-size: 15px;
    font-weight: bold;
    margin: 1.6em auto;
}
.arrowR.order_id {
    width: 297px;
    margin: 25px auto;
    border-radius:0px;
    background: #ED008C url(../../images/common/arrowR.png) no-repeat 100% 0;
    padding-right: 45px;
    font-size:18px;
    color:#fff;
    text-align:center;
}
/**************** Ã¦â€¹â€ Ã¥â€“Â® ************/
.shopping-new-way .table-h thead th:nth-child(2),
.shopping-new-way .table-h thead th:nth-child(3),
.shopping-new-way .table-h thead th:nth-child(4),
.shopping-new-way .table-h thead th:nth-child(5),
.shopping-new-way .table-h thead th:nth-child(6) {
    text-align: center;
}
.shopping-new-way {
    margin-bottom: 80px;
}
.table-h thead {
    border-top: 1px solid #e1e1e1;
}
.shopping-new-way .new-way.general .ic {
    left: -5px;
    position: relative;
}
.shopping-new-way .new-way.general {
    margin-top: 20px;
    font-size: 15px;
    background: #b7b7b7;
    color: #fff;
    padding: 10px 20px;
}
.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
}
.shopping-new-way .new-way.cold {
    margin-top: 20px;
    font-size: 15px;
    background: rgb(140, 216, 119);
    color: #fff;
    padding: 10px 20px;
}
.shopping-new-way .new-way.freezing .ic {
    left: -5px;
    position: relative;
}
.shopping-new-way .new-way.freezing {
    margin-top: 20px;
    font-size: 15px;
    background: rgba(156, 210, 228, 0.94);
    color: #fff;
    padding: 10px 20px;
}
.shopping-new-way li {
    list-style-type: none;
}
.shopping-new-way .cold .table-h thead {
    /*background: rgba(118, 199, 73, 0.73);*/
}
.shopping-new-way .freezing .table-h thead {
    /*background: #83b6de;*/
}
.shopping-new-way .btn-box {}
.cold .delivery-list .txt b {
    color: #0ac757;
}
.freezing .delivery-list .txt b {
    color: #3b8aca;
}
.shopping_way.hot {
    text-align: left;
    margin: 20px 0 5px;
}
.shopping_way .general {
    padding: 5px;
    bottom: 5px;
    position: relative;
}
.shopping_way .cold {
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing {
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span {
    margin-left: 10px;
}
.pd-intro .btn-group .btn.cold {
    border-color: #42b354;
    color: #42b354;
}
.pd-intro .btn-group .btn.cold:hover {
    color: #fff;
    background: #42b354;
}
.pd-intro .btn-group .btn.freezing {
    border-color: #68a0da;
    color: #68a0da;
}
.pd-intro .btn-group .btn.freezing:hover {
    color: #fff;
    background: #68a0da;
}
.cold .cart-table .pd-name {
    color: #49b128;
}
.freezing .cart-table .pd-name {
    color: #4c96d2;
}
.freezing .delivery-list .delivery-radio.checked {
    background: #a3cae6;
    color: #fff;
}
.cold .delivery-list .delivery-radio.checked {
    background: #b7e5aa;
    color: #fff;
}
.general .delivery-list .delivery-radio.checked {
    background: #00487A;
    color: #fff;
}
.delivery-list .delivery-radio.checked {
    background: #f0f0e3;
}
.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
    display: none;
}
.delivery-list.mobile {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
/*****************Ã¦â€¹â€ Ã¥â€“Â®Ã§ÂµÂÃ¦ÂÅ¸*******************/
/* 加購商品 */
.plus-box {
    margin-top: 80px;
}
.plus-txt {
    margin-bottom: 20px;
}
.plus-bth {
    font-size: 15px;
    max-width: 100px;
    background: #00487A;
    border-radius: 0px;
    padding: 5px 10px 5px 15px;
    color: #fff;
    letter-spacing: 0.2em;
    display: block;
    margin: 0px auto;
    cursor: pointer;
    position: relative;
    line-height: 25px;
    height: 25px;
}
.plus-bth:after {
    content: '+';
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin: -3px 0 0 5px;
}
.plus-bth .up {
    display: none;
}
.plus-bth.active .up {
    display: inline-block;
}
.plus-bth.active .down {
    display: none;
}
.plus-bth.active {
    background: #DB958E;
}
.plus-bth.active:after {
    content: '─';
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin: 0px 5px 0;
}
/*!Ã¥Å Â Ã¨Â³Â¼Ã¦Å’â€°Ã©Ë†â€¢ */
/******************Ã¨Â³Â¼Ã§â€°Â©Ã¨Â»Å step.2  Ã¨Â³Â¼Ã§â€°Â©Ã¥Â±â€¢Ã©â€“â€¹******************/
.cart-list-mobile,
.shopping-title-item {
    display: none;
}
.cart-list-mobile {
    cursor: pointer;
}
.shopping-title-item .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.shopping-title-item .shopping-title {
    padding-left: 20px;
}
.shopping-title-up {
    display: block;
    margin: 0px;
}
/*è³¼ç‰©æ¸…å–® æ‰‹æ©Ÿæ¿ ä¸‹æ‹‰icon*/
.shopping-title-up {
    font-size: 18px;
    cursor: pointer;
    margin: 0 0 10px;
}
.shopping-title-up:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    margin: 5px 8px;
    border-color: #000 transparent transparent transparent;
    display: none;
}
.shopping-title-up.active:after {
    border-width: 0px 5px 8px 5px;
    border-color: transparent transparent #000 transparent;
}
.btn.normal.other_order .ic {
    font-size: 20px;
}
.btn.normal.other_order {
    background: #e0b155;
    color: #fff;
    border-color: #e0b155;
    font-size: 17px;
    border-radius: 0px;
    letter-spacing: 0.1em;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-decoration: none;
    margin-top: 5px;
}
.btn.normal.other_order:hover {
    background: #e09255;
}
@keyframes activity-ani2 {
    from {
        background: #da7934;
    }

    to {
        background: #daaa34;
    }
}
.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.success-txt .btn-box a {
    text-decoration: none;
}
.btn-box.cart-notice-txt {
    font-size: 16px;
    animation-name: activity-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    display: block;
    color: #da7934;
    margin: 1em auto;
}
@keyframes activity-ani {
    from {
        color: #da7934;
    }

    to {
        color: #daaa34;
    }
}
.shopping-form.notice .editor{
    background:#f2f2f4;
    padding:20px;
    font-size:15px;
    }
/******************************************/
@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1320px) {
    .plus-list .item {
        width: 25%;
    }
    .plus-list .item:nth-child(5n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: left;
    }
    .plus-list .item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .shopping-step li {
        padding: 10px 25px;
    }
}
@media screen and (max-width: 1000px) {
    .invoice-info-box,
    .invoice-info,
    .invoice-form {
        display: block;
        width: 100%;
        min-height: auto;
        padding: 0;
        position: static;
    }
    .delivery-list .txt {
        padding: 15px;
        font-size: 14px;
        color: #777;
    }
    .invoice-info {
        padding: 15px;
    }
    .invoice-form {
        padding: 15px;
    }
    .shopping-step,
    .main-title {
        display: none;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        margin: 0px;
        padding: 2px 15px;
    }
    .delivery-list .delivery-radio {
        padding: 5px 10px 5px 45px;
    }
    .plus-list .offers {
        font-size: 16px;
    }
    .shopping-new-way {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .shopping-step {
        padding: 0;
    }
    .shopping-step li {
        font-size: 15px;
    }
    .mobile {
        display: block !important;
    }
    .pc {
        display: none;
    }
    .shopping-step li {
        display: block;
        padding: 15px 0;
    }
    .shopping-step li+li:before {
        top: 0;
        left: 50%;
        margin: -15px 0 0 -15px;
        transform: rotate(90deg);
    }
    .shopping-step li .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-size: auto 70px;
        margin: 0 10px 3px 0;
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .form-control {
        border-radius: 0px;
        margin: 0;
    }
    .delivery-list .item {
        padding: 0;
    }
    .delivery-list .delivery-radio {
        width: auto;
    }
    .delivery-list .txt {
        border: 0px;
        padding: 7px 15px;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table td {
        color: #999999;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
        width: 80px;
    }
    .cart-table td {
        text-align: left;
        padding: 0;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .cart-table td .btn.delete {
        background-image: url(../../images/common/cart/btn_delete.png);
        width: 21px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 0;
    }
    .cart-table .pd-name {
        line-height: 1.2;
        font-size: 16px;
    }
    .sum-table tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table tr {
        border-bottom: 1px dashed #CCCCCC;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: auto;
    }
    .plus-list-box {
        padding: 0;
    }
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
    .plus-list .box {
        margin-bottom: 0px;
    }
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .shopping-form .col {
        margin-top: 1.8em;
    }
    .shopping-form .form-box {
        max-width: none;
    }
    .shopping-form .col2 .form-box {
        min-height: auto;
    }
    .payment-box{
        margin-top: 30px;
    }
    .shopping-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .shopping-title span {
        display: none;
    }
    .btn.arrowL.cartArrowL {
        width: 45%;
        display: inline-block;
    }
    .btn.arrowR.cartArrowR {
        width: 45%;
        display: inline-block;
    }
    .cart-table .money-big {
        text-align: right;
        position: absolute;
        padding: 0 10px;
        bottom: 10px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .sum-table tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 5px;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: auto;
    }
    .cart-table-bottom {
        margin: 5px 0 5px;
    }
    .sum-table tfoot tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table tfoot td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table tfoot tr td {
        text-align: left;
        float: left;
        font-size: 14px;
        width: 50%;
    }
    .cart-new-top .sum-table tr:last-child td,
    .cart-new-top .sum-table tr:last-child td:last-child {
        font-size: 12px;
    }
    .sum-table tfoot td:last-child {
        width: 50%;
        text-align: right;
    }
    .sum-table tfoot tr {
        padding: 5px;
        height: auto;
        padding-right: 10px;
    }
    .sum-table tfoot td .form-control {
        width: calc(100% - 35px);
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        padding: 5px 2px;
        margin-bottom: 1px;
        margin-left: 1px;
    }
    .shopping_way .freezing,
    .shopping_way .cold,
    .shopping_way .general {
        padding: 3px;
    }
    .shopping_way.hot {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .cart-new-top .sum-table tr:last-child td,
    .sum-table td {
        font-size: 14px;
        line-height: 21px;
    }
    .form-box .form-group {
        line-height: 1.45;
    }
    .success-wrap {
        margin-top: 15px;
    }
    .shopping-title-up:after {
        display: inline-block;
    }
    .shopping-form.notice .editor{
        padding:8px 15px;
        font-size:14px;
        }
        .shopping-form.notice{
            margin:30px 0 0 ;
        }
        .shopping-form .same-check {
        padding:10px;
    }
}
@media screen and (max-width: 600px) {
    .plus-list .offers {
        width: 100%;
        text-align: center;
        padding-right: 0px;
        margin-right: 0px;
        border: none;
        margin-bottom: 5px;
    }
    .plus-btn div {
        width: 90%;
    }
    .plus-list .qty-box{
        width: 100%;
    }
    .plus-bth {
        font-size: 14px;
        max-width: 90px;
    }
    .plus-info {
        margin: 0px 0 5px;
    }
}
@media screen and (max-width: 400px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
}