﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* AlgCommerce General Styles
-------------------------------------------------- */
.addres-billing-address-wrapper{display:none;}

.select-container .select-item{cursor:pointer;}
.select-container .select-item:hover,
.select-container .select-item.active{border-color:#000; box-shadow:0px 2px 3px rgba(0,0,0,0.2)}

.user-logged-in,
.user-logged-out {display:none;}

.installement-options-container{display:none}

.payment-form .bank-image-container{display:none;}
.payment-form .bank-image-container img  {max-height: 30px;max-width:95px;}

.continue-shopping-without-login{display:none}

.pagination-container{display:none;}

.alg-autocomplete-list {
    font-family: inherit;
    font-weight: 400;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alg-autocomplete-list .ac-value{
    float:right;
}
