/* Teszt környezet miatti módosítások start*/
/*
.navbar-bg {
    background-image: none !important;
    background-color: rgb(255, 38, 0) !important;
}

#mainNavbar {
    background-image: none !important;
    background-color: rgb(255, 38, 0) !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

.navbar-before-white .nav > li > a {
    color: white !important;
}

.navdropdown .navdropbtn {
    color: white !important;
}

html {
    border: solid 10px rgb(255, 38, 0) !important;
}
*/
/* Teszt környezet miatti módosítások end*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
  unicode-range: 'U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF';
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('ttf');
  unicode-range: 'U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF';
}

.bottomright {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  height: 150px;
  z-index: 50;
}
@media only screen and (max-width: 1600px) {
  .bottomright {
    display: none;
  }
}

.navdropdown {
  float: left;
  overflow: hidden;
}

.dropdowncontentinfooter {
  /**/
}

.infooter {
  float: none !important;
  display: inline;
  overflow: hidden;
  margin-left: -4px;
}

@media (max-width: 599px) {
  .dropdowncontentinfooter {
    left: 50%;
    margin-left: -74px;
  }
}

.navdropdown .navdropbtn {
  font-size: 13px;
  color: #486d97;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navdropdown .navdropbtninfooter {
  opacity: 0.75;
  font-size: 15px;
  color: #fff;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navdropdown .navdropbtninheader {
  font-size: 14px;
  color: black;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  margin-left: -4px;
}

.navdropdown-content,
.navdropdown-contentinheader {
  display: none;
  position: absolute;
  background-color: white;
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  min-width: 160px;
  box-shadow: 0 0 0 1px #7d7d7d;
  z-index: 12;
}

.navdropdown-content-infooter {
  display: none;
  position: absolute;
  bottom: 70%;
  background-color: white;
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  min-width: 160px;
  box-shadow: 0 0 0 1px #7d7d7d;
  z-index: 12;
}

.navdropbtninheader:hover {
  color: #486d97;
}

.navdropdown-content a {
  float: none;
  color: #808080;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navdropdown-content-infooter a {
  float: none;
  color: #808080;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navdropdown-contentinheader a {
  font-size: 10px;
  float: none;
  color: #808080;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navdropdown-content a:hover {
  background-color: #ddd;
  border-radius: 4px;
}

.navdropdown-content-infooter a:hover {
  background-color: #ddd;
  border-radius: 4px;
}

.navdropdown-contentinheader a:hover {
  color: #486d97;
  background-color: #ddd;
  border-radius: 4px;
}

.navdropdown:hover .navdropdown-content {
  display: block;
}

.navdropdown:hover .navdropdown-content-infooter {
  display: block;
}

.navdropdown:hover .navdropdown-contentinheader {
  display: block;
}

.hidden-soft {
  display: none;
}
.navbar-pad.affix {
  width: 100%;
  padding: 0;
  transition: top 1s cubic-bezier(0.08, 0.82, 0.17, 1);
}
.navbar-pad.affix.out-of-view {
  top: -100px;
}
.navbar-pad.affix.slide-in {
  top: 0px;
}
.navbar-pad.affix .navbar-form,
.navbar-pad.affix #yamm-menubar-opener {
  margin: 10px 0;
}
.navbar-pad.affix .navbar-nav > li > a {
  padding: 5px 10px;
}
#yamm-menubar-opener {
  color: rgb(255, 106, 8);
  padding: 5px 10px 4px;
  border-radius: 4px;
  margin-top: 8px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 1px #7d7d7d;
  box-shadow: 0 0 0 1px #7d7d7d;
  background-color: white;
  margin-right: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: rgb(255, 106, 8);
}
.navbar-bg,
.navbar-main-white.affix {
  background-image: url('../../img/menubar_bg.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: white;
}
.affix #yamm-menubar-opener {
  margin-top: 10px;
}
.navbar-pad.affix .navbar-brand {
  padding: 7px 15px;
}
.navbar-pad.affix .navbar-brand > img {
  width: 60px;
}
#yamm-menubar-opener {
  display: none;
}
.navbar-pad .navbar-inverse.navbar-main.yamm {
  box-shadow: none;
}
.navbar-brand {
  height: auto;
}
.navbar-main-search-category.navbar-main-search > div.search-category-select-container {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.navbar-main-search-category.navbar-main-search > div.search-category-select-container > select {
  position: relative;
  width: 100%;
  border-radius: 0;
  font-size: 11px;
  padding: 3px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-top: -33px;
}
.navbar-main-search-category.navbar-main-search > .form-group > .search-result-product-list {
  background-color: #ededed;
  position: absolute;
  display: none;
  width: 100%;
  z-index: 15;
  max-height: 350px;
  overflow-y: auto;
  margin-top: 1px;
  margin-left: -15px;
  -webkit-box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.5);
  margin-left: 135px;
  max-width: 619px;
}
.navbar-main-search-category.navbar-main-search > .form-group > .search-result-product-list > ul {
  padding: 0;
  margin: 0;
}
.navbar-main-search-category.navbar-main-search
  > .form-group
  > .search-result-product-list
  > ul
  > .search-result-item {
  list-style-type: none;
  background-color: white;
}
.navbar-main-search-category.navbar-main-search
  > .form-group
  > .search-result-product-list
  > ul
  > li:nth-child(2n) {
  background-color: #f7f7f7;
}
.navbar-main-search-category.navbar-main-search
  > .form-group
  > .search-result-product-list
  > ul
  > .search-result-item
  a {
  display: block;
  padding: 10px;
}
.navbar-main-search-category.navbar-main-search
  > .form-group
  > .search-result-product-list
  > ul
  > .search-result-item
  a:hover {
  text-decoration: none;
  cursor: pointer;
}
.navbar-main-search-category.navbar-main-search
  > .form-group
  > .search-result-product-list
  > ul
  > .search-result-item
  > i {
  font-size: 13px;
}
.navbar-inverse .navbar-form {
  display: inline-block;
}
.sub-menus-container {
  position: relative;
}
.sub-menu {
  display: inline-block;
}
.sub-menu ul {
  margin: 0;
  padding: 0;
}
.sub-menu > ul > li {
  font-size: 12px;
  list-style-type: none;
  display: inline-block;
}
.sub-menu > ul > li > a {
  color: white;
  text-decoration: none;
  padding: 3px 3px 3px 0;
}
.sub-menu > ul > li > a:hover {
  text-decoration: underline;
}
.language-menu {
  right: 0px;
  margin-right: 60px;
}
.info-menu {
  left: 120px;
  margin-top: 10px;
}
.language-menu > ul > li:hover {
  background-color: white;
}
.language-menu > ul > li.disabled-menu {
  color: grey;
}
.language-menu > ul > li.disabled-menu:hover {
  background-color: transparent;
}
.language-menu > ul > li > a {
  padding: 3px;
}
.language-menu > ul > li > a:hover {
  color: #365271;
  text-decoration: none;
}
.info-menu > ul > li {
  margin-right: 20px;
}
.nav.navbar-nav.account-and-cart-container {
  width: 100%;
  margin: 0;
  text-align: center;
}
.nav.navbar-nav.account-and-cart-container > li {
  display: inline-block;
  position: relative;
}
.navbar-nav-lg > li > a {
  padding: 10px 15px;
}
.navbar-main .navbar-nav > li > a {
  padding: 21px 10px;
  font-size: 15px;
}
.navbar-main .navbar-nav > li.yamm-fw > a {
  padding: 8px 0px;
}
.navbar-pad {
  padding: 0;
  border-bottom: 2px solid rgb(244, 156, 16);
}
.navbar-brand > img {
  width: 50px;
}
.navbar-inverse .navbar-toggle {
  margin-top: 17px;
}
.drop-caret {
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0px;
  top: 0;
  margin-top: 18px;
}
.drop-caret:hover {
  cursor: pointer;
}
.yamm .dropdown {
  position: relative;
}
.cover-element,
.covered-row {
  background-color: #fff;
}
.cover-element {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 25px 15px;
}
.cover-element .fa {
  font-size: 30px;
}
.owl-carousel .owl-stage .owl-item-1 > .slider-item .slider-item-caption-sm {
  width: 30%;
  height: 500px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.55);
  right: 0px;
  text-align: center;
  padding-top: 180px;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  -o-transform-style: initial;
  -ms-transform-style: initial;
  transform-style: initial;
}
.owl-carousel .owl-stage .owl-item:nth-child(4):not(.cloned) .owl-item > .slider-item {
}
.owl-carousel .owl-stage .owl-item:nth-child(5):not(.cloned) .owl-item > .slider-item {
}
.sidebar.sidebar-content {
  margin-top: 20px;
}
.sidebar h3 {
  font-size: 14px;
}
.sidebar ul.downloadable-contents {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
}
.sidebar ul.downloadable-contents li {
  padding: 3px 0;
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}
.banner-container {
  /*width:167px;*/
  /*float:left;*/
  /*display:block;*/
  /*margin-left:15px;*/
  overflow: hidden;
  webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.page-title {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.cart-quantity-controller {
  display: block;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: none;
  width: 100%;
  float: left;
}
.cart-quantity-controller + button.btn {
  margin-top: 5px;
}
div.product.listing-type-list .cart-quantity-controller {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.cart-quantity-controller > .cart-controller-element {
  display: inline-block;
  float: left;
  font-size: 15px;
}
.cart-quantity-controller > .cart-controller-minus {
  border-radius: 4px 0 0 4px;
  width: 25%;
  border: medium none;
  height: 30px;
  padding: 0;
  float: left;
}
.cart-quantity-controller > .cart-controller-plus {
  border-radius: 0 4px 4px 0;
  width: 25%;
  border: medium none;
  height: 30px;
  padding: 0;
  float: left;
}
.cart-quantity-controller > .cart-controller-quantity {
}
.product-left.listing-type-list
  .cart-quantity-controller
  > .cart-controller-plus
  .product-left.listing-type-list
  .cart-quantity-controller
  > .cart-controller-minus {
  width: 25%;
}
.cart-quantity-controller > div {
  width: 50%;
  border: medium none;
}
.cart-quantity-controller > .cart-controller-element input {
  border-radius: 0;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 6px 6px;
  height: 30px;
}
table.table-shopping-cart.no-more-table-xs
  .table-shopping-cart-td-quantity
  > .cart-table-quantity-controller {
  display: inline-flex;
}
.table-shopping-cart > tbody > tr > td.table-shopping-cart-td-quantity {
}
.cart-table-quantity-controller {
  display: inline-flex;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.cart-table-quantity-controller > .cart-controller-element {
  display: inline-block;
  font-size: 15px;
}
.cart-table-quantity-controller > .cart-controller-minus {
  border-radius: 4px 0 0 4px;
  width: 25%;
  border: medium none;
  height: 30px;
  padding: 0;
}
.cart-table-quantity-controller > .cart-controller-plus {
  border-radius: 0 4px 4px 0;
  width: 25%;
  border: medium none;
  height: 30px;
  padding: 0;
}
.cart-table-quantity-controller > div {
  width: 50%;
  border: medium none;
}
.cart-table-quantity-controller > .cart-controller-element input {
  border-radius: 0;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 6px 6px;
  height: 30px;
}
span.quantity-step {
  display: none;
}
.product-downloadable-contents a {
  font-size: 17px;
  padding: 0 2px 2px 2px;
}
div.product-caption-feature-list {
  position: static;
}
div.product-caption-feature-list span {
  display: block;
  font-size: 13px;
}
div.product-caption-feature-list span.description {
  height: 51px;
  overflow: hidden;
  line-height: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding-top: 3px;
  margin-top: 3px;
}
.product-inner-wrapper {
  position: relative;
}
.product-actions.product-actions-layout-list {
  display: inline-flex;
  position: static;
  width: 50%;
  float: left;
}
.product-actions.product-actions-layout-tile {
  display: block;
  position: static;
  width: 100%;
}
.product-actions.product-actions-layout-tile > li {
  display: block;
  width: 100%;
}
.product-actions.product-actions-layout-tile > li > button {
  padding: 6px 16px;
  width: 100%;
}
.quantity-info.quantity-out-of-stock {
  color: red;
}
.quantity-info.quantity-low {
  color: darkorange;
}
.quantity-info.quantity-height {
  color: green;
}
.product-group.product-img-wrap {
  margin: 0;
  height: auto;
  margin-bottom: 13px;
}
.product.product-left.listing-type-list .product-img-wrap {
  width: 20%;
  float: left;
}
.product.product-left.listing-type-list .product-img-wrap img {
  padding: 0;
}
.product.product-left.listing-type-list .product-caption {
  width: 80%;
  margin-left: 20%;
  padding: 0 15px;
}
.product.product-left.listing-type-list div.product-caption-feature-list span.description {
  height: auto;
}
.product.product-left.listing-type-list .cart-and-wishlist-controllers {
  position: relative;
  float: right;
  width: 100%;
  z-index: 5;
}
.product-actions.product-actions-layout-list button {
  width: 45%;
  font-size: 15px;
}
.filler50percent {
  width: 50%;
}
.product.product-left.listing-type-list .cart-quantity-controller input {
  padding: 6px 3px;
  font-size: 20px;
  height: 35px;
}
.quantity-info-box {
  margin-top: 10px;
}
.quantity-info-box p:nth-child(2n) {
  text-align: left;
  padding-left: 10px;
}
.quantity-info-box p:nth-child(2n + 1) {
  text-align: left;
}
a,
a:active,
a:focus {
  outline: none;
}
#jqzoom-small .zoomWindow {
  display: none !important;
}
button#category-filters-sidebar-btn {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  color: rgb(60, 41, 41) !important;
  border-color: rgb(60, 41, 41);
  padding: 15px;
  font-size: 17px;
  white-space: normal;
}
.product-inner-wrapper-list {
  /*position: relative;*/
}
.product-inner-wrapper-list .product-link {
  width: 100%;
}
.product {
  margin-bottom: 5px;
}
.category-filters h3 {
  font-size: 20px;
}
.category-filters ul > li > a,
.category-filters-section .checkbox {
  font-size: 17px;
}
.checkbox label {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.owl-nav-out .owl-nav div.owl-prev {
  left: 5px;
}
.owl-nav-out .owl-nav div.owl-next {
  right: 5px;
}
#category-filters-sidebar {
  margin-bottom: 20px;
}
.cateogry-filters-list > li {
  margin-bottom: 10px;
}
#btn-filter {
  width: 90%;
  margin: 5%;
  font-size: 17px;
}
div.filter-in-header-container {
  padding: 8px;
}
div.filter-in-header-container aside {
  border: 1px solid black;
}
.product-left .product-caption-price > span.product-caption-price-old {
  font-size: 13px;
  margin-bottom: 4px;
}
.product-left .product-caption-price > span.product-caption-price-new {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-left .product-caption-price > span.product-caption-discount-percentage {
  font-size: 14px;
  margin-bottom: 4px;
}
.product:not(.listing-type-list) .product-caption-feature-list span {
  height: 40px;
}
.product-actions > li {
  margin-bottom: 5px;
}
.dropdown-menu-shipping-cart {
  padding: 0;
  width: 350px;
  max-height: 310px;
  overflow-y: auto;
}
.dropdown-menu-shipping-cart > li > span:nth-child(1) {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  text-align: right;
}
.dropdown-menu-shipping-cart > li > div:nth-child(2) {
  display: table-cell;
}
.dropdown-menu-shipping-cart > li > span:nth-child(1) > i.fa {
  padding: 0 7px;
}
.dropdown-menu-shipping-cart-total-cost-container {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.32);
}
.dropdown-menu-category-section {
  width: 713px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 8px rgba(72, 109, 151, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 8px rgba(72, 109, 151, 0.55);
}
.dropdown-menu-category-section-theme-img {
  height: 100%;
}
.category-pagination > li.first > a {
  background: #486d97;
  color: #fff;
  border-color: #486d97;
  padding-left: 20px;
  padding-right: 20px;
}
.category-pagination > li.last {
  margin-right: 0;
}
.category-pagination > li.active > a {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.category-pagination > li.active > a:hover {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.filter-in-header-container .col-md-6 {
  padding: 0;
}
.dropdown-menu-shipping-cart > li {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 5px 0;
}
.table-shopping-qty {
  min-width: 50px;
  text-align: center;
}
.table-shopping-remove {
  cursor: pointer;
}
.cart-rapid-add-item-controller {
  margin-bottom: 10px;
}
.cart-rapid-add-item-controller > * {
  display: inline-block;
}
.cart-rapid-add-item-controller > button {
  width: 25%;
  margin-top: 10px;
}
.cart-rapid-add-item-controller input:nth-child(1) {
  width: 60%;
}
.cart-rapid-add-item-controller input:nth-child(3) {
  width: 25%;
  text-align: center;
  padding: 6px;
}
.cart-rapid-add-item-controller input:nth-child(4) {
}
.cart-rapid-add-item-controller > ul {
  width: 300px;
  display: none;
  position: absolute;
  z-index: 5;
  background-color: #ededed;
  border-width: 0 1px 1px 1px;
  border-color: #cccccc;
  border-style: solid;
  list-style: none;
  padding: 0;
}
.cart-rapid-add-item-controller > ul > li {
  border-bottom: 1px solid #cccccc;
}
.cart-rapid-add-item-controller > ul > li > a {
  cursor: pointer;
  padding: 6px;
  display: block;
}
.cart-rapid-add-item-controller > ul > li > a:hover,
.cart-rapid-add-item-controller > ul > li > a:active {
  text-decoration: none;
}
.cart-rapid-add-item-controller > span {
  display: inline-block;
  width: 60%;
  padding: 0;
  margin: 10px 21px 0 0;
}
.cart-rapid-add-item-controller > span > span {
  padding: 0 5px;
  font-weight: bold;
}
div.admin-product-field input,
input.admin-product-field {
  width: 300px;
}
.admin-rapid-item-selector-controller > * {
  display: inline-block;
}
.admin-rapid-item-selector-controller > ul {
  width: 300px;
  display: none;
  position: absolute;
  z-index: 5;
  background-color: #ededed;
  border-width: 0 1px 1px 1px;
  border-color: #cccccc;
  border-style: solid;
  list-style: none;
  padding: 0;
}
.admin-rapid-item-selector-controller > ul > li {
  border-bottom: 1px solid #cccccc;
}
.admin-rapid-item-selector-controller > ul > li > a {
  cursor: pointer;
  padding: 6px;
  display: block;
}
.admin-rapid-item-selector-controller > ul > li > a:hover,
.admin-rapid-item-selector-controller > ul > li > a:active {
  text-decoration: none;
}
.dropdown-menu-shipping-cart-total,
.dropdown-menu-shipping-info {
  float: none;
  display: block;
}
.dropdown-menu-shipping-info {
  font-size: 13px;
  font-weight: normal;
  margin: 4px;
  font-style: italic;
}
button#continueShopping {
  margin-top: 10px;
}
button#xlsImport {
  margin-top: 10px;
}
.button-with-top-gap {
  margin-top: 10px;
}
.shopping-cart-min-order-value {
  text-align: justify;
  margin-top: 15px;
  font-style: normal;
  font-size: 14px;
  color: red;
  border-top: 1px solid rgb(158, 157, 157);
  padding-top: 7px;
}
.shopping-cart-min-order-value span {
  font-weight: bold;
}
.shopping-cart-shipping-info {
  text-align: justify;
  margin-top: 15px;
  font-style: italic;
  font-size: 14px;
  border-top: 1px solid rgb(158, 157, 157);
  padding-top: 7px;
}
.table-shopping-controller {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e6e6e6;
  color: #595959;
  cursor: pointer;
}
.table-shopping-controller:hover {
  text-decoration: none;
}
.table-shopping-controller:nth-child(2):hover {
  color: #f00;
}
.table-shopping-controller:nth-child(1):hover {
  color: green;
}
.table-shopping-cart-pending-orders {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.table-shopping-cart,
.table-shopping-cart-pending-orders {
  font-size: 12px;
}
table.table-shopping-cart-pending-orders tr > td {
  vertical-align: middle;
  padding: 1px 5px;
}
.table-shopping-cart-pending-orders .fa-close {
  display: none;
}
table.table-shopping-cart tbody > tr > td {
  padding: 3px 10px;
}
#cartSummaryAffix {
  top: 70px;
}
#cartSummaryAffix a.btn {
  width: 100%;
}
#cartSummaryAffix a.btn.btn-default {
  margin-top: 5px;
}
.message_success {
  color: green;
  font-weight: bold;
}
.message_error {
  color: red;
  font-weight: bold;
}
.registration > ul > li {
  width: 50%;
  text-align: center;
}
.registration > ul > li > a {
  font-size: 17px;
  margin: 0;
}
ul.dropdown-menu > li > a.dropdown-menu-shipping-cart-checkout {
  padding: 6px 12px;
}
ul.dropdown-menu > li > a.dropdown-menu-shipping-cart-checkout:hover {
  background-color: #416288;
}
div.status-bar-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
ul.status-bar {
  padding: 0;
  margin: 0;
  display: table-row;
  width: 100%;
}
ul.status-bar > li {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 4px;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
}
ul.status-bar > li.ready {
  background-color: rgb(140, 152, 165);
  color: white;
}
ul.status-bar > li:after {
  content: ' ';
  background-image: url('../../img/caret_sprite.png');
  height: 100%;
  position: absolute;
  width: 26px;
  height: 68px;
  background-size: 300% 100%;
  background-repeat: no-repeat;
  right: 0px;
  top: 0;
  background-position: -52px 0px;
  margin-right: -26px;
  z-index: 1;
}
ul.status-bar > li.ready:after {
  background-position: -28px 0px;
}
ul.status-bar > li.active:after {
  background-position: 0;
}
ul.status-bar > li:last-child:after {
  background: none;
}
ul.status-bar > li.active {
  background-color: rgb(54, 82, 113);
  color: white;
}
ul.status-bar > li.order-step > a {
  color: inherit;
}
ul.status-bar > li.order-step > a:hover {
  cursor: pointer;
}
form.select-delivery-method {
  padding-left: 30px;
}
form.select-delivery-method label {
  display: block;
}
div.select-payment-method {
  padding-left: 30px;
}
.blog-post-title {
  font-size: 25px;
}
.faq-container .panel-title > a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: normal;
  transition: all 1s ease;
}
.faq-container .panel-title > a:hover {
  cursor: pointer;
}
.faq-container .panel-title > a:active,
.faq-container .panel-title > a:focus,
.faq-container .panel-title > a:hover {
  text-decoration: none;
}
.faq-container .panel-title > a[aria-expanded='true'] {
  background-color: rgba(54, 82, 113, 0.17);
}
.faq-container .panel-group .panel + .panel {
  margin: 0;
}
.faq-container .panel-heading {
  padding: 0;
}
.se-accordion {
  margin-bottom: 1px;
  border-radius: 0px;
}
.se-accordion .panel-title > a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: normal;
  transition: all 1s ease;
}
.se-accordion .panel-title > a:hover {
  cursor: pointer;
}
.se-accordion .panel-title > a:active,
.se-accordion .panel-title > a:focus,
.se-accordion .panel-title > a:hover {
  text-decoration: none;
}
.se-accordion .panel-title > a[aria-expanded='true'] {
  background-color: rgba(54, 82, 113, 0.17);
}
.se-accordion .panel-group .panel + .panel {
  margin: 0;
}
.se-accordion .panel-heading {
  padding: 0;
  background-color: rgba(245, 245, 245, 0.55);
}
.faq-subheading {
  font-size: 17px;
  font-weight: bold;
}
.profile-container .ul-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.profile-container .ul-menu li {
  display: inline-block;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 0;
}
.profile-container .ul-menu li:hover {
  background-color: #486d97;
}
.profile-container .ul-menu li > a {
  display: block;
  padding: 10px 20px;
}
.profile-container .ul-menu li > a:hover {
  color: white;
  text-decoration: none;
}
.profile-tab {
  display: block;
}
table.se-table {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
table.se-table > tbody > tr.item-row > td,
table.se-table > thead > tr.item-row:first-child > th {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.profile-container .se-accordion .item-row {
  padding: 3px 0;
}
.profile-container .se-accordion .item-row:nth-child(2n),
.profile-container .se-table .item-row:nth-child(2n),
table.se-table > thead > tr.item-row:first-child {
  background-color: rgba(128, 128, 128, 0.18);
}
.profile-container table.se-table > tbody > tr.summarize-row > td {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
div.display-table {
  display: table;
  width: 100%;
}
div.table.border-collapse {
  border-collapse: collapse;
}
div.display-table div.display-table-row {
  display: table-row;
  width: 100%;
}
div.display-table div.display-table-row > div.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
table.profile-page-table > tbody > tr:nth-child(2n + 1) {
  background-color: RGBA(54, 82, 113, 0.19);
}
table.unpaid-bills-table > tbody > tr:nth-child(2n + 1) > td {
  border-right-color: white;
}
table.unpaid-bills-table > tbody > tr:nth-child(2n + 1) > td:last-child {
  border-right-color: #dddddd;
}
#shipping-address {
  border-top: 1px solid #cbcbcb;
  padding-top: 10px;
}
.delivery-method {
  border-top: 1px solid #cbcbcb;
  padding-top: 10px;
}
.delivery-method .from-controller-container {
  margin-left: 20px;
}
.table-shopping-cart-td-controllers {
  position: relative;
}
.table-shopping-cart-td-controllers .cover-element {
  display: none;
}
.empty-cart-text {
  display: none;
}
tr.cart-error:not(.cart-error-text) {
  border-style: solid solid none solid;
  border-color: red;
  border-width: 2px;
}
tr.cart-error.cart-error-text {
  border-style: none solid solid solid;
  border-color: red;
  border-width: 2px;
  text-align: center;
  color: red;
}
tr.cart-error.cart-error-text > td {
  border: none;
}
tr.cart-warning:not(.cart-warning-text) {
  border-style: solid solid none solid;
  border-color: orange;
  border-width: 2px;
}
tr.cart-warning.cart-warning-text {
  border-style: none solid solid solid;
  border-color: orange;
  border-width: 2px;
  text-align: center;
  color: orange;
}
tr.cart-warning.cart-warning-text > td {
  border: none;
}
.table-shopping-cart-pending-orders div.i-check {
  display: block;
  float: none;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.static-cart-list .owl-carousel {
  margin-bottom: 10px;
}
.iframe-loading-placeholder {
  position: absolute;
  width: 100%;
  height: 475px;
  top: 0px;
  text-align: center;
  font-size: 40px;
  background-color: rgb(209, 209, 209);
  transition: all 1s ease;
  opacity: 1;
  z-index: 999;
}
.iframe-loading-placeholder img {
  top: 150px;
  position: relative;
}
.page-header {
  margin: 10px 0 10px 0;
}
div.product-page-product-name {
  padding-right: 80px;
}
div.product-page-product-name h1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
div.product-page-article-number {
  font-size: 18px;
}
div.brand {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.product-page-description-header {
  position: relative;
  margin-bottom: 20px;
}
.product-page-desc {
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
  position: relative;
  height: auto;
}
div.brand div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
img.brand {
  width: 80px;
}
.product-page-price {
  font-size: 25px;
  background-color: orange;
  color: white;
  padding: 5px;
}
.product-page-price-discount {
  font-size: 30px;
  white-space: nowrap;
  background-color: orange;
  color: white;
  padding: 5px;
}
.product-page-discount-percent {
  font-size: 20px;
  white-space: nowrap;
  color: orange;
  background-color: white;
  padding: 5px;
}
p.quantity-unit {
  font-size: 13px;
}

table.all-price {
  border: 1px solid #365271;
  width: 100%;
}
table.all-price tr td {
  padding: 2px 5px;
  text-align: right;
}
.jqzoom-list {
  width: 100%;
}
.jqzoom-list > li {
  width: 20%;
  margin: 0;
}
.jqzoom-list > li > a {
  width: 100%;
  padding: 2px;
}
.product-page-side-section {
  text-align: center;
}
.product-page-shortcut-links a {
  border: 1px solid #cccccc;
  padding: 3px 7px;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
  font-size: 25px;
}
.product-page-shortcut-links a:hover {
  background-color: #e6e6e6;
}
.product-gallery-shortcut-links a {
  position: relative;
  transition: all 0.2s ease 0s;
  font-size: 25px;
}
.product-gallery-shortcut-links a:hover {
  background-color: #e6e6e6;
}
.product-gallery-shortcut-links a::after {
  content: 'Video';
  position: absolute;
  height: calc(100% - 4px);
  left: 2px;
  width: calc(100% - 4px);
  /*background-image: url('/img/360_kor_sima.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 40%;
  background-size: 50% 50%;*/
  background-color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
  color: orange;
  text-align: center;
  padding-top: 33%;
  font-weight: bold;
  border-radius: 3px;
}
.product-gallery-shortcut-links-carousel a::after {
  position: fixed;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
img.property-icon {
  margin-left: 10px;
  display: none;
  /*width: 38px;*/
  width: 8px;
  text-align: center;
  position: absolute;
  float: left;
}
.category-pagination > li {
  display: inline-block;
  margin: 0px;
}
.category-pagination-sign {
  font-size: 14px;
  color: #6f6f6f;
  margin: 5px 0 10px;
}
.product-img-list-single,
.product.product-left.listing-type-list .product-img-wrap.product-img-list-wrap {
  width: 12%;
  float: left;
}
.product.product-left.listing-type-list .product-caption {
  width: 88%;
  margin-left: 0;
}
.product.product-left.listing-type-list .product-caption > div > div:first-child {
  width: 100%;
  float: left;
}
.product-img-tile-single {
  width: 60%;
  margin: 0 20%;
}
.product.listing-type-list {
  padding: 5px;
}
.product.listing-type-list button.cart-controller-element {
  padding: 0px;
}
.product.listing-type-list .cart-quantity-controller > .cart-controller-element {
  height: 35px;
}
.product.listing-type-tile {
  padding: 10px;
}
.product.product-group.listing-type-tile .product-img-tile-single {
  width: 30%;
}
.product.product-group.listing-type-tile .product-caption {
  display: inline-block;
  width: 60%;
  text-align: center;
  vertical-align: middle;
}
.row-eq-height .product.listing-type-tile {
  height: 100%;
  position: relative;
}
.product.product-group h5 {
  color: #0071bf;
}
.product.product-group h5.product-caption-title {
  height: auto;
}
.product.product-group .product-caption {
  padding: 10px 15px 0;
}
.product-caption {
  padding: 10px 0px;
}
.product-left .product-caption-title {
  font-size: 15px;
}
.product-left .product-caption {
  float: left;
}
.product-actions.product-actions-layout-list button {
  padding: 6px 16px;
}
.product-actions.product-actions-layout-list button:first-child {
  margin-right: 2px;
}
.product.product-group.listing-type-list .product-caption {
  padding-left: 15px;
  text-align: left;
  margin-top: 30px;
}
#checkStock {
  width: 100%;
}
.se-comment {
  border-left: 3px solid rgb(54, 82, 113);
  background-color: rgba(255, 255, 255, 0.53);
  padding: 10px;
}
.se-alrigt {
  border-left: 3px solid green;
  background-color: rgba(255, 255, 255, 0.53);
  padding: 10px;
}
.se-warning {
  border-left: 3px solid orange;
  background-color: rgba(255, 255, 255, 0.53);
  padding: 10px;
}
.se-error {
  border-left: 3px solid red;
  background-color: rgba(255, 255, 255, 0.53);
  padding: 10px;
}
.se-error-text {
  color: red;
}
table.order-summary-table tbody > tr:first-child > td {
  border-top: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.cookie-policy-container {
  position: fixed;
  display: none;
  width: 100%;
  background-color: RGBA(24, 24, 24, 0.9);
  transition: bottom 1s ease;
  z-index: 15;
}
/*.cookie-policy-container.pushed-down{*/
.pushed-down {
  bottom: -300px !important;
}
/*.cookie-policy-container.pulled-up{*/
.pulled-up {
  bottom: 0px !important;
}
.cookie-policy-container > .container {
  padding: 10px 0;
}
.cookie-policy-container > .container > p {
  display: inline-block;
  color: white;
  font-size: 16px;
  margin: 0;
  width: 80%;
  padding: 5px;
}
.cookie-policy-container > .container > p > a {
  color: #4880c0;
}
.cookie-policy-container > .container > p > a:hover {
  color: #3f94f5;
}
.cookie-policy-container > .container > button {
  float: right;
  background-color: yellow;
}
#global-wrapper > .navbar.yamm.affix + div.container:nth-child(5) {
  padding-top: 95px;
}
html.smaller-than-screen,
body.smaller-than-screen,
.global-wrapper.smaller-than-screen {
  height: 100%;
}

body.smaller-than-screen > .global-wrapper.smaller-than-screen {
  height: auto;
  min-height: 100%;
}

.global-wrapper.smaller-than-screen {
  padding-bottom: 115px;
}
.main-footer.smaller-than-screen {
  position: relative;
  margin-top: -180px;
  clear: both;
}
ul.category-selections > li:nth-child(1) > a,
ul.category-selections > li:nth-child(2) > a {
  font-size: 40px;
  padding: 10px;
  width: auto;
  height: auto;
}
ul.category-selections > li:nth-child(3),
ul.category-selections > li:nth-child(4) {
  width: 100%;
}
ul.category-selections > li:nth-child(3) > span,
ul.category-selections > li:nth-child(4) > span {
  position: static;
}
ul.category-selections > li:nth-child(3) > select,
ul.category-selections > li:nth-child(4) > select {
  width: 100%;
}
.superbrands-logo {
  height: 60px;
  /*float: left;*/
  margin-right: 5px;
}

.superbrands-seal {
  height: 120px;
}

.magyarbrands-logo {
  width: 150px;
  margin-right: 5px;
  padding: 12px 5px 11px 5px;
  margin-top: 2px;
}

.kh-logo-with-text {
  width: 200px;
}

.brand-logo {
  width: 200px;
}
.naturpack-logo {
  width: 200px;
}

.superbrands-col {
  text-align: end;
  padding: 0px;
}
.others-col {
  text-align: start;
  padding: 0px;
}

@media screen and (max-width: 991px) {
  .superbrands-logo {
    margin-left: 0px;
    margin-top: 2px;
  }
  .kh-logo-with-text {
    width: 177px;
    margin-top: 2px;
    padding-top: 2px;
  }

  .brand-logo {
    width: 177px;
  }
}
@media screen and (max-width: 766px) {
  .superbrands-col {
    text-align: center;
    /* float: left;*/
  }
  .others-col {
    text-align: center;
  }
}
.kh-logo {
  width: 155px;
  /*padding: 10px;*/
  background-color: white;
  float: left;
  margin: 0px 10px 10px 0px;
}
.main-footer-social-list {
  margin-top: 3px;
}
.main-footer-links-list-lg > li,
.main-footer-social-list > li {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin: 2px 0;
  float: none;
  display: inline;
  white-space: nowrap;
}
.main-footer-social-list > li > a.fa {
  display: inline-block;
}
.main-footer-social-list > li .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
}
.yamm .dropdown {
  margin: 10px 0;
}
.yamm .dropdown.yamm-fw > a {
  padding: 9px 10px;
}
.dropdown-menu-theme-image {
  z-index: 0;
  height: 100%;
}
.mfp-dialog.mfp-dialog-manual {
  width: 600px;
  max-width: 100%;
}
.mfp-dialog.mfp-dialog-manual label {
  display: block;
}
.inline-from-control .form-control {
  display: inline;
  width: auto;
}
.dropdown-menu-shipping-cart-img {
  margin-top: 4px;
}
#cart-amount-info {
  opacity: 1;
  text-align: center;
}
#cart-quantity-info {
  display: inline;
  font-size: 14px;
  opacity: 1;
}
.added-to-cart-animation {
  border: 2px solid #365271;
  position: absolute;
  z-index: 100;
  transition: all 2s ease 0s;
  opacity: 1;
  text-align: center;
}
#slider-iframe {
  width: 100%;
  height: 424px;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.slider-item,
.slider-item-sm {
  height: 475px;
}

@media (min-width: 1200px) {
  .slider-item,
  .slider-item-sm {
    height: 524px;
  }
}
.product-lg .product-caption-price > span {
  font-size: 16px;
}
#cart-dropdown-list {
  min-width: 350px;
  max-height: 400px;
}
#profile-menu-dropdown-list {
  position: absolute;
  right: 0px;
  max-width: 300px;
}
#profile-menu-dropdown-list .login-name {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(54, 82, 113);
  font-weight: bold;
}
.dropdown-menu > li > a > i.fa {
  margin-right: 10px;
  color: gray;
  font-size: 17px;
}
.dropdown-menu > li > a:hover > i.fa {
  color: #365271;
}
.private-policy h2 {
  margin-top: 53px;
  font-size: 20px;
}
.gap-left {
  margin-left: 15px;
}
.sitemap ul.list-unstyled li {
  margin-bottom: 10px;
}
.sitemap ul.list-unstyled li a:hover {
  cursor: pointer;
}
.sitemap .dropdown-menu-category-section-content {
  min-height: 260px;
  padding-top: 0;
}
.sitemap-menu-container > div:first-child hr,
.sitemap-standard-pages > hr:first-child {
  margin-top: 0;
}
.sitemap .sitemap-menu-container h2 {
  margin-top: 10px;
}
.partner-tables {
  border-width: 3px;
}
.partner-tables thead tr {
  background-color: #365271;
  color: white;
}
.partner-tables td.padding-left {
  padding-left: 30px;
}
.partner-tables tr > td:nth-child(2),
.partner-tables tr > th:nth-child(2),
.partner-tables tr > td:nth-child(3),
.partner-tables tr > th:nth-child(3) {
  text-align: center;
  vertical-align: middle;
}
.partner-tables th {
  font-style: italic;
}

div.loading-icon {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

div.loading-icon div.loading-icon-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.article-paragraph {
  line-height: 1.6em;
  margin-bottom: 20px;
  text-align: justify;
}
.article-paragraph.editable {
  transition: padding 0.5s ease;
  position: relative;
}
.article-paragraph .news-controls {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 1s ease;
  z-index: 10;
}
.article-paragraph.editable:hover {
  border: 2px dashed #aeaeae;
  padding: 10px;
}
/*.article-paragraph.editable .news-controls{*/
.article-paragraph.editable:hover .news-controls {
  display: block;
  opacity: 1;
  padding: 0 15px;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-style: dashed;
  border-width: 0 0 2px 2px;
  border-color: #aeaeae;
}
.article-paragraph.editable .news-controls li {
  padding: 10px 0;
}
.article-paragraph.editable:hover .news-controls .fa:hover {
  cursor: pointer;
}
.article-paragraph.editable.selected {
  border: 2px dashed RGBA(255, 0, 0, 0.6);
  padding: 10px;
}
.article-paragraph.editable.selected:hover .news-controls {
  border-color: RGBA(255, 0, 0, 0.6);
}

.article-paragraph.add-new-paragraph {
  text-align: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #aeaeae;
  cursor: pointer;
}
.no-wrap {
  white-space: nowrap;
}
.se-energy-labels {
  border-right: 1px solid #d9d9d9;
}
.dropdown-menu-category > li > a {
  height: auto;
  line-height: 12px !important;
  font-size: 13px;
  white-space: normal;
  padding: 5px 6px !important;
}
.required-field-sign {
  color: #e00000;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  font-size: 15px;
  font-family: Courier;
  font-weight: bold;
}
.required-field-info {
  padding-top: 25px;
}
.required-field-info label {
  float: right;
}
.visible-category {
  display: block !important;
}
.search-result-place-list {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 15;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 30px;
}
.search-result-place-list > ul {
  padding: 0;
  margin: 0;
}
.search-result-place-list > ul > .search-result-item {
  list-style-type: none;
  background-color: #f8f8f8;
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
}
.search-result-place-list > ul > .search-result-item:last-child {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.search-result-place-list > ul > .search-result-item a {
  display: block;
  padding: 2px 10px;
}
.search-result-place-list > ul > .search-result-item:first-child a {
  padding-top: 6px;
}
.search-result-place-list > ul > .search-result-item:last-child a {
  padding-bottom: 6px;
}
.search-result-place-list > ul > .search-result-item a:hover {
  text-decoration: none;
  cursor: pointer;
}
.search-result-place-list > ul > .search-result-item > i {
  font-size: 13px;
}
.unreaded-news-popup {
  position: fixed;
  bottom: -300px;
  z-index: 10;
  background-color: #365271;
  max-width: 350px;
  width: 100%;
  transition: all 1s ease;
  border-radius: 4px 4px 0 0;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #f49c10;
  margin-right: 10px;
  right: 0;
}
.unreaded-news-popup > header {
  color: white;
  padding-bottom: 10px;
  font-weight: bold;
}
.unreaded-news-popup > ul {
  margin: 0 -15px -10px -15px;
  background-color: white;
  padding: 0;
  list-style: none;
}
.unreaded-news-popup > ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0px;
}
.unreaded-news-popup > ul > li:hover {
  background-color: #e3e3e3;
}
.unreaded-news-popup > ul > li > a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  padding: 5px 20px;
}
.unreaded-news-popup > ul > li > a:hover {
  text-decoration: none;
}
.unreaded-news-popup > ul > li > a > .fa {
  margin-right: 10px;
  font-size: 17px;
}
.unreaded-news-popup .fa.fa-close {
  font-size: 20px;
}
.unreaded-news-popup .fa.fa-close:hover {
  cursor: pointer;
}
div.captcha {
  background-color: #aaaacc;
  margin: 15px;
  padding-bottom: 1px;
}
div.captcha div.captcha-inner {
  padding: 0;
  margin: 0;
}
div.captcha div.captcha-question,
div.captcha div.captcha-answer {
  background-color: #aaaacc;
  padding: 5px;
  height: 45px;
  margin: 0;
}
div.captcha div.captcha-question {
  padding: 10px 5px 10px 0px;
}
div.captcha label {
  float: left;
}
div.captcha div.captcha-info {
  /*background-color: #aaaacc;*/
  margin: 0;
  text-align: center;
}
div.captcha div.captcha-info label {
  float: none;
}
.blog-sidebar-section {
  border-bottom: none;
}
.blog-sidebar-posts.unreaded-news-list > li:before {
  content: '\f1ea';
}
.global-wrapper.rnd-class {
  padding-top: 96px;
}
.global-wrapper.rnd-class > .navbar-pad {
  margin-top: -96px;
}
.global-wrapper.rnd-class > .navbar-pad.out-of-view {
  margin-top: 0px;
}
.remove-favorites > .fa-stack {
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
}
.remove-favorites > .fa-stack > .fa-stack-1x {
  font-size: 0.8em;
}
.remove-favorites > .fa-stack > .fa-stack-2x {
  font-size: 1.3em;
}
.spin-star {
  color: orange;
  transition: all 1s ease;
  transform: rotateZ(360deg);
}
.breadcrumb > li > h2 > a {
  color: #595959;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.breadcrumb > li > h2 {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  display: inline;
}
.page-breadcrumb > li + li::before {
  color: #595959;
  content: '\f101 ';
}
.product-page-description-container > .box-highlight:nth-child(1),
.jqzoom-stage {
  margin-top: 10px;
}
.gallery-thumbnails-sm .owl-item > a > img {
  padding: 5px;
}
.gallery-thumbnails {
  margin-top: 10px;
}
.gallery-thumbnails .owl-item > div {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 2px;
}
.gallery-thumbnails .owl-item > div > a {
  display: block;
  padding: 5px;
  border-radius: 3px;
}
.gallery-thumbnails .owl-item > div > a.zoomThumbActive {
  -webkit-box-shadow: 0 0 0 2px rgba(72, 109, 151, 0.75);
  box-shadow: 0 0 0 2px rgba(72, 109, 151, 0.75);
}

.font-bronze {
  color: #cd7f32 !important;
}
.font-silver {
  color: #c0c0c0 !important;
}
.font-gold {
  color: #ffd700 !important;
}
.font-red {
  color: #ff0000 !important;
}
.font-green {
  color: #00ff00 !important;
}
.font-blue {
  color: #0000ff !important;
}
.font-lightblue {
  color: lightblue !important;
}
.font-cyan {
  color: cyan !important;
}
.font-ujdonsag {
  color: #00b050 !important;
}
.font-vegkiarusitas {
  color: #ed7d31 !important;
}
.font-klima {
  color: #00b0f0 !important;
}
/*
#1F497D
red akciók
#00B050 újdonságok
#ED7D31 végkiárusítás
#00B0F0 klíma
*/
.font-orange {
  color: #ff6600 !important;
}
.font-yellow {
  color: #cc9900 !important;
}
.font-bold {
  font-weight: bold !important;
}
.owl-item .product-caption {
  padding: 10px 0;
}
.owl-item .product-caption-price {
  margin-top: 0px;
  text-align: center;
  line-height: initial;
}
.row-eq-height .banner-category {
  height: 100%;
}
.copyright-holder {
  text-align: center;
  padding: 0 14px 14px;
}
.copyright-holder > span {
  font-size: 12px;
  color: rgb(255, 255, 255);
  opacity: 0.75;
}
.copyright-holder > span > a {
  color: inherit;
}
span.menu-item,
a.menu-item {
  margin-top: 0;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
  color: black;
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
span.menu-item:hover,
a.menu-item:hover {
  text-decoration: none;
  color: #486d97;
}
.gap-very-small {
  margin: 8px 0 8px 0;
}
.product-params.table > tbody > tr > td {
  padding: 3px;
}
.navbar-main {
  background-color: #f6f6f6;
}
.switch_user span {
  color: navy;
  font-weight: bold;
}
.product-page-features-table-specs,
.product-page-features-table-details {
  width: 25%;
}
#list-order-form #list-order-combo {
  width: 200px;
}
.allowances_info {
  line-height: 30px;
}
.allowance_cell {
  padding: 2px 8px;
  border: 3px solid white;
  color: rgb(0, 113, 191);
  text-align: right;
}
.allowance_cell_bg {
  background-color: rgb(0, 113, 191);
  color: white;
}
.datepicker-dropdown {
  z-index: 9999;
}
.panel.panel-danger.error-user-data > *,
.panel.panel-warning.warning-user-data > * {
  padding: 10px;
  font-size: 13px;
}
.form-group {
  margin-bottom: 5px;
}
.form-group label {
  margin-bottom: 2px;
}
.color-new {
  color: #ff6600 !important;
}
.color-discount {
  color: red !important;
}
.product-labels > li.title-discount {
  color: red;
}
.product-labels > li.title-new {
  color: #ff6600;
}
.product-labels > li.title-discontinued {
  color: yellow;
}
.product-labels > li.title-offer {
  color: #1d9b72;
}
.product-labels {
  font-size: 18px;
  z-index: 6;
}
.product-labels-main {
  font-size: 12px !important;
}
.listing-type-list .product-labels {
  font-size: 9px;
}
.product-labels:hover * {
  cursor: help;
}
.product-labels > li {
  background: none;
  box-shadow: none;
}
.product-labels > li:hover {
  cursor: pointer;
}
.product-labels .fa-stack-1x {
  color: white;
  font-size: 16px;
}
.listing-type-list .product-labels .fa-stack-1x {
  color: white;
  font-size: 8px;
}
.product-labels-main .fa-stack-1x {
  color: white;
  font-size: 14px !important;
}
.dropdown-menu-category-section.affix {
  position: fixed;
}
.own-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background-color: #fff;
  border-radius: 16px;
  border-color: 1px solid black;
}
.own-close:hover {
  opacity: 1;
  cursor: pointer;
}
.own-close:before,
.own-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 3px;
  background-color: #333;
  top: 5px;
}
.own-close:before {
  transform: rotate(45deg);
}
.own-close:after {
  transform: rotate(-45deg);
}
.dropdown-menu {
  min-width: 148px;
}
.dropdown-menu-category > li > a:after {
  width: 15px;
}
.product-page .gallery-container .product-labels {
  left: 10px;
}
#mainNavbar {
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  padding-top: 3px;
}
.navbar-main-white.affix {
  position: fixed;
  width: 100%;
  top: 0;
}
.nav > li > a {
  color: #486d97;
  padding: 10px;
  margin-left: 1px;
  margin-right: 2px;
}
.navbar-before-white,
.navbar-main-white {
  /*background: #f6f6f6;*/
  background: transparent;
}
.navbar-before.mobile-hidden.navbar-before-white {
  padding: 3px 0 2px;
}
.navbar-before-white .nav > li > a {
  font-size: 13px;
  color: #486d97;
}
.navbar-before-white .nav > li > a:hover {
  text-decoration: underline;
}
.navbar.affix > .container .navbar-brand {
  margin-top: -11px;
  padding-bottom: 7px;
}
.navbar-nav > li > a {
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.navbar-main-search-category-select {
  font-size: 14px;
}
.navbar-main-white .navbar-main-search {
  -webkit-box-shadow: 0 0 0 1px #7d7d7d;
  box-shadow: 0 0 0 1px #7d7d7d;
}
.navbar-brand {
  padding: 15px 15px 10px;
}
.affix .navbar-form {
  margin-top: 2px;
}
.affix .navbar-nav > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  /*padding-bottom: 16px;*/
  margin-top: -3px;
}
.read-more-tool {
  position: absolute;
  width: 100%;
  height: 65px;
  z-index: 1;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  text-align: center;
  font-size: 25px;
  background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, white); /* Standard syntax */
}
.read-more-tool .fa {
  margin-top: 30px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
}
.read-more-tool .fa:hover {
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.paragraph-clone {
  position: absolute;
  webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 8px rgba(72, 109, 151, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 8px rgba(72, 109, 151, 0.55);
  transition: height 0.3s ease;
  min-height: 374px;
}
.paragraph-clone .product-page-desc {
  overflow: visible;
  height: auto;
}
.paragraph-clone * {
  height: auto !important;
}
#yamm-menubar.container {
  margin: 0;
  padding: 0;
  width: 100%;
  margin: auto;
}
#main-nav-collapse > ul:first-child {
  padding: 0 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #505050;
}
.navbar-inverse .navbar-nav > li:hover > a {
  background: none;
  color: #505050;
}
.product-actions.product-actions-layout-tile.only-add-to-whislist {
  /*position: absolute;*/
  /*margin-bottom: 0;*/
  margin-top: 73px;
  top: auto;
  bottom: 0;
  /*padding: 15px 10px;*/
  left: 0;
}
.mobile-sub-menu .row a {
  width: 100%;
  display: block;
}
.navbar-main .navbar-nav > li.open > a {
  background-color: #486d97;
  color: white;
  padding-left: 3px;
}
.without-arrow:after {
  content: '' !important;
}
div.display-table.contact-info-table div.display-table-row > div.display-table-cell {
  border: none;
}
.display-table.contact-info-table > .display-table-row > .display-table-cell {
  padding: 5px 5px 5px 0;
}
.info-row {
  text-align: center;
  padding: 15px 0;
}
.gallery-thumbnails-sm > .owl-carousel {
  margin: 0 -3px;
}
ol.main-ol > li {
  margin-top: 50px;
}
ol.nested-ol {
  counter-reset: item;
}
ol.nested-ol > li {
  display: block;
}
ol.nested-ol > li:before {
  content: counters(item, '.') '.';
  counter-increment: item;
  font-size: 20px;
  font-weight: bold;
}
ol.nested-ol > li > ol.nested-ol > li:before {
  font-size: 18px;
  font-weight: bold;
}
ol.nested-ol h2,
h3,
h4,
h5 {
  display: inline-block;
}
ol.nested-ol h2 {
  font-size: 20px;
}
ol.nested-ol h3 {
  font-size: 18px;
}
dl.dl-style-1 dd {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 20px;
  margin-right: 0;
}
.ul-circle {
  list-style-type: circle;
}
.menu-item.all-category,
.menu-item.all-category * {
  color: #486d97;
}
.dropdown-menu-category-list {
  margin-bottom: 0.5px;
}
.product-sm .product-caption-title {
  line-height: 17px;
}
.gallery-thumbnails > .owl-nav-out {
  margin: 0 -2px;
}
.faq-container .panel-title,
.faq-container .panel-title > a {
  display: block;
}
.banner-bg {
  transition: all 0.2s cubic-bezier(0.25, 0.16, 0.55, 0.95);
  background-size: auto 100%;
  background-position: center center;
}
.banner-bg.size-1-3 {
  background-size: auto 100%;
}
.banner-bg.size-1-3:hover {
  background-size: auto 105%;
}
.container-13-23 > .size-1-3 {
  background-size: 100% auto;
}
.container-13-23 > .size-1-3:hover {
  background-size: 105% auto;
}
.banner-bg.size-1-3,
.banner-bg.size-2-3 {
  background-position: bottom left;
}
.banner-bg.size-1-1 {
  background-position: bottom left;
}
.banner,
.container-13-23 > .size-1-3 {
  height: 130px;
}
.banner-bg.size-2-3:hover {
  /*background-size: 103% auto;*/
  background-size: auto 103%;
}
.banner-bg.size-1-1:hover {
  /*background-size: 102% auto;*/
  background-size: auto 102%;
}
span.error {
  color: red;
}

#prizeGamePopup,
#inlinePopup {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  background-image: url('/img/popup/popup-background.jpg');
}
#prizeGamePopup.max-1280,
#inlinePopup.max-1280 {
  max-width: 1280px;
}
#prizeGamePopup.max-800,
#inlinePopup.max-800 {
  max-width: 800px;
}
#prizeGamePopup .text-div,
#inlinePopup .text-div {
  /*color:#2e75b6;*/
  color: #fff;
  padding: 50px;
  font-weight: bold;
  /*background-color: #ffffff80;*/
}

#prizeGamePopup .text-div a,
#inlinePopup {
  color: #0084ff;
}

#prizeGamePopup .mfp-close {
  /**
     * Fixen jobb felső sarokba pozícionálja a bezáró x-et
     * Teljesképernyős popupnál esedékes
     */
  /*position: fixed;*/
  /*color: white!important;*/
}

#prizeGamePopup .popup-banner,
#inlinePopup .popup-banner {
  display: none;
}

#index_popup {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
img#bb-adventi-kifesto {
  width: 100%;
  max-width: 800px;
}
#index_popup.close-btn-standard + .mfp-close {
  color: inherit;
}
#index_popup.close-btn-white + .mfp-close {
  color: white !important;
  opacity: 0.8 !important;
}
.mfp-close-btn-in #prizeGamePopup .mfp-close {
  color: #000;
  font-size: 50px;
  text-shadow: 0px 0px white;
}
#popup_banner_img {
  /*border: 2px solid white;*/
  width: 100%;
}

.fa.fa-facebook.header,
.fa.fa-facebook.header:active,
.fa.fa-facebook.header:hover,
.fa.fa-facebook.header:focus {
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
  background: #416288;
  padding: 0;
  color: white;
  margin: 7px 6px;
}
.fb-li a.fa.fa-facebook.header {
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 15px;
  margin: 12px 2px;
}
.fb-li a img {
  width: 29px;
}
.navbar-nav > li.fb-li > a {
  margin: 10px 3px 0 0;
  padding: 0;
}
#mainNavbar .fa-user,
.fa.fa-shopping-cart {
  font-size: 20px;
}
#mainNavbar .fa-user,
.fa.fa-shopping-cart {
  font-size: 22px;
}
#cart-quantity-info {
  font-size: 10px;
}
.order-without-reg-alert {
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
}
.cc-payment-admin-page .se-accordion .panel-title {
  position: relative;
}
.cc-payment-admin-page .se-accordion .panel-title > a.btn {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 5px;
  margin: 2px;
  z-index: 10;
}
/* Reszponzív youtube videok */
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/ /* 16:9 */
  padding-bottom: 35.25%;
  padding-top: 25px;
  height: 0;
  max-width: 560px;
  max-height: 315px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bgpos-bt-rt {
  background-position: bottom right !important;
}
/* --------------------------*/
/*---------------------------------*/
/*                                 */
/*        media query-k            */
/*                                 */
/*---------------------------------*/
@media (min-width: 360px) {
  .nav.navbar-nav.account-and-cart-container {
    top: 0px;
    position: absolute;
    margin-right: 70px;
    right: 0;
    width: auto;
  }
}
@media (max-width: 600px) {
  div.product-page-product-name {
    padding-right: 0px !important;
  }
  div.product-page-product-name h1 {
    font-size: 18px;
  }
  .nav.navbar-nav.account-and-cart-container {
    width: auto;
    right: 90px;
    text-align: right;
    margin-right: 0;
  }
  .product.product-left.listing-type-list .product-caption > div > div:first-child {
    width: 50%;
  }
  .product.product-left.listing-type-list .cart-and-wishlist-controllers {
    width: 50%;
  }
  .product.product-left.listing-type-list .cart-quantity-controller > .cart-controller-minus,
  .product.product-left.listing-type-list .cart-quantity-controller > .cart-controller-plus {
    width: 30%;
  }
  .cart-quantity-controller > div {
    width: 40%;
  }
  .cart-quantity-controller > .cart-controller-element {
    font-size: 20px;
  }
  .cart-quantity-controller > .cart-controller-minus {
    width: 30%;
  }
  .cart-quantity-controller > .cart-controller-plus {
    width: 30%;
  }
  .main-footer-links-list-lg,
  .main-footer-social-list {
    text-align: center;
  }
  .main-footer-links-list-lg > li,
  .main-footer-social-list > li {
    display: inline;
  }
  .navbar-main .navbar-nav > li > a {
    padding: 21px 10px;
  }
  .display-table.contact-info-table > .display-table-row > .display-table-cell:nth-child(2) {
    padding-left: 15px;
  }
  .info-row {
    text-align: left;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  #prizeGamePopup .popup-banner,
  #inlinePopup .popup-banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  #prizeGamePopup .text-div,
  #inlinePopup .text-div {
    padding-left: 300px;
  }
  .navbar-pad.affix .container.main-menu,
  .navbar-pad.affix .sub-menus-container {
    display: none;
  }
  .navbar-pad.affix .nav.account-and-cart-container {
    margin: 0;
  }
  .sub-menu {
    position: absolute;
  }
  .product-actions.product-actions-layout-tile {
    display: block;
    border-collapse: separate;
  }
  .product-actions.product-actions-layout-tile > li {
    display: block;
    width: 100%;
  }
  .pending-order-quantity {
    text-align: center;
  }
  .cart-rapid-add-item-controller input:nth-child(1) {
    width: 300px;
  }
  .cart-rapid-add-item-controller input:nth-child(3) {
    width: 60px;
  }
  .cart-rapid-add-item-controller > span {
    display: inline;
    width: auto;
    padding: 0 10px;
    margin: 0;
  }
  .cart-rapid-add-item-controller > * {
    display: inline-block;
    width: auto;
  }
  .cart-rapid-add-item-controller > button {
    width: auto;
  }
  .blog-post-title {
    margin-top: 0;
  }
  .product.product-left.listing-type-list .product-caption > div > div:first-child {
    width: 60%;
  }
  .product.product-left.listing-type-list .cart-and-wishlist-controllers {
    width: 40%;
  }
  .main-footer-links-list-lg {
    text-align: left;
  }
  .main-footer-social-list {
    text-align: right;
  }
  .sitemap .sitemap-menu-container h2 {
    margin-top: 0;
  }
  .cart-rapid-add-item-controller > button {
    margin-top: 0px;
  }
  #main-nav-collapse > ul:first-child {
    width: 720px;
    margin: auto;
    padding: 0;
  }
  ul.status-bar > li {
    width: 20%;
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 4px;
    border-left: 0;
    border-right: 0;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: black;
    position: relative;
    vertical-align: middle;
    padding-left: 26px;
    height: 70px;
    font-size: 13px;
  }
  ul.status-bar > li:nth-child(1) {
    border-left: 1px solid #365271;
  }
  ul.status-bar > li:last-child {
    border-right: 1px solid #365271;
  }
  /*    .product-actions.product-actions-layout-tile{
        display: inline-flex;
    }*/
  .container-13-23 > .size-1-3 {
    background-size: auto 100%;
  }
  .container-13-23 > .size-1-3:hover {
    background-size: auto 105%;
  }
}
@media (min-width: 992px) {
  body.index .navbar-pad .navbar-inverse.navbar-main.yamm {
    display: none;
    box-shadow: none;
  }
  body.index .navbar-pad.affix .navbar-inverse.navbar-main.yamm {
    display: block;
  }
  .language-menu {
    margin-right: 0px;
  }
  .language-selector {
    margin-top: 10px;
    margin-right: 25px;
  }
  .navbar-main-search-category.navbar-main-search > div.search-category-select-container {
    width: 130px;
  }
  .navbar-pad.affix
    .navbar-main-search-category.navbar-main-search
    > div.search-category-select-container {
    width: 130px;
  }
  .navbar-pad.affix .navbar-main-search-category {
    width: 420px;
  }
  .yamm .nav.account-and-cart-container {
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    right: 0px;
    top: 0px;
  }
  .product-actions.product-actions-layout-tile > li > button {
    padding: 6px 16px;
  }
  .cart-quantity-controller > a.cart-controller-minus {
    width: 30%;
  }
  .cart-quantity-controller > a.cart-controller-plus {
    width: 30%;
  }
  .cart-quantity-controller > div {
    width: 40%;
  }
  .quantity-info-box p:nth-child(2n) {
    text-align: right;
    padding: 0;
  }
  body:not(.index) #yamm-menubar-opener,
  body.index .navbar-pad.affix #yamm-menubar-opener {
    display: inline-block;
  }
  .navbar-brand > img {
    width: 80px;
  }
  .cart-quantity-controller > .cart-controller-element {
    font-size: 13px;
    height: 30px;
  }
  .product.product-left.listing-type-list .cart-quantity-controller input {
    font-size: 14px;
    height: 30px;
  }
  .product-inner-wrapper-list {
    position: static;
  }
  .product-inner-wrapper-list .product-link {
    width: 62%;
  }
  .product.product-left.listing-type-list .product-img-wrap {
    width: 80px;
    margin: 0;
  }
  .product-actions.product-actions-layout-list button {
    padding: 3px;
  }
  .owl-nav-out .owl-nav div.owl-prev {
    left: -15px;
  }
  .owl-nav-out .owl-nav div.owl-next {
    right: -15px;
  }
  .category-filters h3 {
    font-size: 14px;
  }
  .category-filters ul > li > a {
    font-size: 13px;
  }
  .category-filters-section .checkbox {
    font-size: 13px;
  }
  .checkbox label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .cateogry-filters-list > li {
    margin-bottom: 5px;
  }
  #btn-filter {
    font-size: 13px;
  }
  div.filter-in-header-container {
    padding-top: 0;
  }
  div.filter-in-header-container aside {
    border: 0;
  }
  div.filter-in-header {
    float: left;
    padding: 18px 5px 0 0;
    margin: 0;
    margin-top: -5px;
  }
  .category-filters-section .checkbox {
    font-size: 12px;
  }
  label.filter-in-header {
    font-weight: bold;
  }
  .product.product-left.listing-type-list .cart-quantity-controller {
    float: left;
    padding-right: 0;
  }
  .shopping-cart-total-list > li > span:nth-child(2) {
    text-align: right;
  }
  ul.status-bar > li,
  ul.status-bar > li:after {
    height: 100%;
  }
  .billing-address-container {
    border-right: 1px solid rgba(128, 128, 128, 0.31);
  }
  .product.listing-type-list .cart-quantity-controller > .cart-controller-element {
    height: 30px;
  }
  .product-actions.product-actions-layout-list {
    padding-left: 10px;
  }
  .static-cart-list {
    max-width: 458px;
  }
  .static-cart-list.affix {
    top: 70px;
  }
  .profile-container .ul-menu {
    max-width: 165px;
  }
  .profile-container .ul-menu.affix {
    top: 70px;
  }
  ul.category-selections > li:nth-child(1) > a,
  ul.category-selections > li:nth-child(2) > a {
    font-size: inherit;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  ul.category-selections > li:nth-child(3),
  ul.category-selections > li:nth-child(4) {
    width: auto;
  }
  ul.category-selections > li:nth-child(3) > span,
  ul.category-selections > li:nth-child(4) > span {
    position: absolute;
    white-space: nowrap;
  }
  ul.category-selections > li:nth-child(3) > select,
  ul.category-selections > li:nth-child(4) > select {
    width: auto;
  }
  .product {
    padding: 5px;
  }
  .product-lg .product-caption-price > span {
    font-size: 14px;
  }
  .sitemap-menu-container {
    border-left: 1px solid rgba(128, 128, 128, 0.31);
  }
  .yamm .dropdown {
    position: static;
  }
  div.captcha {
    background-color: transparent;
    margin: 0;
    margin-bottom: 15px;
  }
  div.captcha div.captcha-question {
    padding: 10px 5px 10px 15px;
  }
  div.captcha div.captcha-info {
    background-color: #aaaacc;
  }
  .gallery-thumbnails {
    width: 100%;
  }
  .gallery-thumbnails .owl-item > a > img,
  .gallery-thumbnails-sm .owl-item > a > img {
    padding: 3px;
  }
  .jqzoom-list > li:first-child {
    margin-left: -2px;
  }
  .jqzoom-list > li:last-child {
    margin-right: -2px;
  }
  .product-page-description-container > .box-highlight:nth-child(1),
  .jqzoom-stage {
    margin-top: 0;
    text-align: right;
  }
  .gallery-thumbnails .owl-item > a > img {
    padding: 3px;
  }
  .copyright-holder {
    text-align: left;
  }
  /*    .product.product-group.listing-type-tile .product-img-tile-single{
        width: 100%;
    }
    .product.product-group.listing-type-tile .product-caption
    , .product.product-group.listing-type-tile .product-caption h5{
        display: block;
        text-align: center;
    }*/
  .product.product-group.listing-type-tile .product-img-tile-single {
    width: 100%;
  }
  .product.product-group.listing-type-tile .product-caption {
    display: block;
    width: 100%;
  }
  .product-img-tile-single {
    width: 100%;
    margin: 0;
  }
  .category-selections {
    padding-top: 7px;
    float: right;
  }
  .yamm .dropdown.yamm-fw > a {
    padding: 5px 9px;
  }
  .product-caption-price > span {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
  }
  .row[data-gutter='15'] > [class^='col-'] {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
  .product.listing-type-tile {
    padding: 5px;
  }
  .yamm-content > .row:not(.title-row) {
    /*min-height: 430px;*/
  }
  .navbar-pad .navbar-inverse.navbar-main.yamm {
    background-color: transparent;
    border-top: 2px solid orange;
  }
  #main-nav-collapse {
    margin-left: 0px !important;
  }
  .yamm .container#yamm-menubar {
    position: absolute;
  }
  .yamm .container#yamm-menubar .nav.navbar-nav.navbar-nav-lg {
    width: 227px;
    max-height: 500px;
    overflow-y: scroll;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #0000004d;
  }
  .yamm .container#yamm-menubar .nav.navbar-nav.navbar-nav-lg .yamm-fw {
    display: block;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
  }
  .yamm .container#yamm-menubar .nav.navbar-nav.navbar-nav-lg .yamm-fw > a {
    height: auto;
    line-height: 12px !important;
    font-size: 12px;
    white-space: normal;
    padding: 6px 15px !important;
    color: #333;
  }
  .yamm .container#yamm-menubar .nav.navbar-nav.navbar-nav-lg .yamm-fw > a:hover {
    color: white;
    background: #486d97;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 227px;
    top: 0;
    width: 713px;
    height: 100%;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #0000004d;
    border-top: 1px solid #e3e3e3;
  }
  #yamm-menubar-opener::after {
    display: inline;
    content: '\f105';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 9px;
  }
  #yamm-menubar-opener[aria-expanded='true']::after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
  }
  .navbar-main div#main-nav-collapse .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .navbar-main-search-category {
    width: 380px;
  }
  .navbar-main-search-category.ro {
    width: 350px;
  }
  .affix .navbar-form {
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 14px;
  }
  .affix .navbar-brand > img {
    width: 60px;
  }
  .hidden-xxs {
    display: block;
  }
  .padding-left-zero {
    padding-left: 0 !important;
  }
  .product-page-desc {
    height: 166px;
    overflow: hidden;
  }
  .product-page-desc.no-thumb {
    height: 238px;
  }
  .yamm .dropdown {
    margin: 0px;
  }
  .pos-relative {
    position: relative !important;
  }
  .filter-sidebar {
    padding-right: 0;
  }
  .main-footer-social-list > li:last-child {
    padding-right: 0;
  }
  .banner,
  .container-13-23 > .size-1-3 {
    height: 200px;
  }
  .nav > li.fb-li {
    position: absolute;
    padding-left: 0;
    margin-right: 0;
    margin-top: 8px;
    right: 315px;
  }
  .affix .nav > li.fb-li {
    right: 335px;
    margin-top: 10px;
  }
  .navbar-nav > li.fb-li > a {
    margin: 0;
    padding: 0;
  }
  .fb-li a img {
    width: 34px;
  }
  .fa.fa-shopping-cart {
    font-size: 18px;
  }
  #main-nav-collapse .dropdown.yamm-fw .dropdown-menu > li {
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .product-actions.product-actions-layout-tile > li {
    display: block;
    width: 100%;
  }
  .product-img-list-single,
  .product.product-left.listing-type-list .product-img-wrap.product-img-list-wrap {
    width: 9%;
    float: left;
  }
  .product.product-left.listing-type-list .product-caption {
    width: 90%;
    margin-left: 5px;
  }
  .navbar-main .navbar-nav > li > a {
    padding: 21px 15px;
  }
  body:not(.index) .navbar-nav > li.yamm-fw > a {
    padding: 5px 9px;
  }
  .product {
    padding: 10px;
  }
  .product-lg .product-caption-price > span {
    font-size: 16px;
  }
  #cartSummaryAffix {
    max-width: 263px;
  }
  .dropdown-menu-category-section {
    width: 862px;
  }
  .row[data-gutter='15'] > [class^='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .product.listing-type-tile {
    padding: 10px;
  }
  .yamm .yamm-content {
    min-height: 240px;
    height: 100%;
  }
  .dropdown-menu-category > li > a {
    padding: 6px 15px !important;
  }
  .dropdown-menu-category > li > a:after {
    width: 25px;
  }
  .yamm .container#yamm-menubar .nav.navbar-nav.navbar-nav-lg {
    width: 277px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 278px;
    width: 862px;
  }
  .navbar-main-search-category {
    width: 540px;
  }
  .navbar-main-search-category.ro {
    width: 490px;
  }
  .product-page-desc {
    height: 224px;
    /*height: 200px; // 14138*/
  }
  .product-page-desc.no-thumb {
    height: 322px;
  }
  .nav > li.fb-li {
    position: absolute;
    margin-right: 0;
    right: 350px;
    margin-top: 8px;
  }
  .affix .nav > li.fb-li {
    margin-top: 10px;
    right: 370px;
  }
}
/******************************************************************************/
/***         TÁBLÁZATOK MEGJELENÍTÉSE, HA KISEBB A FELBONTÁS MINT X         ***/
/***         MÁS ESETEKBEN NEM CÉLSZERŰ HASZNÁLNI A MAX-WIDTH-RE            ***/
/***         VONATKOZÓ MEDIA QUERY-T!!!                                     ***/
/******************************************************************************/
@media (max-width: 767px) {
  table.table.no-more-table-xs th {
    display: none;
  }
  table.table.no-more-table-xs tr {
    display: block;
    width: 100%;
  }
  table.table.no-more-table-xs tr:not(.cart-error):not(.cart-warning) {
    border-bottom: 2px solid #dddddd;
  }
  table.table.no-more-table-xs tr:last-child {
    border-bottom: none;
  }
  table.table.no-more-table-xs
    tr
    > td:not(.table-shopping-cart-img):not(.table-shopping-cart-td-controllers) {
    /*        display: block;
        width: 50%;
        border: none;
        float: left;*/

    display: inline-block;
    width: 57%;
    border: none;
  }
  table.table.no-more-table-xs tr.cart-warning-text > td,
  table.table.no-more-table-xs tr.cart-error-text > td {
    width: 100%;
  }
  table.table.no-more-table-xs tr > td.no-more-table-title {
    font-weight: bold;
  }
  table.table-shopping-cart.no-more-table-xs tr,
  table.table-shopping-cart-pending-orders.no-more-table-xs tr {
    position: relative;
    /*display: table-row;*/
    display: block;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-td-controllers,
  table.table-shopping-cart-pending-orders.no-more-table-xs .table-shopping-cart-td-controllers {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-img a,
  table.table-shopping-cart-pending-orders.no-more-table-xs .table-shopping-cart-img a {
    padding-bottom: 100%;
    display: block;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-img img,
  table.table-shopping-cart-pending-orders.no-more-table-xs .table-shopping-cart-img img {
    width: 100%;
    float: left;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-img {
    width: 30%;
    /*height: auto;*/
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    padding-top: 45px;
  }
  table.table-shopping-cart-pending-orders.no-more-table-xs .table-shopping-cart-img {
    width: 30%;
    max-width: 110px;
    min-width: 75px;
    /*height: auto;*/
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    padding-top: 0px;
  }
  table.table-shopping-cart.no-more-table-xs input {
    width: 100%;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-td-quantity > * {
    display: inline-block;
  }
  table.table-shopping-cart.no-more-table-xs .table-shopping-cart-td-quantity > input {
    width: 100px;
  }
  table.table-shopping-cart.no-more-table-xs td.unit-price,
  table.table-shopping-cart-pending-orders.no-more-table-xs td.unit-price {
    float: left;
    border-top: 1px solid #c3c3c3;
  }
  table.no-more-table-xs .product-page-features-table-specs.no-more-table-title,
  table.no-more-table-xs .product-page-features-table-details,
  table.no-more-table-xs .product-page-features-table-details + td {
    display: block;
    width: 100%;
  }
  table.no-more-table-xs .product-page-features-table-details,
  table.no-more-table-xs .product-page-features-table-details + td {
    margin-left: 30px;
  }
  .cart-table-quantity-controller > div {
    width: 40%;
    margin-left: -8px;
    margin-right: -8px;
  }
  .cart-table-quantity-controller > .cart-controller-element {
    font-size: 20px;
  }
  .cart-table-quantity-controller > .cart-controller-minus {
    width: 30%;
    /*margin-left: 8px;*/
    margin-bottom: 3px;
  }
  .cart-table-quantity-controller > .cart-controller-plus {
    width: 30%;
    /*margin-right: -8px;*/
    margin-bottom: 3px;
  }
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .cart-quantity-controller
    > div {
    width: 50%;
    margin-left: -8px;
    margin-right: -8px;
  }
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .cart-quantity-controller
    > .cart-controller-minus,
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .cart-quantity-controller
    > .cart-controller-plus {
    width: 25%;
    margin: 0;
    height: 35px;
    margin-bottom: 5px;
  }
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .product-actions.product-actions-layout-list {
    display: inline-block;
  }
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .product-actions.product-actions-layout-list
    > button.add-to-cart,
  .product.product-left.listing-type-list
    .cart-and-wishlist-controllers
    > .product-actions.product-actions-layout-list
    > button.add-to-favorites {
    width: 45%;
    height: 35px;
  }
  .table-shopping-cart-pending-orders div.i-check {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .zoomWindow,
  .zoomPup {
    display: none !important;
  }
  .static-cart-list.affix {
    position: static !important;
  }
  .navbar-main-search-category-select {
    width: 150px;
  }
  .navbar-main-search-category .form-control {
    padding-left: 170px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
  .navbar-main-white .navbar-nav > li.logo-xs-sm > a:hover {
    background: none;
  }
  .no-margin-mobile {
    margin: 0 !important;
  }
  .banner-bg {
  }
}
@media (max-width: 767px) {
  .navbar-main-search-category-select {
    width: 40%;
  }
  .navbar-main-search-category .form-control {
    padding-left: 45%;
  }
  .navbar-main-search-category.navbar-main-search > .form-group > .search-result-product-list {
    width: 100%;
    margin: 1px 0px;
    position: absolute;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .hidden-xxs {
    display: none !important;
  }
  .display-table.contact-info-table {
    display: block;
  }
  .display-table.contact-info-table > .display-table-row {
    width: 100%;
    display: block;
  }
  .display-table.contact-info-table > .display-table-row {
    width: 100%;
    display: block;
  }
  .display-table.contact-info-table > .display-table-row > .display-table-cell {
    display: block;
    width: 100%;
    text-align: center;
  }
  .display-table.contact-info-table > .display-table-row > .display-table-cell:first-child {
    margin-top: 10px;
  }
  .display-table.contact-info-table > .display-table-row > .display-table-cell:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
    padding: 15px;
  }
  .info-row {
    border-bottom: 1px solid #d5d5d5;
  }
  .info-row:last-of-type {
    border: none;
  }
}
@media (max-width: 599px) {
  *.xxs-force-full-width {
    width: 100% !important;
  }
  .banner-bg.size-1-3 {
    background-size: 100% auto;
  }
  .banner-bg.size-1-3:hover {
    background-size: 105% auto;
  }
  .banner-bg.size-1-3 {
    height: 200px;
  }
  .container-13-23 > .size-1-3 {
    height: 130px;
  }
  .container-13-23 > .banner.size-2-3 {
    background-size: 100% auto;
  }
  .container-13-23 > .banner.size-2-3:hover {
    background-size: 103% auto;
  }
}
@media (max-width: 520px) {
  .container-13-23 > .banner.size-2-3 {
    background-size: auto 100%;
  }
  .container-13-23 > .banner.size-2-3:hover {
    background-size: auto 103%;
  }
}

@media (max-width: 440px) {
  #prizeGamePopup,
  #inlinePopup {
    width: 96%;
    max-width: 604px;
  }
}

#nyeremenyjatekszoveg {
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
  top: -140px;
}

#nyeremenyjatekszoveg font {
  font-size: 16px;
  font-weight: bold;
  font-family: AkkoRegular, Tahoma, Arial;
}

#nyeremenyjatekszoveg font a {
  color: #333;
  text-decoration: underline;
}

#nyeremenyjatekszoveg font span.small-screen {
  display: none;
}

@media (max-width: 1199px) {
  #nyeremenyjatekszoveg {
    top: -120px;
  }
  #nyeremenyjatekszoveg font {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #nyeremenyjatekszoveg {
    top: -100px;
  }
  #nyeremenyjatekszoveg font {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  #nyeremenyjatekszoveg {
    top: -100px;
  }
  #nyeremenyjatekszoveg font {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
  #nyeremenyjatekszoveg {
    padding-left: 10px;
    padding-right: 10px;
    top: 10px;
  }
  #nyeremenyjatekszoveg font {
    font-size: 11px;
  }
  #nyeremenyjatekszoveg font span.big-screen {
    display: none;
  }
  #nyeremenyjatekszoveg font span.small-screen {
    display: block;
  }
}

#nyeremenyjatektop {
  margin-left: 0;
  margin-right: 0;
}

#nyeremenyjatekformdiv {
  background: url('../../img/nyeremenyjatek/bottom1.png') no-repeat;
  width: 100%;
  min-height: 185px;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  font-family: AkkoRegular, Tahoma, Arial;
}

#nyeremenyjatekformdivinner {
  position: relative;
  top: -85px;
  margin-bottom: -140px;
}

@media (max-width: 700px) {
  #nyeremenyjatekformdivinner {
    top: 15px;
    margin-bottom: -35px;
  }
}

#nyeremenyjatekbottom {
  background: url('../../img/nyeremenyjatek/bottom2.png') no-repeat;
  width: 100%;
  height: 24px;
  background-size: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nyeremenyjatek-required-field-sign {
  position: relative;
  vertical-align: baseline;
  top: 0;
  font-size: 20px;
  font-weight: bold;
}

.nyeremenyjatek-row-center {
  text-align: center;
  padding-bottom: 6px;
}

.nyeremenyjatek-field-div {
  display: flex;
  float: left;
}

.nyeremenyjatek-field-label {
  font-size: 22px;
  line-height: 28px;
}

.nyeremenyjatek-field-input {
  flex-grow: 100;
  padding-left: 10px;
  line-height: 28px;
  padding-top: 2px;
}

.nyeremenyjatek-field-input input {
  height: 24px;
  width: 100%;
  background-color: #bed3ca;
  line-height: 12px;
  font-size: 12px;
  padding: 2px 6px;
}

.nyeremenyjatek-send-button,
.nyeremenyjatek-send-button:hover,
.nyeremenyjatek-send-button:focus,
.nyeremenyjatek-send-button:active {
  background: url('../../img/nyeremenyjatek/send_button.png') no-repeat;
  width: 124px;
  height: 42px;
  border: 0;
}

#nyeremenyjatekformdivinner div.captcha {
  background-color: transparent;
  margin: 0;
  margin-bottom: 10px;
}

#nyeremenyjatekformdivinner div.captcha div.captcha-inner {
  background-color: transparent;
}

#nyeremenyjatekformdivinner div.captcha div.captcha-question,
#nyeremenyjatekformdivinner div.captcha div.captcha-answer {
  background-color: rgba(255, 255, 255, 0.53);
}

#nyeremenyjatekformdivinner div.captcha div.captcha-question {
  padding-left: 10px;
}
#slider-carousel * {
  font-family: AkkoLight, Tahoma, Arial, helvetica, sans-serif;
}
.blog-post-body div[id^='head-'] img,
.blog-post-body div[id^='item-'] img {
  float: left;
  padding: 0px 20px 20px 0px;
  max-width: 55%;
}
.sitemap .sitemap-menu-container.page-content .dropdown-menu-category-section-content {
  min-height: 0;
  height: auto;
}
/* === BLACK FRIDAY 2018 === */
.black-friday-banner-container {
  background-image: url('/banners/static/black-friday-2018/img/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  picture.black-friday-banner {
    position: absolute;
    width: 290px;
    margin-left: calc((100% - 290px) / 2);
  }
}
@media (min-width: 400px) {
  picture.black-friday-banner {
    width: 370px;
    margin-left: calc((100% - 370px) / 2);
  }
}
@media (min-width: 500px) {
  picture.black-friday-banner {
    width: 470px;
    margin-left: calc((100% - 470px) / 2);
  }
}
@media (min-width: 768px) {
  picture.black-friday-banner {
    width: auto;
    margin-left: auto;
  }
}
/* ========================= */
/* 360°-os termékfotó */
.stage-360-wrap {
  width: 100%;
  max-width: 737px;
  margin: 0 auto;
}
.stage-360-container {
  position: relative;
  padding-bottom: 100%;
  height: 0px;
  overflow: hidden;
}
.stage-360-container > iframe,
.stage-360-container > object,
.stage-360-container > embed {
  position: absolute;
  top: 0;
  left: 0;
}
.view360 {
  position: relative;
}
.view360 a::after {
  content: '360°';
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background-image: url('/img/360_kor_sima.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 40%;
  background-size: 50% 50%;
  background-color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
  color: orange;
  text-align: center;
  font-weight: bold;
  padding-top: 52%;
  border-radius: 3px;
}
.stage-360-container {
  border-radius: 5px;
}
/*
.jqzoom-stage {
  display: none;
}
*/
