.box_skus .sku-item {
    display: inline-block;
    border: 1px solid #000;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 8px 13px;
    cursor: pointer;
}

.box_skus {
    /* display: flex; */
    margin-top: 20px;
    margin-bottom: 20px;
}

a.btn_add {
    background: #000;
    color: #fff;
    font-size: 21px;
    text-align: center;
    max-width: 230px;
    width: 100%;
    display: block;
    line-height: 39px;
    text-transform: uppercase;
}

span {}

.sku-item.true.selected {
    background-color: #ff5100;
    color: #fff;
    border: 1px solid #ccc;
}

.box_btns {
    display: flex;
    justify-content: space-between;
}

a.addToCart {
    color: #ff5100;
    text-align: center;
    max-width: 230px;
    width: 100%;
    border: 1px solid #ff5100;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 18px;
}

.sku-item.false {
opacity: 0.3;
    background: #f4f4f4;
    text-decoration: line-through;
    cursor: no-drop;
}

span.priceF {
    font-weight: bold;
    font-size: 20px;
}

span.pricePac {
    font-size: 13px;
    margin-left: 2px;
}

@media (max-width: 768px) {
    .box_skus .sku-item {
    display: inline-block;
    border: 1px solid #000;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 13px 17px;
    cursor: pointer;
}

.box_skus {
    /* display: flex; */
    margin-top: 20px;
    margin-bottom: 20px;
}

a.btn_add {
    background: #000;
    color: #fff;
    font-size: 21px;
    text-align: center;
    max-width: 95%;
    width: 100%;
    display: block;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

span {}

.sku-item.true.selected {
    background-color: #ff5100;
    color: #fff;
    border: 1px solid #ccc;
}

.box_btns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

a.addToCart {
    color: #ff5100;
    text-align: center;
    max-width: 95%;
    width: 100%;
    border: 1px solid #ff5100;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 18px;
}

}