*:focus {
    outline: none;
}
.product .cart_box .cart_btn:hover {
    border: 1px solid #d14124;
}
#desc .inner .desc_cart .pre {
    padding-top: 2em;
}
.product .product_info h3 small {
    font-size: 1.6rem;
}
.select {
    display: inline-block;
    position: relative;
    text-align-last: center;
}
.select::after {
    position: absolute;
    top: 9px;
    right: 6vw;
    width: 9px;
    height: 14px;
    /* background-color: #1a1a1a;
    clip-path: polygon(0 0, 100% 0, 50% 100%); */
    content: '';
    background-image: url(/store/shinkuu/images/product/make/portraymestick/arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
div.select:nth-of-type(2) {
    margin-left: 5px;
}
select, option{
    cursor: pointer; 
    margin-bottom: 10px;
    border: 1px solid #1a1a1a;
    padding: 4px 8vw 4px 4vw;
    position: relative;
    width: calc((90.666vw - 10px) / 2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sold a[disabled="disabled"] {
    border: none !important;
    background-color: #d0d0ca;
}
a[disabled="disabled"] {
    background-color: #d0d0ca;
    border-color: #d0d0ca !important;
    pointer-events: none;
}
a[disabled="disabled"] img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}
.sold select {
    opacity: 0.6;
    pointer-events: none;
}
@media screen and (min-width: 768px) {            
    .product .product_info h3 small {
        font-size: initial !important;
    }
    select, option{
        width: 130px;
        padding: 4px 24px 4px 10px;
    }
    .select::after {
        right: 18px;
    }    
    .cart_btn_box {
        width: 170px;
        margin-right: 0;
        margin-left: auto;
    }
    .spOnly {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {   
    #desc .inner .desc_cart .pre {
        padding-top: 0;
        margin-top: -60px;
    }    
}