.byo-option-qty-container {
    cursor: pointer;
    height: 2rem;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.byo-option-qty-container .product-qty {
    border: solid #cccccc;
    border-width: 0 1px;
}

.byo-option-qty-container .change-qty-button {
    background: none;
    border: none;
}

.byo-option-qty-container .change-qty-button:focus {
    outline: none;
}

.byo-option-add-button {
    height: 2rem;
    border-radius: 25px;
    background: #ab172d;
    color: #ffffff;
}

.line-through {
    text-decoration: line-through;
}

.related-products-image-slider-container .slick-dots {
    position: absolute;
    bottom: 0;
}

.upsell-edit-and-more:before {
    font-family: 'tinyme-icon';
    content: '\ea21';
    color: #707070;
    vertical-align: bottom;
}