@charset "utf-8";

#mainContent {
    background-color: #fff;
    margin-bottom: 50px;
}
.itemCb #cboxPrevious {
    background: url("https://thebase.in/i/controls.png") no-repeat 0 0;
    bottom: 0;
    height: 20px;
    left: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxNext {
    background: url("https://thebase.in/i/controls.png") no-repeat -22px 0;
    bottom: 0;
    height: 20px;
    left: 30px !important;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxClose {
    background: url("https://thebase.in/i/controls.png") no-repeat -52px 0;
    height: 20px;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
}
.itemCb #cboxContent button {
    border: none;
}
.itemCb:focus {
    outline: none;
}
a.cboxElement:focus {
    outline: none;
}
.itemImg {
    display: flex;
    height: calc(100vw - 80px);
}
.itemImgSlide {
    flex: 1;
}
#slideImg .imgBox {
    border-radius: 10px;
    text-align: center;
}
#slideImg .imgBox img:not(.label_image) {
    width: 100%;
    height: calc(100vw - 80px);
    vertical-align: middle;
    object-fit: contain;
}
#slideImgPager {
    float: left;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 64px;
}
#slideImgPager li + li {
    margin-top: 10px;
}
#slideImgPager .smallImgBox {
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
#slideImgPager .smallImgBox img {
    max-height: 64px;
    max-width: 64px;
    vertical-align: middle;
}
#slideImgPager .mCSB_inside > .mCSB_container {
    margin: 0;
}
#mainContent .purchase {
    border-bottom: dotted 1px #000;
    border-top: dotted 1px #000;
    box-sizing: border-box;
}
header h1.itemTitle {
    color: #3c3c3c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
}
#purchase_form {
    color: #000;
    margin-bottom: 35px;
}
#purchase_form select {
    cursor: pointer;
}
#purchase_form #purchaseSelect {
    margin: 0;
}
#purchase_form .purchaseElement {
    margin: 5px 0 15px;
    overflow: hidden;
}
#purchase_form input,
#purchase_form select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 16px;
    height: 40px;
}
#purchase_form #itemSelect input::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}
#purchase_form label {
    font-size: 14px;
    margin: 16px 0 8px 0;
    line-height: 1em;
    display: block;
}
#purchase_form .itemOption__caption {
    font-size: 12px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
}
#purchase_form .itemOption__bottomCaptionBlock {
    overflow: hidden;
}
#purchase_form .itemOption__caption--error {
    float: left;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
    transform-style: preserve-3d;
}
#purchase_form .itemOption__count {
    float: right;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #777777;
}
#purchase_form .itemOption__count--error {
    color: #F07F7F;
}
#purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
}
#purchase_form #amountSelect {
    width: auto;
    max-width: 375px;
}
#purchase_form .purchaseElement label {
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}
.report {
    text-align: left;
}
.report a {
    color: #aaa;
    display: block;
    font-size: 11px;
    margin-right: 15px;
    padding-top: 3px;
    text-align: right;
}
.report a:hover {
    text-decoration: underline;
}
.itemPrice h2 {
    color: #262626;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0;
    text-align: left;
}
.itemPrice .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-decoration: line-through;
    vertical-align: top;
}
.itemPrice .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 5px;
    vertical-align: top;
}
.itemPrice .discountPrice__calcPrice {
    color: #e75c5c;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}
.purchase .itemPrice_soldout {
    margin-top: 25px;
}
.purchase .itemPrice_soldout h2 {
    display: block;
    margin: 0;
    text-decoration: line-through;
}
.purchase .itemPrice_soldout > span {
    color: #ed4242;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
.purchase .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}
.preOrder,
.lottery,
.takeout {
    margin: 16px 0;
}
.preOrder__label,
.lottery__label,
.takeout__label {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 4px;
    margin: 0 0 4px 0;
}
.preOrder__data,
.lottery__data {
    font-size: 12px;
    color: #252525;
}
.takeout .takeout__data {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.lottery > * {
    margin-bottom: 8px;
}
#itemAttention {
    color: #868686;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px;
}
#itemAttention .attention a {
    color: #868686;
}
#itemAttention .attention a:hover {
    text-decoration: underline;
}
#itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    border-radius: 2px;
    color: #11BEAE;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
    text-align: center;
}
#itemAttention .attention.free {
    font-weight: bold;
}
#itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}
#itemAttention .takeout__text {
    color: #252525;
    cursor: pointer;
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}
#itemAttention .attention.salesPeriod--term {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
}
#itemAttention .attention.salesPeriod--willStart {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
#itemAttention .attention.salesPeriod--finish {
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
    text-align: center;
}
.itemDescription {
    margin: 36px 7px 36px 0;
}
.itemDescription p {
    font-size: 16px;
    line-height: 2;
}
#embedded-tag p {
    color: #000;
    margin: 0 0 5px;
}
#embedded-tag textarea {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #838383;
    padding: 5px;
    width: 100%;
}
#purchase_form .purchaseButton {
    margin: 30px 0 0;
    text-align: center;
}
#purchase_form .purchaseButton .purchaseButton__btn {
    background: #000;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 100%;
}
#purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
    color: #fff;
    background: #888;
}
#purchase_form .purchaseButton .purchaseButton__btn:hover {
    cursor: pointer;
    opacity: 0.7;
}
#purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    cursor: not-allowed;
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
    cursor: not-allowed;
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn:disabled {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn--disabled {
    background: #eeeeee;
    color: #999999;
    cursor: not-allowed;
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
    opacity: 1;
}
#purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
    opacity: 1;
}
.shareButtons {
    display: flex;
}
.shareButtons > div {
    margin-right: 4px;
}
#openIllegalReport {
    color: #999;
}
@media (min-width: 769px) {
    #mainContent {
        width: 830px;
    }
    #mainContent .item {
        float: left;
        position: relative;
        width: 493px;
    }
    #mainContent .purchase {
        margin: 0 0 0 520px;
        width: 280px;
    }
    header h1.itemTitle {
        font-size: 32px;
        margin-bottom: 55px;
    }
    #mainContent .item .itemImg {
        height: 400px;
    }
    #mainContent .item .itemImgSlide {
        float: left;
        width: 400px;
    }
    #mainContent .item .bx-wrapper {
        float: left;
        width: 400px;
    }
    #slideImg .imgBox {
        border-radius: 10px;
        height: 400px;
        line-height: 400px;
        text-align: center;
        width: 400px;
    }
    #slideImg .imgBox img:not(.label_image) {
        max-height: 400px;
        max-width: 400px;
    }
    #slideImgPager {
        float: left;
        height: 400px;
        overflow: hidden;
        padding: 0 0 0 10px;
        width: 83px;
    }
}