* {
    --accent: #ccdb38;
    --black: #363f46;
}

html,
body {
    height: 100%;
}

* {
    outline: 0;
}

a{
    text-decoration: none !important;
}

img
{
    max-width: 100%;
}

h1
{
    text-align: center;
}

.clear
{
    clear: both;
}

.nopadding
{
    padding: 0px !important;
}

.nomargin
{
    margin: 0px !important;
}

textarea
{
    resize: none;
}

.video-main-container {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 10px auto;
    display: block;
}

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.staticpages-content img, .news-content img
{
    margin: 5px 10px !important;
}

@media (max-width: 767px) {
    .staticpages-content img, .news-content img {
        margin: 10px auto !important;
        float: none !important;
        display: block !important;
    }
}
.products-header {
    padding: 7px; margin: 0 0 15px 0; background: #FCFCFC;
}
.breadcrumb { padding: 0; margin: 0; background: none;}
.breadcrumb li a, .breadcrumb li {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #020001;
}
.breadcrumb > li + li:before {
    content: "/";
    margin: 0 20px;
    font-size: 10px;
    color: #020001;
}
.breadcrumb li.active {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #020001;
}
@media (max-width: 576px) {
    .breadcrumb li a { white-space: pre-wrap; }
    .breadcrumb li a, .breadcrumb li.active { font-size: 10px; }
}

a {
    color: black;
}

.product-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.slick-slider {
    width: 100%;
}
@media (max-width: 1650px) {
    .slick-slider {
        width: calc(100% - 110px);
    }
}
.product-slider .slick-arrow {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    background: var(--accent);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent);
    cursor: pointer;
}
.product-slider .slick-arrow i { font-size: 16px; color: white; }
.product-slider .slick-arrow:hover { background: transparent; }
.product-slider .slick-arrow:hover i { color: var(--accent); }
@media (max-width: 576px) {
    .product-slider .slick-arrow { --size: 35px; }
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.pagination {
    align-items: center;
    justify-content: center;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #020001;
}
.pagination li.active a {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #020001;
}