.gm {
	/*max-width: 600px;*/
	margin: .5em auto;
}

	.gm input[type="radio"] {
		display: none;
}

	.gm input[type="radio"] + label {
			padding-left: 25px;
			position: relative;
}

	.gm input[type="radio"] + label:before, .gm input[type="radio"] + label:after {
	border-radius: 50%;
	content: '';
	display: inline-block;
	left: 0;
	position: absolute;
}

	.gm input[type="radio"] + label:before {
	background: #ffffff;
	border: 2px solid #cccccc;
	height: 20px;
	top: 2px;
	width: 20px;
}

	.gm input[type="radio"] + label:after {
	background: transparent;
	height: 12px;
	left: 4px;
	top: 6px;
	width: 12px;
}

	.gm input[type="radio"] + label + input[type="radio"] + label {
				margin-left: 1em;
}

	.gm input[type="radio"]:checked + label:before {
	border-color: #333333;
}

	.gm input[type="radio"]:checked + label:after {
	background: #333333;
}

	.gm .row {
		margin: 0;
}

	.gm .row > div {
			margin: 10px 0 0;
			padding: 0 5px;
}

    .gm .form-control {
        background: #f5f5f5;
        border-radius: 0;
        border: none;
        padding: 0 5px;
    }
    .gm button.form-control {
        cursor: pointer;
    }
	.gm .form-control::-webkit-input-placeholder {
	color: #cccccc;
}

	.gm .form-control::-ms-input-placeholder {
	color: #cccccc;
}

	.gm .form-control::placeholder {
	color: #cccccc;
}

	.gm .form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

	.gm-block {
		border-radius: 3px;
		border: 1px solid #ECECEC;
		padding: .7em;
		position: relative;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
}

	.gm-block.total {
	color: #818181;
	font-size: 1.1em;
	font-weight: bold;
}

	.gm-block.total span {
		font-weight: 800;
    }

	.gm-block ul {
			list-style: none;
			margin: 0;
			padding: 0;
}

	.gm-block .flagged .flag {
				margin-right: 10px;
				vertical-align: bottom;
				width: 40px;
}

	.gm-block .flagged .form-control {
				display: inline-block;
				width: -moz-calc(99.99% - 55px);
				width: calc(99.99% - 55px);
}

.gm-space-between {
    display: flex;
    justify-content: space-between;
}

.gm-heading {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
    text-align: center;
}

    .gm-heading:after {
        background: #cacaca;
        bottom: -10px;
        content: '';
        display: block;
        height: 3px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50px;
    }

	.gm-title {
		color: #818181;
		font-size: .9em;
		margin-bottom: .5em;
}

	.gm-title i {
			margin-right: .5em;
			font-size: 1.1em;
}

	.gm-required {
		color: #ff4e4e;
		position: absolute;
		top: .7em;
		right: .7em;
}

.gm-cta {
    border-radius: 50px;
    border: none;
    color: #ffffff;
    height: 3em;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    font-size: 21px;
    cursor:pointer;
}

	.gm-cta:focus, .gm-cta:hover, .gm-cta:active {
	color: #ffffff;
}

	.gm-badge {
		background: #ff4e4e;
		border-radius: 20px;
		color: #ffffff;
		display: inline-block;
		padding: .2em .5em;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 .5em;
}

	.gm-receive {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px;
}

	.gm-receive .form-control {
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin: 5px;
}

/* color */

.gm-block.focused {
	border-color: #2E95DE;
}
.gm-block:hover {
	border-color: #2E95DE;
}
.gm-cta {
    background: #de3131;
}

.gm-cta:focus, .gm-cta:hover, .gm-cta:active {
	background: #bd7721;
}
/*# sourceMappingURL=gm.css.map */


.csiimg img {
    width: 100px;
    margin-bottom: 10px;
}

.csi-group {
    padding: 22px;
    border: 1px solid #c7c7c7;
    margin: 10px;
}

.csi-item {
    padding: 10px 0;
    border-bottom: 1px solid #cacaca;
}

.csi-item span{
    font-weight:bold;
}

/*�@���ʪ����ΰӫ~*/
.gm .jeanne-item {
    border: 1px solid #e0e0e0;
    transition: all 0.5s;
    /*cursor: pointer;*/
    margin: 10px 5px;
}

    .gm .jeanne-item:hover {
        box-shadow: 0px 1px 7px #a2a2a2;
    }

        .gm .jeanne-item:hover .jeanne-item-img {
            background-color: #e4e4e4;
        }

.gm .jn-prodtag {
    background-color: #d6d626;
    position: absolute;
    color: white;
    right: 0px;
    padding: 2px 5px;
}

.gm .jeanne-item-img {
    padding: 15px;
    transition: 1s;
    background-size: cover;
}

    .gm .jeanne-item-img img {
        width: 100%;
    }

.gm .jeanne-item-info {
    padding: 0px 10px;
}
/*.jn-prodclass a {
    color: blue;
    text-decoration: underline;
}
    .jn-prodclass a:hover {
        opacity: 0.8;
    }*/

.gm .jn-prodname {
    color: #525252;
    font-size: 18px;
}

.gm .jn-price p {
    height: auto;
}

.gm .jn-price .sale-price {
    font-size: 20px;
    color: #ff4343;
    float: left;
    /*margin-right: 4px;*/
    margin: 0 8px 5px 0;
    font-weight: 600;
}

.gm .jn-price .origin-price {
    color: gray;
    text-decoration: line-through;
    padding-top: 5px;
}

.gm .jeanne-item-func {
    padding: 7px;
}

.gm .jn-btn-addtocart {
    width: 100%;
    color: gray;
    transition: all 1s;
    font-size: 17px;
    border: 1px solid #c7c7c7;
    background-color: #f9f9f9;
    padding: 7px 0px;
}

    .gm .jn-btn-addtocart:hover, .gm .jn-btn-addtocart:focus {
        background-color: #920b0b;
        color: white;
    }

.gm .jn-btn-trash {
    border: none;
    background-color: transparent;
    color: gray;
    font-size: 19px;
}

.gm .jn-cart-row {
    font-size: 16px;
    clear: left;
    padding-top: 8px;
}

    .gm .jn-cart-row img {
        width: 30px;
    }

.gm .jn-adj-group {
    float: left;
    margin-right: 10px;
    background-color: #e2e2e2;
    border-radius: 10px;
}

    .gm .jn-adj-group button {
        border: none;
        border-radius: 20px;
        background-color: #af2222;
        color: white;
        padding: 2px 6px 2px 7px;
    }

        .gm .jn-adj-group button:hover, .gm .jn-adj-group button:focus {
            background-color: #d43131;
        }

    .gm .jn-adj-group input {
        width: 36px;
        border: 0px;
        background-color: #e2e2e2;
    }

.gm .checkout-col {
    padding: 0 26px 0px 12px;
    margin-bottom: 12px;
    min-height: 52px;
}

    .gm .checkout-col .title {
        font-size: 16px;
    }

    .gm .checkout-col input, .gm .checkout-col select {
        width: 100%;
        font-size: 18px;
        padding: 2px 0px 0px 8px;
        border: 1px solid #c3c3c3;
    }

    .gm .checkout-col select {
        padding: 0px 8px;
    }

    .gm .checkout-col input[type="radio"] {
        width: auto;
    }

    .gm .checkout-col input.mychkbox {
        width: auto;
    }

    .gm .checkout-col .customradio {
        padding-bottom: 9px;
    }

.gm .buyplus-section img {
    width: 28px;
}
.gm .buyplus-section button {
    background: none;
    border: 1px solid #c7c7c7;
    color: dimgrey;
    cursor: pointer;
}
.gm .buyplus-section .amount {
    width: 29px;
    text-align: center;
}
.gm .jn-btncheckout {
    border: 2px solid red;
    background-color: #a21414;
    color: white;
    width: 100%;
    font-size: 24px;
    transition: all 0.5s;
}

    .gm .jn-btncheckout:hover, .gm .jn-btncheckout:focus {
        background-color: #b5133a;
    }

.gm .jn-total-left {
    text-align: right;
    padding-right: 16px;
    font-size: 20px;
}

.gm .jn-total-right {
    font-size: 20px;
    text-align: right;
}

.gm .jntotal-title {
}

.gm .jntotal-shipping {
    background-color: #af2222;
    color: white;
    padding: 2px 5px;
    font-size: 14px;
}

.gm .jntotal-sum {
    color: #af2222;
    font-weight: bold;
}

#jn-row-cvspicker {
    padding-top: 14px;
}

.gm .jn-cart-sum {
    background-color: #ffeeee;
}

.gm .st0 {
    clip-path: url(#SVGID_2_);
    fill: #FE0000;
}

.gm .st1 {
    clip-path: url(#SVGID_2_);
    fill: #000095;
}

.gm .st2 {
    clip-path: url(#SVGID_2_);
}

.gm .st3 {
    fill: #FFFFFF;
}

.gm .st4 {
    fill: #000095;
}
.spec {
    padding: 5px;
    background-color: #f2f2f2;
}
.spec-option-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .spec-option-container .spec-option {
        display: flex;
        flex-flow: row nowrap;
        /* width: 30%; */
        margin: 5px;
        cursor: pointer;
        border: 1px solid #c2c2c2;
        background-color: white;
        border-radius: 3px;
    }

        .spec-option-container .spec-option.active {
            border: 1px solid #dc9326;
            /*border-radius: 13px;*/
            background-color: #fff4b9;
        }

        .spec-option-container .spec-option .img {
            flex-basis: 50px;
            height: 50px;
            width: 50px;
            background-size: cover;
            background-position: center;
        }

            .spec-option-container .spec-option .img img {
                width: 100%;
            }

        .spec-option-container .spec-option .memo {
            padding: 10px;
        }

.dvspecimg img {
    width: 100%;
}

.jnmw7-align-right{
    text-align:right;
}

.member-card {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 38px;
    text-align: center;
    cursor: pointer;
}
    .member-card img {
        max-width: 100%;
        height: 52px;
    }
.sold-out {
    position: absolute;
    z-index: 65;
    bottom: 0px;
    right: 0;
    background-color: #797979;
    padding: 5px;
    color: white;
}

/*頁面右下角*/
@media (max-width: 767px) {
    .oneshop-picked .info .name {
        font-size: 14px;
    }
    /* .jn-chatcontainer-row img {
        width: 45px!important;
    }
    .jn-rowbuynow > button.bubble-btn-buynow {
        font-size: 16px !important;
        padding: 10px 8px 4px 8px !important;
        display: inline-grid;
    } */
}

@media (min-width: 1200px) {
    .oneshop-container .container {
        max-width: 920px;
    }
}
.jn-chatcontainer {
    position: fixed;
    right: 2px;
    bottom: 10%;
    z-index: 100;
}
.jn-chatcontainer-row {
    text-align: right;
    padding-bottom: 25px;
}
.jn-chatcontainer-row a{
    position: relative;
}
.jn-chatcontainer-row a label{
    position: absolute;
    top: 39px;
    color: #1b1b1b;
    background-color: white;
    /* z-index: 1000000000; */
    left: 3px;
    width: 52px;
    font-weight: bold;
    /* text-shadow: 2px 1px 1px #d4d4d4; */
    border-radius: 5px;
    font-size: 13px;
}
    .jn-chatcontainer-row button {
        border: none;
        background-color: transparent;
    }
    .jn-chatcontainer-row button:hover, .jn-chatcontainer-row a:hover {
        opacity:0.9;
    }
    .jn-chatcontainer-row img {
        width: 58px;
        border: 4px solid white;
        border-radius: 14px;
    }
.jn-rowbuynow {
    border: none;
    background-color: transparent;
    position: relative;
    margin-bottom: 25px;
    text-align: right;
}
.jn-rowcartnow {
    border: none;
    background-color: transparent;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 25px;
}

.jn-rowbuynow label, .jn-rowcartnow label {
    position: absolute;
    top: 50px;
    color: #1b1b1b;
    /* z-index: 1000000000; */
    background-color: white;
    right: 3px;
    width: 52px;
    font-weight: bold;
    /* text-shadow: 2px 1px 1px #d4d4d4; */
    font-size: 13px;
    border-radius: 3px;
}

.jn-rowbuynow > button.bubble-btn-buynow {
    background-color: #c72424;
    font-size: 23px;
    color: white;
    border: 2px solid white;
    padding: 6px 14px;
    border-radius: 10px;
}
.jn-rowcartnow > button.bubble-btn-buynow {
    background-color: #c72424;
    font-size: 23px;
    color: white;
    border: 2px solid white;
    padding: 6px 14px;
    border-radius: 10px;
}

.jn-bubble-info {
    font-size: 17px;
    font-weight: bold;
    color: #e06a6a;
}

.spec-option-container .spec-option {
    justify-content: start;
    height: 97px;
}

    .spec-option-container .spec-option .cover {
        height: 85px;
        overflow: hidden;
        padding: 11px;
    }

        .spec-option-container .spec-option .cover img {
            max-width: 80px;
        }

.spec-option-container .dv-amount-picker {
    padding-top: 10px;
    margin-left: 20px;
}

    .spec-option-container .dv-amount-picker .input-group {
        width: 141px;
    }

    .spec-option-container .dv-amount-picker .title {
        margin-bottom: 9px;
    }

.spec-option-container .form-control:disabled, .spec-option-container .form-control[readonly] {
    background-color: #ffffff;
}

.oneshop-modal .btn-danger {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
}

.oneshop-picked .amount {
    width: 113px;
}

.step-container {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

    .step-container .block {
        text-align: center;
        cursor: pointer;
    }

        .step-container .block .title {
            font-size: 14px;
        }

        .step-container .block i {
            color: gray;
        }

        .step-container .block.active i {
            color: green;
        }

.section-hasproblem {
    padding: 19px 0px;
    border-top: 1px solid #dadada;
    margin-top: 26px;
}

    .section-hasproblem .title {
    }

    .section-hasproblem .service {
        padding: 10px 0;
    }

        .section-hasproblem .service .btn {
        }

            .section-hasproblem .service .btn.line {
                background-color: #03c302 !important;
                color: white;
            }

            .section-hasproblem .service .btn.fb {
                background-color: #0084ff !important;
                color: white;
            }

.section-pop-checkoutBottom {
    display: flex;
    justify-content: flex-end;
}

    .section-pop-checkoutBottom .price-block {
        padding: 10px;
        margin-right: 10px;
    }

        .section-pop-checkoutBottom .price-block .price {
            font-size: 20px;
            font-weight: bold;
        }

    .section-pop-checkoutBottom .btn-danger {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 19px;
    }

.spec-func {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

    .spec-func .info {
        padding: 9px;
        margin-right: 11px;
    }

.delivery-func{
    position:relative
}
    .delivery-func i.fa-hamburger {
        color: #cc7e2e;
        font-size: 26px;
    }

.delivery-func .picked{
}
    .delivery-func .picked .period{
    }
    .delivery-func .picked .cart{
    }

.delivery-func .un-pick .func{
}

.delivery-func .un-pick .cart{
}

    .delivery-func iframe {
        width: 100%;
        height: 370px;
        border: 0;
    }

    .delivery-func .branchBrick {
        border: 1px solid gray;
        padding: 10px;
        font-size: 14px;
        margin: 5px 0;
    }