.modal-content {
    border-radius: 0px;
}

.modal-header {
    border: none;
}

.productMultiAdd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e6e6e6;
}

.addtobasketbox {
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: relative;
    text-align: center;
}

.addtobasketbutton {

    vertical-align: middle;
    width: auto;
}

.productMultiAdd img{
    margin-right: 10px;
}

.qty-up-mult, .qty-down-mult {
    border-radius: 0px;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 25px;
    font-weight: 100;
    line-height: 1;
}

.product-list-picker {
    height: 400px;
    overflow: auto;
}

.qty-selector-multpicker {
    float: right;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0 0 auto;
    padding-left: 10px;
}

.multipriceproname {
    box-sizing: inherit;
    display: block;
    text-align: left;
}

#multiples .close {
    float: right;
    font-size: 53px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .2;
}

#productFormMultipleModal .btn-quantity {
    background-color: transparent;
    color: #484849;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 35px;
    font-weight: 400;
    line-height: 1;
}

#productFormMultipleModal .quantity-field-multiple {
    background-color: transparent;
    color: #000000;
    border: 1px solid #CCC;
    border-radius: 0px;
    margin: 0 0px;
    padding: 0;
    height: 35px;
    width: 35px;
    font-size: 11px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
}

#productFormMultipleModal .qty_buttons_label {
    height: 50px;
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}

.style-select .btn-select:hover {
    cursor: pointer;
    color: #404040;
    border: 1px solid #8b8b8b;
    padding-left: 5px;
    background: url(image/PngItem_102317.png) no-repeat right 20px center #fff;
    padding-right: 35px;
}

.btn-select {
    background-size: 25px;
    background: url(image/PngItem_102317.png) no-repeat right 20px center #fff;
    padding-right: 35px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.basketmultiplebutt{
    margin-bottom: 3px;
}

.swatchpicker {
    padding-top: 15px;
    padding-bottom: 15px;
}

.addmultiplesBox {
    padding-top: 15px;
    padding-bottom: 15px;
}

.attrbute-list-size .radio, .attrbute-list-colour .radio {
    margin-bottom: 4px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.multipleArrKeywords {
    font-size: 12px;
    color: #606060;
}

.outline1 {
    width: 100%;
    content: "";
    display: block;
    height: 3px;
    transform: translateY(-50%) rotate(-45deg);background: #B81B36;
    left: 0;
    position: absolute;
    top: 50%;


}
.outline2 {
    width: 100%;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;

    transform: translateY(-50%) rotate(45deg);background: #B81B36;
}

.multItemsAddToBasket{
    text-align: center;
}

@media (min-width: 992px)
{
    .modal-lg-picker {
        width: 600px;
    }
}
