@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,300&subset=latin,latin-ext);
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/*===2.0===*/
.box_shadow_disable {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* VÉGLEGES */
/*===Callout===*/
.bs-callout {
  border-left: 3px solid;
  padding: 5px 10px;
}
.bs-callout-warning {
  border-color: #ed1c24;
}
.bs-callout-info {
  border-color: #98b880;
}
/*===Callout end===*/
/*===Accept ASZF===*/
.accept-aszf-warning {
  display: block;
  border: 1px solid #ed1c24;
  margin-bottom: 10px;
  padding: 1px 5px;
}
.accept-aszf-warning .help-block {
  margin: 10px 0 0 -18px;
  color: #ed1c24;
  font-size: 15px;
  font-weight: bold;
}
.accept-aszf-warning a {
  text-decoration: underline;
}
.accept-aszf-warning .checkbox {
  margin: 5px 0;
}
/*===Accept ASZF end===*/
/*=======Cookie-bar=========*/
.ui-widget {
  position: fixed;
  z-index: 10000000;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-widget .cookie-message {
  padding: 10px 0;
  border: 0;
  border-top: 1px solid #ededed;
  background: rgba(225, 225, 225, 0.7);
  text-align: center;
  font-size: 13px;
}
.ui-widget .cookie-message p {
  margin: 0 0 10px 0;
}
.ui-widget .cookie-message p a {
  color: #202020;
}
.ui-widget .cookie-message p a:hover {
  color: #060606;
}
.ui-widget .cookie-message .cookiebar-close {
  background: #008c00;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-widget .cookie-message .cookiebar-close:hover {
  text-decoration: none;
  background: #005900;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/*=======Cookie-bar End=========*/
#filters {
  background: #e5e5e5;
  text-align: left;
  margin-bottom: 15px;
  padding: 10px;
}
#filters .highlight {
  color: #202020;
}
#filters button {
  width: initial !important;
  float: right !important;
  border: 0;
  padding: 0px;
  background: transparent;
  margin-left: 15px;
  font-size: 19px;
}
#filters button:focus {
  outline: none;
}
#filters .element-sort {
  display: inline-block;
  float: left;
  height: 30px;
}
#filters .element-sort select {
  height: 30px;
  border-radius: 0;
  font-size: 12px;
  width: 180px;
  padding: 0 5px;
}
#filters form {
  display: inline-block;
}
#filters form .form-group {
  margin: 0;
}
#filters form #SortSelect {
  margin-right: 20px;
}
#filters form select {
  height: 30px;
  width: inherit;
  padding: 0 5px;
}
#filters .collapse-btn {
  font-size: 13px;
  margin: 0 0 0 20px;
  float: none !important;
  color: white;
  border-radius: 3px;
  z-index: 100;
  height: 30px;
  line-height: 30px;
  background: #ed1c24;
  padding: 0 5px;
}
#filters .collapse-btn i {
  margin-left: 5px;
}
#filters #param-filter {
  background: #f3abaa;
  margin-top: 7px;
  padding: 15px 7px;
}
#filters #param-filter .param-filter-70 {
  display: inline-block;
  width: inherit;
}
#filters #param-filter .param-filter-70 #ProductByCategoryForm,
#filters #param-filter .param-filter-70 #ProductByParamsForm,
#filters #param-filter .param-filter-70 #ProductSearchForm,
#filters #param-filter .param-filter-70 #ProductByManufacturerForm {
  margin-right: 30px;
  display: block;
}
#filters #param-filter .param-filter-70 #ProductByCategoryForm label,
#filters #param-filter .param-filter-70 #ProductByParamsForm label,
#filters #param-filter .param-filter-70 #ProductSearchForm label,
#filters #param-filter .param-filter-70 #ProductByManufacturerForm label {
  display: inline-block;
  color: #222;
  margin: 0;
}
#filters #param-filter .param-filter-70 #ProductByCategoryForm select,
#filters #param-filter .param-filter-70 #ProductByParamsForm select,
#filters #param-filter .param-filter-70 #ProductSearchForm select,
#filters #param-filter .param-filter-70 #ProductByManufacturerForm select {
  display: inline-block;
  margin-left: 10px;
}
/*=========Header==========*/
.element-cart {
  background: #202020;
  margin-top: 30px;
  float: right;
  margin-right: 14px;
}
.element-cart a:hover,
.element-cart a:focus {
  text-decoration: none;
}
.element-cart:hover .dropdown-menu {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  margin: 0;
  right: 0;
  top: 40px;
  z-index: 110;
  left: inherit;
  border: 0;
  background: white;
  border-radius: 0;
}
.element-cart:hover .dropdown-menu .element-cart_dropdown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
}
.element-cart:hover .dropdown-menu table {
  background: white;
  margin-bottom: 0;
  width: 400px;
}
.element-cart:hover .dropdown-menu table tr {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.element-cart:hover .dropdown-menu table .full-price {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.element-cart:hover .dropdown-menu table .pay {
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
  background: #202020;
  border: 0;
  color: white;
}
.element-cart:hover .dropdown-menu table .pay:hover {
  background: #060606;
  color: white;
}
.element-cart:hover .dropdown-menu table tr {
  border: 0 solid transparent;
}
.element-cart:hover .dropdown-menu table tr td {
  border: 0;
  padding: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: #555;
  background: white;
  white-space: nowrap;
}
.element-cart:hover .dropdown-menu table tr td a {
  color: #555;
}
.element-cart:hover .dropdown-menu table tr .thumbnail_td {
  width: 45px;
}
.element-cart:hover .dropdown-menu table tr .thumbnail_td img {
  width: 45px;
  border-radius: 0;
  border: 0;
}
.element-cart:hover .dropdown-menu table tr .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.element-cart:hover .dropdown-menu table tr .quantity {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.element-cart:hover .dropdown-menu table tr .price {
  width: 90px;
  vertical-align: middle;
}
.element-cart ul {
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}
.element-cart ul li {
  list-style-type: none;
  display: inline-block;
}
.element-cart ul li .fa-shopping-cart {
  height: 30px;
  padding: 5px;
  position: relative;
  top: -2px;
  background: #202020;
  color: White;
}
.element-cart ul li .cart-quantity {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  color: white;
  display: inline-block;
}
.element-cart ul li .cart-quantity b {
  font-weight: bold;
  color: white;
}
.element-cart ul li .cart-quantity .glyphicon {
  font-weight: normal;
  display: none;
}
.nav > li > a {
  padding: 0;
}
.navbar-nav > li > a {
  padding: 0;
}
.element-global_navigation {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: inherit;
  float: left;
}
.element-global_navigation .navbar-collapse {
  padding: 0;
}
.element-global_navigation .navbar-collapse ul li ul {
  display: none;
}
.element-global_navigation .navbar-collapse ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
}
.element-global_navigation .navbar-collapse ul li a:hover,
.element-global_navigation .navbar-collapse ul li a:focus {
  text-decoration: none;
  background: transparent;
  color: #202020;
}
.element-global_navigation .navbar-collapse ul li:first-child a {
  padding-left: 0;
}
.element-global_navigation .navbar-collapse ul .active a {
  color: #202020;
}
.element-shop-logo img {
  margin-left: 15px;
  margin-top: 20px;
  height: 60px;
}
.contact {
  color: white;
}
.login {
  color: white;
  text-align: right;
  font-size: 13px;
}
.login a {
  color: white;
}
.element-search {
  margin-top: 30px;
}
.element-search .form-group {
  margin-bottom: 0px;
  width: 100%;
  background: white;
}
.element-search .form-control:focus {
  border-color: #b6b6b6;
  outline: 0;
  box-shadow: none;
}
.element-search input {
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  background: url('https://www.lilygardrobe.hu/content/base/img/search-icon.png') 95% 10px no-repeat;
  border: 1px solid #ededed;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.element-search input[type=submit] {
  display: none;
}
.element-search #search-result-product-list-box {
  border-top: 0px;
  background-color: #b6b6b6;
  width: 100%;
  z-index: 10000000;
  position: absolute;
  display: none;
}
.element-search #search-result-product-list-box #search-result-close {
  padding: 5px;
  cursor: pointer;
  color: #fff;
}
.element-search #search-result-product-list-box h5 {
  margin: 0;
  padding: 5px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
  background: #202020;
}
.element-search #search-result-product-list-box h5 a {
  color: white;
  position: absolute;
  font-size: 13px;
  right: 35px;
}
.element-search #search-result-product-list-box #search-result-product-list {
  overflow: auto;
  max-height: 300px;
  width: 100%;
}
.element-search #search-result-product-list-box ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.element-search #search-result-product-list-box ul li {
  padding: 0;
  color: white;
}
.element-search #search-result-product-list-box ul li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  width: 100%;
  display: block;
}
.element-search #search-result-product-list-box ul li a:hover {
  background: #202020;
  text-decoration: none;
}
/*===================*/
/*======Content=======*/
.heading-2 {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ededed;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.element-slider {
  margin-top: 15px;
  float: left;
}
.element-slider .carousel {
  padding: 0;
}
.element-slider .carousel .carousel-inner img {
  width: 100%;
}
.element-slider .carousel .carousel-control {
  background: none;
  background: transparent;
  width: 39px;
  z-index: 0;
}
.element-slider .carousel .carousel-control img {
  position: absolute;
  width: 39px;
  top: 50%;
  left: 0;
  margin-top: -17px;
}
.element-slider .carousel .carousel-caption {
  right: inherit;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: inherit;
  background: rgba(10, 10, 10, 0.75);
  padding: 10px 15px 0 15px;
}
.element-slider .carousel .carousel-caption h3 {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
}
.element-slider .carousel .carousel-caption p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-shadow: none;
  text-align: left;
  color: white;
}
.element-slider .carousel .carousel-caption .slideshow-button {
  border-radius: 0;
  padding: 4px 10px;
  background: #202020;
  color: white;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  margin-right: 25px;
}
.element-slider .carousel .carousel-caption .slideshow-button:hover {
  background: #060606;
  color: white;
  text-decoration: none;
}
.element-slider .carousel ol {
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  height: 25px;
  background: rgba(10, 10, 10, 0.75);
}
.row-category-list .dashboard-category-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .row-category-list .dashboard-category-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-category-list .dashboard-category-column {
    float: left;
    width: 33.33333333%;
  }
}
.index-category-hr {
  margin: -24px 0 20px 0;
  border-color: #202020;
}
.row-category-list:hover .category-card:hover {
  border: 0;
}
.row-category-list:hover .category-card:hover h3 {
  background: #202020;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.row-category-list:hover .category-card:hover h3 a {
  color: white;
}
.category-card {
  border: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  margin-bottom: 30px;
}
.category-card .thumbnail {
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.category-card .thumbnail img {
  width: 100%;
}
.category-card .category-card-data {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.category-card .category-card-data h3 {
  display: inline-block;
  background: #b6b6b6;
  margin: 0;
  padding: 5px;
  font-size: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.category-card .category-card-data h3 a {
  color: white;
  font-weight: bold;
}
.category-card .category-card-data .desc {
  display: none;
}
.category-card .category-card-data .btn_products {
  display: none;
}
.category-card .category-card-data .btn_products span {
  display: none;
}
.category-card .category-card-data .btn_products i {
  display: none;
}
/*-----------------Product-card-----------------*/
.dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
    float: left;
    width: 33.33333333%;
  }
}
.row-index-product-list .grid {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .row-index-product-list .grid {
    float: left;
    width: 33.33333333%;
  }
}
.row-index-product-list .list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.element-product-card {
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-product-card:hover {
  border: 1px solid #202020;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-product-card:hover .detail {
  background: #202020;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-product-card:hover .thumbnail img {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: pixelated;
  /* Chrome */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+*/
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.element-product-card .thumbnail {
  margin: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  position: relative;
}
.element-product-card .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-product-card .thumbnail .special-offer {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #ed1c24;
  position: absolute;
  right: -27px !important;
  top: 10px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  padding: 5px 0;
  color: white;
}
.element-product-card .product-card-data {
  padding: 15px;
}
.element-product-card .product-card-data h3 {
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  padding: 0;
  overflow: hidden;
}
.element-product-card .product-card-data h3 a {
  color: #000;
  font-weight: bold;
}
.element-product-card .product-card-data .sku {
  display: none;
  text-align: left;
  color: #888;
}
.element-product-card .product-card-data .price-original {
  text-decoration: line-through;
  padding: 0;
  display: block;
  height: 20px;
}
.element-product-card .product-card-data .price {
  font-size: 23px;
  display: block;
  color: #202020;
  float: none;
  font-weight: bold;
  padding: 0;
}
.element-product-card .product-card-data .price .gross_quantity_unit {
  font-size: 15px;
  color: #202020;
  font-weight: normal;
}
.element-product-card .product-card-data .detail {
  display: inline-block;
  font-weight: 500;
  width: initial;
  background: #7b7b7b;
  text-align: center;
  margin: 0;
  font-size: 16px;
  padding: 5px 8px;
  color: white;
}
.element-product-card .product-card-data .detail:hover,
.element-product-card .product-card-data .detail:focus {
  text-decoration: none;
  background: #3e3e3e;
}
.element-product-card .product-card-data .detail i {
  display: none;
}
.list .element-product-card {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
}
.list .element-product-card .thumbnail {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.list .element-product-card .thumbnail .special-offer {
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
  top: inherit;
  right: inherit;
  font-size: 14px;
  width: 60px;
}
.list .element-product-card .product-card-data {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.list .element-product-card .product-card-data h3 {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin: 0 0 15px 0;
}
.list .element-product-card .product-card-data .price-original {
  text-align: left;
}
.list .element-product-card .product-card-data .price {
  float: left;
  display: inline-block;
}
.list .element-product-card .product-card-data .sku {
  text-align: left;
  padding: 0 10px;
}
.list .element-product-card .product-card-data .detail {
  display: inline-block;
  width: initial;
  padding: 2px 5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  visibility: visible;
}
.element-top-products {
  position: absolute;
  width: 20px;
  background: #ed1c24;
  padding: 4px;
  color: white;
  top: 15px;
  z-index: 100;
}
.element-top-products span {
  font-size: 12px;
  font-weight: bold;
}
.element-top-products .order,
.element-top-products .title {
  display: none;
}
/*-----Product-card vége--------*/
.collapsible-container {
  height: 40px;
  overflow: hidden;
}
.collapsible-container p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.collapsible-button {
  margin: 15px 0;
  display: inline-block;
  padding: 5px;
}
.collapsible-button:hover {
  cursor: pointer;
  text-decoration: none;
}
.heading-1 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #ededed;
}
.heading-1 b {
  color: #ed1c24;
}
.product-index-header {
  margin-bottom: 15px;
}
.product-index-header .product-index-h1 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #ededed;
}
.product-index-header .product-index-h1 b {
  color: #ed1c24;
}
.element-pagination {
  height: 30px;
  margin: 15px 0;
}
.element-pagination ul {
  margin: 0;
}
.element-pagination ul li {
  font-size: 13px;
  border-radius: 0;
}
.element-pagination ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #b81d19;
}
.element-pagination ul li a:hover {
  color: #8b1613;
}
.element-pagination ul .active a {
  background: #b81d19;
  border: 0;
}
.element-pagination ul .active a:hover {
  background: #8b1613;
}
.element-pagination .counter {
  line-height: 30px;
  float: right;
  font-size: 13px;
}
.element-manufacturer-logos {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.element-manufacturer-logos a img {
  height: 50px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  margin: 0 10px;
}
.breadcrumb {
  padding: 10px 10px 0 10px;
  font-size: 13px;
  margin: 0;
  background: transparent;
}
.breadcrumb a {
  color: #b81d19;
  font-weight: bold;
}
/*=======End Content======*/
/*======Sidebar=======*/
.sidebar h2 {
  font-size: 15px;
  margin: 0;
  line-height: 30px;
  border-bottom: 2px solid #202020;
  color: #000;
  font-weight: bold;
  padding: 0 15px 0 0;
}
.sidebar h2 .icon-wrapper {
  background: #202020;
  display: inline-block;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
  padding: 0 15px;
  margin: 0 15px 0 -5px;
}
.sidebar h2 .icon-wrapper .glyphicon {
  color: white;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.sidebar .sidebar-slot {
  margin: 15px 0;
  height: 100%;
}
.sidebar .latest-news-card {
  margin-top: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #000000;
  border-right: 2px solid transparent;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card {
    float: left;
    width: 100%;
  }
}
.sidebar .latest-news-card:hover {
  border-right: 2px solid #202020;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar .latest-news-card:hover a {
  text-decoration: none;
}
.sidebar .latest-news-card a {
  color: #000000;
}
.sidebar .latest-news-card .image {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card .image {
    float: left;
    width: 33.33333333%;
  }
}
.sidebar .latest-news-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  height: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card h3 {
    float: left;
    width: 66.66666667%;
  }
}
.sidebar .latest-news-card p,
.sidebar .latest-news-card .date,
.sidebar .latest-news-card .button-more {
  display: none;
}
.sidebar .all-blog {
  float: right;
  background: #202020;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 10px;
}
.sidebar .all-blog:hover {
  background: #060606;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar-customer-menu h2 {
  margin-top: 0;
}
.sidebar-customer-menu ul {
  margin-top: 15px;
  padding-left: 15px;
}
.sidebar-customer-menu ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.sidebar-facebook {
  padding-right: 0;
}
.category-tree {
  padding: 0;
}
.category-tree .category-image {
  display: none;
}
.category-tree .dropdown-menu {
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.category-tree .dropdown-menu ul {
  padding: 0px;
  margin: 0;
}
.category-tree .dropdown-menu li:hover {
  background: #b81d19;
}
.category-tree .dropdown-menu ul,
.category-tree .dropdown-menu li {
  display: block;
  background-color: transparent;
  margin: 0;
}
.category-tree .dropdown-menu ul a,
.category-tree .dropdown-menu li a {
  padding: 7px 15px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
.category-tree .dropdown-menu ul a:hover,
.category-tree .dropdown-menu li a:hover,
.category-tree .dropdown-menu ul a:focus,
.category-tree .dropdown-menu li a:focus {
  background-image: none;
  background-color: transparent;
  color: #111 !important;
}
.category-tree .dropdown-menu ul a:focus,
.category-tree .dropdown-menu li a:focus {
  background-image: none;
  background-color: transparent;
  color: white;
}
.category-tree .dropdown-menu ul .category_tree_element_item,
.category-tree .dropdown-menu li .category_tree_element_item {
  float: right;
  margin-top: -26px;
  margin-right: 5px;
  position: relative;
  z-index: 100;
}
.category-tree .dropdown-menu ul .category_tree_element_item i,
.category-tree .dropdown-menu li .category_tree_element_item i {
  font-size: 22px;
}
.category-tree .dropdown-menu ul > ul,
.category-tree .dropdown-menu li > ul {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
}
.category-tree .dropdown-menu ul > ul > ul,
.category-tree .dropdown-menu li > ul > ul,
.category-tree .dropdown-menu ul > ul li,
.category-tree .dropdown-menu li > ul li {
  background: white;
}
.category-tree .dropdown-menu ul > ul > ul .category_tree_element_item,
.category-tree .dropdown-menu li > ul > ul .category_tree_element_item,
.category-tree .dropdown-menu ul > ul li .category_tree_element_item,
.category-tree .dropdown-menu li > ul li .category_tree_element_item {
  display: block;
  float: right;
  margin-top: -20px;
  right: 30px;
  color: #111;
}
.category-tree .dropdown-menu ul > ul > ul a,
.category-tree .dropdown-menu li > ul > ul a,
.category-tree .dropdown-menu ul > ul li a,
.category-tree .dropdown-menu li > ul li a {
  color: #555;
  text-transform: none;
  font-weight: 400;
  padding: 3px 0 3px 30px;
  background: transparent;
}
.category-tree .dropdown-menu ul > ul > ul > ul,
.category-tree .dropdown-menu li > ul > ul > ul,
.category-tree .dropdown-menu ul > ul li > ul,
.category-tree .dropdown-menu li > ul li > ul {
  display: none;
}
.category-tree .dropdown-menu ul > ul > ul > ul li a,
.category-tree .dropdown-menu li > ul > ul > ul li a,
.category-tree .dropdown-menu ul > ul li > ul li a,
.category-tree .dropdown-menu li > ul li > ul li a {
  color: #000000;
  padding-left: 45px;
  background-color: #fcfcfc;
}
.article-index-header {
  margin-bottom: 15px;
}
.article-index-header .article-index-h1 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #ededed;
}
.article-index-header .product-list-header-desc {
  margin-top: 5px;
}
.highlight-article {
  margin-bottom: 30px;
}
.highlight-article img {
  width: 100%;
}
.highlight-article h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  color: #000000;
}
.highlight-article .button-more {
  background: #202020;
  padding: 5px;
  color: white;
  border-radius: 0;
}
.highlight-article .button-more:hover {
  background: #060606;
  text-decoration: none;
}
.article-list {
  position: relative;
  margin-bottom: -30px;
}
.article-card {
  border: 1px solid #ededed;
  margin-bottom: 30px;
}
.article-card .image {
  display: block;
  width: 100%;
}
.article-card h3 {
  font-size: 16px;
  line-height: 18px;
  padding: 20px;
  margin: 0;
  font-weight: bold;
}
.article-card h3 a {
  color: #000;
  display: block;
  height: 36px;
  overflow: hidden;
}
.article-card h3 a:hover {
  text-decoration: none;
}
.article-card .desc {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  height: 54px;
  overflow: hidden;
  padding: 0 20px;
}
.article-card .desc p {
  margin: 0;
}
.article-card .btn {
  display: block;
  text-align: center;
  padding: 3px;
  border: 0;
  background: #E6E6E6;
  font-size: 13px;
  color: #888888;
  margin: 15px 0 0 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.article-card .btn:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #cdcdcd;
}
.article-card .date {
  display: block;
  position: absolute;
  top: 6px;
  left: 21px;
  font-size: 12px;
  color: white;
  padding: 5px;
  background: #202020;
}
.article-on-page {
  background: white;
  margin-top: 15px;
  padding: 0;
}
.article-on-page p {
  margin: 0;
}
.view-article .article-view-header .article-view-h1 {
  display: inline-block;
  margin: 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.view-article .article-view-header .btn {
  float: right;
  margin: 15px 0 0 15px;
  text-decoration: none;
}
.view-article .article-view-header .btn:hover {
  text-decoration: none;
}
.view-article .view-image {
  float: right;
  width: 33%;
  margin-left: 10px;
  margin-bottom: 5px;
}
.view-article .view-image-2 {
  width: 100%;
  margin: 15px 0;
}
.view-article .file-download a {
  font-weight: bold;
  color: #b81d19;
  text-decoration: underline;
}
.view-article .file-download a i {
  font-size: 18px;
  text-decoration: underline;
}
.view-article .file-download a:hover,
.view-article .file-download a:focus {
  color: #8b1613;
}
.view-article .date {
  display: block;
  margin: 15px 0;
  font-size: 13px;
  font-style: italic;
  color: #777;
}
.view-article p,
.view-article li,
.view-article a {
  font-size: 15px;
  line-height: 22px;
}
.view-article a {
  color: #202020;
  text-decoration: underline;
}
.view-article a:hover {
  color: #060606;
}
.view-article h2,
.view-article h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.view-article .article-gallery {
  margin: 25px 0;
}
.view-article .article-gallery h3 {
  margin: 0 0 10px 0;
}
.view-article .article-gallery .owl-carousel .owl-wrapper .owl-item {
  padding: 0 15px;
}
.view-article .article-gallery .owl-carousel .owl-wrapper .owl-item img {
  width: 100%;
}
/*=============*/
/*===Galériák===*/
.gallery-index .gallery-card {
  margin-bottom: 30px;
}
.gallery-index .gallery-card img {
  width: 100%;
}
.gallery-index .gallery-card span {
  background: #ff8188;
  color: #ffffff;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 10px;
  border-radius: 15px;
}
.gallery-index .gallery-card h3 {
  position: absolute;
  top: 10px;
  left: 25px;
  margin: 0;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px;
  border: 1px solid white;
  color: white;
}
.gallery-index .gallery-card a {
  margin: 0;
  position: absolute;
  left: 25px;
  bottom: 10px;
}
.gallery-view a img {
  width: 100%;
}
/*======*/
/*======Footer=======*/
footer h4 {
  font-size: 13px;
  font-weight: bold;
  color: #888;
  margin: 0 0 10px 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  font-size: 12px;
  color: #888;
}
footer ul li .glyphicon {
  display: none;
}
footer ul li a {
  color: #888;
}
footer ul .phone-2 {
  display: none;
}
footer .footer-top-item i {
  font-size: 24px;
}
footer .footer-impressum {
  font-size: 12px;
  color: #888;
  text-align: right;
}
footer .footer-impressum img {
  height: 25px;
}
footer .footer-impressum a {
  color: #888;
}
footer .footer-copyright {
  font-size: 12px;
  color: #888;
}
/*=============*/
/*==========Alacsonyabb felbontások============*/
@media (max-width: 992px) {
  .element-pagination {
    text-align: center;
  }
  .element-pagination > div {
    width: 100%;
  }
  .element-pagination .counter {
    float: none;
  }
  .view-article .article-view-header .article-view-h1 {
    display: block;
  }
  .view-article .article-view-header .btn {
    float: none !important;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  /*======Global======*/
  .stMainServices {
    margin-bottom: 15px;
  }
  .element-pagination {
    margin: 15px 0 45px 0;
  }
  .heading-2 {
    font-size: 22px;
    margin-top: 30px;
  }
  .social-icons {
    float: none !important;
  }
  /*============*/
  /*===Hided elements===*/
  .category-tree {
    display: none;
  }
  .element-manufacturer-logos {
    display: none;
  }
  /*======*/
  /*======Header-M======*/
  .header-xs {
    background: #b6b6b6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b6b6b6, #454545);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b6b6b6, #454545);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#b6b6b6, #454545);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to #b6b6b6, #454545);
    /* Standard syntax */
    min-height: 55px;
    border-bottom: 1px solid #202020;
  }
  .header-xs .history-back {
    background: transparent;
    width: 30px;
    text-align: center;
    border: 0;
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 0;
    line-height: 55px;
    color: white;
    font-size: 18px;
  }
  .header-xs .history-back:focus {
    outline: none;
  }
  .header-xs .element-shop-logo {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 0;
  }
  .header-xs .element-shop-logo img {
    height: 40px;
    margin-top: 13px;
    margin-left: 15px;
  }
  .header-xs .element-global_navigation {
    width: 100%;
    min-height: 45px;
  }
  .header-xs .element-global_navigation .navbar-header {
    min-height: 45px;
  }
  .header-xs .element-global_navigation .navbar-header button {
    background: transparent;
    z-index: 1000;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-top: 13px;
  }
  .header-xs .element-global_navigation .navbar-header button .icon-bar {
    background: white;
    width: 25px;
    height: 2px;
    margin-top: 5px;
  }
  .header-xs .element-global_navigation .navbar-header .navbar-brand {
    display: none;
  }
  .header-xs .element-global_navigation .collapse {
    overflow: hidden;
    border-top: 0 !important;
    box-shadow: none !important;
  }
  .header-xs .element-global_navigation .navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .header-xs .element-global_navigation .navbar-nav li a {
    color: white;
    background: transparent;
    margin-bottom: 2px;
    text-align: right;
    font-size: 16px;
    padding: 0;
  }
  .header-xs .element-cart {
    border-left: 1px inset rgba(255, 255, 255, 0.1);
    border-right: 1px inset rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    position: absolute;
    right: 42px;
    top: 7px;
    height: 40px;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
  }
  .header-xs .element-cart:hover .dropdown-menu {
    top: 45px;
    right: -67px;
  }
  .header-xs .element-cart:hover .dropdown-menu .table {
    width: 320px;
  }
  .header-xs .element-cart:hover .dropdown-menu .table .thumbnail_td {
    display: none;
  }
  .header-xs .element-cart .cart-quantity {
    display: none;
  }
  .header-xs .element-cart img {
    height: 30px !important;
    top: 4px !important;
    background: transparent !important;
  }
  .login {
    line-height: 40px;
    text-align: center;
  }
  .login a {
    color: #202020;
  }
  .login span {
    color: #555555;
  }
  /*============*/
  /*======Sidebar-M======*/
  .sidebar .sidebar-latest-news {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .sidebar .sidebar-latest-news .latest-news-card img {
    padding-left: 0 !important;
  }
  .sidebar .sidebar-customer-menu {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .sidebar .sidebar-customer-menu ul {
    padding: 0;
  }
  .sidebar .sidebar-facebook {
    padding-right: 15px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .sidebar h2 .icon-wrapper {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    margin: 0 15px 0 0;
  }
  .sidebar h2 .icon-wrapper .glyphicon {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  /*============*/
  /*======Content-M======*/
  .element-slider .carousel-caption {
    display: none;
  }
  .element-slider ol {
    display: none;
  }
  .row-category-list:hover .category-card:hover {
    border: 0;
  }
  .row-category-list:hover .category-card:hover h3 {
    background: transparent;
  }
  .dashboard-category-column {
    margin-bottom: 0 !important;
  }
  .category-card {
    border: 0;
  }
  .category-card .thumbnail {
    display: none;
  }
  .category-card h3 {
    display: block;
    position: relative;
    padding: 0;
    background: transparent;
    bottom: inherit;
    left: inherit;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    height: inherit;
  }
  .category-card h3 a {
    color: #000;
    display: block;
    line-height: 30px;
    height: 40px;
    padding: 5px 0;
  }
  .product-index-header .element-sort {
    display: block;
    float: none;
    margin-top: 15px;
  }
  .product-index-header .element-sort select {
    width: 100%;
  }
  .row-index-product-list .list .element-product-card .thumbnail {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-index-product-list .list .element-product-card .product-card-data {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
  .row-index-product-list .list .element-product-card .product-card-data h3 {
    padding: 0;
    line-height: 16px;
    height: 32px;
    margin: 0;
  }
  .row-index-product-list .list .element-product-card .product-card-data .sku {
    padding: 0;
  }
  .row-index-product-list .list .element-product-card .product-card-data .price {
    padding: 0;
    font-size: 16px;
  }
  .row-index-product-list .list .element-product-card .product-card-data .detail {
    right: 5px;
    bottom: 5px;
    display: none;
  }
  .element-search {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .element-search #search-result-product-list-box {
    width: 100% !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  }
  .article-card {
    padding: 5px;
  }
  .article-card .image {
    display: none;
  }
  .article-card h3 {
    height: inherit;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .article-card h3 a {
    height: inherit;
  }
  .article-card p {
    display: none;
  }
  .article-card .button-more {
    display: none;
  }
  .article-card .date {
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    color: #555555;
    margin-bottom: 10px;
  }
  /*============*/
  /*======Footer-M======*/
  footer .footer-top-item {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer-top-item ul li {
    font-size: 13px;
    line-height: 24px;
  }
  footer .footer-top-item h4 {
    margin-bottom: 0;
  }
  footer .footer-impressum,
  footer .footer-copyright {
    text-align: center !important;
    padding: 0;
  }
  footer .footer-facebook {
    text-align: center;
  }
  /*============*/
}
/*Off-canvas*/
@media screen and (max-width: 768px) {
  .off-canvas {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    background: white;
  }
  .off-canvas .element-shop-logo {
    margin: 5px 0;
    text-align: center;
    display: none;
  }
  .off-canvas .element-shop-logo img {
    height: 65px;
    margin: 0;
  }
  .off-canvas .off-canvas-menu {
    padding: 0;
    margin: 0;
  }
  .off-canvas .off-canvas-menu li {
    display: inline-block;
    width: 20%;
    padding: 12px 0;
    text-align: center;
    margin-right: -4px;
    background: #34495e;
  }
  .off-canvas .off-canvas-menu li i {
    font-size: 18px;
    color: #fff;
  }
  .off-canvas .off-canvas-menu .categories {
    border-top: 5px solid #16a085;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .off-canvas .off-canvas-menu .categories:hover {
    background: #16a085;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .off-canvas .off-canvas-menu .home {
    border-top: 5px solid  #e67e22;
  }
  .off-canvas .off-canvas-menu .home:hover {
    background: #e67e22;
  }
  .off-canvas .off-canvas-menu .search {
    border-top: 5px solid  #3498db;
  }
  .off-canvas .off-canvas-menu .search:hover {
    background: #2980b9;
  }
  .off-canvas .off-canvas-menu .login-register {
    border-top: 5px solid #9b59b6;
  }
  .off-canvas .off-canvas-menu .login-register:hover {
    background: #8e44ad;
  }
  .off-canvas .off-canvas-menu .cart {
    border-top: 5px solid #e74c3c;
  }
  .off-canvas .off-canvas-menu .cart:hover {
    background: #c0392b;
  }
  .off-canvas .toggle-content {
    position: absolute;
    width: 100vw;
    display: none;
    left: 0;
    top: 49px;
    background: #34495e;
    z-index: 100000;
  }
  .off-canvas .toggle-content .toggle-content-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    background: orange;
  }
}
a {
  color: #b81d19;
}
a:focus {
  background: none;
  text-decoration: none;
}
a:hover {
  color: #8b1613;
}
.btn-primary {
  border: 0;
  background: #b81d19;
  color: #ffffff !important;
  margin-bottom: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #8b1613 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
}
.btn-default {
  background: #ff8188;
  border: 0;
  margin-bottom: 5px;
  color: #ffffff !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ff4e58 !important;
  color: #ffffff;
  border: none !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-info {
  background: #202020;
  color: #ffffff !important;
  border: 0;
  background-image: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #060606 !important;
  background-image: none;
  border: 0;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.required label:before {
  color: #f00;
  content: "*";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
/* OK ÁTNÉZVE, KITISZTÍVTVA */
body {
  background: #fafafa;
  background: #EBE3E0;
  font-family: 'Titillium Web', sans-serif;
}
.sticky-footer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
header,
footer {
  flex-shrink: 0;
}
.sticky-footer-content {
  flex: 1 0 auto;
}
.margin-top-15 {
  margin-top: 15px;
}
.no-padding {
  padding: 0;
}
.padding-15 {
  padding: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.pull-left .st_facebook_hcount .stButton .stMainServices {
  height: 22px;
}
.pull-left .stButton .stButton_gradient {
  height: 22px;
}
.alert {
  margin: 15px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
/*======Header======*/
.layout-headerbar-top {
  background: #b6b6b6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b6b6b6, #454545);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b6b6b6, #454545);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b6b6b6, #454545);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to #b6b6b6, #454545);
  /* Standard syntax */
  min-height: 40px;
  line-height: 40px;
}
.layout-headerbar-bottom {
  height: 100px;
}
.layout-headerbar-bottom .headerbar-bottom-container {
  background: white;
  border-bottom: 1px solid #ededed;
  height: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
/*=========*/
/*======Content======*/
.content-wrapper {
  background: white;
  border: 1px solid #ededed;
  border-top: 0;
  overflow: hidden;
}
.product-index {
  padding: 15px 0;
}
/*=========*/
/*======Footer======*/
footer {
  margin-top: 15px;
}
.footer-top {
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.footer-top .footer-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ededed;
  padding: 15px;
  height: 200px;
}
.footer-bottom {
  background: #fff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
/*========*/
@media (max-width: 992px) {
  footer .footer-top .footer-block {
    border: 0;
    text-align: center;
    height: auto;
  }
}
/*------ONE PAGE---------*/
.onePageCheckOut {
  padding: 0 15px 15px 15px;
}
.onePageCheckOut h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #dfdfdf;
}
.onePageCheckOut .padding-bottom-15 {
  padding-bottom: 15px;
}
.onePageCheckOut .onepage-block {
  border: 1px solid #cdcdcd;
  background: white;
}
.onePageCheckOut .onepage-block h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
.onePageCheckOut .onepage-block h2 b {
  color: #ed1c24;
  font-size: 22px;
  margin-right: 5px;
}
.onePageCheckOut .onepage-block label {
  font-size: 12px;
}
.onePageCheckOut .onepage-block label .require-info {
  font-size: 11px;
  font-weight: normal;
}
.onePageCheckOut .onepage-block input {
  border-radius: 0;
  background: #F2F2F2;
  font-weight: bold;
}
.onePageCheckOut .onepage-block select {
  border-radius: 0;
  background: #F2F2F2;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #shipping-selector input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block #shipping-selector label {
  font-size: 13px;
}
.onePageCheckOut .onepage-block #shipping-method-2 .main-fieldset label {
  display: block;
  margin-left: 20px;
}
.onePageCheckOut .onepage-block #shipping-method-2 .main-fieldset input {
  float: left;
  margin-right: 7px;
}
.onePageCheckOut .onepage-block .shipping-extra {
  width: 100%;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address {
  padding: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc .has-error,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address .has-error {
  background: #ed1c24;
  color: white;
  padding: 15px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc > p,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address > p {
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  background: #efefef;
  width: 100%;
  font-size: 13px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc label,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address label {
  display: inline;
  font-size: 13px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc input[type=radio],
.onePageCheckOut .onepage-block .shipping-extra .shipping-address input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc iframe,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address iframe {
  border: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner {
  padding: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner p,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner p {
  padding: 10px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-geoloc-button,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-geoloc-button {
  margin-bottom: 15px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-button,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-button {
  margin: 15px 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-container,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-container {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 5px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-container select,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-container select {
  background: white;
}
.onePageCheckOut .onepage-block #payment-selector label {
  display: inline;
  font-size: 13px;
}
.onePageCheckOut .onepage-block #payment-selector input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block .payment-extra .payment-desc,
.onePageCheckOut .onepage-block .payment-extra .payment-data {
  padding: 0;
}
.onePageCheckOut .onepage-block .payment-extra .payment-desc p,
.onePageCheckOut .onepage-block .payment-extra .payment-data p {
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  background: #efefef;
  width: 100%;
  font-size: 13px;
}
.onePageCheckOut .onepage-block #review-div .cart-review {
  margin-bottom: 30px;
}
.onePageCheckOut .onepage-block #review-div .cart-review,
.onePageCheckOut .onepage-block #review-div .cart-prices {
  padding: 0;
}
.onePageCheckOut .onepage-block #review-div .cart-review h3,
.onePageCheckOut .onepage-block #review-div .cart-prices h3 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table {
  display: table;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .cart-review-item,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .cart-review-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px solid #ededed;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .cart-review-item img,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .cart-review-item img {
  width: 100%;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-image img,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-image img {
  width: 100%;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-name,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-name {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.onePageCheckOut .onepage-block #review-div .cart-review dl dt,
.onePageCheckOut .onepage-block #review-div .cart-prices dl dt {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.onePageCheckOut .onepage-block #review-div .cart-review dl dd,
.onePageCheckOut .onepage-block #review-div .cart-prices dl dd {
  font-size: 14px;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #review-div .confirm-order label {
  font-size: 14px;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #review-div .confirm-order textarea {
  border-radius: 0;
  background: #F2F2F2;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit] {
  display: block;
  background: #ed1c24;
  margin-bottom: 5px;
  width: 100%;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:hover,
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:focus {
  background: #c61017 !important;
}
.onePageCheckOut .onepage-block #review-div .confirm-order span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
.onePageCheckOut .onepage-block #review-div .confirm-order .accept-aszf-warning {
  padding: 0;
}
.onePageCheckOut .onepage-block #review-div .confirm-order .accept-aszf-warning .help-block {
  font-size: 13px;
  margin-bottom: 0;
}
.onePageCheckOut .margin-bottom-30 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #payment-method-input-div,
  #billing-input {
    margin-bottom: 30px;
  }
}
/*------ONE PAGE VÉGE---------*/
/*--THANK YOU PAGE---*/
.view-thankyou .bs-callout {
  padding: 15px;
  border: 0;
}
.view-thankyou .bs-callout h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.view-thankyou .bs-callout h2 {
  font-size: 22px;
}
.view-thankyou .bs-callout .btn {
  margin: 0 15px;
  border-radius: 0;
}
/*--THANK YOU PAGE VÉGE---*/
/*======CART-INDEX======*/
#cart-index {
  padding: 0 15px 15px 15px;
  background: transparent;
}
#cart-index h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #dfdfdf;
}
#cart-index .cart-index-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cart-index .cart-index-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #cart-index .cart-index-content {
    float: left;
    width: 75%;
  }
}
#cart-index .cart-index-content .alert {
  margin: 0;
}
#cart-index .cart-index-content .cart-list-header {
  padding: 0;
  margin: 0;
  background: #3C3C3C;
}
#cart-index .cart-index-content .cart-list-header li {
  display: inline-block;
  margin-right: -4px;
  list-style-type: none;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  color: white;
}
#cart-index .cart-index-content .cart-list-item {
  padding: 0;
  background: white;
  border: 1px solid #ededed;
}
#cart-index .cart-index-content .cart-list-item li {
  margin-right: -4px;
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  font-size: 17px;
}
#cart-index .cart-index-content .image {
  width: 20%;
}
#cart-index .cart-index-content .image img {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
}
#cart-index .cart-index-content .name {
  width: 35%;
  vertical-align: top;
  font-weight: bold;
}
#cart-index .cart-index-content .quantity {
  width: 15%;
  vertical-align: top;
  text-align: center;
}
#cart-index .cart-index-content .quantity .form-control {
  width: 70px;
  display: inline-block;
  padding: 0 5px;
}
#cart-index .cart-index-content .quantity .cart-quantity-unit {
  display: inline-block;
  margin-left: 5px;
}
#cart-index .cart-index-content .quantity input {
  border-radius: 0;
}
#cart-index .cart-index-content .gross-price {
  text-align: center;
  width: 15%;
  vertical-align: top;
}
#cart-index .cart-index-content .price {
  width: 15%;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
#cart-index .cart-index-content .price .glyphicon {
  margin-top: 15px;
  color: red;
  font-size: 20px;
}
#cart-index .cart-index-content .properties-calculator {
  width: 100%;
  vertical-align: top;
  display: none !important;
}
#cart-index .cart-index-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cart-index .cart-index-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #cart-index .cart-index-sidebar {
    float: left;
    width: 25%;
  }
}
#cart-index .cart-index-sidebar h3 {
  background: #3C3C3C;
  margin: 0 -15px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 21px;
  margin-bottom: 15px;
}
#cart-index .cart-index-sidebar .payment-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #eee;
  padding: 0 15px 15px 15px;
  text-align: center;
}
#cart-index .cart-index-sidebar .payment-info h3 {
  text-align: left;
}
#cart-index .cart-index-sidebar .payment-info hr {
  border: 1px solid #acacac;
  margin: 10px 0;
}
#cart-index .cart-index-sidebar .payment-info .total-price {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
#cart-index .cart-index-sidebar .payment-info .btn {
  padding: 7px;
  margin: 0;
  font-size: 18px;
}
#cart-index .cart-index-sidebar .payment-info .btn .glyphicon {
  font-size: 15px;
}
#cart-index .cart-index-sidebar .payment-info .accept-aszf strong {
  font-size: 12px;
  font-weight: normal;
  color: #3C3C3C;
}
#cart-index .cart-index-sidebar .payment-info .accept-aszf strong a {
  text-decoration: underline;
}
#cart-index .cart-index-sidebar .shipping-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  background: #eee;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices {
  padding: 0 0 0 0;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices li {
  list-style-type: none;
  margin-bottom: 15px;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices .shipping-method-price {
  font-weight: bold;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices .alert {
  margin: 0;
  padding: 5px;
}
/*======CART-INDEX_END======*/
/*==========ONE PAGE CHECKOUT============*/
#onepage-checkout {
  padding: 15px;
}
#onepage-checkout h1 {
  font-size: 22px;
}
#onepage-checkout .address,
#onepage-checkout .shipping,
#onepage-checkout .review {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #onepage-checkout .address,
  #onepage-checkout .shipping,
  #onepage-checkout .review {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #onepage-checkout .address,
  #onepage-checkout .shipping,
  #onepage-checkout .review {
    float: left;
    width: 33.33333333%;
  }
}
#onepage-checkout .address .inside-box,
#onepage-checkout .shipping .inside-box,
#onepage-checkout .review .inside-box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ededed;
  padding: 0 15px 15px 15px;
  margin: 30px 0 0 0;
}
#onepage-checkout .address .inside-box .heading-2,
#onepage-checkout .shipping .inside-box .heading-2,
#onepage-checkout .review .inside-box .heading-2 {
  display: block;
  margin: 0;
  background: #ffffff;
  margin: 0 -15px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 21px;
}
#onepage-checkout .address .inside-box .btn,
#onepage-checkout .shipping .inside-box .btn,
#onepage-checkout .review .inside-box .btn {
  margin-top: 15px;
  border-radius: 0;
  width: initial;
  padding: 8px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
#onepage-checkout .address .inside-box .form-group,
#onepage-checkout .shipping .inside-box .form-group,
#onepage-checkout .review .inside-box .form-group {
  margin: 0;
}
#onepage-checkout .address .inside-box .form-group label,
#onepage-checkout .shipping .inside-box .form-group label,
#onepage-checkout .review .inside-box .form-group label {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
#onepage-checkout .address .inside-box .form-group input,
#onepage-checkout .shipping .inside-box .form-group input,
#onepage-checkout .review .inside-box .form-group input {
  width: 100%;
  border-radius: 0;
  background: #efefef;
}
/*==========ONE PAGE CHECKOUT END============*/
/*======Product-view======*/
.view {
  padding: 15px;
}
.view .element-top-products {
  width: 175px;
  top: 40px;
}
.view .element-top-products .order,
.view .element-top-products .title {
  display: inline-block;
}
.view .element-image-gallery .primary-image {
  border: 1px solid #ededed;
  width: 100%;
}
.view .element-image-gallery .secondary-image {
  margin-top: 5px;
}
.view .product-view-title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  display: block;
  color: #000;
  font-weight: bold;
}
.view .view-manufacturer-logo {
  margin-top: -15px;
}
.view .price-original {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 15px;
}
.view .price {
  font-size: 17px;
  font-weight: bold;
  color: #ed1c24;
}
.view .price .gross_quantity_unit {
  font-size: 15px;
  color: black;
  font-weight: normal;
}
.view .view-special-offer {
  position: absolute;
  background: #ed1c24;
  color: white;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.view .element-add-to-cart-form {
  position: relative;
  z-index: 100;
  margin: 15px 0;
}
.view .element-add-to-cart-form .viewQU {
  position: relative;
  left: -10px;
}
.view .element-add-to-cart-form .add-to-cart {
  margin-bottom: 15px;
}
.view .element-add-to-cart-form .form-group input {
  width: 70px;
  float: left;
  margin-right: 15px;
  border-radius: 0;
}
.view .element-add-to-cart-form .btn-primary {
  border-radius: 0;
}
.view .element-add-to-cart-form .btn-primary:hover {
  color: white;
}
.view #productCollection {
  margin: 30px 0;
}
.view #productCollection h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.view #productCollection ul {
  margin: 0;
  padding: 0;
}
.view #productCollection ul li {
  display: table-cell;
  width: 20%;
  padding: 5px;
  list-style-type: none;
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
  overflow: hidden;
}
.view #productCollection ul li img {
  width: 100%;
}
.view #productCollection ul li .discount-price {
  font-weight: bold;
  color: #ed1c24;
  font-size: 15px;
}
.view #productCollection ul li:nth-child(1) {
  width: 10%;
  padding-left: 0;
}
.view #productCollection ul li:nth-child(2) {
  width: 50%;
  font-weight: bold;
}
.view .sku {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  color: #777;
}
.view .barcode {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  color: #777;
}
.view .view-tabs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.view .view-tabs .nav-tabs > li.active > a,
.view .view-tabs .nav-tabs > li.active > a:focus,
.view .view-tabs .nav-tabs > li.active > a:hover {
  border-bottom-color: white;
}
.view .view-tabs .nav-tabs li a {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  color: #777;
}
.view .view-tabs .nav-tabs li a:hover {
  background: transparent;
}
.view .view-tabs .nav-tabs .active a {
  font-weight: bold;
  color: #000;
}
.view .view-tabs .nav-tabs .active:hover a {
  border-bottom: 1px solid transparent;
}
.view .view-tabs .tab-pane {
  border: 1px solid #ededed;
  border-top: 0;
  padding: 15px;
  font-size: 13px;
}
.view .view-tabs #params dl {
  margin: 0;
}
.view .view-tabs #params dl dt,
.view .view-tabs #params dl dd {
  text-align: left;
  margin-bottom: 5px;
}
.view .view-tabs #sub-products .element-sub_products a:hover,
.view .view-tabs #related-products .element-sub_products a:hover,
.view .view-tabs #sub-products .element-related-products a:hover,
.view .view-tabs #related-products .element-related-products a:hover {
  text-decoration: none;
}
.view .view-tabs #sub-products .element-sub_products h3,
.view .view-tabs #related-products .element-sub_products h3,
.view .view-tabs #sub-products .element-related-products h3,
.view .view-tabs #related-products .element-related-products h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
.view .view-tabs #sub-products .element-sub_products .sub-product-column h4,
.view .view-tabs #related-products .element-sub_products .sub-product-column h4,
.view .view-tabs #sub-products .element-related-products .sub-product-column h4,
.view .view-tabs #related-products .element-related-products .sub-product-column h4,
.view .view-tabs #sub-products .element-sub_products .related-product-column h4,
.view .view-tabs #related-products .element-sub_products .related-product-column h4,
.view .view-tabs #sub-products .element-related-products .related-product-column h4,
.view .view-tabs #related-products .element-related-products .related-product-column h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: black;
}
/*=====End view=======*/
/*======Customer======*/
.view-customer-enter {
  padding: 0 0;
  display: flex;
}
.view-customer-enter .page-header {
  margin: 0 0 15px 0;
  padding: 0;
}
.view-customer-enter .page-header h1 {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: bold;
}
.view-customer-enter input,
.view-customer-enter select {
  border-radius: 0;
}
.customer-index,
.add-billing-address,
.add-shipping-address,
.change-password,
.password-reminder,
.view-order,
.order-item-view {
  padding: 0px 0;
}
.customer-index .page-header,
.add-billing-address .page-header,
.add-shipping-address .page-header,
.change-password .page-header,
.password-reminder .page-header,
.view-order .page-header,
.order-item-view .page-header {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
}
.customer-index .page-header h1,
.add-billing-address .page-header h1,
.add-shipping-address .page-header h1,
.change-password .page-header h1,
.password-reminder .page-header h1,
.view-order .page-header h1,
.order-item-view .page-header h1 {
  margin: 15px 0 0 0;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
  display: inline-block;
}
.customer-index .page-header h1 .btn,
.add-billing-address .page-header h1 .btn,
.add-shipping-address .page-header h1 .btn,
.change-password .page-header h1 .btn,
.password-reminder .page-header h1 .btn,
.view-order .page-header h1 .btn,
.order-item-view .page-header h1 .btn {
  margin-left: 15px;
}
.customer-index h2,
.add-billing-address h2,
.add-shipping-address h2,
.change-password h2,
.password-reminder h2,
.view-order h2,
.order-item-view h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.customer-index input,
.add-billing-address input,
.add-shipping-address input,
.change-password input,
.password-reminder input,
.view-order input,
.order-item-view input,
.customer-index select,
.add-billing-address select,
.add-shipping-address select,
.change-password select,
.password-reminder select,
.view-order select,
.order-item-view select {
  border-radius: 0;
}
.customer-index legend,
.add-billing-address legend,
.add-shipping-address legend,
.change-password legend,
.password-reminder legend,
.view-order legend,
.order-item-view legend {
  font-size: 15px;
  font-weight: bold;
  border: 0;
}
.customer-index .btn,
.add-billing-address .btn,
.add-shipping-address .btn,
.change-password .btn,
.password-reminder .btn,
.view-order .btn,
.order-item-view .btn {
  padding: 6px 12px;
  margin-right: 10px;
}
.customer-index .btn-primary,
.add-billing-address .btn-primary,
.add-shipping-address .btn-primary,
.change-password .btn-primary,
.password-reminder .btn-primary,
.view-order .btn-primary,
.order-item-view .btn-primary {
  padding: 6px 12px;
}
.customer-index .element-billing-address,
.add-billing-address .element-billing-address,
.add-shipping-address .element-billing-address,
.change-password .element-billing-address,
.password-reminder .element-billing-address,
.view-order .element-billing-address,
.order-item-view .element-billing-address {
  margin-top: 30px;
  margin-bottom: 60px;
}
.customer-index .element-billing-address .tc,
.add-billing-address .element-billing-address .tc,
.add-shipping-address .element-billing-address .tc,
.change-password .element-billing-address .tc,
.password-reminder .element-billing-address .tc,
.view-order .element-billing-address .tc,
.order-item-view .element-billing-address .tc {
  text-align: center;
}
.customer-index .element-shipping-addresses,
.add-billing-address .element-shipping-addresses,
.add-shipping-address .element-shipping-addresses,
.change-password .element-shipping-addresses,
.password-reminder .element-shipping-addresses,
.view-order .element-shipping-addresses,
.order-item-view .element-shipping-addresses {
  margin-bottom: 30px;
}
.customer-index .element-shipping-addresses .tc,
.add-billing-address .element-shipping-addresses .tc,
.add-shipping-address .element-shipping-addresses .tc,
.change-password .element-shipping-addresses .tc,
.password-reminder .element-shipping-addresses .tc,
.view-order .element-shipping-addresses .tc,
.order-item-view .element-shipping-addresses .tc {
  text-align: center;
}
.register-box a[target=_blank] {
  text-decoration: underline;
}
/*=====Overlay, felugró modal ablak=======*/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: visible;
  color: #000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  zoom: 1;
  z-index: 10000;
}
#overlay-content {
  width: 500px;
  margin-left: -250px;
  position: fixed;
  z-index: 10002;
  top: 35%;
  left: 50%;
  text-align: center;
  background: #fff;
  visibility: visible;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
}
#overlay-content a {
  text-decoration: none;
}
#overlay-content-inner {
  padding: 20px;
}
#overlay-content-inner h2 {
  margin: 15px 0;
  font-size: 18px;
}
#overlay-content-inner p {
  margin-bottom: 30px;
}
#overlay-content-inner p strong {
  font-weight: 400;
}
#overlay-content-inner .btn-primary {
  float: right;
  border-radius: 0;
  margin-bottom: 15px;
}
#overlay-content-inner .btn-default {
  float: left;
  border-radius: 0;
  margin-bottom: 15px;
}
.overlay-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.overlay-close {
  cursor: pointer;
}
/*============*/
@media (max-width: 1200px) {
  #cart-index .cart-index-content {
    width: 70%;
  }
  #cart-index .cart-index-sidebar {
    width: 30%;
  }
}
@media (max-width: 992px) {
  #cart-index .cart-index-content {
    width: 100%;
    margin-bottom: 30px;
  }
  #cart-index .cart-index-sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .element-billing-address .thead,
  .element-shipping-addresses .thead {
    display: none;
  }
  .element-billing-address .tc,
  .element-shipping-addresses .tc {
    display: block;
  }
}
@media (max-width: 768px) {
  #cart-index .cart-index-content {
    width: 100%;
  }
  #cart-index .cart-index-content li {
    width: 33.33333333% !important;
    font-size: 14px !important;
  }
  #cart-index .cart-index-content .gross-price,
  #cart-index .cart-index-content .image {
    display: none !important;
  }
  .view .view-tabs #sub-products .element-sub_products .sub-product-column h4 {
    font-size: 13px;
    line-height: 18px;
    height: 54px;
  }
  .nav-tabs > li {
    display: block;
    float: none;
  }
  .nav-tabs > li a {
    border: 0 !important;
    padding-left: 0 !important;
    font-size: 13px;
  }
  .nav-tabs > li.active a {
    margin-right: 0;
  }
  #overlay-content {
    width: 300px;
    margin-left: -150px;
    position: fixed;
    z-index: 10002;
    top: 15%;
    left: 50%;
    text-align: center;
    background: #fff;
    visibility: visible;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  }
  #overlay-content #overlay-content-inner {
    padding: 15px;
  }
  #overlay-content #overlay-content-inner .btn-primary,
  #overlay-content #overlay-content-inner .btn-default {
    float: none;
  }
  .register-box {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #productCollection ul li {
    padding: 5px 2px;
    width: 33.33333333%;
  }
  #productCollection ul li:nth-child(1) {
    display: none;
  }
  #productCollection ul li:nth-child(2) {
    width: 33.33333333% !important;
  }
  #productCollection ul li:nth-last-child(1) {
    white-space: nowrap;
  }
}
.btn {
  border-radius: 0;
}
.product-index-header .product-index-h1,
#cart-index .product-index-h1,
.article-index-header .product-index-h1,
.article-view-header .product-index-h1,
.onePageCheckOut .product-index-h1,
.product-index-header h2,
#cart-index h2,
.article-index-header h2,
.article-view-header h2,
.onePageCheckOut h2,
.product-index-header .article-view-h1,
#cart-index .article-view-h1,
.article-index-header .article-view-h1,
.article-view-header .article-view-h1,
.onePageCheckOut .article-view-h1,
.product-index-header h1,
#cart-index h1,
.article-index-header h1,
.article-view-header h1,
.onePageCheckOut h1 {
  color: #000000;
  border-color: #1a1a1a;
}
.collapsible-container .desc-wrapper p,
.collapsible-container .desc-wrapper ul li,
.collapsible-container .desc-wrapper span,
.collapsible-container .desc-wrapper h1,
.collapsible-container .desc-wrapper h2,
.collapsible-container .desc-wrapper h3,
.collapsible-container .desc-wrapper h4 {
  color: #000000;
}
.collapsible-container .desc-wrapper a {
  color: #b81d19;
}
#filters {
  background: #ffffff;
}
#filters button {
  color: #ff8188;
}
#filters button.highlight {
  color: #b81d19;
}
#filters #param-filter {
  background: #ffffff;
  color: #ff8188;
}
#filters .collapse-btn {
  background: #b81d19;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#filters .collapse-btn:hover,
#filters .collapse-btn:focus {
  background: #8b1613;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.contact {
  color: #ff8188;
  line-height: 30px;
  font-size: 13px;
  float: left;
}
.contact .wrap {
  display: none;
}
.login {
  color: #ff8188;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
}
.login a {
  color: #ff8188;
  font-weight: bold;
}
.element-shop-logo img {
  margin: 10px 0 0 0 !important;
  height: 65px;
}
.element-search {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 90px;
}
.element-search .form-group {
  width: 85%;
  display: inline-block;
}
.element-search input[type=submit] {
  display: inline-block;
  float: right;
  background: #b81d19;
  padding: 1px 14px;
  box-shadow: none;
  border: none;
  color: white;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-search input[type=submit]:hover {
  background: #8b1613;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.element-search #search-result-product-list-box {
  width: 75%;
  background: white;
}
.element-search #search-result-product-list-box #search-result-close {
  padding: 10px;
}
.element-search #search-result-product-list-box h5 {
  padding: 10px;
  background: #f9caca;
  color: #ff8188;
}
.element-search #search-result-product-list-box ul li {
  background: transparent;
  color: #000;
}
.element-search #search-result-product-list-box ul li a {
  padding: 10px;
  color: #000;
}
.element-search #search-result-product-list-box ul li a:hover {
  background: #ffffff;
  color: #ff8188;
}
.element-global_navigation {
  min-height: 40px;
}
.element-global_navigation .navbar-collapse {
  padding: 0;
}
.element-global_navigation .navbar-collapse ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ff8188;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  border: 0;
}
.element-global_navigation .navbar-collapse ul li a:hover,
.element-global_navigation .navbar-collapse ul li a:focus {
  color: #ff1b28;
}
.element-global_navigation .navbar-collapse ul li:first-child a {
  padding-left: 0;
}
.element-global_navigation .navbar-collapse ul li:last-child a {
  border: 0;
}
.element-global_navigation .navbar-collapse ul .active a {
  color: #ff1b28;
}
.element-cart {
  height: 40px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  background: #b81d19;
}
.element-cart:hover .dropdown-menu {
  top: 40px;
  right: 0px;
}
.element-cart:hover .dropdown-menu table .pay {
  background: #b81d19;
  margin: 0;
}
.element-cart ul {
  height: 40px;
}
.element-cart ul li {
  height: 40px;
  line-height: 40px;
}
.element-cart ul li .fa-shopping-cart {
  padding: 1px 8px;
  font-size: 26px;
  color: #014687;
  top: 2px;
  background: #b81d19;
}
.element-cart ul li .cart-quantity {
  height: 30px;
  line-height: 30px;
  color: #014687;
}
.element-cart ul li .cart-quantity b {
  font-size: 20px;
  text-shadow: 0 1px #000;
  color: #014687;
}
.element-cart ul li .cart-quantity .glyphicon {
  position: relative;
  top: 3px;
  margin-left: 7px;
  display: inline-block;
}
.element-slider {
  float: none;
  margin: -15px -15px 0 -15px;
}
.sidebar h2 {
  background: #f9caca;
  color: #ff8188;
  margin-left: -9px;
  -webkit-box-shadow: 1px 1px 3px 0px #787878;
  -moz-box-shadow: 1px 1px 3px 0px #787878;
  box-shadow: 1px 1px 3px 0px #787878;
  border-bottom: 2px solid #f9caca;
}
.sidebar h2 .icon-wrapper {
  margin: 0;
  transform: none;
  background: #f9caca;
}
.sidebar h2 .icon-wrapper .glyphicon {
  transform: none;
  color: #ff8188;
}
.sidebar h2:after {
  content: "";
  position: absolute;
  border-bottom: 14px solid transparent;
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #f9caca;
  margin-top: 32px;
  left: -9px;
  background: transparent;
  z-index: -1;
}
.sidebar .latest-news-card:hover {
  border-color: #f9caca;
}
.sidebar .latest-news-card a {
  color: #000000;
}
.sidebar .all-blog {
  background: #f9caca;
  color: #ff8188;
  font-weight: bold;
}
.sidebar .all-blog:hover {
  background: #f49c9c;
}
.category-tree .dropdown-menu {
  margin-top: 2px;
}
.category-tree .dropdown-menu li:hover {
  background: transparent;
}
.category-tree .dropdown-menu li:hover > a,
.category-tree .dropdown-menu li:hover > .category_tree_element_item i {
  color: #f9caca !important;
}
.category-tree .dropdown-menu ul,
.category-tree .dropdown-menu li {
  background: transparent !important;
}
.category-tree .dropdown-menu ul a,
.category-tree .dropdown-menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 30px 7px 15px;
  color: #000000;
  background: transparent;
}
.category-tree .dropdown-menu ul a:hover,
.category-tree .dropdown-menu li a:hover,
.category-tree .dropdown-menu ul a:focus,
.category-tree .dropdown-menu li a:focus {
  color: #f9caca !important;
}
.category-tree .dropdown-menu ul .category_tree_element_item i,
.category-tree .dropdown-menu li .category_tree_element_item i {
  color: #000000;
}
.category-tree .dropdown-menu ul > ul,
.category-tree .dropdown-menu li > ul {
  background: transparent !important;
}
.category-tree .dropdown-menu ul > ul > ul:hover,
.category-tree .dropdown-menu li > ul > ul:hover,
.category-tree .dropdown-menu ul > ul li:hover,
.category-tree .dropdown-menu li > ul li:hover {
  background: transparent !important;
}
.category-tree .dropdown-menu ul > ul > ul a,
.category-tree .dropdown-menu li > ul > ul a,
.category-tree .dropdown-menu ul > ul li a,
.category-tree .dropdown-menu li > ul li a {
  color: #000000;
  background: transparent;
}
.category-tree .dropdown-menu ul > ul > ul a:hover,
.category-tree .dropdown-menu li > ul > ul a:hover,
.category-tree .dropdown-menu ul > ul li a:hover,
.category-tree .dropdown-menu li > ul li a:hover,
.category-tree .dropdown-menu ul > ul > ul a:focus,
.category-tree .dropdown-menu li > ul > ul a:focus,
.category-tree .dropdown-menu ul > ul li a:focus,
.category-tree .dropdown-menu li > ul li a:focus {
  color: #f9caca !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul,
.category-tree .dropdown-menu li > ul > ul > ul,
.category-tree .dropdown-menu ul > ul li > ul,
.category-tree .dropdown-menu li > ul li > ul {
  background: transparent !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul li,
.category-tree .dropdown-menu li > ul > ul > ul li,
.category-tree .dropdown-menu ul > ul li > ul li,
.category-tree .dropdown-menu li > ul li > ul li {
  background: transparent !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul li:hover,
.category-tree .dropdown-menu li > ul > ul > ul li:hover,
.category-tree .dropdown-menu ul > ul li > ul li:hover,
.category-tree .dropdown-menu li > ul li > ul li:hover {
  background: transparent;
}
.category-tree .dropdown-menu ul > ul > ul > ul li a,
.category-tree .dropdown-menu li > ul > ul > ul li a,
.category-tree .dropdown-menu ul > ul li > ul li a,
.category-tree .dropdown-menu li > ul li > ul li a {
  color: #000000;
  background: transparent;
}
.category-tree .dropdown-menu ul > ul > ul > ul li a:hover,
.category-tree .dropdown-menu li > ul > ul > ul li a:hover,
.category-tree .dropdown-menu ul > ul li > ul li a:hover,
.category-tree .dropdown-menu li > ul li > ul li a:hover,
.category-tree .dropdown-menu ul > ul > ul > ul li a:focus,
.category-tree .dropdown-menu li > ul > ul > ul li a:focus,
.category-tree .dropdown-menu ul > ul li > ul li a:focus,
.category-tree .dropdown-menu li > ul li > ul li a:focus {
  color: #f9caca !important;
}
.dashboard-category-list h2,
.dashboard-product-list h2 {
  display: block;
  background: #f9caca;
  padding: 7px 14px;
  border: 0;
  color: #ff8188;
  text-transform: uppercase;
}
.row-category-list {
  padding: 0 12px;
  margin-bottom: 0;
}
.row-category-list .dashboard-category-column {
  width: 20%;
  padding: 0 3px;
}
.row-category-list:hover .category-card:hover {
  border: 1px solid;
  border-color: #d4d4d4;
}
.row-category-list:hover .category-card:hover h3 {
  background: #e6e6e6;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.row-category-list:hover .category-card:hover h3 a {
  color: #ff8188;
}
.row-category-list:hover .category-card:hover h3 a:hover,
.row-category-list:hover .category-card:hover h3 a:focus {
  text-decoration: none;
}
.category-card {
  border: 1px solid #ededed;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  margin-bottom: 6px;
}
.category-card .category-card-data {
  position: absolute;
  left: 0;
  bottom: 0;
}
.category-card .category-card-data h3 {
  background: #ffffff;
  padding: 5px;
}
.category-card .category-card-data h3 a {
  color: #ff8188;
}
/*-----------------Product-card-----------------*/
.dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
  width: 20%;
}
.row-index-product-list .grid {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-index-product-list .grid {
    float: left;
    width: 25%;
  }
}
.element-product-card {
  border: 1px solid #ededed;
}
.element-product-card:hover {
  border-color: #f9caca;
}
.element-product-card:hover .thumbnail img {
  transform: inherit;
  image-rendering: auto;
}
.element-product-card .thumbnail {
  padding: 0;
}
.element-product-card .thumbnail .special-offer {
  background: #ffa500;
  color: #ffffff;
}
.element-product-card .product-card-data {
  background: #ffffff;
}
.element-product-card .product-card-data h3 a {
  color: #ff8188;
}
.element-product-card .product-card-data .price-original {
  color: #ff8188;
}
.element-product-card .product-card-data .price {
  color: #014687;
}
.element-product-card .product-card-data .price .gross_quantity_unit {
  color: #014687;
}
.element-product-card .product-card-data .detail {
  background: #b81d19;
  color: #ffffff;
}
.element-product-card .product-card-data .detail:hover,
.element-product-card .product-card-data .detail:focus {
  background: #8b1613;
}
.element-product-card .product-card-data .detail i {
  display: inline-block;
  margin-left: 7px;
}
.list .element-product-card {
  background: #ffffff;
}
.list .element-product-card .thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .list .element-product-card .thumbnail {
    float: left;
    width: 16.66666667%;
  }
}
.list .element-product-card .product-card-data {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  padding: 5px 15px 15px 5px;
}
@media (min-width: 1200px) {
  .list .element-product-card .product-card-data {
    float: left;
    width: 83.33333333%;
  }
}
.list .element-product-card .product-card-data h3 a {
  color: #ff8188;
}
.list .element-product-card .product-card-data .price-original {
  color: #ff8188;
}
.list .element-product-card .product-card-data .price {
  color: #014687;
}
.list .element-product-card .product-card-data .sku {
  color: #ff8188;
}
.element-top-products {
  background: #ffa500;
}
.element-top-products span {
  background: transparent;
}
/*-----Product-card vége--------*/
/*-------Breadcrumb------------*/
.breadcrumb {
  padding: 5px;
  font-size: 13px;
  margin: 15px 15px 0 15px;
  border-radius: 0;
  background: #ffffff;
}
.breadcrumb a span {
  color: #b81d19;
}
.breadcrumb span {
  color: #ff8188;
}
/*-------Breadcrumb vége------------*/
/*-------Article index-----------*/
.article-index {
  padding: 0;
}
/*-------Article index vége-----------*/
/*-----view-article------*/
.view-article {
  padding: 0 !important;
}
.view-article .lead-image {
  width: 20%;
  float: left;
  margin: 0 15px 15px 0;
}
.view-article ul li,
.view-article p,
.view-article span,
.view-article h1,
.view-article h2,
.view-article h3,
.view-article h4,
.view-article .date {
  color: #000000;
}
/*-----view-article vége------*/
/*------Pagination------*/
.element-pagination .counter {
  color: #000000;
}
/*------Pagination vége------*/
/*------Article-card------*/
.article-card {
  border: 1px solid #ededed;
  background: #ffffff;
}
.article-card .date {
  background: #f9caca;
  color: #ff8188;
}
.article-card h3 a {
  color: #ff8188;
}
.article-card .desc p {
  color: #ff8188;
}
.article-card .button-more {
  background: #ededed;
  color: #333;
}
/*------Article-card vége------*/
/*======Footer=======*/
footer h4 {
  font-size: 14px;
}
footer ul {
  padding-left: 20px;
}
footer ul li {
  font-size: 13px;
  list-style-type: disc;
}
footer .footer-menu,
footer .footer-contact {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-menu,
  footer .footer-contact {
    float: left;
    width: 33.33333333%;
  }
}
footer .footer-menu-other {
  display: none;
}
footer .footer-social {
  display: block;
}
/*======Footer vége=======*/
/*------------1200------------*/
@media (max-width: 1200px) {
  .row-category-list {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .row-category-list .dashboard-category-column {
    width: inherit;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 3px;
  }
  .dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
    width: 25%;
  }
  .element-search #search-result-product-list-box {
    width: 73%;
  }
  .list .element-product-card .thumbnail {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list .element-product-card .product-card-data {
    position: absolute !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px;
  }
  .list .element-product-card .product-card-data h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .row-category-list .dashboard-category-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .row-category-list .dashboard-category-column {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .list .element-product-card .thumbnail {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .list .element-product-card .product-card-data {
    float: left;
    width: 75%;
  }
}
/*------------1200 vége------------*/
/*------------992------------*/
@media (max-width: 992px) {
  .element-search .form-group {
    width: 75%;
  }
  .element-search #search-result-product-list-box {
    width: 61.5%;
  }
  .dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
    width: 33.33333333%;
  }
  .element-product-card .product-card-data .price {
    font-size: 20px;
  }
  .element-product-card .product-card-data .price-original {
    color: #666 !important;
  }
  .element-pagination .counter {
    line-height: 30px;
  }
}
/*------------992 vége------------*/
/*------------768------------*/
@media (max-width: 768px) {
  .contact {
    display: none;
  }
  .login {
    text-align: center;
  }
  .login span {
    color: white;
  }
  .shop-logo {
    margin: 5px 0;
    text-align: center;
  }
  .shop-logo img {
    height: 50px;
  }
  .element-search {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .element-search .form-group {
    width: 100%;
  }
  .element-search input[type=submit] {
    display: none;
  }
  .element-global_navigation {
    float: left;
  }
  .element-global_navigation .navbar-brand {
    display: none;
  }
  .element-global_navigation .navbar-toggle {
    float: left;
    border-radius: 0;
    margin: 4px 0 0 0;
    background: #014687;
  }
  .element-global_navigation .navbar-toggle .icon-bar {
    background: white;
  }
  .element-global_navigation .navbar-nav {
    margin: 0;
  }
  .element-global_navigation .navbar-nav li a {
    padding: 0 !important;
  }
  .element-cart:hover .dropdown-menu table {
    width: 300px;
  }
  .element-cart:hover .dropdown-menu table .quantity {
    display: none;
  }
  .sidebar h2 {
    margin-left: 0;
  }
  .row-index-product-list .list {
    margin-bottom: 0;
  }
  .row-category-list .dashboard-category-column .category-card {
    background: #202020;
  }
  .row-category-list .dashboard-category-column .category-card .thumbnail {
    display: none;
  }
  .row-category-list .dashboard-category-column .category-card .category-card-data {
    position: relative;
    height: inherit;
  }
  .row-category-list .dashboard-category-column .category-card .category-card-data:hover a {
    color: white;
  }
  .row-category-list .dashboard-category-column .category-card .category-card-data h3 {
    display: block;
    background: transparent;
  }
  .category-card:hover .category-card-data {
    background: #202020;
  }
  .dashboard-product-list .row-dashboard-product-list .dashboard-product-column {
    width: 50%;
  }
  .element-product-card {
    margin-bottom: 0;
  }
  .element-product-card .product-card-data {
    padding: 5px;
  }
  .element-product-card .product-card-data .price-original {
    font-size: 13px;
  }
  .element-product-card .product-card-data .price {
    font-size: 17px;
  }
  .element-product-card .product-card-data .detail {
    display: block;
    width: 100%;
  }
  .row-index-product-list .list .element-product-card .thumbnail {
    position: relative;
    float: left;
    width: 33.33333333% !important;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-index-product-list .list .element-product-card .product-card-data {
    position: relative;
    float: left;
    width: 66.66666667% !important;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-index-product-list .list .element-product-card .product-card-data .detail {
    display: inline-block;
  }
  footer .container-fluid {
    padding: 0;
  }
  footer .container-fluid ul li {
    list-style-type: none;
  }
  footer .footer-social {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------768 vége------------*/
@media (max-width: 420px) {
  .row-index-product-list .list .element-product-card .thumbnail {
    position: relative;
    float: left;
    width: 50% !important;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-index-product-list .list .element-product-card .product-card-data {
    position: relative;
    float: left;
    width: 50% !important;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-index-product-list .list .element-product-card .product-card-data .detail {
    display: none;
  }
}
.alert {
  margin: 15px;
}
/*======Header========*/
header {
  margin-bottom: 2px;
}
header .header-top-full {
  background-color: #ffffff;
  height: 30px;
}
header .header-middle-full {
  background: #ffffff;
  height: 90px;
}
header .header-bottom-full {
  background-color: #f9caca;
  min-height: 40px;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
  -moz-box-shadow: 0 8px 6px -6px #999999;
  box-shadow: 0 8px 6px -6px #999999;
}
/*======Header vége=======*/
/*======Content======*/
#dashboard {
  padding: 15px;
}
.content-wrapper {
  overflow: visible;
  background: #ffffff;
  border: 0;
}
/*=========*/
/*======Footer=======*/
footer .footer-top,
footer .footer-bottom {
  background: #ffffff;
}
footer .footer-top h4,
footer .footer-bottom h4,
footer .footer-top ul li,
footer .footer-bottom ul li,
footer .footer-top a,
footer .footer-bottom a,
footer .footer-top i,
footer .footer-bottom i,
footer .footer-top .footer-copyright,
footer .footer-bottom .footer-copyright {
  color: #000000;
}
/*======Footer vége=======*/
@media (max-width: 992px) {
  .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  header .header-middle-full {
    min-height: 90px;
    height: auto;
  }
  .content-wrapper {
    padding: 0;
  }
}
.onePageCheckOut {
  padding: 0 15px 15px 15px;
}
.onePageCheckOut h1 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.onePageCheckOut .onepage-block {
  background: #ffffff;
  color: #ff8188;
}
.onePageCheckOut .onepage-block h2 {
  color: #ff8188;
}
.onePageCheckOut .onepage-block h2 b {
  color: #f9caca;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit] {
  background: #b81d19;
  color: #ffffff;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:hover,
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:focus {
  background: #8b1613;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc > p,
.onePageCheckOut .onepage-block .onePageCheckOut .onepage-block .shipping-extra .shipping-address > p {
  background: #f9caca;
  color: #ff8188;
}
/*======CART-INDEX======*/
#cart-index {
  padding: 15px;
}
#cart-index h2 {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#cart-index .cart-index-content .cart-list-header {
  background: #f9caca;
  color: #ff8188;
}
#cart-index .cart-index-content .cart-list-header li {
  padding: 5px 0;
}
#cart-index .cart-index-content .cart-list-item {
  border: 0;
  background: #ffffff;
  color: #ff8188;
}
#cart-index .cart-index-sidebar h3 {
  padding: 5px 15px;
  background: #f9caca;
  color: #ff8188;
}
#cart-index .cart-index-sidebar .payment-info {
  background: #ffffff;
  color: #ff8188;
}
#cart-index .cart-index-sidebar .payment-info .btn {
  border-radius: 0;
}
#cart-index .cart-index-sidebar .shipping-info {
  background: #ffffff;
  color: #ff8188;
}
/*======CART-INDEX_END======*/
/*======Product-view======*/
.view .product-view-title {
  color: #000000;
}
.view .price-original {
  display: block;
}
.view .price {
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
  color: #014687;
}
.view .price .gross_quantity_unit {
  color: #014687;
}
.view .view-special-offer {
  background: #ffa500;
  color: #ffffff;
}
.view .element-add-to-cart-form {
  color: #000000;
}
.view .element-add-to-cart-form .viewQU {
  color: #000000;
}
.view .element-add-to-cart-form .bs-callout-info {
  color: #000000;
  border-color: #f9caca;
}
.view .s-desc {
  color: #000000;
}
.view .sku {
  color: #000000;
}
.view .view-tabs .nav-tabs li a {
  color: #000000;
}
.view .view-tabs .nav-tabs .active a {
  background: #e6e6e6;
  color: #000000;
}
.view .view-tabs .tab-pane {
  color: #000000;
}
.view .view-tabs #sub-products .element-sub_products h3 {
  color: #000000;
}
.view .view-tabs #sub-products .element-sub_products .sub-product-column h4 {
  color: #000000;
}
/*=====End view=======*/
#overlay-content {
  background: #ffffff;
  color: #000000;
}
.view-thankyou {
  color: #000000;
}
@media (max-width: 768px) {
  .view .right-side {
    margin-top: 45px;
  }
}
a {
  color: #ff8188;
}
.btn-default {
  background: #ff8188 !important;
  color: #ffffff !important;
}
.btn-default:hover,
.btn-default:focus {
  background: #ff4e58 !important;
  color: #ffffff !important;
}
.content-wrapper {
  border: 1px solid #dfdfdf;
}
body {
  background-image: url('https://www.lilygardrobe.hu/content/project/lilygardrob/img/bg-pattern.jpg');
  background-repeat: repeat;
}
main {
  padding: 0;
}
main #dashboard {
  padding: 0;
}
.element-cart,
.footer-facebook,
.sidebar-latest-news,
.contact,
.element-manufacturer-logos {
  display: none;
}
.element-shop-logo img {
  height: 110px;
  margin: -25px 0 0 0 !important;
}
.login {
  display: none;
}
.element-search {
  padding: 0;
}
.element-search .form-group {
  background: transparent;
  width: 100%;
}
.element-search .form-group input[type=search] {
  background: #ff8188;
  color: white;
  box-shadow: none;
  width: 40%;
  float: right;
}
.element-search .form-group input[type=search]:-moz-placeholder {
  color: white;
}
.element-search .form-group input[type=search]:-ms-input-placeholder {
  color: white;
}
.element-search .form-group input[type=search]::-webkit-input-placeholder {
  color: white;
}
.element-search input[type=submit] {
  display: none;
}
.element-search #search-result-product-list-box {
  right: 0;
  top: 40px;
  width: 40%;
}
.element-search #search-result-product-list-box h5 {
  background: #FF8188;
  color: white;
}
.element-search #search-result-product-list-box ul li a:hover,
.element-search #search-result-product-list-box ul li a:focus {
  background: #f9caca;
  color: white;
}
.element-global_navigation .navbar-collapse ul li a,
.element-global_navigation .navbar-collapse ul .active a {
  color: #ff8188;
}
.element-global_navigation .navbar-collapse ul li a:hover,
.element-global_navigation .navbar-collapse ul .active a:hover {
  color: #ff4e58;
}
.element-global_navigation .navbar-collapse ul li.highlighted:first-child a {
  padding-left: 15px !important;
}
.element-global_navigation .navbar-collapse ul li.highlighted a {
  color: #f9caca;
  background-color: #ff8188;
}
.element-global_navigation .navbar-collapse ul li.highlighted a:hover {
  color: #f9caca;
  background-color: #ff4e58;
}
.sidebar {
  padding-left: 15px;
}
.category-tree h2 {
  text-transform: uppercase;
  margin-left: 0;
  text-align: center;
  font-size: 22px;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #000;
}
.category-tree h2 .icon-wrapper {
  display: none;
}
.category-tree h2::after {
  display: none;
}
.category-tree ul {
  background-color: #FBDFDF !important;
}
.sidebar > .category-tree:after {
  background-size: 100% 70px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 70px;
  content: "";
}
.category-tree .dropdown-menu ul,
.category-tree .dropdown-menu li {
  background: #fbdfdf;
}
.category-tree .dropdown-menu ul:hover,
.category-tree .dropdown-menu li:hover {
  background: #fbdfdf;
}
.category-tree .dropdown-menu ul:hover .category_tree_element_item i,
.category-tree .dropdown-menu li:hover .category_tree_element_item i {
  color: #111 !important;
}
.category-tree .dropdown-menu ul:hover > a,
.category-tree .dropdown-menu li:hover > a {
  color: #000 !important;
}
.category-tree .dropdown-menu ul a,
.category-tree .dropdown-menu li a {
  text-transform: uppercase;
  color: #aaa !important;
}
.category-tree .dropdown-menu ul a:hover,
.category-tree .dropdown-menu li a:hover,
.category-tree .dropdown-menu ul a:focus,
.category-tree .dropdown-menu li a:focus {
  color: #000 !important;
}
.category-tree .dropdown-menu ul .category_tree_element_item i,
.category-tree .dropdown-menu li .category_tree_element_item i {
  color: #aaa;
}
.category-tree .dropdown-menu ul > ul > ul,
.category-tree .dropdown-menu li > ul > ul,
.category-tree .dropdown-menu ul > ul li,
.category-tree .dropdown-menu li > ul li {
  background: #fbdfdf;
}
.category-tree .dropdown-menu ul > ul > ul a,
.category-tree .dropdown-menu li > ul > ul a,
.category-tree .dropdown-menu ul > ul li a,
.category-tree .dropdown-menu li > ul li a {
  color: #aaa;
  text-transform: uppercase;
}
.category-tree .dropdown-menu ul > ul > ul a:hover,
.category-tree .dropdown-menu li > ul > ul a:hover,
.category-tree .dropdown-menu ul > ul li a:hover,
.category-tree .dropdown-menu li > ul li a:hover,
.category-tree .dropdown-menu ul > ul > ul a:focus,
.category-tree .dropdown-menu li > ul > ul a:focus,
.category-tree .dropdown-menu ul > ul li a:focus,
.category-tree .dropdown-menu li > ul li a:focus {
  color: #111 !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul,
.category-tree .dropdown-menu li > ul > ul > ul,
.category-tree .dropdown-menu ul > ul li > ul,
.category-tree .dropdown-menu li > ul li > ul {
  background: #fbdfdf !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul li,
.category-tree .dropdown-menu li > ul > ul > ul li,
.category-tree .dropdown-menu ul > ul li > ul li,
.category-tree .dropdown-menu li > ul li > ul li {
  background: #fbdfdf !important;
}
.category-tree .dropdown-menu ul > ul > ul > ul li a,
.category-tree .dropdown-menu li > ul > ul > ul li a,
.category-tree .dropdown-menu ul > ul li > ul li a,
.category-tree .dropdown-menu li > ul li > ul li a {
  color: #aaa;
  text-transform: uppercase;
  background: transparent;
}
.category-tree .dropdown-menu ul > ul > ul > ul li a:hover,
.category-tree .dropdown-menu li > ul > ul > ul li a:hover,
.category-tree .dropdown-menu ul > ul li > ul li a:hover,
.category-tree .dropdown-menu li > ul li > ul li a:hover,
.category-tree .dropdown-menu ul > ul > ul > ul li a:focus,
.category-tree .dropdown-menu li > ul > ul > ul li a:focus,
.category-tree .dropdown-menu ul > ul li > ul li a:focus,
.category-tree .dropdown-menu li > ul li > ul li a:focus {
  color: #111 !important;
}
.sidebar-facebook {
  padding: 0;
}
.element-slider {
  margin: 15px 0 0 0;
}
.element-slider .carousel .carousel-caption {
  background: rgba(100, 100, 100, 0.5);
}
.element-slider .carousel .carousel-caption h3 {
  text-shadow: 0 1px #333;
}
.element-slider .carousel .carousel-caption .btn {
  background: ff8188;
}
.element-slider .carousel ol {
  background: rgba(100, 100, 100, 0.5);
}
.dashboard-category-list h2 {
  color: #0c2231;
}
.row-category-list .dashboard-category-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .row-category-list .dashboard-category-column {
    float: left;
    width: 33.33333333%;
  }
}
.row-category-list:hover .category-card:hover {
  border-color: #ededed;
}
.row-category-list:hover .category-card:hover .category-card-data h3 {
  background: #f9caca;
}
.row-category-list:hover .category-card:hover .category-card-data h3 a {
  color: white;
}
.category-card .thumbnail {
  border: 0;
}
.category-card .category-card-data {
  position: relative;
}
.category-card .category-card-data h3 {
  display: block;
  background: #cccaca;
}
.category-card .category-card-data h3 a {
  color: #0c2231;
}
.breadcrumb {
  background: #EDEDED;
}
.breadcrumb li a span {
  color: #f9caca;
}
.breadcrumb li a span:hover,
.breadcrumb li a span:focus {
  text-decoration: none;
  color: #f49c9c;
}
.breadcrumb li span {
  color: #0c2231;
}
.element-product-card .element-top-products {
  display: none;
}
.element-product-card .thumbnail .special-offer {
  display: none;
}
.element-product-card .product-card-data {
  background: #cccaca;
}
.element-product-card .product-card-data h3 a {
  color: #111;
}
.element-product-card .product-card-data .price,
.element-product-card .product-card-data .price-original {
  display: none;
}
.element-product-card .product-card-data .detail {
  background: #FF4E58;
}
.element-product-card .product-card-data .detail:hover,
.element-product-card .product-card-data .detail:focus {
  background: #ff1b28 !important;
}
.list .element-product-card .product-card-data {
  background: white;
}
.list .element-product-card .product-card-data h3 a {
  color: #111;
}
.list .element-product-card .product-card-data .price,
.list .element-product-card .product-card-data .price-original {
  display: none;
}
.change-view .element-sort {
  display: none;
}
.change-view button .glyphicon {
  color: #0c2231;
}
.change-view button.highlight .glyphicon {
  color: #FF8188;
}
.element-pagination ul li.active a {
  background: ff8188 !important;
  color: white;
}
.element-pagination ul li a {
  color: ff8188;
}
.view .left-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .view .left-side {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .view .left-side {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .view .left-side {
    float: left;
    width: 33.33333333%;
  }
}
.view .left-side .element-top-products {
  display: none;
}
.view .left-side .element-image-gallery .primary-image {
  border: 0;
}
.view .right-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.view .right-side .view-manufacturer-logo {
  float: none !important;
  text-align: right;
}
.view .right-side .product-view-title {
  color: #ff8188;
}
.view .right-side .element-add-to-cart-form,
.view .right-side .view-special-offer {
  display: none;
}
.view .right-side .price {
  color: red;
}
@media (min-width: 768px) {
  .view .right-side {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .view .right-side {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .view .right-side {
    float: left;
    width: 66.66666667%;
  }
}
.article-index {
  padding: 0;
}
.view-article {
  padding: 0 15px;
}
.article-card {
  background: white;
}
.article-card .date {
  color: white;
  background: #ff8188;
}
.article-card h3 a {
  color: #0c2231;
}
.article-card .desc p {
  color: #0c2231;
}
footer {
  margin: 0;
  background: #a7a7a7;
}
footer .footer-top,
footer .footer-bottom {
  background: transparent;
  border: 0;
}
footer .footer-top .footer-contact,
footer .footer-bottom .footer-contact,
footer .footer-top .footer-menu-other,
footer .footer-bottom .footer-menu-other,
footer .footer-top .footer-social,
footer .footer-bottom .footer-social {
  display: none;
}
footer .footer-top .footer-menu,
footer .footer-bottom .footer-menu {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu,
  footer .footer-bottom .footer-menu {
    float: left;
    width: 50%;
  }
}
footer .footer-top .footer-menu h4,
footer .footer-bottom .footer-menu h4 {
  display: none;
}
footer .footer-top .footer-menu ul,
footer .footer-bottom .footer-menu ul {
  padding-left: 0;
}
footer .footer-top .footer-menu ul li,
footer .footer-bottom .footer-menu ul li {
  color: white;
  list-style-type: none;
}
footer .footer-top .footer-menu ul li a,
footer .footer-bottom .footer-menu ul li a {
  color: white;
  font-size: 14px;
}
footer .footer-bottom {
  border-top: 1px solid white;
  padding: 0 30px;
}
footer .footer-bottom .footer-impressum,
footer .footer-bottom .footer-copyright {
  padding: 10px 0;
  color: white;
  font-size: 13px;
}
footer .footer-bottom .footer-impressum a,
footer .footer-bottom .footer-copyright a {
  font-size: 13px;
  color: white;
}
.btn-primary {
  background: ff8188;
}
.btn-primary:hover {
  background: ff8188;
}
@media (max-width: 1200px) {
  .view-article .article-view-header .article-view-h1 {
    display: block;
  }
  .view-article .article-view-header .btn {
    float: none !important;
    margin: 0 15px 15px 0 !important;
  }
}
@media (max-width: 768px) {
  body {
    background-image: none;
    background: white;
  }
  .element-shop-logo img {
    height: 80px;
    margin: 0 !important;
  }
  .element-search {
    margin-top: 15px;
  }
  .element-search .form-group input[type=search] {
    width: 100%;
  }
  .element-global_navigation .navbar-toggle {
    background: ff8188;
  }
  .element-global_navigation .navbar-collapse ul li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-category-list .dashboard-category-column .category-card {
    background: transparent;
  }
  .category-card:hover .category-card-data {
    background: transparent;
  }
  .category-card:hover .category-card-data h3 a {
    color: black !important;
  }
}
.cookie-bar-container {
  display: none;
  border-top: 1px solid #FF4E58;
  background-color: #ff6870;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99998;
}
.cookie-bar-container a {
  color: #f9caca;
  text-decoration: underline;
}
.cookie-bar-container .container .text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .cookie-bar-container .container .text {
    font-size: 14px;
  }
}
.cookie-bar-container .container .buttons {
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: right;
}
@media (max-width: 991px) {
  .cookie-bar-container .container .buttons {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cookie-bar-container .container .buttons button {
  display: inline-block;
  padding: 6px 10px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  color: #363839;
  background: white;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cookie-bar-container .container .buttons button:hover {
  color: #ff1b28;
  background: #e6e6e6;
}
