:root {
    --sim-primary: #226eac;
    --sim-secondary: #e5eef7;
    --sim-gray: #7e7e7e;
    --sim-darkgray: #3e3e3e;
    --sim-lightgray: #bebebe;
}

@media print {
    #temp-header-container,
    #temp-header-container * {
        display: none !important;
    }
}

body {
    margin-top: 100px;
}

#temp-header-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 990px 1fr;
    -ms-grid-columns: 1fr 990px 1fr;
    grid-template-rows: [row-header] 100px [row-categories] 48px;
    -ms-grid-rows: 100px 48px;
    grid-template-areas: ". header ." " . categories .";
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--sim-primary);
    z-index: 99;
}
div#header-categories #header_menu {
    z-index: -1;
}

#recommended_products .text_standard{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    border-top: 3px solid #E5E5E5;
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 8px;
}

.no-pointer {
    pointer-events: none;
}

#page-header, #page-header * {
    box-sizing: border-box;
    z-index: 1;
}

#header-categories {
    grid-area: categories;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    background-color: transparent;
    justify-self: stretch;
    align-self: start;
    height: 44px;
    z-index: 1;
    position: relative;
}

#page-header {
    grid-area: header;
    -ms-grid-column: 2; /* of temp-header-container */
    -ms-grid-row: 1; /* of temp-header-container */
    display: -ms-grid;
    display: grid;
    grid-template-columns: 216px 31px [col-bag-start] 2fr 1fr [col-profile-start col-burger-start] 2fr 20px 70px 70px 70px;
    -ms-grid-columns: /*1*/ 216px /*2*/ 31px /*3*/ 2fr /*4*/ 1fr /*5*/ 2fr /*6*/ 20px /*7*/ 70px /*8*/ 70px /*9*/ 70px;
    grid-template-rows: [row-top] 39px [row-mid] 36px [row-bottom] 25px;
    -ms-grid-rows: /*1*/ 39px /*2*/ 36px /*3*/ 25px;
    grid-template-areas:
        "header-logo . .				.               . 				. header-languages		    header-languages        header-languages"
        "header-logo . header-search 	header-search   header-search 	. header-burger-icon		header-profile-icon     header-bag-icon"
        "header-logo . . 			   	.               .				. header-burger-label		header-profile-label    header-bag-label";
    width: 100%;
    height: 100%;
    align-items:center;
    z-index: 99;
    background-color: var(--sim-primary);
    position: relative;
}

#page-header-background {
    grid-column: header-logo-start / header-bag-label-end;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-row: header-logo-start / header-bag-label-end;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
}
#header-logo-container {
    grid-area: header-logo;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-row-align: center;
    height: auto;
}
#header-search {
    grid-area: header-search;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
}
#header-search-results {
    grid-column-start: header-search-start;
    -ms-grid-column: 3;
    grid-column-end: header-search-end;
    -ms-grid-column-span: 2;
    grid-row-start: header-search-end;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
}

#header-languages {
    grid-area: header-languages;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
}

#header-profile-button,
#header-profile-highlight {
    grid-column-start: header-profile-icon-start;
    -ms-grid-column: 6;
    grid-column-end: header-profile-icon-end;
    grid-row-end: header-profile-label-end;
    -ms-grid-row-span: 2;
}
#header-profile-button {
    grid-row-start: header-profile-icon-start;
    -ms-grid-row: 1;
}
#header-profile-highlight {
    grid-row-start: header-profile-icon-start;
    -ms-grid-row: 2;
}
#header-profile-icon {
    grid-area: header-profile-icon;
    -ms-grid-column: 6;
    -ms-grid-row: 2;
}
#header-profile-label {
    grid-area: header-profile-label;
    -ms-grid-column: 6;
    -ms-grid-row: 3;
}
#header-profile-foldout {
    grid-column-start: col-profile-start;
    -ms-grid-column: 4;
    grid-column-end: header-profile-label-end;
    -ms-grid-column-span: 3;
    grid-row-start: header-profile-label-end;
    -ms-grid-row: 4;
}

#header-bag-button,
#header-bag-highlight {
    grid-column-start: header-bag-icon-start;
    -ms-grid-column: 7;
    grid-column-end: header-bag-icon-end;
    grid-row-end: header-bag-label-end;
    -ms-grid-row-span: 2;
}
#header-bag-button {
    grid-row-start: header-bag-icon-start;
    -ms-grid-row: 2;
}
#header-bag-highlight {
    grid-row-start: header-bag-icon-start;
    -ms-grid-row: 2;
}
#header-bag-icon {
    grid-area: header-bag-icon;
    -ms-grid-column: 7;
    -ms-grid-row: 2;
}
#header-bag-label {
    grid-area: header-bag-label;
    -ms-grid-column: 7;
    -ms-grid-row: 3;
}
#header-bag-foldout {
    grid-column-start: col-bag-start;
    -ms-grid-column: 3;
    grid-column-end: header-bag-label-end;
    -ms-grid-column-span: 5;
    grid-row-start: header-bag-label-end;
    -ms-grid-row: 4;
}
#header-bag-bubble {
    grid-area: header-bag-icon;
    -ms-grid-column: 7;
    -ms-grid-row: 2;
    justify-self: right;
    -ms-grid-column-align: end;
    align-self: start;
    -ms-grid-row-align: start;
}

#header-burger-button,
#header-burger-highlight {
    grid-column-start: header-burger-icon-start;
    -ms-grid-column: 8;
    grid-column-end: header-burger-icon-end;
    grid-row-end: header-burger-label-end;
    -ms-grid-row-span: 2;
}
#header-burger-button {
    grid-row-start: header-burger-icon-start;
    -ms-grid-row: 2;
}
#header-burger-highlight {
    grid-row-start: header-burger-icon-start;
    -ms-grid-row: 2;
}
#header-burger-icon {
    grid-area: header-burger-icon;
    -ms-grid-column: 8;
    -ms-grid-row: 2;
}
#header-burger-label {
    grid-area: header-burger-label;
    -ms-grid-column: 8;
    -ms-grid-row: 3;
}
#header-burger-foldout {
    grid-column-start: col-burger-start;
    -ms-grid-column: 5;
    grid-column-end: header-burger-icon-end;
    -ms-grid-column-span: 4;
    grid-row-start: header-burger-label-end;
    -ms-grid-row: 4;
}

#header-languages-foldout {
    grid-column: header-languages;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-row-start: 1;
    grid-row-end: language-foldout-end;
    -ms-grid-row-start: 1;
    -ms-grid-row-span: 5;
}

#header-burger-icon {
    height: 28px;
    width: 25px;
    align-self: end;
}

.header-button-highlight,
.header-button-label,
.header-button-icon {
    pointer-events: none;
}

.header-button,
.header-button-highlight {
    background-color: transparent;
    justify-self: stretch;
    align-self: stretch;
    border:0;
    margin:0;
    padding:0;
}
.header-button-highlight:not(.active) {
    background-color: transparent;
}
.header-button-highlight.active {
    background-color: white;
    color: var(--sim-primary);
    border-right: 1px solid var(--sim-primary);
}
.header-button-icon {
    align-self: center;
    justify-self: center;
    height: 92%;
    width: 100%;
}
.header-button-icon.active {
    fill: var(--sim-primary);
    stroke: var(--sim-primary);
    stroke-width: 1.1px;
}
.header-button-icon:not(.active) {
    fill: white;
    stroke:white;
    stroke-width: 0.5px;
}
.header-button-label {
    align-self: center;
    justify-self: center;
    -ms-grid-column-align: center;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 13px;
    background-color: transparent;
    display: block;
}
.header-button-label:not(.active) {
    color: transparent;
}
.header-button-label.active {
    color: var(--sim-primary);
}

.grid-foldout {
    justify-self: stretch;
    align-self: start;
    justify-items: start;
    position: relative;
    background-color: white;
    z-index: 3;
}
.grid-foldout:not(.active) {
    display: none;
}
.grid-foldout.active {
    display: block;
}

#header-logo {
    height: 70px;
}
#header-logo-container a {
    display: block;
}

#header-search {
    color: var(--sim-primary);
    font-family: Roboto, sans-serif;

}

#header-search-results {
    justify-content: left;
    background: white;
}



#header-search-input {
    width: 100%;
    border: 0;
    padding: 6px;
    padding-left: 6px;
    font: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}
#header-button-search {
    width: 60px;
    border: 0;
    display: block;
    padding: 7px;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFF7F7;
}

#header-search-input {
    color: inherit;
    font: inherit;
}
#header-search-input::placeholder {
    font: inherit;
}

#header-search-input,
#header-button-search,
#icon-search {
    height: 100%;
}
#header-search {
    height: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid var(--sim-primary);
    border-bottom: none;
}
#icon-search {
    height: 80%;
    margin-top: 2px;
    margin-left: 6px;
}

#header-bag-bubble {
    position: absolute;
    top: -3px;
    right: 4px;
    background-color: #FC0301;
    border-radius: 12px;
    padding: 4px 8px 6px 7px;
    line-height: 1em;
    color: white;
    font-weight: bold;
    font-family: Signika, sans-serif;
    text-align: center;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    transition: 300ms ease-in-out;
    transition-property: height, width, font-size, box-shadow;
    pointer-events: none;
}
#header-bag-bubble:empty {
    display: none;
}
#header-bag-bubble:not(:empty) {
    display: flex;
}
#header-bag-bubble.active {
    border-top: 1px solid white;
    background-color: var(--sim-primary);
}
#header-bag-bubble.pop {
    height: 53px;
    width: 62px;
    font-size: 24px;
    border-radius: 4px;
    background-color: tomato;
    box-shadow: 0 0 12px goldenrod;
}

#header-languages {
    justify-self: stretch;
    align-self: stretch;
    overflow: hidden;
    justify-content: end;
    color: #89aac6;
    fill: var(--sim-lightgray);
    font-size: 17px;
    transition-property: color, fill;
    transition-duration: 250ms;
    cursor: pointer;
    align-items: flex-end;
    margin-bottom: 8px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding-right: 22px;
    padding-left: 10px;
    font-weight: 200;
    font-family: Roboto, sans-serif;
    z-index: 0;
}
#header-languages.active {
    color: var(--sim-primary);
    font-size: 14px;
    font-weight: normal;
    fill: var(--sim-primary);
    z-index: 10;
    text-transform: uppercase;
}
#header-languages.active label {
    color: var(--sim-primary);
    text-align: left;
    padding-left: 10px;
}
#header-languages:not(.active):hover {
    color: lemonchiffon;
    fill: white;
}
#header-languages-foldout .header-menu-body {
    margin-top: 1.5em;
}
#header-languages-foldout ul {
    margin-top: 0;
}

#header-globe-icon {
    grid-area: icon;
    height: 100%;
    width: 21px;
    stroke: none;
    fill: inherit;
    pointer-events: none;
    justify-self: end;
}

#header-languages label {
    grid-area: label;
    padding-bottom: 4px;
    pointer-events: none;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}
#languages-menu li {
    color: var(--sim-gray);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px 20px;
    margin: 1em;
}
#languages-menu li a {
    color: var(--sim-gray);
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
}
.header-language-label {
    padding-left: 1em;
}
.current-language .header-language-label {
    font-weight: bold;
}

.header-language-icon {
    height: 20px;
    width: 29px;
}
.header-language-icon {
    border: 1px solid lightgray;
}

#header-languages-foldout {
    z-index: 5;
    justify-self: stretch;
    align-self: stretch;
    position: relative;
    background-color: white;
}

#live_search {
    overflow: auto;
    overflow-scrolling: auto;
    max-height: calc(100vh - 95px); /* this ensures the search result box will become scrollable if it grows too long on low viewport heights. */
}

#live_search a {
    padding: 6px;
    display: block;
}

.foldout-content-frame::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid rgba(34, 110, 172, 0.56); /* #226eac90 , but IE can't use this notation */
    border-top: none;
}

.foldout-content-frame {
    border: 1px solid var(--sim-primary);
    border-top: none;
}

#header-categories>#header_menu {
    transition: top 0.3s;
    background-color: white;
    margin-top: 0;
    padding-top: 12px;
}

#header_menu.hide-categories-bar {
    top: -50px;
}
#header_menu:not(.hide-categories-bar) {
    top: 0px;
}
.header_menu_item.with-separator {
    margin-top: 7px;
    padding-top: 1ex;
    padding-bottom: 1ex;
    margin-bottom: 8px;
    border-top: 1px solid var(--sim-lightgray);
    border-bottom: 1px solid var(--sim-lightgray);
}
.header_menu_item:last-child.with-separator {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0.5ex;
}
.header_menu_item:first-child.with-separator {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.hide-categories-bar:hover ul {
    display: none !important;
}

#header_menu a {
    font-size: 18px;
    color: var(--sim-gray);
    text-decoration: none;
    text-transform: uppercase;
}
#header_menu > li:hover > a:not(.category_active) {
    color: var(--sim-darkgray);
}
#header_menu > li > ul a:hover:not(.category_active) {
    color: var(--sim-darkgray);
}
#header_menu a.category_active {
    color: var(--sim-primary);
    font-weight: bold;
}
.header_menu_spacer {
    color: var(--sim-gray);
    text-decoration: none;
    text-transform: uppercase;
}
#header_menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    margin-top: 12px;
    border-bottom: none;
    font-family: Signika;
    font-weight: normal;
    clear: both;
    width: 990px;
    position: relative;
    height: 32px;
    z-index: 90;
    display: flex;
    flex-direction: row;
}

#header_menu>li {
    float: left;
    height: 32px;
    flex-grow: 1;
}

#header_menu>li>a {
    display: inline-block;
    width: 100%;
    border-left: 2px solid lightgrey;
    text-align: center;
    line-height: 1em;
    height: 1em;
    font-size: 16px;
}
#header_menu>li:first-child>a {
    border-left-color: transparent;
}

#header_menu>li>ul {
    border: 1px solid lightgrey;
    border-top-color: #FFFFFF;
    position:absolute;
    padding: 8px;
    margin-top: 11px;
}

#header-categories>#header_menu {
    transition: top 0.3s;
    background-color: white;
    margin-top: 0;
    padding-top: 10px;
}

#header_menu ul {
    list-style-type: none;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#page-header-background {
    background-color: inherit;
    z-index: 0;
    height: 100%;
    width: 100%;
}


#bag-menu {
    width: 100%;
}

ul#bag-menu-list {
    list-style-type: none;
    column-count: 2;
    column-gap: 27px;
    padding: 0;
    margin-bottom: 4px;
    margin-top: 10px;
}

#bag-menu-list li {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    width: 100%;
    break-inside: avoid;
    height: calc(99px + 1em);
}
.bag-list-item {
    width: 50%;
    height: 99px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: /*1*/ 80px /*2*/ 1fr;
    -ms-grid-columns: /*1*/ 80px /*2*/ 1fr;
    grid-template-rows: /*1*/minmax(1em, min-content) minmax(1em, min-content) 1fr 2.5em 1em;
    -ms-grid-rows: /*1*/ minmax(1em, min-content) /*2*/ minmax(1em, min-content) /*3*/ 1fr /*4*/ 2.5em;
    grid-template-areas: "image title" "image manufacturer" "image ." "image price";
    box-sizing: border-box;
}
.bag-list-item>* {
    display:block;
}

.bag-list-item .bag-item-image {
    grid-area: image;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
}
.bag-list-item img {
    max-height: 98px;
    width: 70px;
}

.bag-list-item .bag-item-title {
    grid-area: title;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.bag-list-item .bag-manufacturer-name {
    grid-area: manufacturer;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    font-weight: bold;
}

.bag-list-item .bag-item-price {
    grid-area: price;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
    justify-self: right;
    -ms-grid-column-align: end;
    align-self: end;
    -ms-grid-row-align: end;
}

.bag-list-foot {
    text-align: right;
    border-top: 1px solid lightgray;
    padding-top: 1em;
    margin-top: 0;
}

#bag-menu .header-menu-foot {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 10px;
}

.btn-header {
    background: transparent;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    line-height: 1em;
    cursor: pointer;
    transform: translateY(-2px);
    padding-bottom: 7px;
    border-left: 1px solid var(--sim-primary);
}

.btn-header.active {
    background-color: white;
    color: var(--sim-primary);
}

#header_user_menu ul {
    margin: 0px;
    padding: 0px;
}

#header_user_menu ul li.header_user_menu_item {
    list-style-type: none;
    float: left;
    position: relative;
}

#header_user_menu ul > li.header_user_menu_item ~ li.header_user_menu_item:before {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
    color: #FFFFFF;
    font-family: Signika;
    font-weight: normal;
    font-size: 13px;
}

#header-user-menu-container_account:hover:not(.active) .btn-header {
    background-color: white;
    color: var(--sim-primary);
}

#header-user-menu-container_account:hover:not(.active) #account-menu {
    display: block;
}

.header-menu-container {
    position: relative;
    padding: 10px;
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#header-search-results .header-menu-container {
    max-height: calc(100vh - 95px);
}

.header-menu-container ul,
.header-menu-container li {
    list-style-type: none;
}

.header-menu-container#account-menu a {
    color: black;
}

.header-menu-head-heading {
    margin: 0;
    font-size: 22px;
    font-family: Signika;
    font-weight: bold;
}

.header-menu-head-subheading {
    font-size: 15px;
    font-family: Roboto;
    font-weight: normal;
    color: silver;
}

.header-menu-head,
.header-menu-body,
.header-menu-foot {
    box-sizing: border-box;
}

.header-menu-head:not(:last-child) {
    border-bottom: 1px solid silver;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

.header-menu-foot:not(:first-child) {
    border-top: 1px solid silver;
    padding-top: 10px;
    margin-top: 7px;
}

.header-menu-body {
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
}

ul#account-menu-list {
    list-style-type: none;
    column-count: 2;
    column-gap: 27px;
    column-rule: 1px solid silver;
    column-width: 97px;
    margin-top: 7px;
    padding: 0;
}

#account-menu-list li > a {
    padding: 4px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
}

#account-menu input  {
    padding: 5px;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.button-header-form {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    background-color: var(--sim-primary);
    border: 0px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    color: white !important;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    min-height: 5ex;
}

#header-login-form input {
    padding: 3px;
    width: 100%;
    margin: 3px 0;
    font-size: 15px;
}


.footer {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 30px;
    -ms-grid-columns: 1fr 1fr 1fr 30px;
}

#footer-column-1 {
    grid-column: 1;
    -ms-grid-column: 1;
    width: 100%;
}
#footer-column-2 {
    grid-column: 2;
    -ms-grid-column: 2;
    width: 100%;
}
#footer-column-3 {
    grid-column: 3;
    -ms-grid-column: 3;
    width: 100%;
}

#footer-column-social {
    grid-column: 4;
    -ms-grid-column: 4;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.spacer-menu-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.foldout li.add-gutter {
    margin-top: 1em;
}

.foldout ul {
    padding-left: 0;
}

#header-button-checkout {
    background-color: #EF7C1E;
}

button.active .visible-when-inactive {
    display: none;
}

button:not(.active) .visible-when-active {
    display: none;
}

.header-language-item.current-language {
    font-weight: bold;
}

.new_product{
    width: 301px;
}

.new_product_text_wrap{
    width: 180px;
}

#main_content{
    overflow: hidden;
    border-right: 1px solid var(--sim-lightgray);
    width: 731px;
    border-left: 1px solid var(--sim-lightgray);
    display: table-cell;
    vertical-align: top;
    position: relative;
}

#column_right {
    width: 257px;
    border-left: none;
    display: table-cell;
    vertical-align: top;
}

.main_bestsellers{
    float: left;
    width: 25%;
    height: 55px;
    background: var(--sim-secondary);
}

.main_bestsellers .bullet{
    padding: 5px;
    border-left: 1px solid lightgray;
    height: 40px;
}

.bestsellers_href{
    font-size: 14px;
}

.bestsellers_href a{
    color: var(--sim-darkgray);
}

.main_box_heading{
    color: var(--sim-primary);
    font-size: 20px;
    padding-right: 10px;
}

#main_bestselling_tabs{
    text-align: center;
    background: var(--sim-secondary);
    padding-bottom: 5px;
}

#main_bestselling_tabs .box_heading.bestseller{
    background-image: none;
}

.tabSelector{
    color: var(--sim-primary);
    font-weight: bold;
    text-transform: uppercase;
}

.mainTabActive{
    color: var(--sim-darkgray);
}

.tab_seperator{
    color: var(--sim-primary);
    font-weight: bold;
    padding-left: 3px;
    padding-right: 0px;
}

.loader_wrap{
    position: fixed;
    bottom: 50%;
    left: 47%;
    z-index: 100;
    background: #fff;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 7px;
}

.loader {
    border: 16px solid var(--sim-lightgray);
    border-top: 16px solid var(--sim-primary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mainpage_top_categories{
    border-right: 1px solid var(--sim-lightgray);
}

#products_new{
    border-right: 1px solid var(--sim-lightgray);
}

.slides > li{
    height: 250px;
}

.products_manufactuerer{
    font-size: 12px;
    font-style: italic;
}

#main_bestsellers{
    border-right: 1px solid var(--sim-lightgray);
}

.developer_wrap{
    height: 148px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--sim-lightgray);
}

.developer_wrap img{
    max-height: 130px;
}

.bestselling_counter{
    height: 148px;
    padding-top: 19px;
    padding-bottom: 10px;
    margin-left: 8px;
    text-align: center;
    border-bottom: 1px solid var(--sim-lightgray);
    float:left;
    width: 87px;
}

.bestselling_column_header{
    margin-top: 10px;
    font-size: 20px;
    padding-left: 60px;
    max-height: 25px;
    text-transform: uppercase;
    color: var(--sim-primary);
}

.bestselling_counter_inner{
    margin-top: 50px;
    display: block;
    font-size: 25px;
}

.product_bestseller{
    width: 370px;
    float: left;
    margin-right: 9px;
    height: 148px;
    border-bottom: 1px solid var(--sim-lightgray);
    padding-top: 19px;
    margin-left: 8px;
    padding-left: 11px;
    padding-bottom: 10px;
}

.product_bestseller_image_wrap {
    float: left;
}

.product_bestseller_image{
    height: 148px;
    width: 100px;
    background-color: var(--sim-lightgray);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product_bestseller_image img{
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    max-height: 140px;
    max-width: 100px;
}

.product_bestseller_text_wrap {
    width: 180px;
    height: 148px;
    margin-left: 10px;
    position: relative;
    float: left;
}

.product_bestseller_name{
    font-family: Signika;
    font-size: 16px;
    font-weight: normal;
    color: var(--sim-darkgray);
    line-height: 14px;
}

.product_bestseller_name a {
    color: #000000;
}

.product_bestseller_price {
    float: left;
    font-family: Signika;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    position: absolute;
    bottom: 0px;
    line-height: 14px;
    width: 100%;
}

.bestseller_dev_col{
    width: 220px;
    float: left;
}

.pos_wrap{
    float: left;
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

.bestseller_product_col{
    width: 380px;
    float: left;
}

.bestselling_prod_column_header{
    margin-top: 10px;
    font-size: 20px;
    padding-left: 78px;
    max-height: 25px;
    text-transform: uppercase;
    color: var(--sim-primary);
}

.developer_bestseller{
    padding-top: 19px;
}

.bestsellers_title{
    font-size: 25px;
    text-align: center;
    color: var(--sim-primary);
    padding-top: 10px;
}

/* begin newsletter signup banner */

#newsletter-signup-banner input[type=text] {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    padding: 4px 8px 4px 8px;
    margin-left: 1ex;
}

#newsletter-signup-banner .button {
    padding: 4px 16px 3px 16px;
    margin-left: 1.2ex;
    transform: translateY(1px);
}

#newsletter-signup-banner {
    width: 100%;
    background-color: var(--sim-secondary);
    border-top: 6px solid var(--sim-primary);
    padding: 1ex 0;
    display: flex;
    justify-content: center;
    min-width: 989px;
    position: fixed;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}

#newsletter-signup-banner.hide {
    opacity: 0;
    pointer-events: none;
}

#newsletter-signup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* end newsletter signup banner */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.mainpage-top-social-item {
    display: block;
    height: 34px;
    width: 34px;
}

#simmarket-social-buttons {
    display: flex;
    flex-flow: row;
    column-gap: 17px;
    padding-left: 0;
    width: 257px;
    justify-content: center;
    align-items: center;
    height: 51px;
}

.validation-email-link-address {
    font-weight: bold;
}

.media_container{
    height: 500px;
}

.media_container #slider,
.media_container #slider ul,
.media_container #slider ul li{
    height: 412px;
}

.media_container .sliderNavigation{
    height: 25px;
    position: relative;
    width: 100%;
}

.products_manufacturer{
    font-size: 14px;
    font-style: italic;
}

product_reviews_info{
       background-image: url(../images/icons/expand.png);
}


/*** REVIEWS ***/
#products_customer_reviews {
    margin-top: 10px;
}

#products_customer_reviews .loader {
    display: none;
    border: 5px solid var(--sim-lightgray);
    border-top: 5px solid var(--sim-primary);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 15px 0;
    left: 50%;
    animation: spin 1s linear infinite;
    position: relative;
    clear: both;
}


#products_customer_reviews .review_loader {
    border: 5px solid var(--sim-lightgray);
    border-top: 5px solid var(--sim-primary);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 15px 0;
    animation: spin 1s linear infinite;

    position: absolute;
    left: 60%;
    top: 40%
}

#products_customer_reviews .product_review a {
    position: relative;
    top: -30px;
}


/*** REVIEWS RATING FILTER ***/
#ratingFilter {
    float: left;
    width: 65%;
    margin-top: 0px;
    margin-left: 50px;
}

#ratingFilter .rating_bar:first-of-type {
    margin-top: 20px;
}



#ratingFilter .rating_bar {
    clear: both;
    float: left;
    margin: 0 10px;
    padding: 8px;
}

#ratingFilter .rating_bar:hover {
    background-color: #f4f4f4;
    color: #226EAC;
    font-weight: bold;
    cursor: pointer;
}

#ratingFilter .rating_bar.active {
    font-weight: bold;
}


#ratingFilter .percentage_bar {
    float: left;
    margin-left: 30px;
    background: #e7e7e7;
    border-radius: 2px;
    height: 18px;
    width: 245px;
    padding: 2px;
}

#ratingFilter .rating_bar:hover > .percentage_bar {
    border: 1px solid #226eac;
}

#ratingFilter .rating_bar.active > .percentage_bar {
    border: 1px solid #226eac;
}

#ratingFilter .percentage_bar_inner {
    content: '';
    display: block;
    background: #226eac;
    height: 100%;
    width: 40%;
    border-radius: 2px;
}


#ratingFilter .rating_bar > .rating_star_white,
#ratingFilter .rating_bar > .rating_star {
    opacity: 0.7;
    margin-top: 2px;
}

#ratingFilter .rating_bar:hover > .rating_star_white,
#ratingFilter .rating_bar:hover > .rating_star {
    opacity: 1;
}

#ratingFilter .rating_bar.active > .rating_star_white,
#ratingFilter .rating_bar.active > .rating_star {
    opacity: 1;
}


#ratingFilter .rating_bar span {
    margin-left: 15px;
    margin-right: 20px;
}


#more_reviews {
    background-image: url(../images/icons/expand.png);
    margin-left: 45%;
    margin-top: 8px;
    padding-left: 15px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
}

/*** REVIEWS LANGUAGE FILTER ***/
#languageFilter {
    width: 28%;
    margin-bottom: 10px;
    float: left;
}

#languageFilter ul {
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    list-style-type: none;
    flaot: left;
}


#languageFilter ul li {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid lightgrey;
}

#languageFilter ul li:last-child,
#languageFilter ul li:first-child {
    border-left: none;
}

#languageFilter ul li:hover {
    background: #e7e7e7;
    color: darkgray;
    cursor: pointer;
}

#languageFilter ul li.active {
    background: lightgray;
    font-weight: 600;
}

#languageFilter ul li span {
    float: left;
    margin-left: 20%;
    line-height: 1em;
    font-size: 14px;
}

#languageFilter ul li img {
    float: left;
}

.slider-image-fit__thumbnail {
    width: 143px;
    height: 85px;
    object-fit: contain;
}

.slider-image-fit__main {
    width: 731px;
    height: 412px;
    object-fit: contain;
}