.breadcrumb {
    float: left;
}

h1 {
    clear: both;
    color: #15589f;
    margin: 1em 0 0 0;
    font-family: 'Roboto Condensed',sans-serif;
}

.flexslider {
    z-index: 0;
}

section.content > .image {
    float: left;
    width: 35%;
/*    min-width: 400px;
    min-height: 400px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*.image img {
    max-width: 400px;
}*/
#furtherImages {
    list-style-type: none;
}
#furtherImages li {
    display: inline-block;
}
#furtherImages img {
    width: 50px;
}

.blueimp-gallery>.indicator>li {
    width: 50px !important;
    height: 50px !important;
    
}

.energyClass {
    width: 100px !important;
    margin: 15px 0 0;
}
#sendProductProblemPopupForm {
    display: none;
}
#sendProductProblemPopup .lable {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
}
#sendProductProblemPopup input {
    margin: unset;
    float: right;
    border-radius: 5px;
}
#sendProductProblemPopup textarea {
    margin: unset;
    border-radius: 5px;
}
.priceAndCart {
    float: right;
    width: 30%;
    background: #eee;
}
.priceAndCart > div {
    margin: .5em;
}
.priceAndCart > div:not(:first-child) {
    border-top: 1px solid #ccc;
}


.details {
    float: left;
    width: 30%;
    font-family: 'Roboto Medium',Arial,sans-serif;
}
.labels {
    display: none;
}
.details .toCart:first-child {
    display: none;
}
.details table {
    font-size: 0.9em;
/*    margin-left: 50px;*/
}
.details table tr td {
    border: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    width: 50%;
}
.details tr td:nth-child(2) {
    color: #15589f;
    font-weight: bold;
    font-size: 1em;
/*    text-transform: lowercase;*/
}
.priceContainer {
    /*display: none;*/
}
.priceAndCart i.material-icons {
    margin-top: -.15em;
    vertical-align: text-top;
}
.priceAndCart i.material-icons.down, .priceAndCart span.down {
    display: none;
}
.priceContainer .price {
    font-size: 1.5em !important;
    color: #ec1c23 !important;
    font-weight: bold;
}
/*.toCart {
    margin-left: 45px;
}*/
/*.toCart > div {
    float: left;
    padding: 0.5em 0.5em 0.5em 0;
}*/
/*.qtyInRelative {
    position: relative;
    width: 90px;
    display: flex;
}
#toCartQty {
    width: inherit;
    padding: 0.4em 1.8em 0.4em 0.5em;
}
div.qtyMovement {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ccc;
}
.qtyType {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}*/
/*.toCart > div input[type="number"] {
    max-width: 70px;
    width: 100%;
    padding: 0.4em 1.8em 0.4em 0.5em;
    right: 19px;
}*/
/*.toCart a {
    float: right;
    margin: 0;
    padding: 0.5em;
    font-family: Arial;
    font-size: 0.9em;
}*/
/*.toCart .cart .material-icons {
    font-size: 0.8em;
}*/
.priceResponsive {
    display: none;
}
.priceDesktop{
    display: table;
}
.responsiveCart {
    display: none;
}

.breadcrumb {
    margin: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: 15px;
}
.breadcrumb a {
    text-decoration: none;
    color: red;
    text-transform: uppercase;    
}
.breadcrumb a:hover {
    text-decoration: underline;
}

#arrowsContainer {
    clear: both;  
    z-index: 10; 
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: .5em 0;
}
.arrows {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    background-size: 80px !important;
    background-repeat: no-repeat !important;
    margin: .8em 10px 1em;
}
#prevProduct {
    float: left;
}
#nextProduct {
    float: right;
    background-position-x: -40px !important;
}
#prevProduct:hover, #nextProduct:hover {    
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}


.browserContainer > div {
    display: flex;
    overflow-x: auto;

    border-radius: 5px;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
}
.browserContainer > div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.browserContainer > div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}
.browserContainer > div::-webkit-scrollbar-track {
  background: transparent;
}

.browserImage {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    /*border-radius: 10px;*/
   /* background: #eee;*/
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
  /*  font-size: 100px;*/
}
.browserImage.selected {
    background: red;
}
.browserImage img {
    width: 40px;
    height: 40px;
}

.browserContainer {
    width: calc(100% - 120px);
    /*width: 90%;*/
    text-align: center;
    overflow: hidden;
    padding-top: .5em;
    float: left;
}

/* STOCK INFO */
.onstock2 .stockInfo {
    /*background: #eee;
    width: auto !important;
    position: absolute;
    font-size: 0.8em;
    padding: 0.5em;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
    z-index: 1;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
    padding: 0.5em!important;
    overflow-y: scroll!important;
    display: none;
    max-height: 180px!important;
    width: auto!important;
    position: inherit!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
.siHoverPopup {
    width: fit-content;
}
div.onstock:hover + .stockInfo, .stockInfo:hover{
   /* display: block !important;*/
}
.onstock img {
    display: none;
}
.priceInfoText, .stockInfoText {
    font-size: 0.8em;
    /*text-decoration: underline;*/
}
.whereOnStock {
    font-size: 0.8em;
    text-decoration: underline;
}
.onStockIcon {
    display: none !important;
}
.onStockText {
    color: green;
    font-weight: bold;
}
.outOfStockText {
    color: red;
    font-weight: bold;
}

.stockInfo table {
    font-size: 0.9em; 
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    margin-top: 0.6em;
}
.stockInfo table tr td:nth-child(2) {
    text-align: right;
}
.stockInfo table tr.favoriteLocation td {
    font-weight: bold;
    background: #d9d9d9;
}

/* SALE */
.saleSticker {
    position: relative;
    width: 100px;
    margin: 0 -100px -100px 0;
    z-index: 1;
    float: left;
}

/*.quantity-nav {
    float: left;
    left: 5em;
    right: 0;
}*/

/*.toCart .quantity-nav {
    right: 1.4em;
}*/

.toCart .qty.qtyWithTotal + .quantity-nav {
/*    right: 0;
    float: left;
    left: 5em;*/
    right: 0;
    float: left;
    left: 14em;
    z-index: 2;
}

/*.qtyCollector {    
    background: #428bca;
    color: #FFF;
    padding: .3em 0;
    display: none;
    position: absolute;
    margin-top: -7.2em;    
    width: 8%;
    
    font-size: 0.9em;
    margin-left: 0;
}
.qtyCollector:after { 
    content: "";
    display: block;
    margin-bottom: -15px;    
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #428bca transparent;
    
    margin-left: calc(28% - 15px);
}*/

/*.qtyCollector > .qtyCollectorType:first-child {
    border-top: 1px solid #FFF;
}
.qtyCollectorType {
    padding: .5em;
    margin: 0 .3em;
    border: 1px solid #FFF;
    border-top: none;
    display: block;
}
.qtyCollectorType:hover {
    background: #FFF;
    color: #428bca;
}
.qtyCollectorTypeName {
    width: 40%;
    display: inline-block;
}
.qtyCollectorTypeValue {
    width: 55%;
    display: inline-block;    
}*/
/*.closeQtyCollector {
    padding: 0 .3em 0;
}*/

/* FAVOURITE */
.favourite {
    margin: .5em 0;
    font-size: 0.8em;
}
.favourite > .addToFavourite {
/*    line-height: 1.7em;
    margin-left: .25em;*/
    padding-top: 5px;
}
.favourite > i:hover, .favourite .addToFavourite:hover {
    color: red;
    text-shadow: black 0px 1px 1px;
}
.favourite .material-icons {
    font-size: 1.5em;
}

#favouriteList {
    background: #eee;
    width: auto !important;
    position: absolute;
    /*font-size: 0.8em;*/
    margin: 1.7em .1em;
    padding: 0.5em;
    max-height: 200px;
    overflow-y: auto;
    /*display: none;*/
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#favouriteList > div {
    padding: .5em;
}
#favouriteList > div:hover {
    background: #ccc;
}
#favouriteList > div:hover .addList {
    /*color: #15589f;*/
}
#favouriteList > div:hover .removeList {
    color: red;
}
#favouriteList > div .material-icons {
    margin-top: -.1em;
    margin-right: .4em;
}
/*#favouriteList > div.addToFavouriteBtn.inList {
    color: #15589f;
}
#favouriteList > div.addToFavouriteBtn.inList:hover {
    color: red;
}*/
#favouriteList #addNewFavouriteList {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    width: 50%;
}


/* SIGNED */
.signed {
    display: inline-table;
    width: 100%;
}
.signed > div{
    font-size: 0.8em;
    padding-top: .2em;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 90%;
}
.contentPdf a {
    color: #cc0000;
    font-size: 0.8em;
    text-decoration: none;
}
.order a {
    color: #000!important;
    margin-top: .5em;
    display: inline-block;
}
.contentPdf a:hover {
    text-decoration: underline;
}

.noAnyDiscount {
    background: red;
    color: #FFF;
    font-size: 28px;
    display: inline;
    margin-left: 3px;
}
/* KEDVENCEK CHECKBOX */

.ckbxInput[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}
.ckbxInput[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
    background-repeat: no-repeat;
    background-position:center;
}
.ckbxInput[type="checkbox"]:checked:after{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
}
.ckbxInput[type="checkbox"]:disabled:after{
    -webkit-filter: opacity(1);
}
.ckbxInput[type="checkbox"]:not(:disabled):checked:hover:after{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
}
.ckbxInput[type="checkbox"]:not(:disabled):hover:after{
    background-image: linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);  
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;  
}
.ckbxInput[type="checkbox"]:not(:disabled):hover:before{
    border-color: #3D7591;
}
/* csempenézet a lsitázott termékeknek*/
h2.mvInfo {
    color: #074085;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: solid 1px #d9251c;
    padding-top: 15px;
}
.products:hover .toCart {
    visibility: visible;
}
.products.tile:hover .toCart {
    visibility: visible;
}

.products.tile {
    font-family: 'Roboto Condensed',sans-serif;
    padding: 3px;
    float: left;
/*    width: 20%;
    height: 21.5em;*/
}
.products.tile:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.products.tile .productContent {
    padding: 10px;
}

/*.products.tile .image {
    text-align: center;
    width: 200px!important;
    height: 200px;
    vertical-align: middle;
    display: table-cell;
    min-width: unset!important;
    min-height: unset!important;
}*/
div.card div.card-img-top a img {
    max-height: 200px;
    max-width: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.products.tile .title {
    color: #074085;
    height: 3.5em;
    overflow: hidden;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.products.tile .priceContainer {
    width: 70%;
    display: inline-block;
}
.products.tile .code {
    font-size: 0.8em;
}
.products.tile .price {
    color: #ec1c23!important;
    font-size: 1.2em!important;
/*    text-transform: uppercase;*/
    font-weight: bold;
}
.products.tile .manufacturer {
    width: 35%;
    display: inline-block;
    text-align: right;
    float: right;
    height: 25px;
}
.products.tile .toCart {
    visibility: hidden;
    display: inline-block;
    width: 100%;
}
/*.products.tile .toCart > div {
    width: 70%;
    float: left;
    margin: 0.5em 0;
    padding: 0;
}*/
/*.products.tile .toCart > div input[type="number"] {
    width: 100%;
    padding: 0.5em 1.8em 0.5em 0.5em;
}*/
.products.tile .toCart a {
    float: right;
    margin: 0;
    padding: 0.5em;
    font-family: Arial;
/*    font-size: 0.9em;*/
}
.products.tile .toCart .cart .material-icons {
    font-size: 1.4em;
}

#productDetailDescription {
    overflow-y: scroll;
    display: inline-block;
    max-height: 500px;
}
 
table#technicalManual tr td {
    border: none;
}
table#technicalManual tr {
    line-height: 1.5;
}
table#technicalManual tr td:nth-child(1) {
   text-align: right;
}
.slideingSame i.fas, .slideingTop i.fas {
    color: #074085!important;
}
.arrow-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    font-size: xx-large;
    background: rgba(255,255,255,0.7);
}
.arrow-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    font-size: xx-large;
    background: rgba(255,255,255,0.7);
}

/* Style the Image Used to Trigger the EnergyClass */
#energyClassImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#energyClassImg:hover {opacity: 0.7;}
#imageModal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.detailed-img {
  margin: auto;
  display: block;
  width: 20%;
  max-width: 20%;
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.detailed-img, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .detailed-img {
    width: 100%;
  }
}
#furtherImages img:hover {
    box-shadow: 4px 6px 12px -3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 4px 6px 12px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 4px 6px 12px -3px rgb(0 0 0 / 75%);
}
.onstock.onstock2 figure {
    display: none;
}