.logo-row a {
    display: inline-block;
}

.logo-row img {
    height:35px;
    background: rgba(255, 255, 255, 0.9);
}

.products-row {
    max-height: 380px;
    overflow-y: auto;
    margin-left:-13px !important;
    justify-content: center;
}

.products-row::-webkit-scrollbar {
    width:10px;
}

.products-row::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.products-row::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
}

.tools-row {
    display: flex;
    justify-content: space-around;
}

.tools-row select {
    padding: 3px;
    border-radius: 5px;
    border-color: transparent;
}

.product-container {
    height:100%;
    margin-bottom:10px;
    background: rgba(255, 255, 255, 0.82);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    color:inherit !important;
    text-decoration: none !important;
}

.product-info {
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
}

.product-title {
    padding:0 10px;
    direction: ltr;
    flex-grow: 1;
    font-size:0.9em;
    text-align: left;
}

.product-price {

}

.product-image {
    background: white;
    margin-bottom:15px;
}

.product-image img {
    width:100%;
    height:160px;
    object-fit: contain;
}

.items-widget-container {
    padding:15px;
    height:100%;
    background: linear-gradient(to right, #191654, #43C6AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
