@charset "utf-8";

@media screen and (max-width: 479px) {

    #order_option_modal {
        display: none;
    }
}

.apply-pattern-order-history {
    padding: 5% 3%;
}
.apply-pattern-order-history a {
    padding-left: 4px;
    font-weight: bold;
    color: #30acac;
    text-decoration: underline;
}
.apply-pattern-order-history .apply-buttons {
    padding: 3% 2%;
}

.option-instruction {
    font-weight: bold;
    line-height: 2;
}

.options-area {
    margin-top: 5%;
}

.options-area .option-annotation {
    padding: 6px 4px;
}
.options-area .option-annotation .option-attention {
    margin-top: 12px;
    font-weight: bold;
}
.options-area .option-annotation .option-attention .marker {
    background: linear-gradient(transparent 60%, #fafad2 60%);
}

.options-area .option-annotation p {
    margin-top: 10px;
    padding: 6px 4px;
}
.options-area .option-annotation a {
    padding-left: 4px;
    font-weight: bold;
    color: #30acac;
    text-decoration: underline;
}
.options-area .cart-option-annotation {
    margin-top: 3%;
    padding: 2% 5%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    font-size: 1.2em;
}
.options-area .cart-option-annotation .cart-options {
    margin-top: 3%;
}
.options-area .cart-option-annotation .cart-options .cart-options-title {
    font-weight: bold;
}
.options-area .cart-option-annotation .cart-options .cart-options-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-left: 1%;
}
.options-area .cart-option-annotation .cart-options .cart-options-names .cart-options-name {
    margin: 0.5% 1% 0.5% 0;
    padding: 0% 2%;
    border: 1px #bfbfbf dotted;
    border-radius: 3px;
}

.options-area .option-item {
    margin-top: 5%;
    padding: 0 2% 4%;
    border-bottom: 1px solid #d7d7d7;
}
.options-area .option-item a.product-link {
    position: absolute;
    top: -5px;
    right: 0;
}
.options-area .option-item .option-item-header {
    position: relative;
    font-size: 14px;
}
.options-area .option-item .option-item-header label {
    cursor: pointer;
}
.options-area .option-item .option-item-header input[type="checkbox"] {
    margin-right: 2%;
}
.options-area .option-item .option-item-header .option-item-disabled {
    color: lightgrey;
    cursor: not-allowed;
}
.options-area .option-item .option-item-unit {
    padding-left: 5%;
}
.options-area .option-item .option-item-unit .option-item-unit-group {
    margin-top: 4%;
    font-size: 13px;
}
.options-area .option-item .option-item-unit .option-item-unit-unchecked {
    display: none;
}

@media screen and (max-width: 479px) {

    .options-area .option-item {
        border-bottom: none;
    }
}

.option-button {
    display: inline-block;
    font-size: 12px;
    background: #fff;
    border: 1px solid #555;
    padding: 10px 16px 10px;
    max-width: 250px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.option-button:hover {
    background: #d7d7d7;
}
.option-button.active {
    background: #555;
    color: #fff;
}

.options-area .option-item .option-item-unit input {
    width: 300px;
}
.options-area .option-item .option-item-unit select {
    width: 300px;
    height: 36px;
    padding: 0 0 0 6px;
    color: #5F5F5F;
    border: 1px solid #D2D4D8;
    background: #FFF url(//data.factelier.pro/contents/product/select_arrow.png) right center repeat-y;
    -webkit-appearance: none;
}

.options-area .option-item.order-option .option-item-header {
    font-size: 15px;
}
.options-area .option-item.order-option .option-item-header label {
    padding-left: 4px;
}
.options-area .option-item.order-option .option-item-header .option-checkbox {
    display: none;
}
.options-area .option-item.order-option .option-item-unit {
    margin-bottom: 0px;
}
.options-area .option-item.order-option .option-item-unit ul {
    padding: 0;
    width: auto;
}
.options-area .option-item.order-option .option-item-unit ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li {
    width: 100%;
    margin: 5px 0;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button {
    margin-bottom: 4px;
    max-width: 240px;
}

.options-area .option-item.order-option .option-item-unit .option-item-embroidery-group li {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 10px;
}
.options-area .option-item.order-option .option-item-unit .option-item-embroidery-group select {
    width: 100px;
}

.options-area .option-item.order-option .option-item-unit .option-item-bottom-group {
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 16px 10px;
    width: auto;
}
.options-area .option-item.order-option .option-item-unit .option-item-bottom-group li {
    margin: 0;
    padding-bottom: 10px;
}

.options-area .option-item.order-option .option-item-unit .option-sub-title {
    width: 100%;
}
.options-area .option-item.order-option .option-item-unit .option-button {
    margin: 0 1%;
}
.options-area .option-item.order-option .option-item-unit .option-button-image {
    width: 48%;
    margin: 1%;
    padding: 7px 7px 10px;
}
.options-area .option-item.order-option .option-item-unit .option-button-image.col-3 {
    width: 31%;
}
.options-area .option-item.order-option .option-item-unit .option-button-image img {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 10px;
}

.options-area .option-item.order-option .option-item-unit .option-item-embroidery-group .option-button-image {
    width: 31%;
    padding: 2%;
}

.options-area #option-item-13 .option-item-unit .option-button-image,
.options-area #option-item-128 .option-item-unit .option-button-image {
    padding: 10px;
}

.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-block {
    display: inline-block;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-2row {
    width: 180px;
    height: 60px;
    margin-bottom: 6px;
    margin-right: 3px;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-3row {
    width: 8vw;
    height: 8vw;
    margin-right: 0.8vw;
    padding: 0;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-3row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-4row {
    width: 9.5vw;
    height: 4vw;
    margin-bottom: 1vw;
    margin-right: 0.5vw;
}

.options-area #option-item-79 .option-item-unit .option-item-unit-group .active {
    color: #c5c5c5;
    border: 6px solid #c5c5c5;
    font-weight: bold;
    padding: 6px 16px;
}
.options-area #option-item-148 .option-item-unit .option-item-unit-group .active,
.options-area #option-item-149 .option-item-unit .option-item-unit-group .active {
    color: #c5c5c5;
    border: 4px solid #c5c5c5;
    font-weight: bold;
    padding: 6px 16px;
    opacity: 0.8;
}
.options-area #option-item-178 .option-item-unit .option-item-unit-group .active {
    border: 4px solid #66bfbf;
}

.options-area #option-item-80 .option-button {
    max-width: initial;
    width: 368px;
    position: relative;
    margin-bottom: 0;
}
.options-area #option-item-80 .option-button-image {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
}
.options-area #option-item-80 .option-button-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130px;
    padding: 0;
}
.options-area #option-item-80 .option-button-name {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-38%);
}
.options-area #option-item-80 .option-button.init {
    height: 102px;
    background: #fff;
    color: initial;
}
.options-area #option-item-80 .option-button.init .option-button-name {
    left: 38%;
}

@media screen and (max-width: 479px) {

    .options-area .option-item.order-option {
        width: 100%;
    }
    .options-area .option-item.order-option .option-item-unit {
        margin: 10px 0;
    }
    .options-area .option-item.order-option .option-item-unit .option-item-unit-group li {
        width: 100%;
    }
    .options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button {
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .options-area .option-item.order-option .option-item-unit .option-item-embroidery-group {
        width: 100%;
    }

    .options-area #option-item-16 .option-item-unit select,
    .options-area #option-item-132 .option-item-unit select {
        width: 100px;
    }
    .options-area #option-item-55 .option-item-unit .option-item-unit-group li .option-button {
        width: 100%;
        max-width: 100%;
    }

    .options-area .option-item.order-option .option-item-unit .option-button-image {
        width: 45%;
    }
    .options-area .option-item.order-option .option-item-unit .option-button-image.col-3 {
        width: 30%;
    }
    .options-area .option-item.order-option .option-item-unit .option-button-image img {
        width: 100%;
    }
    .options-area #option-item-13 .option-item-unit .option-button-image,
    .options-area #option-item-128 .option-item-unit .option-button-image {
        width: 45%;
        padding: 7px 7px 10px;
    }
    .options-area #option-item-13 .option-item-unit .option-button-image img,
    .options-area #option-item-128 .option-item-unit .option-button-image img {
        width: 100%;
    }

    .options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-2row {
        width: 140px;
    }
    .options-area .option-item.order-option .option-item-unit .option-item-unit-group li .option-button-3row {
        width: 25vw;
        height: 25vw;
        margin-right: 3vw;
        margin-bottom: 3vw;
    }

    .options-area #option-item-80 .option-button {
        width: 290px;
    }
}

.option-modaal-wrapper .modaal-container {
    width: 50%;
}

.option-modaal-wrapper .title {
    font-size: 16px;
}
.option-modaal-wrapper .product-options {
    margin-top: 1%;
    padding: 3%;
    border: 1px solid #ddd;
    background: #fff;
}
.option-modaal-wrapper .product-option:not(:first-child) {
    margin-top: 5%;
}
.option-modaal-wrapper .product-option h5 {
    font-size: 14px;
}
.option-modaal-wrapper .product-option strong {
    color: #f00;
}
.option-modaal-wrapper .product-option .product-option-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1%;
    border: 1px #ddd solid;
    background-color: #F3F3F3;
}
.option-modaal-wrapper .product-option .product-option-detail .option-image {
    flex-shrink: 0;
    width: 40%;
}
.option-modaal-wrapper .product-option .product-option-detail .option-image img {
    width: 100%;
    vertical-align: bottom;
}
.option-modaal-wrapper .product-option .product-option-detail .option-description {
    padding: 3%;
}

@media screen and (max-width: 479px) {

    .option-modaal-wrapper .modaal-container {
        width: 100%;
    }
    .option-modaal-wrapper .product-option .product-option-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .option-modaal-wrapper .product-option .product-option-detail .option-image {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {

    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history {
        text-align: center;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .option-description {
        text-align: left;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .product-options {
        margin-top: 3%;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .product-options .option-row {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-top: 1vw;
        margin-bottom: 0.3%;
        text-align: left;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .product-options .option-row .option-name-cell {
        display: table-caption;
        width: 100%;
        padding: 1px 5px;
        background: #e8eaed;
        border: 1px solid #e8eaed;
        border-radius: 4px 4px 0 0;
        line-height: 1.8;
        vertical-align: middle;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .product-options .option-row .option-category-name-cell {
        display: table-cell;
        width: 100%;
        padding: 1px 5px;
        border: 1px solid #e8eaed;
        border-radius: 0 0 4px 4px;
        vertical-align: middle;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .apply-buttons .option-button {
        margin: 2% 0;
    }
    .order-option-modaal-wrapper .modaal-container .apply-pattern-order-history .apply-buttons .option-button#apply_pattern_order_options_cart {
        display: block;
        width: 80%;
        margin: 0 auto 10%;
        padding: 2% 0;
        background-color: #66bfbf;
        box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
        text-align: center;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 3vw;
        font-weight: bold;
    }

    .order-option-modaal-wrapper .modaal-container .product-button-area {
        width: 100%;
        margin-top: 5%;
    }
    .order-option-modaal-wrapper .modaal-container .product-button-area .order-option-cart-btn {
        display: block;
        width: 50%;
        margin: 0 auto;
        padding: 2% 0;
        background-color: #66bfbf;
        box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
        text-align: center;
        border-radius: 5px;
        color: #fff;
        font-size: 3vw;
        font-weight: bold;
    }
    .order-option-modaal-wrapper .modaal-container .product-button-area .order-option-cart-btn:hover {
        opacity: 0.6;
    }
    .order-option-modaal-wrapper .modaal-container .product-button-area .order-option-cart-btn.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .order-option-modaal-wrapper .modaal-container .options-area .option-item .option-item-unit select {
        width: 100%;
    }

    .order-option-modaal-wrapper .modaal-container .options-area .cart-option-annotation {
        display: none;
    }
}
