﻿/* BESPOKE 
 * Styles uc_order_product with units */
.uc_placeholder .uc_order_product .units {
    width: auto;
    margin-right: 20px;
}

.uc_placeholder .uc_order_product .units td {
    display: flex;
    width: 122px !important;
    justify-content: space-between;
    margin: 0;
}

.uc_placeholder .units-container {
    display: flex;
    flex-flow: row nowrap;
    width: 189px;
    position: relative;
}

.uc_placeholder .uc_order_product .units .quantity-fields {
    height: 35px !important;
    width: 50px !important;
    font-weight: bold;
    color: #2b2b2b;
    margin: 0 1px !important;
    border: 1px solid #dedede !important;
}

.uc_placeholder .uc_order_product .units input {
    margin: 0 !important;
}

.uc_placeholder .uc_order_product .units .btn-u-sea-shop {
    padding: 0;
    font-size: 13px;
    background: transparent;
    width: 47px !important;
    text-indent: -300px;
}

.uc_placeholder.uc_product_block .uc_order_product .units-container .btn-u-sea-shop:hover {
    border: 1px solid #E95123 !important;
}

.uc_placeholder.uc_product_block .uc_order_product .units-container::before {
    content: "\e901";
    position: absolute;
    right: 13px;
    top: 0;
    font-family: uws-icons;
    font-size: 22px;
    pointer-events: none;
    display: flex;
    flex-direction: row-reverse;
    color: #E95123 !important;
}
/* END BESPOKE */