@charset "UTF-8";

.container {
    width: 1200px;
    margin:0 auto;
    padding:0px;
}
.w-none {
    max-width: none !important;
    justify-content: center !important;
}
.shoppingcart-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cart-box {
    width: 65% !important;
}
.cart-inner-box {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    list-style-type: none;
    /* clear: left; */
}
.cart-flex {
    padding: 35px 20px 52px 55px;
    overflow:  hidden;
}
.cart-flex-img {
    width: 190px;
    margin-top: 22px;
    margin-right: 45px;
    float: left;
}
.cart-flex-img a {
    display: block;
    width: 100% !important;
	height: auto !important;
}

.cart-flex-img img {
    max-width: 100%;
    width :auto;
}
.cart-flex-img img:hover {
  opacity:0.7;
}
.cart-item p {
    font-size: 18px;
    font-weight: bold;
}
.cart-item p:first-child {
    margin-bottom: 12px;
    font-size:20px;
}
.cart-item .small-text {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
}
.cart-item .duration-text {
    display: inline-block;
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    color: 	#868686;
}
.cart-select {
    margin-top: 38px;
    display: flex;
    align-items: flex-end;
}
.cart-select .cart-select-item:first-child {
    margin-right: 20px;
}
.cart-select-item-flex {
    display: flex;
    margin-bottom: 5px;
}
.cart-select-item-flex .favorite-btn {
    margin-right: 10px;
}
.cart-change {
    width: 122px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-indent: 20%;
    background-image: url('/html/template/default/assets/icon/select-arrow.png');
    font-size: 14px;
    background-repeat:  no-repeat;
    background-position:  85% 50%;
    appearance: none;
}
.cart-select a {
    color: #000000;
    text-decoration: underline;
    font-size: 13px;
}

.favorite-img {
    display: inline-block;
    text-align: right;
    width: 180px;
    background-image: url('/html/template/default/assets/svg/red_heart.svg');
    background-repeat:  no-repeat;
    background-size: 17px;
    background-position: 0 50%;
}

.no-favorite-img {
    display: inline-block;
    text-align: right;
    width: 180px;
    background-image: url('/html/template/default/assets/svg/gray_heart.svg');
    background-repeat:  no-repeat;
    background-size: 17px;
    background-position: 0 50%;
}

.ec-cartRow{
    width:760px;
}

.guide-box {
    margin-left: 60px;
    width:380px;
}
.order-box {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    padding-top: 28px;
}
.order-box h2 {
    text-align: center;
    font-size: 19px !important;
    margin-top: 0 !important;
    margin-bottom: 23px;
    font-weight:700;
}

.flex-side-row {
    display: flex;
    margin: 0 auto 23px;
    width: 80%;
    justify-content: space-between;
    align-items: baseline;
}

.flex-side-row p {
    font-size: 19px;
    font-weight: bold;
}
.flex-side-row p span {
    font-size: 12px;
    margin-left: 7px;
}

.p-red {
    color: #971B2F;
    font-size: 24px !important;
}
.p-red span {
    font-size: 21px !important;
    color: #000000;
}
.tax-font {
    font-size: 14px !important;
    font-weight:400 !important;
}
.delivery-box {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    height: auto;
    min-height: 44px;

}
.delivery-box .link-btn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10%;
    color: #000000;
    background-size: 18px;
    background-repeat:  no-repeat;
    background-position:  93% 50%;
    cursor:pointer;
    font-size: 14px;
}
.delivery-box .link-btn:not(.deli_btn) {
  background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
  font-size:14px;
}
.deli_btn{
  background-image: url('/html/template/default/assets/svg/icon_plus.svg');
}
.btn_minus{
    background-image: url('/html/template/default/assets/svg/icon_minus.svg')!important;
}

.dis-none {
    display: none;
}
#delivery-text p {
    padding: 0 10%;
    line-height: 20px;
}
#delivery-text p:last-child {
    margin-bottom: 5px;
}
/* .open_detail {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    height: 44px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 14px;
    background-repeat:  no-repeat;
    background-position:  93% 5%;
    cursor:pointer;
} */
.link-btn:hover{
    text-decoration: none;
    min-height: 100%;
}

.next-box {
    margin: 30px auto;
    width: 80%;
    height: 60px;
    text-align: center;
}
.cart-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #444444;
    border-radius: 3px;
    color: #FFFFFF;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr-wt.svg');
    background-size: 16px;
    background-repeat:  no-repeat;
    background-position:  95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
}
a.cart-btn:hover {
    background-color: #aa8420;
    color: #fff;
    text-decoration: none;
}
a.cart-btn:link, a.cart-btn:active, a.cart-btn:visited {
    color: #ffffff;
    text-decoration-line: none;
}

.cart-back-box {
    margin: 50px auto;
    width: 90%;
    text-align: center;
}

.cart-back-btn {
    display: inline-block;
    width: 320px;
    height: 60px;
    line-height: 58px;
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #222222;
    border-radius: 3px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 16px;
    background-repeat:  no-repeat;
    background-position:  95% 50%;
}

.cart-back-btn:visited {
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #222222;
    border-radius: 3px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 16px;
    background-repeat:  no-repeat;
    background-position:  95% 50%;
}
.cart-back-btn:hover, .cart-back-btn:active {
    text-decoration: none;
    background: #aa8420;
    color: #fff;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.o-mt-40 {
    margin-top: 40px;
}

.cart-disabled-container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.cart-disabled-text {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}
.cart-alert-wrap {
    margin: 10px auto;
    padding: 15px;
    background-color: #F5F0E8;
}
.cart-alert {
    width: 100%;
    text-align: center;
}
.cart-alert .alert-icon {
    display: inline-block;
    width: 20px;
    line-height: 15px;
    line-height: 15px;
    transform: translate(0%,-25%);
}
.cart-alert .alert-text {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #971B2F;
}

#page_cart .container{
    border-bottom: 1px solid #ccc;
}

.cart-item p.cart-price {
    font-size: 16px;
}
.cart-item span.cart-tax {
    font-size: 14px;
}
.flex-side-row .order-price {
    font-size: 16px;
}
.flex-side-row .order-tax {
    font-size: 12px;
}

@media screen and (max-width : 1200px){
    .shoppingcart-box {
        width: 90%;
    }
    .guide-box {
        width: 45%;
        margin-left: 20px;
    }

    .cart-item .duration-text {
        display: block;
    }
}

@media screen and (max-width : 768px) {
    .ec-pageHeader{
        margin-bottom:0px !important;
    }

    .container{
        width:100%;
        padding-bottom:50px !important;
    }

    .cart-item p:first-child {
        font-size: 16px;
        margin-bottom: 5px;
    }


    .cart-item p {
        font-size: 14px;
    }


    .shoppingcart-box {
        width: 100%;
        flex-direction: column;
    }
    .container, .ec-cartRole {
        padding: 0;
    }
    .cart-flex {
        padding: 25px
    }
    .ec-cartRow {
        padding-left: 0;
        width: 100%;
    }

    .cart-item .duration-text{
        display:block;
        margin-top: 16px;
    }

    .cart-flex-img img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .order-box h2 {
        margin-bottom: 18px;
    }

    .flex-side-row {
        margin-bottom:17px;
    }

    .flex-side-last{
        margin-bottom:25px;
    }

    .next-box{
        margin: 23px auto;
        height: 50px;
    }

    .cart-btn{
        height: 50px;
        line-height: 50px;
    }



    .guide-box {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .order-box {
        border: solid 1px #cccccc;
        padding-top: 22px;
    }

    .o-mt-40 {
        margin-top: 35px;
    }

    .cart-select {
        display: flex;
        margin-top: 12px;
        margin-left: 123px;
    }
    .cart-select .cart-select-item:first-child {
        clear: both;
    }

    .cart-flex-img {
        width: 30%;
        margin-top: 15px;
    }
    .cart-back-btn {
        width: 100%;
        height: 50px;
        line-height: 48px;
    }
    .cart-disabled-container {
        margin-top: 50px;
    }
}
@media screen and (max-width: 499px) {
    .cart-flex-img {
        margin-right: 8%;
    }
}
