.btn-primary, .btn-default, .product-flags li.product-flag, .btn-comment, #header .header-nav .cart-preview.active{
    background-color: #5093fd !important;
    color: white !important;
}

.btn-primary:hover, .btn-default:hover, .btn-comment:hover, #header .header-nav .cart-preview.active:hover{
    background-color: #6eb9ff !important;
    color: white !important;
}

a{
    color: #6eb9ff;
}

a.text-primary{
    color: #6eb9ff !important;
}

a:hover, a.text-primary:hover{
    color: #5093fd !important;
    text-decoration: underline;
}

input:focus{
    border-color: #5093fd !important;
}

.form-control:focus{
    outline: .1875rem solid #5093fd !important; 
}

.select-list:hover{
    color: #5093fd !important;
    text-decoration: underline !important;
    background: none !important;
}

.pagination .current a{
    color: #5093fd;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover{
    color: #6eb9ff !important;
}

.current-price-value{
    color: #6eb9ff !important;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover, #product-modal .modal-content .modal-body .product-images img:hover{
    border: #6eb9ff 3px solid !important;
}

#blockcart-modal .product-name{
    color: #6eb9ff !important; 
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i, .dropdown .expand-more, .page-my-account #content .links a i, .search-widget form button[type=submit] .search, .top-menu .sub-menu a{
    color:  #6eb9ff !important; 
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color: #5093fd !important; 
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
    text-transform: none;
}

.product-quantity #quantity_wanted_basic_unit
{width: 5rem; height:2.75rem;padding:.175rem .5rem;color:#232323;background-color:#fff}


.price-list-pdf{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.child-price-list-pdf{
    margin: 5px;
    text-align: center;
}
.child-price-list-pdf img{
    margin: 10px;
}

.bootstrap-touchspin{
    display: flex !important;
}

.add-overflow-x{
    overflow-x: auto;
}

.description-image{
    width: 100%;
    height: auto;
}

.thumbnail-container{
    height: 365px !important;
}

.my-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}

.my-box{
    box-sizing: border-box;
    border: 2px solid #f6f6f6;
    padding: 10px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: -1px -1px -1px -1px;
}

.price-in-cart{
    color: #6eb9ff;
}

li.cart-item{
    background-color: #fff;
    margin: 10px 0;
}

.product-quantity div.qty{
    flex-direction: column;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

div.product-quantity.clearfix{
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1200px){
    div.product-quantity.clearfix{
        flex-direction: column;
        align-items: flex-start;
    }
}

button.wishlist-button-add.wishlist-button-product{
    position: absolute !important;
    top: 35px !important;
    right: 5px !important;
}

.cart-item{
    border-bottom: 3px solid #f6f6f6;
}

.files-page a{
    white-space: normal;
}