/* ---------- Bootstrap defaults ---------- */

@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  src: url('fonts/InterVariable.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'InterVariable';
  font-style: italic;
  font-weight: 100 900;
  src: url('fonts/InterVariable-Italic.woff2') format('woff2');
  font-display: swap;
}

body {
    font-family: 'InterVariable', sans-serif;
    -ms-overflow-style: scrollbar;
    background-position: -9000px -9000px;
    background-repeat: no-repeat;
    background-position: 50% 245px;
}

input.form-control, textarea.form-control {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
}

h1 {
    font-size: 22px;
}

.label-warning {
    background-color: #E67300;
}

.label-danger {
    background-color: #D4403A;
}
.fakeH2, .fakeH3, .fakeH4 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fakeH4 {
    line-height: 1.35;
    font-size: 18px;
    margin-top: 10px;
}

h1, h2, h3, .fakeH2, .fakeH3 {
    font-weight: bold;
}

h2, .fakeH2, h3, .fakeH3 {
    font-size: 20px;
}

.product-name h3, .product-name h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}

.navbar-brand {
    padding: 0px;
    height: auto;
}

.navbar-brand > img {
    height: 40px;
    width: auto;
    margin-top: 4px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    border-color: #666;
    margin-right: 0px;
    margin-left: 7px;
    font-size: 15px;
    padding: 5px 8px;
}

a.navbar-toggle {
    color: #333;
}

.navbar-toggle:hover > span {
    color: #ED4E24;
}

.navbar-toggle.collapsed {
    background-color: transparent;
}

.carousel-inner > .item > a > img {
    margin: 0 auto;
}

#product-carousel .carousel-control.left, .carousel-control.right {
    background: none;
}

#product-carousel .carousel-indicators {
    bottom: 0px;
    width: initial;
    left: 0;
    right: 0;
    margin: auto;
}

#product-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(225, 225, 225, 0.3);
    border-color: rgba(255, 255, 255, 0.66);
}

#product-carousel .carousel-indicators .active {
    background-color: #51bf24;
    border: 1px solid #51bf24;
    width: 13px;
    height: 13px;
}

.btn-success {
    background-color: #f26522;
    border-color: #f26522;
    color: #fff;
}

.btn-success:focus {
    background-color: #e75d1b;
    border-color: #d80e2f;
}

.btn-success:hover,
.btn-success:active {
    background-color: #d80e2f;
    border-color: #d80e2f;
}

.btn-primary {
    background-color: #49A749;
    border-color: #4cae4c
}

.btn-primary:focus {
    background-color: #449d44;
    border-color: #255625;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #449d44;
    border-color: #398439;
}

.btn-default {
    color: #fff;
    background-color: #4c5b83;
    border-color: #4c546b;
}

.btn-default:hover {
    color: #fff;
    background-color: #35446c;
    border-color: #2c3859;
}

.btn-default.disabled:hover {
    background-color: #35446c;
}

.progress {
    margin-bottom: 0%;
}

.progress-bar-primary {
    background-color: #f26522;
}

.text-light {
    color: #777;
}

hr {
    border-top-color: #888;
}

.nav > li > a {
    padding: 7px 15px;
}

.tooltip.in {
    opacity: 1;
}
.tooltip-inner {
    max-width: 320px;
    text-align: left;
    background-color: #3B414D;
    padding: 8px 16px;
    border-radius: 0px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #3B414D;
}

/* ---------- Site CSS  ---------- */

#main-container {
    position: relative;
}

#wallpaper-ad {
    position: absolute; 
    left: -250px; 
    display: none;
}

#wallpaper-ad > img {
    max-width: 250px;
    height: auto;
}

textarea {
    min-height: 100px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}

.inline-block {
    display: inline-block;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

header.navbar {
    border-top: 1px solid #c5c6c8;
    background: linear-gradient(to bottom, #d9dcdd 0%,#f8f9f9 100%);
    margin-bottom: 0px;
}

#header-top-section {
    font-size: 12px;
}

#header-top-section li {
    border-right: 1px solid #c5c6c8;
    margin-bottom: 2px;
}

#header-top-section li:last-child {
    border-right: 1px solid transparent;
}

#header-top-section a, #mobile-information-menu a {
    color: #2c3e50;
}

#mobile-information-menu {
    padding: 0px 15px;
}

#header-top-section a {
    padding: 0px 10px;
    margin-left: 0px;
}

#header-placeholder {
    display: none;
}

#header-placeholder.fixed {
    display: block;
}

#header-main-section {
    transition: 0.3s;
    position: initial;
    top: -60px;
}

#header-main-section.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

#header-menu-section {
    border-top: 1px solid #3b414d;
    border-bottom: 1px solid #3b414d;
    background: linear-gradient(to bottom, #636c80, #5c606d);
}

#header-menu-section ul > li {
    border-left: 1px solid #3b414d;
}

#header-menu-section ul > li:last-child {
    border-right: 1px solid #3b414d;
}

#header-menu-section ul > li > a, 
#header-menu-section ul > li > button {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #888ea6;
    font-size: 12px;
    margin-left: 0px;
    border-radius: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

#header-menu-section li.active > a, 
#header-menu-section li > a:hover, 
#header-menu-section li > a:focus, 
#header-menu-section .open > a, 
#header-menu-section .open > a:hover, 
#header-menu-section .open > a:focus,
#header-menu-section li.active > button, 
#header-menu-section li > button:hover, 
#header-menu-section li > button:focus, 
#header-menu-section .open > button, 
#header-menu-section .open > button:hover, 
#header-menu-section .open > button:focus{
    color: #ff0;
    background: linear-gradient(to top, #5a6173, #2d2f36);
}

#header-breadcrumb-section {
    background: #ecf0f1;
    border-bottom: 1px solid #c5c6c8;
    font-size: 12px;
}

#header-breadcrumb-section a {
    color: #2c3e50;
}

#header-breadcrumb-section a:hover {
    text-decoration: underline;
}

#header-breadcrumb-section .breadcrumb {
    margin-bottom: 0px;
    background-color: inherit;
}

#header-breadcrumb-section .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #666;
	content: "\00BB";
        vertical-align: text-bottom;
}

#header-search button {
    color: #666;
    background: #D5D5D5;
    border: 1px solid #b0b0b0;
}

#header-search button:hover,
#header-search button:focus {
    background-color: #c4c4c4;
}

#header-shipping {
    background: url(../../images/elements/header-icon-hazhozszallitas.png) 100% 50% no-repeat;
    padding: 8px 30px 8px 15px;
}

.nav > li > .header-icon-link {
    padding-top: 24px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 18px;
}

#header-article-link {
    background-image: url(../../images/elements/header-icon-termekbemutato.png);
}

#header-blog-link {
    background-image: url(../../images/elements/header-icon-blog.png);
}

#header-gallery-link {
    background-image: url(../../images/elements/header-icon-referencia.png);
}

#title {
    background-color: #f8f8f8;
    padding: 10px  15px;
}

#title > h1 {
    margin-top: 10px;
    color: #333;
    overflow: hidden;
}

footer {
    background-color: #222;
    border-top: 4px solid #3498db;
    padding: 30px 0;
    color: #fff;
    font-weight: bold;
}

footer .fakeH3 {
    color: #3498db;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #aaaaaa;
}

footer small {
    color: #aaaaaa;
    padding-right: 10px;
}

#qualifications {
    background-color: #F0F0F0;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#qualifications > .stats {
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
    padding: 25px 0;
}
#qualifications > .stats >  div {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
#qualifications > .stats .glyphicon {
    font-size: 150%;
    color: #52c366;
    padding: 10px 0;
}
#qualifications > .stats b {
    font-size: 200%;
}

body .blueimp-gallery > .indicator {
    display: none;
}

.blueimp-gallery {
    -webkit-transition:opacity .01s linear;
    -moz-transition:opacity .01s linear;
    -ms-transition:opacity .01s linear;
    -o-transition:opacity .01s linear;
    transition:opacity .01s linear
}

.blueimp-gallery > .title {
    top: auto;
    left: 0px;
    bottom: 15px;
    margin: 0px;
    color: #fff;
    padding: 10px 20px;
    opacity: 1;
    font-size: 12px;
    line-height: 1.4;
}

.blueimp-gallery > .title:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
    background-image: url("img/video-play.png");
}

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url("img/video-play.png");
}

.no-image-gap {
    font-size: 0px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container > iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
}

.video-thumbnail-play {
    position: absolute;
    left: 0;
    top: 0;
}
.video-thumbnail-play-large {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -337.5px;
    margin-top: -190px;
}
.infobox {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.infobox > h3, .infobox > .fakeH2, .infobox > .fakeH3 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.sidebar-menu > li, .filter-menu > li {
    border-bottom: 1px solid #efefef;
}
.sidebar-menu > li > ul > li {
    border-bottom: 1px solid #efefef;
}

.sidebar-menu-bordered {
    border: 1px solid #ddd;
}

#article-menu > li {
    padding: 5px 10px;
}

.filter-menu > li {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.filter-menu > li:last-child {
    border-bottom: 0px solid #333;
}

.filter-menu > li > h3 {
    margin-bottom: 10px;
}

.filter-menu label {
    font-weight: normal;
}

.faded {
    opacity: 0.5;
}
.filter-menu > li > ul > li.active > label > a, .filter-menu > li > ul > li.active > label > a.unavailable {
    color: #333;
    font-weight: bold;
}

.filter-menu > li > ul > li > label > a.unavailable {
    color: #999;
}

body.in {
    overflow: hidden;
}
#mobile-filter-layer {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    transition: all .15s linear;
    z-index: 200;
}
#mobile-filter-layer.in {
    visibility: visible;
    background: rgba(0, 0, 0, .5);
}

#mobile-filter-container {
    width: 90%;
    height: 100%;
    background: white;
    overflow: auto;
    position: relative;
    left: -100%;
    transition: all .3s ease-out;
}
#mobile-filter-container.in {
    left: 0%;
}

#mobile-filter-close {
    position: fixed;
    bottom: 10px;
    right: 150%;
    opacity: 0;
    margin-right: 10px;
    z-index: 250;
    transition: all .3s ease-out;
}

#mobile-filter-close.in {
    opacity: 1;
    right: 10%;
}

.attribute-info {
    position: relative;
    top: -0.4em;
    font-size: 12px; 
    font-weight: bold; 
}

.sidebar-menu > li > a > span, .sidebar-menu > li > small, .filter-menu > li > ul > li span {
    color: #666;
}

.sidebar-menu > li.active > a, .sidebar-menu > li.active > a:hover {
    background-color: #eee;
}

#category-menu > li > a:hover, #category-menu > li ul > li > a:hover {
    background: #eee;
    color: #23527c;
}

#main-menu .dropdown-panel .nav > li > a.btn-danger {
    color: #fff;
    display: inline;
    border-left-width: 1px;
    margin-left: 10px;
}

#category-menu > li > a.btn-danger:hover, #main-menu .dropdown-panel .nav > li > a.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
    border-left-width: 1px;
}

span.arrow {
    width: 0px;
    height: 0px;
    display: inline-block;
    padding-right: 1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666;
}

.sidebar-menu > li.active > a > span {
    color: #ddd;
}

.tag-label {
    padding: 0.2em 0.4em;
    font-size: 12px;
    background: #c1e1ed;
    margin-bottom:0.25em;
    display:inline-block;
    border-right:1px solid #7ab3c8;
    border-bottom:1px solid #7ab3c8;
    vertical-align:middle;
}
.tag-label:hover {
    background: #99D3E8;
    color: #333;
}

.tag-description-tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #505050;
    border-radius: 5px;
    border-color: 1px solid #333;
    padding:10px;
    font-size:12px;
    color: #eee;
    box-shadow: 1px 1px 3px 0px #999;
    display: none;
    overflow:hidden;
    line-height: 1.25em;
    z-index: 3;
}
.tag-description-tooltip > div {
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom:7px;
    color:#ff9933;
}
.tag-description-tooltip A {
    color: #7ab3c8;
}

.xs-product-container a.product-name,
.sm-product-container a.product-name {
    display: block;
    height: 80px;
    overflow: hidden;
}

.xs-product-container img.product-image {
    height: 120px;
    width: 120px;
    display: inline-block;
}

.sm-product-container img.product-image {
    height: 210px;
    width: 210px;
    display: inline-block;
}

#account-menu > li.active > a {
    font-weight: bold;
}

.new-blogs li {
    padding: 5px;
}

.partner-product {
    text-align: center;
}

.partner-product > p {
    color: #999;
}

.article-container {
    margin-bottom: 40px;
    clear: both;
}

.block-title {
    background-color: #f8f8f8;
    padding: 15px;
}

.article-container-date {
    color: #666;
}

.youtube-play-button {
    width: 15%;
    position: absolute;
    top: -50%;
    left: 40%;
    border: 0;
    background-color: transparent;
}

.article-container > h3, .article-container > h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.article-container-column {
    margin-bottom: 35px;
}

.article-container-column h2 > a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4em;
}

.article-container-column p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 10em;
}

.article-container h3 a:hover, .article-container > h2 a:hover {
    text-decoration: none;
    background-color: #C1E1ED;
}

.page-nav {
    background: #f8f8f8;
    color: #333;
}

.page-nav-item {
    padding: 5px;
}

.page-nav > .page-nav-item:first-child {
    line-height: 2.25;
}

.page-nav-item > form > select {
    display: inline-block;
    width: auto;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.product-list-item {
    flex: 1 1 calc(33% - 10px);
    border: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
    color: #666;
    display: flex;
    justify-content: center;
}

.horizontal-scrollable {
    overflow: hidden;
    position: relative;
}

.horizontal-scrollable-left, .horizontal-scrollable-right {
    position: absolute;
    padding: 18px 5px;
    top: calc(50% - 30px);
    z-index: 100;
}

.horizontal-scrollable-left {
    border-radius: 0px 4px 4px 0px;
    left: 0;
}
.horizontal-scrollable-right {
    border-radius: 4px 0px 0px 4px;
    right: 0;
}

.horizontal-scrollable > div {
    width: 9999px;
    flex-wrap: nowrap;
    transition: transform .3s;
}

.product-list.col-2 .product-list-item {
    flex: 1 1 calc(16.666% - 10px);
}

.horizontal-scrollable .sm-product-container .product-list-item {
    flex: unset;
    flex-basis: 275px;
    flex-shrink: 0;
}

.horizontal-scrollable .xs-product-container .product-list-item {
    flex: unset;
    flex-basis: 150px;
    flex-shrink: 0;
}

.product-list .product-name.auto {
    height: auto;
    overflow: visible;
}

.product-list-item h3 {
    font-weight: normal;
}

.product-list-manufacturer {
    color: #333;
}

.text-success-2 {
    color: #3E8500;
}

.product-list-image-container {
    display: flex;
    justify-content: center;
    gap: 0px 10px;
    margin-bottom: 10px;
}

.xs-product-container .product-list-image-container,
.sm-product-container .product-list-image-container {
    gap: 0;
}

.product-list-image-container .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list-image-container .sort-order small {
    font-size: 75%;
}

.product-list-image-container .top-badge {
    font-size: 110%;
}

.product-list-image {
    position: relative;
}

.product-list-image > div.img-scroll {
    width: 155px;
    height: 155px;
    overflow: hidden;
    position: relative;
}

.product-list-image > div.img-scroll > div.slide {
    width: 361px;
    height: 155px;
    text-align: left;
    transition: 0.4s;
    transform: translateX(0px);
}

.product-list-image.flipped > div.img-scroll > div.slide {
    transform: translateX(-184px);
}

.product-list-image .indicator {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 0px 4px 20px 20px;
}

.product-list-image .indicator span {
    border-radius: 50%;
    border: 1px solid #bbb;
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.product-list-image .indicator span:first-child {
    background: #bbb;
}

.product-list-image.flipped .indicator span {
    background: #bbb;
}

.product-list-image.flipped .indicator span:first-child {
    background: #fff;
}

.product-list-item .price-row {
    margin-bottom: 5px;
    display: flex;
}

.product-list-item .price-row .price-text {
    flex-grow: 1;
}

.product-list-item .special-badge .label-danger {
    font-size: 100%;
    border-radius: .25em 0 0 .25em;
    padding: .2em 5px .2em;
    margin-right: -5px;
}

.product-option-list .label {
    font-size: 70%;
    width: 90px;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    color: #666;
    font-weight: unset;
}

#product-description .label {
    font-weight: unset;
}

.label-image-special {
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 1;
}

.highlighted-option-label {
    position: absolute;
    bottom: -6px;
    left: -2px;
    padding: 1px 4px 2px 4px;
    font-size: 10px;
}

.highlighted-option-label-right {
    left: inherit;
    right: -2px;
    text-align: right;
}

.buy-quantity > input.form-control {
    width: 80px;
    display: inline-block;
}

.label-important {
    color: #fff;
    background-color: #337ab7;
}

.category-description {
    border: 1px solid #ddd;
    padding: 15px;
}

.category-description img {
    float: left;
    margin: 0 15px 15px 0;
}

.category-description > h2 {
    margin-top: 0;
}

.price {
    color: #3498db;
    font-weight: bold;
    text-align: center;
}

.original-price {
    text-decoration: line-through;
    font-weight: normal;
}

.special-price {
    display: inline-block;
    color: #D90B0B;
}

.productTable > tbody > tr > td {
    width: 50%;
}

.productTable > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f8f8;
}

.pageHeading {
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.productTable {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.productTable td {
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 5px;
}

.articleTable > thead > tr > th {
    background: #333;
    border-bottom: 4px solid #8bc53f;
    color: #fff;
    text-align: center;
}

.articleTable > tbody > tr > td {
    vertical-align: middle;
}

.gabiTable {
    border-spacing: 0;
    border-collapse: collapse;
    width:100%;
}

.gabiTable td {
    line-height:1.5em;
    padding: 6px 3px;
    border:1px solid #ddd;
}

.gabiCell {
    background-color:#C4EF95;
}

.quote-sign {
    display: block;
    float: left;
    background: url(../../images/elements/quote.gif) no-repeat 8px 0px;
    width: 65px;
    height: 45px;
}

.comment-header {
    background: #f8f8f8;;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.comment-body {
    border: 1px solid #ddd;
    padding: 5px 10px;
    overflow: auto;
}

.justify {
    text-align: justify;
}

.blog-image {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-image img {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.blog-image p {
    margin-top: 10px;
    font-size: 95%;
    font-weight: bold;
}

.gallery-image-thumbnail-container {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
}

.gallery-image-thumbnail {
    margin: 15px 25px;
    width: 160px;
    position: relative;
}

.gallery-image-thumbnail > a > img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px 0px #666;
}

.gallery-image-thumbnail > h2 {
    line-height: 10px;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.gallery-image-thumbnail > button {
    position: absolute;
    top: 4px;
    right: 4px;
}

.gallery-image-thumbnail > button:nth-child(2) {
    right: 32px;
}

#gallery-uploader-container {
    position: relative;
}

#gallery-uploader-progress {
    position: absolute;
    width: 100%;
    display: none;
}

#gallery-uploader-dropzone {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: table;
    text-align: center;
}

#gallery-uploader-dropzone > div {
    display: table-cell;
    vertical-align: middle;
}

#upload-image {
    display: inline-block;
}

.gallery-product-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#gallery-large-image-container {
    min-height: 300px;
    overflow: hidden; 
    transition: height 1s;
}

#gallery-image-large {
    position: relative;
}

#gallery-image-large > #gallery-prev {
    left: 0;
    text-align: left;
}

#gallery-image-large > #gallery-next {
    right: 0;
    text-align: right;
}

#gallery-image-large > a {
    opacity: 0.85;
    font-size: 60px;
    color: white;
    text-shadow: 0px 0px 2px #000;
    position: absolute;
    top: 47%;
    width: 225px;
}

#gallery-image-large > a > span {
}

#gallery-image-large > a:hover {
    color: #ddd;
}

.gallery-image-product-list > div {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    display: flex; 
    align-items: center;
}

.gallery-image-product-list > div > a > h2 {
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    margin-left: 10px;
}

.gallery-image-product-list img {
    width: 60px;
    height: 60px;
}

.buy-quantity label {
    font-weight: normal;
}

#buy-price {
    line-height: 32px;
}

#buy-price .special-price {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

#buy-box {
    background: #f8f8f8;
    padding: 10px 15px;
}

#buy-box > form.form-inline {
    text-align: right;
}

.buy-quantity {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.buy-quantity > .input-group {
    display: inline-table;
    vertical-align: top;
}

.buy-quantity > .input-group > span.input-group-addon {
    width: auto;
}

.buy-quantity > .input-group > input.form-control {
    max-width: 55px;
    padding-left: 0px;
    padding-right: 0px;
}

.buy-quantity > button.buy-btn {
    vertical-align: bottom;
}

.buy-btn[disabled] {
    background: linear-gradient(to top, #5A6173, #2D2F36) repeat scroll 0% 0% transparent;
    border: 1px solid #666;
}

#buy-misc {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#buy-box .btn-link {
    padding: 1px 0;
}

.img-responsive, 
div.img-responsive img,
.article-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.category-description img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* img-responsive for product description images */
#description img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

#description img.product-image {
    max-width: unset;
}

#description .product-name {
    height: auto;
    overflow: visible;
}

#description .lightbox > img {
    margin-right: 5px;
    margin-bottom: 10px;
}

/* small images don't need responsive css */
#description .product-list-image img {
    display: inherit;
}

#description h2 > a, #description h3 > a {
    color: inherit;
    text-decoration: none;
}

#electric-data-table  {
    font-size: 85%;
}

#electric-data-table img {
    height: 30px;
    width: auto;
}

#electric-data-table td:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}

.small-image {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.small-image:hover {
    border: 1px solid #bbb;
}

.bordered {
    border: 1px solid #ddd;
}

.checkout-steps > li {
    padding: 10px 15px;
}

.checkout-steps span {
    padding: 3px 8px;;
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-top: 5px;
}

.checkout-steps .active span {
    background: #5cb85c;
}
.checkout-steps .active p, .checkout-steps .active a {
    color: #5cb85c;
}

.checkout-steps p {
    color: #aaa;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px;
    float: left;
}

.checkout-steps p, .checkout-steps a {
    color: #aaa;
}

#shopping-cart {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#shopping-cart th, #shopping-cart td {
    border-right: 1px solid #ddd;
    border-bottom: none;
}

#shopping-cart td {
    display: block;
    vertical-align: middle;
}

#shopping-cart form {
    display: inline-block;
}

#shopping-cart > tbody > tr > td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline;
}

#shopping-cart-total-container {
    background-color: #f8f8f8;
    padding: 15px;
}

#shopping-cart-total {
    margin-bottom: 0px;
}
#shopping-cart-total td {
    border-top: none;
}

#shopping-cart-total .grand-total {
    font-size: 22px;
    border-bottom: 1px solid #999;
}

#shopping-cart-total > tbody > tr:nth-child(3) > td {
    font-size: 22px;
}

#shopping-cart-total small {
    color: #666;
}

#shopping-cart .alert {
    margin-bottom: 0px;
}

#shopping-cart input.quantity {
    width: 8rem;
}

.checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkout label {
    font-weight: normal;
}

.checkout .selection:hover, .checkout .selected {
    cursor: pointer;
    background-color: #d7e9f7;
}
.checkout .selected {
    background-color: #FBF689;
}

.order-total-right {
    text-align: right;
}

.ac-image {
    float: left;
    padding-right: 4px;
    height: 32px;
}

.ui-autocomplete {
    max-height:300px;
    overflow-y: auto;
    overflow-x:hidden;
}

.ui-autocomplete > LI.ui-menu-item {
    line-height: 32px;
}

#product-energy-saving input {
    width: 50px;
}

#product-energy-saving table:last-of-type td {
    vertical-align: middle;
}

#product-energy-saving #cost_return, #product-energy-saving #cost_diff {
    background: #26982b;
    color: #fff;
    font-size: 150%;
    white-space: nowrap;
    padding: 15px 30px;
}

.product-document {
    background: url(../../images/elements/pdf_file_extension.png) left center no-repeat;
    padding: 16px 4px 16px 36px;
}
.ies-document {
    background-image: url(../../images/elements/ies_file_extension.png);
}
.ldt-document {
    background-image: url(../../images/elements/ldt_file_extension.png);
}

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

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

.ui-slider-range.ui-widget-header {
    background-color: #53a1d1;
}

.ui-slider-handle.ui-state-default {
    background-color: #53a1d1;
}

.ui-slider-tooltip {
    padding-bottom: 3px;
}

.ui-slider-tooltip.ui-slider-tooltip-left {
    float: left;
}

.ui-slider-tooltip.ui-slider-tooltip-right {
    float: right;
}

.ui-slider.ui-slider-horizontal.ui-widget {
    clear: both;
}

.laboratory-bg {
    background-color: #333;
}

.laboratory-color {
    color: #fff;
}

.table-dark {
    font-size: 85%;
    width: 100%;
}

.table-dark td {
    border: 1px solid #999;
    padding: 2px 5px;
    width: 50%;
}

.table-dark> tbody > tr:nth-of-type(2n+1) {
    background-color: #333;
}

.table-dark> tbody > tr:nth-of-type(2n) {
    background-color: #666;
}

.article-special-container > div:first-child {
    background: #c8141d;
    border-bottom: 1px solid #9b161a;
    color: white;
    position: relative;
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.article-special-container > div:last-child {
    background: #c8141d;
    border-bottom: 1px solid #9b161a;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.article-special-container > div:last-child > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-special-container > div:first-child:not(:empty)::before,
.article-special-container > div:last-child:not(:empty)::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #a37b6e;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.article-special-container > div:first-child > h3 > span {
    color: #f9be39;
}

#jump-to-top {
    right: 4px;
}

#mobile-filter-floating-button {
    left: 4px;
}

.floating-bottom-button {
    position: fixed;
    bottom: -35px;
    transition: 0.3s;
}

.header {
    z-index: 100;
    background-color: #fff;
    position: relative;
}

#main-menu-container {
    position: absolute;
    z-index: 110;
    display: none;
    width: 100%;
}

#main-menu-overlay {
    display: none;
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: .8;
    z-index: 90;
    position: fixed;
    top: 0;
}

#main-menu {
    background-color: #e8eced;
    width: 100%;
    border-bottom: 1px solid #c5c6c8;
}

#main-menu > li {
    position: static;
}

#main-menu > li > a {
    color: #808285;
    padding: 8px 12px;
    border-left: 2px solid #e8eced;
}
#main-menu > li > a > .glyphicon {
    float: right;
    margin-top: 4px;
    font-size: 10px;
}

#main-menu > li > a:hover,
#main-menu > li > a:active,
#main-menu > li > a:focus {
    color: #f26522;
    background-color: inherit;
    border-left: 2px solid #f26522;
}

#main-menu .dropdown-panel {
    display: none;
    background-color: #fff;
    top: 0px;
    border: 1px solid #c5c6c8;
    padding: 0px 10px 10px 5px;
}

#main-menu .dropdown-backdrop {
    display: none;
}

#main-menu > .dropdown.open .dropdown-panel {
    display: block;
}

#main-menu .dropdown-panel > .fakeH2 {
    padding-left: 15px;
    color: #f26522;
    display: block;
}

#main-menu .dropdown-panel .nav {
    display: flex;
    flex-flow: wrap column;
}

#main-menu .dropdown-panel .nav > li > a {
    color: #808285;
    padding: 6px 12px;
    border-left: 2px solid #fff;
}

#main-menu .dropdown-panel .nav > li > a:hover {
    color: #f26522;
    background-color: inherit;
    border-left: 2px solid #f26522;
}

#header-menu-section ul > li > #main-menu-button {
    background-color: transparent;
    line-height: 28px;
    color: #ff0;
}

.btn-menu {
    color: #333;
    background-color: transparent;
}

.btn-menu:hover {
    color: #f26522;
}

#header-cart-button > .badge {
    display: none;
}

.cart-active > .glyphicon {
    color: #5cb85c;
}

#header-cart-button.cart-active > .badge {
    display: revert;
    background-color: #5cb85c;
}

#header-cart-button.cart-active > .text {
    display: none;
}

.header-menu-account > button > * {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}

.header-menu-account > button > .customer-name {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-menu-cart {
    max-width: 125px;
    overflow: hidden;
}

.product-star-rating {
    display: inline-block;
}

.product-star-rating > .jq-star {
    cursor: default;
}

.product-star-rating-text {
    font-size: 11px;
    vertical-align: top;
}

.nav-tabs.search-tabs > li > a {
    padding: 10px 35px;
    cursor: pointer;
    margin-bottom: 0;
}

.grecaptcha-badge { visibility: hidden; }

#cart-banner {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translate(0, 0);
    transition: all .3s;
    max-height: 0;
    overflow: hidden;
}

#cart-banner > div {
    padding: 17px;
}

#cart-banner.show {
    max-height: 58px;
}

#cookie-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #f8f8f8;
    z-index: 9999;
    color: #555;
    transform: translate(0, 0);
    transition: all .3s;
    max-height: 0;
    border-top: 0px solid #ddd;
}

#cookie-banner > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

#cookie-banner.show {
    max-height: 100px;
    border-top: 1px solid #ddd;
}

#product-carousel .product-name {
    display: inline-block;
    max-height: 1.5em;
    overflow: hidden;
}

.category-thumbnails {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin: 0 -2%;
}

.category-thumbnails h2 {
    font-size: 20px;
    margin-top: 10px;
}

.category-thumbnails > div {
    flex-basis: 46%;
    margin: 0 2%;
}

@media print {
    .container {
        width: 992px;
    }
    
    a[href]:after {
        content: "";
    }
    
    .avoid-page-break {
        page-break-inside: avoid;
    }

    #shopping-cart td {
        display: table-cell;
    }
    
    #shopping-cart > tbody > tr > td:before {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    h1 {
        font-size: 24px;
    }
    
    #main-container {
        min-height: 635px;
    }
    
    .pageHeading {
        font-size: 22px;
    }

    .navbar-brand > img {
        margin-top: 8px;
    }

    .navbar-toggle {
        font-size: 17px;
        padding: 7px 11px;
    }
    
    #header-category-menu > li > a {
        padding: 10px;
    }

    #header-breadcrumb-section .breadcrumb > li + li:before {
        padding: 0 10px;
    }
    
    .article-container {
        clear: none;
    }

    #qualifications > .stats >  div {
        flex-basis: auto;
    }

    .container > #title {
        padding-left: 30px;
    }

    .block-title {
        padding: 25px 30px;
    }

    .product-list-item .product-name {
        overflow: hidden;
        height: 60px;
    }
    
    .buy .form-group {
        margin-bottom: 0px;
    }
    
    .buy-quantity > .input-group > span.input-group-addon, #buy-now {
        padding: 6px;
    }

    #shopping-cart td {
        display: table-cell;
    }
    
    #shopping-cart > tbody > tr > td:before {
        display: none;
    }
    
    #shopping-cart .unit-price, #shopping-cart .unit, #shopping-cart .quantity, #shopping-cart .delete {
        text-align: center;
    }

    #shopping-cart .total {
        text-align: right;
    }
    
    .checkout-steps span {
        font-size: 20px;
        padding: 5px 15px;;
        margin-top: 0;
    }
    
    #header-search {
        padding-right: 0px;
    }
    
    .buy-quantity > button.buy-btn {
        margin-top: 0px;
        vertical-align: middle;
    }
    
    #electric-data-table  {
        font-size: 100%;
    }

    #electric-data-table img {
        height: 60px;
        width: auto;
    }
    
    #electric-data-table td:nth-child(2) {
        overflow: auto;
        white-space: unset;
        max-width: unset;
    }

    #gallery-large-image-container {
        min-height: 700px;
    }
    
    #product-carousel .carousel-control.right {
        right: 33.33333333%
    }

    #product-carousel .carousel-indicators {
        bottom: 10px;
        margin: 0;
        width: 66%;
    }

    #product-carousel .carousel-indicators li {
        width: 16px;
        height: 16px;
    }

    #product-carousel .carousel-indicators .active {
        width: 17px;
        height: 17px;
    }

    #product-carousel .gallery-image-product-list {
        padding-left: 20px;
        padding-right: 10px;
    }

    #product-carousel .gallery-image-product-list > div {
        display: flex;
        gap: 15px;
    }

    .blueimp-gallery > .title {
        font-size: 14px;
    }

    .video-container > iframe {
        width: 800px;
    }

    .article-container-image {
        padding-right: 15px;
        float: left;
    }

    .nav-tabs.search-tabs > li > a {
        padding: 10px 20px;
    }

    .category-thumbnails > div {
        flex-basis: 29.33%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1 {
        font-size: 24px;
    }
    
    .pageHeading {
        font-size: 22px;
    }
    
    .navbar-brand > img {
        margin-top: 6px;
        min-height: 68px;
        margin-bottom: 6px;
    }
    
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
    
    .navbar-right {
        margin-right: 0;
    }
    
    .header-row-margin-top {
        margin-top: 25px;
    }

    #header-main-section.fixed .header-row-margin-top {
        margin-top: 12px;
    }

    #header-main-section.fixed .navbar-brand > img {
        min-height: 45px;
    }
    
    .product-list-item .buy .form-group {
        margin-bottom: 0px;
    }
    
    #header-main-section .glyphicon-menu-hamburger, 
    #header-main-section .glyphicon-shopping-cart {
        font-size: 17px;
    }

    .header {
        padding-top: 5px;
    }

    .filter-menu {
        display: block;
    }
    
    #header-menu-section ul > li > a, 
    #header-menu-section ul > li > button {
        font-weight: bold;
    }

    #main-menu-container {
        position: relative;
    }
    
    #main-menu {
        position: absolute;
        min-height: 614px;
    }
    
    #main-menu .dropdown-panel {
        position: absolute;
        margin-left: 100%;
        width: 700px;
        min-height: 685px;
        border-top: none;
    }
    
    #main-menu > .dropdown:hover .dropdown-panel {
        display: block;
    }

    #main-menu .dropdown-panel .nav {
        max-height: 615px;
    }
    
    #product-carousel .gallery-image-product-list img {
        max-width: 48px;
        height: auto;
    }

    #product-carousel .gallery-image-product-list > div {
        margin-bottom: 5px;
    }

    #product-carousel .product-name {
        max-height: 3em;
    }
    
    body .blueimp-gallery > .indicator {
        display: block;
    }

    body .blueimp-gallery > .indicator > li {
        width: 32px;
        height: 32px;
    }
    
    .blueimp-gallery > .title {
        font-size: 18px;
    }

    #shopping-cart input.quantity {
        width: 5rem;
    }

    .nav-tabs.search-tabs > li > a {
        padding: 10px 45px;
    }

    .product-list-image .indicator {
        padding: 0px 4px 0px 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #main-menu .dropdown-panel {
        width: 845px;
    }
    
    .header-menu-account > button > .customer-name {
        max-width: 200px;
    }

    .header-menu-account > button {
        max-width: 250px;
    }
    
    #header-menu-section ul > li > a, 
    #header-menu-section ul > li > button {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .buy-quantity > .input-group > span.input-group-addon, #buy-now {
        padding: 6px 9px;
    }
    
    #product-carousel .gallery-image-product-list img {
        max-width: 60px;
    }

    #product-carousel .gallery-image-product-list > div {
        margin-bottom: 20px;
    }
    
    .product-list-item .product-name {
        height: 80px;
    }

    .nav-tabs.search-tabs > li > a {
        padding: 10px 70px;
    }
}

@media only screen and (min-width : 1680px) {
    #wallpaper-ad {
        display: block;
    }
}