/* shop-info start
* pc
*/

.cart .btn {
    display: inline-block;
    width: auto;

    background-color: #eee;

    border: 1px solid #1e1e1e;
    border-radius: 8px;
    vertical-align: top;
    text-align: center;

    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 38px;
    color: #333;

    position: relative;
}

.cart .btn.active:focus,
.cart .btn.active:hover,
.cart .btn:focus,
.cart .btn:active,
.cart .btn:hover {
    box-shadow: none;
    outline: none;
}
.mt30.cart { margin-top: 0 !important; }
.cart #main {
    padding: 0 12px 50px 12px;
    width: 100%;
}

.cart .in-block {
    display: block;
    height: 44px;
    width: 100vw;
    margin: 0 calc( (-100vw + 1100px) / 2 );
    padding: 0 calc( (100vw - 1100px) / 2 );

    background: url('../img/shop-info/black-bg.jpg') repeat;

    margin-bottom: 30px; /* important */
}

.cart .in-block ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    transition: height linear 0.5s;
    height: 44px;
    z-index: 100;
}

.cart .in-block ul:hover {
    height: 546px;
}

.cart .in-block__drop-down {
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 12px 75px 12px 14px;

    background-color: #020202;

    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;

    position: relative;
}

.cart .in-block__drop-down:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-20%);

    width: 0;
    height: 0;
    border-width: 8px 6px 0 6px;
    border-color: #282828 transparent transparent transparent;
    border-style: solid;
}

.cart .in-block__drop-down:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-46%);

    width: 22px;
    height: 22px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

.cart .in-block li {
    width: auto;
    border-bottom: 1px solid #474129;
}

.cart .in-block a {
    display: block;
    padding: 13px 10px 13px 42px;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #000;
}

.cart .in-block a:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid red;
    border-bottom: 5px solid transparent;
}

.cart .in-block a:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.cart .in-block a span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.cart .in-block a span:before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    transition: width 0.3s ease-in-out;
    left: 0;
    bottom: 0;
}

.cart .in-block a:hover span:before {
    width: 100%;
}

@media screen and (max-width: 1100px){
    .cart .in-block {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.cart .main__title {
    display: block;
    width: 100%;
    padding: 14px 15px;
    margin: 0;
    background: url('../img/shop-info/title_bg.jpg') repeat-x 0 0;

    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
}

.cart .main__add-shop {
    display: block;
    width: 100%;
    padding: 30px 0 40px 0;
}

.cart .add-shop__wrap {
    display: block;
    width: 100%;
    padding: 26px 0;
    background-color: #ffe9e9;
    text-align: center;
}

.cart .btn_plus {
    min-width: 452px;
    background-color: #c80000;
    border: none;
    border-radius: 5px;
    padding: 22px 16px;
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.cart .btn_plus:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 3px #525252;
}

.cart .btn_plus span {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 40px;

    vertical-align: top;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #fff;

    position: relative;
}

.cart .btn_plus span:after,
.cart .btn_plus span:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);

    width: 8px;
    height: 28px;
    background-color: #fff;
}

.cart .btn_plus span:before {
    transform: translateY(-50%) rotate(0deg);
}

.cart .main__table-info {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
}

.cart .main__table-info th,
.cart .main__table-info td {
    padding: 10px 15px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;

    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.cart .main__table-info th {
    background-color: #eeeeee;
}

.cart .main__table-info .table-info__th-head th {
    background-color: #d7d7d7;
    font-weight: bold;
}

.cart .main__options {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.cart .btn_option {
    min-width: 350px;
    padding: 22px 16px;
    border: none;
    border-radius: 5px;

    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.cart .btn_option:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 3px #525252;
}

.cart .btn_option + .btn_option {
    margin-left: 20px;
}

.cart .btn_edit { background-color: #269fc2; }
.cart .btn_del { background-color: #474747; }

/*shop-info end*/

/*order-history start*/

.cart .main__table-preview {
    display: block;
    width: 100%;
    padding: 40px 0 20px 0;
}

.cart .main__table-preview table .table-preview__nowrap {
    white-space: nowrap;
    text-align: center;
    padding: 0 10px;
}

.cart .main__table-preview .table-no-padding td {
    padding: 0 10px;
}
.cart .main__table-preview .table-no-padding:last-child td {
    padding-bottom: 10px;
}

.cart .main__table-preview table {
    border: 2px solid #d8d8d8;
}

.cart .main__table-preview th,
.cart .main__table-preview td {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 10px;
}

.cart .main__table-preview.table-1 td {
    vertical-align: middle;
}

.cart .main__table-preview td + td,
.cart .main__table-preview th + th {
    border-left: 2px dotted #d8d8d8;
}

.cart .table-preview__head {
    background-color: #202020;
}

.cart .table-preview__head th {
    padding: 9px 4px;
    text-align: center;

    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.cart .table-preview__col .col-6 {
    width: 6%;
}

.cart .table-preview__col .col-8 {
width: 8%;
}
.cart .table-preview__col .col-34 {
    width: 34%;
}
.cart .table-preview__col .col-38 {
    width: 38%;
}

.cart .table-preview__images {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

    margin: 0 auto 25px auto;
}

.cart .table-preview__images li {
    width: 80px;
    height: 80px;
}

.cart .table-preview__images li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .4s ease-in-out;
}

.cart .table-preview__images li a:hover {
    opacity: .6;
}

.cart .table-preview__images.row-by-three li + li {
    margin-left: 50px;
}

.cart .table-preview__images.row-by-three li:nth-child(2) {
    margin-left: 0;
}

.cart .table-preview__images.row-by-three li {
    width: calc( (60% / 3) - 100px / 3 );
    height: 100%;
}
.cart .table-preview__images .images__row  {
    width: 100% !important;
    margin-bottom: 16px;
}

.cart .table-preview__images li + li {
    margin-left: 4px;
}

.cart .table-preview__images img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.cart .table-preview__text_gray {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;

    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.cart .table-preview__text_row {
    display: block;
    margin-top: 22px;
}

.cart .table-preview__text_righted {
    text-indent: 10px;
    position: relative;
}

.cart .is-add {
    white-space: nowrap;
    text-indent: 0;
    background-color: #fb061b;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;

    position: absolute;
    bottom: -24px;
    right: 50%;
    transform: translateX(50%);
    transition: box-shadow .4s ease-in-out;
}

.cart .is-add:hover {
    box-shadow: 0 3px 3px #525252;
}

.cart .table-preview__wrap_bottom_left {
    padding: 20px 10px !important;
    text-align: left !important;
    vertical-align: bottom !important;
}

.cart .table-preview__to-row span {
    display: block;
    margin-top: -44px;
}

.cart .main__table-preview_body {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    padding: 20px 30px;
    border: 2px solid #d8d8d8;
}

.cart .main__table-preview_body + .main__table-preview_body {
    margin-top: 30px;
}

.cart .main__table-preview_body.table-4 {
    background-color: #f8f8f8;
}

.cart .main__table-preview_body dl {
    width: 20%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.cart .main__table-preview_body dt,
.cart .main__table-preview_body dd {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 4px 0;
}

.cart .main__table-preview_body .list-bold {
    font-weight: bold;
}

.cart .main__table-preview_body .text_red {
    font-weight: bold;
    color: #fb061b;
}

.cart .main__delivery {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    padding: 25px 0 25px 0;
}

.cart .btn_delivery {
    padding: 20px 25px;
    border-radius: 5px;
    border: none;

    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;

    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.cart .btn_delivery:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 3px #525252;
}

.cart .btn_preview {
    background-color: #269fc2;
}

.cart .btn_delivery span {
    display: inline-block;
    padding-right: 26px;
    position: relative;
}

.cart .btn_delivery span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.cart .btn_preview span:after {
    width: 16px;
    height: 14px;
    background-image: url('../img/shop-info/icon-01.png');
}

.cart .btn_download span:after {
    width: 16px;
    height: 14px;
    background-image: url('../img/shop-info/icon-02.png');
}

.cart .btn_download {
    background-color: #e61e02;
}

.cart .btn_delivery + .btn_delivery {
    margin-left: 16px;
}

.cart .main__table-client {
    display: block;
    width: 100%;
}

.cart .main__table-client + .main__table-client {
    margin-top: 40px;
}

.cart .table-client__title {
    display: block;
    width: 100%;

    position: relative;
    padding-left: 14px;
    margin: 0 0 20px 0;

    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.cart .main__table-client table {
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}

.cart .table-client__title:before {
    content: '';
    display: block;
    width: 5px;
    height: 32px;
    background-color: #e30518;
    position: absolute;
    top: 0;
    left: 0;
}

.cart .main__table-client tr + tr {
    border-top: 1px dashed #d8d8d8;
}

.cart .main__table-client th + td {
    border-left: 2px dashed #d8d8d8;
}

.cart .main__table-client tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.cart .table-client__bold {
    font-weight: bold;
}

.cart .main__table-client th,
.cart .main__table-client td {
    padding: 15px 20px;

    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.cart .main__table-client table.center th,
.cart .main__table-client table.center td {
    text-align: center;
}

.cart .main__table-client th {
    font-weight: bold;
    text-align: center;
    width: 30%;
}

.cart .main__table-client td {
    text-align: left;
}

/*order-history end*/

/*cart-enter start*/

.cart .table-client__title_bordered {
    padding-bottom: 6px;
    border-bottom: 4px solid #fb081c;
}

.cart .steps {
    display: block;
    width: 100%;
    padding: 20px 0;
}

.cart .steps__list {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.cart .steps__item {
    display: block;
    width: calc( 25% - (120px / 4)  );
    padding: 10px 0;
    border: 2px solid #c2c2c2;
    border-radius: 6px;
    text-align: center;
    position: relative;

    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.cart .steps__item + .steps__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -17%;
    transform: translateY(-50%);
    width: calc(40px * .6);
    height: calc( 36px * .6);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/shop-info/icon-03.jpg');
}

.cart .steps__item.is-active {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f6e9e9 99%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6e9e9 99%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#f6e9e9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6e9e9',GradientType=0 );
}

.cart .steps__item + .steps__item {
    margin-left: 5%;
}

.cart .form + .form {
    margin-top: 40px;
}

.cart .form__toggle {
    display: inline-block;
    width: auto;
    padding: 8px 50px;
    background-color: #f2f2f2;

    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.cart .form__toggle span {
    position: relative;
}

.cart .form__toggle span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
}

.cart .form__wrap {
    border: 16px solid #f2f2f2;
    padding: 12px;
}

.cart .form__row {
    display: block;
    width: auto;
    padding: 25px 30px;
}

.cart .form__row_solid {
    padding: 15px 30px 0 30px;
    background-color: #f2f2f2;
}

.cart .form__row:last-child {
    padding: 25px 30px 0 30px;
}

.cart .form__row_bordered {
    border-bottom: 1px solid #aaaaaa;
}

.cart .form__row label {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cart .form__row label.no-vertically {
    align-items: flex-start;
}

.cart .form__row [class*="form"] {
    display: inline-block;
    vertical-align: middle;
}

.cart .form__row .btn_form {
    margin-left: 88px;
}

.cart .form__name-in,
.cart .form__name-note {
    width: auto;
    min-width: 220px;
    height: auto;
    position: relative;
    padding: 6px 0 6px 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.cart .form__name-in.no-pointer {
    cursor: auto;
}

.cart .no-vertically .form__name-in {
    margin-top: 4px;
}

.cart .form__name-note {
    margin: 0 0 0 40px;
    width: auto;
    min-width: 150px;
    padding: 6px;
    text-align: center;
}

.cart .form__name-in_solid {

    font-size: 16px;
    line-height: 20px;
    color: #1d1d1d;
}

.cart .form__name-in_solid:before {
    display: none;
}

.cart .form__name-in:before {
    content: '任意';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #b7b7b7;
    padding: 8px;

    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.cart .form__name-in.is-required:before {
    content: '必須';
    background-color: #fa494d;
}

.cart .form__name-in.not-required:before {
    display: none;
}

.cart .form__input {
    min-height: 30px;
    width: 35%;
    margin-left: 26px;
    padding: 4px 10px;
    outline: none;
    border: 1px solid #c7c7c7;
}

.cart .form__input::placeholder,
.cart .form__input:focus,
.cart .form__input {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.cart .form__input_custom-placeholder::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #909090;
}

.cart .form__input_bit {
    width: 30%;
}

.cart .btn_form {
    padding: 12px 14px;
    background-color: #fcfcfc;
    border: 2px solid #e2e2e2;
    border-radius: 0;
    cursor: pointer;

    font-size: 16px;
    line-height: 20px;
    color: #525252;

    transition: background .4s ease-in-out;
}

.cart .btn_form:hover {
    background-color: #f1f1f1;
}

.cart .form__wrap_select {
    margin: 0 0 0 26px;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}

.cart .form__select::-ms-expand {
    display: none;
}

.cart .form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.cart .form__select {
    background-color: #fdfdfd;
    min-width: 170px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 11px 16px 11px 10px;
    outline: none;

    font-size: 18px;
    line-height: 14px;
    color: #000;
    position: relative;
}

.cart .form__select__custom select::-ms-expand {
    display: none;
}

.cart .form__select__custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.cart .form__select__custom select {
    background-color: #fdfdfd;
    min-width: 222px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 11px 16px 11px 10px;
    outline: none;

    font-size: 18px;
    line-height: 14px;
    color: #000;
    position: relative;
}

.cart .form__wrap_select:after,
.cart .form__wrap_select:before {
    content: '';
    position: absolute;
    right: 6px;
    transform: translateY(-50%);
    z-index: 1;

    width: 0;
    height: 0;
    border-style: solid;
}

.cart .form__wrap_select:after {
    top: 40%;
    border-width: 0 3.5px 6px 3.5px;
    border-color: transparent transparent #000 transparent;
}

.cart .form__wrap_select:before {
    top: 65%;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #000 transparent transparent transparent;
}

.cart .form__text_note {
    margin-left: 10px;

    font-size: 14px;
    line-height: 18px;
    color: #555555;
}

.cart .form__text_note-block {
    width: 100%;
    padding: 14px 0;
    padding-left: 160px;
    text-align: left;
}

.cart .form__text_note-block.black {
    color: #000;
}

.cart .form__textarea {
    width: 100%;
    resize: none;
    min-height: 170px;
}

.cart .form__row_add .btn_form {
    margin-left: 8px;
    font-size: 14px;
}

.cart .point {
    display: block;
    width: 100%;
    padding: 20px 30px;
    border: 2px solid #ccc;
    margin-bottom: 40px;
}

.cart .point__title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;

    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.cart .point__title .point__title_inner {
    display: inline-block;
    margin-left: -12%;
}

.cart .point__title .red {
    color: #fa494d;
}

.cart .point__wrap {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart .point__name {
    display: inline-block;
    padding: 10px 0 0 0;
    min-width: 25%;

    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #000;
}
.cart .point__enter {
    flex-shrink: 1;
    background-color: #f9f9f9;
    padding: 20px 40px;
}

.cart .point__label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;

    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.cart .point-in {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    border: 2px solid #bfbfbf;
    padding: 8px 12px;
    text-align: right;
    margin-right: 10px;
    outline: none;
}

.cart .point-in,
.cart .point-in::placeholder,
.cart .point-in:focus {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.cart .point__off {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.cart .form__row_box {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart .form__box {
    width: 100%;
    padding-left: 40px;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart .form__box .box {
    width: calc( 33% - 24px / 3 );
    margin-left: 12px;
    margin-bottom: 20px;
}

.cart .form__box .box:nth-child(3n + 1) {
    margin-left: 0;
}

.cart .form__box .box__label {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 50px;
    line-height: 18px;
    border: 1px solid #e0e0e0;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, #fafafa 37%, #ededed 68%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e3e3e3',GradientType=0 );

    cursor: pointer;
    position: relative;
    margin-bottom: 6px;
}


.cart .form__box .box__note-info {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}

.cart .form__box .box__info {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.cart .form__box .box__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../img/shop-info/bullet-padio01.png') 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
}

.cart .form__box .box__in {
    position: absolute;
    visibility: hidden;
}

.cart .form__box .box__in:checked ~  .box__label:before {
    background: url('../img/shop-info/bullet-padio02.png') 0 0 no-repeat;
}

.cart .main__check {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.cart .btn_check {
    min-width: 350px;
    background: #fe4848;
    border: none;
    border-radius: 6px;
    padding: 24px 10px;

    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-right: 26px;
    transition: background .4s ease-in-out;
}

.cart .btn_check:hover {
    background-color: #000;
}

.cart .btn_check span {
    display: inline-block;
    padding-right: 60px;
    position: relative;
}

.cart .btn_check span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%);
    width: 41px;
    height: 40px;
    background: url('../img/shop-info/item-cart04.png') 0 0 no-repeat;
    background-size: contain;
}

.cart .btn_return {
    min-width: 240px;
    background-color: #b9b9b9;
    padding: 20px 10px;
    border-radius: 6px;
    border: none;

    font-size: 24px;
    line-height: 28px;
    color: #fff;
    transition: background .4s ease-in-out;
}

.cart .btn_return:hover {
    background-color: #000;
}

.btn-preview-custom {
    text-align: center;
    margin-bottom: 15px;
}

.input-store-custom input[type=text] {
    width: 70%;
}

.add-sub input[type=number] {
    width: 90% !important;
}

.add-sub {
    width: 45% !important;
}

.add-sub2 input[type=text] {
    width: 80% !important;
}

/*cart-enter end*/

/* update car 8.11.18 */
.cart .form__row{
    padding: 18px 30px;
}
.cart .form__row.pt7{
    padding-top: 7px;
}
.cart .form__row.pb7{
    padding-bottom:7px;
}
.cart .form__row.ptb7{
    padding-top: 7px;
    padding-bottom:7px;
}

/* update car 8.11.18 end */
/* update car 14.11.18 */
.cart .form__wrap_select{
    vertical-align: middle !important;
}
.cart .form__select__custom select{
    font-size: 16px !important;
    line-height: 18px !important;
    border-radius: 0 !important;

}
.cart .form__name-in, .cart .form__name-note{
    font-size: 18px !important;
}
.cart .form__name-in.is-required:before{
    font-weight: normal !important;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    min-width: 48px;
    text-align: center;
    font-style: italic;
}
#store_add_num.add-sub{
    width: 348px !important;
}
.cart .form__name-in:before{
    font-weight: normal !important;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    min-width: 48px;
    text-align: center;
    font-style: italic;
}
/* update car 14.11.18 end */