:root {
    --color-primary: #0076a8;
    --bg-primary: #0076a8;
    --bg-primary-hover: #3199b3;
    --bg-secondary: #f4f6f8;
    --bg-secondary-hover: #c5c8c9;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/material-icons.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material-icons.woff2) format("woff2"), url(../fonts/material-icons.woff) format("woff"), url(../fonts/material-icons.ttf) format("truetype")
}
@font-face {
    font-family: 'Ringside Narrow';
    src: url('../fonts/RingsideNarrow-BookItalic.woff2') format('woff2'),
    url('../fonts/RingsideNarrow-BookItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ringside Narrow';
    src: url('../fonts/RingsideNarrow-Book.woff2') format('woff2'),
    url('../fonts/RingsideNarrow-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Narrow';
    src: url('../fonts/RingsideNarrow-Bold.woff2') format('woff2'),
    url('../fonts/RingsideNarrow-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Narrow';
    src: url('../fonts/RingsideNarrow-Ultra.woff2') format('woff2'),
    url('../fonts/RingsideNarrow-Ultra.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Ringside Narrow", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
    color: #232323;
    direction: ltr;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.material-icons{
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.form-control-select {
    height: 2.625rem;
    padding: 0 0.5rem;
    background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right
    0.5rem center/1.25rem 1.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
.btn-primary{
    background: var(--bg-primary);
    color: white;
    font-size: 14px;
    line-height: 35px;
    width: 208px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
}
.btn-primary:hover{
    background: var(--bg-primary-hover);
    color: white
}
.btn-primary.witheffect:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-primary.witheffect:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00648e;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.btn-primary.witheffect span{
    position: relative;
    
}
.btn-secondary {
    background: var(--bg-secondary);
    color: black;
}
.btn-secondary:hover {
    background: var(--bg-secondary-hover);
    color: black;
}
a.active {
 color: var(--color-primary)
}
.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: var(--bg-primary);
}
.bg-primary {
    background: var(--bg-primary);
}
.bg-secondary {
    background: var(--bg-secondary);
}
.color-primary {
    color: var(--color-primary)
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.displayBlock{
    display: block;
}

.fullwidth {
    margin-left: calc((-50vw) + 50%);
    width: 100vw;
}
i.miniarrow {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px!important;
}
i.miniarrow:before {
    content: "";
    background: url(../../img/mini-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.displayFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

p {
    color: black;
    font-weight: 100;
}