html, body {
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    /* background: #ECF0F3; */
}

body {
	font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    display: flex;
    flex-direction: column;
}

.hero.welcome.is-info {
    background: #36D1DC;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    background: linear-gradient(to right, #5B86E5, #36D1DC);
}

.info-tiles .subtitle {
    font-weight: 300;
    color: #8F99A3;
}

.dropdown {
	width: 100%;
}

.dropdown-trigger {
	width: 100%;
}

.dropdown-trigger button {
	width: 100%;
}

.dropdown-content {
	max-height: 20em;
	overflow: auto;
}

.dropdown-item {
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #f5f5f5;
}

.product-meta {
    font-size: 12px;
    line-height: 22px;
    clear: left;
    text-align: left;
}

.is-small-border {
    border-radius: 0.25rem;
}

.quantity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    /* margin: 0 23px 0 0; */
    margin: 0;
}

.quantity-wrapper .quantity {
    width: 45px;
    height: 50px;
    border: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    outline: none;
    margin-bottom: 0;
    font-size: 16px;
    background: transparent;
    padding: 7px 8px;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.quantity-wrapper .minus-btn,
.quantity-wrapper .plus-btn {
	color: #CC231E;
}

.quantity-wrapper .quantity:active,
.quantity-wrapper .quantity:focus {
	box-shadow: none;
}

.quantity-wrapper .quantity::-webkit-inner-spin-button,
.quantity-wrapper .quantity::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0; 
}

label .required {
    color: #f14668;
}

.menu-list a.is-active {
	background-color: #004967;
}

.image.is-1by1 img,
.image.is-square img {
    object-fit: cover;
}

.products .image.is-1by1 img {
    object-fit: contain;
    border-radius: 4px;
}

table .image img {
    height: 100%;
}

#content {
    margin-top: 1.5rem;
}

footer {
    padding: 15px 0;
    text-align: center;
    background: #004967;
    min-height: 104px;
    color: #f9f9f9;
    margin-top: auto;
}

footer p {
    font-size: .7rem;
}

/* Custom colors */

.button.is-primary {
    background-color: #0093d0;
}

.button.is-primary:hover {
    background-color: #004967;
}

.button.is-orange {
    background-color: #ED7D3A;
    border-color: transparent;
    color: #fff;
}

.button.is-green {
    background-color: #8CD867;
    border-color: transparent;
    color: #fff;
}

.button.is-wine {
    background-color: #8CD867;
    border-color: transparent;
    color: #fff;
}

.button.is-ebony {
    background-color: #60695C;
    border-color: transparent;
    color: #fff;
}

.button.is-purple {
    background-color: #5C164E;
    border-color: transparent;
    color: #fff;
}

.button.is-yellow {
    background-color: #F1D302;
    border-color: transparent;
    color: #fff;
}

.button.is-red {
    background-color: #CC231E;
    border-color: transparent;
    color: #fff;
}

.has-background-red {
    background-color: #CC231E !important;
    color: #fff !important;
}

#search-wrapper .icon {
    color: #1a1a1a;
}

.ms-signin-button {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #5E5E5E;
    border: 1px solid #8C8C8C;
    padding: 8.25px 12px;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 214px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0 auto;
}

.ms-signin-button:hover {
    background-color: #f3f3f3;
    border-color: #c0c0c0;
}

.ms-signin-logo {
    height: 21;
    margin-right: 12px;
}

.ms-signin-text {
    font-weight: 600;
}

/*  */

@media screen and (max-width: 768px){
    #content {
        margin-top: 5rem;
    }
}