/* no cache *//* DEBUG LESS COMPILLED */ @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700,400&subset=latin,latin-ext);
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body ul,
body ul li {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0 auto 0 auto;
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif;
  color: #4c5872;
}
.hasmenu {
  height: auto !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
#lay_content {
  height: auto !important;
}
#pagetop {
  position: relative;
  float: none;
  margin: 0 auto 0 auto;
  background: #fbfbfb;
  height: 180px;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  #pagetop {
    height: 250px;
  }
}
.nav-menu-btn {
  display: none;
}
@media only screen and (max-width: 520px) {
  .nav-menu-btn {
    position: absolute;
    display: block;
    top: 40px;
    right: 10px;
  }
  .nav-menu-btn button {
    border: none;
    background-color: transparent;
    color: #fff;
    line-height: 40px;
    font-size: 1.2em;
  }
}
#pageheader {
  height: 200px !important;
}
#pageheader,
#topmenu a,
#logobox h1 sub {
  color: #a0a0a0;
}
#usrbox {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 200px;
  font-size: 1.2em;
}
@media only screen and (max-width: 520px) {
  #usrbox {
    top: 40px;
    width: 100%;
    background: #aa3434;
    line-height: 40px;
    text-align: left;
  }
  #usrbox ul li a {
    color: #fff !important;
  }
}
#usrbox ul {
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 520px) {
  #usrbox ul {
    padding-left: 10px;
  }
}
#usrbox ul li {
  display: inline-block;
  padding-right: 10px;
}
#usrbox ul li a {
  color: #535353;
}
#usrbox ul li a strong {
  font-weight: normal;
}
#basketbox {
  display: block;
  position: absolute;
  width: 300px;
  top: 60px;
  right: 20px;
  text-align: right;
  font-size: 1.2em;
}
#basketbox .top-cart-detail {
  display: none;
  position: Absolute;
  background: #fff;
  padding: 10px;
  right: 0;
  z-index: 999;
  font-size: 0.8em;
  width: 55rem;
  text-align: left;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
}
#basketbox .top-cart-detail ul {
  margin: 0;
  padding: 0;
}
#basketbox .top-cart-detail ul li {
  display: table-row;
}
#basketbox .top-cart-detail ul li a,
#basketbox .top-cart-detail ul li span {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 10px;
}
#basketbox .top-cart-detail ul li a:hover {
  color: #aa3434;
}
#basketbox .top-cart-detail ul li.cart-link {
  padding-top: 20px;
  display: block;
}
#basketbox .top-cart-detail ul li.cart-link a {
  margin-top: 15px;
  color: #fff;
}
#basketbox .top-cart-detail ul li.cart-link a:hover {
  color: #fff;
}
@media only screen and (max-width: 520px) {
  #basketbox {
    top: 9px;
    left: 10px;
    width: 28%;
    text-align: left;
  }
  #basketbox .basket-text {
    display: none;
  }
}
#basketbox:hover .top-cart-detail {
  display: block;
}
#basketbox a {
  color: #000;
}
@media only screen and (max-width: 520px) {
  #searchbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 40px;
  }
}
#search-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  position: absolute;
  top: 5px;
  right: 20px;
  height: 40px;
  line-height: 40px;
  width: 20%;
  font-size: 1em;
  border: #dfdfdf 1px solid;
  color: #dfdfdf;
  background: url('/layout_images/lupa.png') no-repeat right center;
}
@media only screen and (max-width: 520px) {
  #search-input {
    margin: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border: none;
    color: #272727;
  }
}
#logobox {
  font-size: 2em;
  text-shadow: 1px 2px 3px #000000;
  width: 300px;
  height: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 520px) {
  #logobox {
    top: 100px;
    height: 80%;
  }
}
.logo {
  display: block;
  position: relative;
  top: 0px;
  margin: auto;
  height: 160px;
  text-align: center;
}
.logo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.logo span {
  display: none;
}
.logo-text {
  position: relative;
  top: 50px;
}
#pagecontentbox,
#pagecontent {
  text-align: center;
  height: auto !important;
}
#pagecontentbox {
  clear: both;
}
#pagecontent {
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 720px) {
  #pagecontent {
    margin-top: 0px;
    padding: 50px 0 50px 0;
  }
  #pagecontent h1 {
    display: block;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.natahovak {
  float: none;
  width: 100%;
  height: 1px;
  clear: both;
}
body.mobile .visible_menu {
  display: block;
}
body.mobile .non_visible_menu {
  display: none;
}
@media only screen and (min-width: 781px) {
  body.mobile .non_visible_menu {
    display: block;
  }
}
body.mobile .menu-toogle-sub {
  display: block;
}
@media only screen and (min-width: 781px) {
  body.mobile #topmenu li {
    position: relative;
  }
  body.mobile #topmenu li a {
    margin-left: 20px;
  }
  body.mobile #topmenu li .menu-toogle-sub {
    border: none;
    background: transparent;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 99;
  }
}
#topmenu {
  position: absolute;
  top: 130px;
}
@media only screen and (max-width: 520px) {
  #topmenu {
    background: #b14646;
    width: 100%;
    top: 80px;
    left: 0;
    margin: 0;
    padding: 0;
  }
}
#topmenu ul li > ul li a {
  display: block;
  text-align: left;
  padding: 3px 0 3px 10px;
}
#topmenu ul li:hover > ul {
  display: block;
}
#topmenu ul {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
}
#topmenu ul li {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 520px) {
  #topmenu ul li {
    display: block;
    text-align: left;
    padding: 5px;
  }
}
#topmenu ul li a {
  display: block;
  padding: 0 7px 0 7px;
  text-decoration: none;
}
@media only screen and (max-width: 520px) {
  #topmenu ul li a {
    color: #fff;
    display: inline-block;
    width: 80%;
  }
}
#topmenu .category_menu h2 {
  display: none;
}
#topmenu ul li a:hover {
  text-decoration: underline;
}
#topmenu ul li > ul {
  display: none;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.75);
  position: absolute;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 12px;
  left: 0;
  font-size: 0.9em;
}
#topmenu ul li > ul li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 0;
  background: #fff;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  #topmenu ul li > ul {
    background: #fff;
    color: #aa3434;
    width: 100%;
    position: inherit;
    margin: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
  }
  #topmenu ul li > ul button {
    color: #aa3434;
  }
}
#topmenu ul li > ul li {
  background: #fff;
  display: block;
  padding: 0 17px 0 7px;
  list-style-type: bullet;
  white-space: nowrap;
}
@media only screen and (max-width: 780px) {
  #topmenu ul li > ul li a {
    color: #aa3434;
  }
}
.menu_placer button {
  display: none;
}
@media only screen and (max-width: 780px) {
  .menu_placer button {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 2;
    color: #fff;
    background: transparent;
    border: none;
  }
}
#footerbox {
  text-align: center;
  background: #fff;
}
#bigbanners {
  height: 20.7vw !important;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 520px) {
  #bigbanners {
    display: none;
  }
}
#banner_rotator {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  height: 20.7vw;
}
#banner_rotator .item,
#banner_rotator .active {
  height: 100%;
}
#banner_rotator .carousel-inner {
  height: 100%;
}
#banner_rotator .fill {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}
#banner_rotator .carousel-caption {
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 1;
}
#banner_rotator .carousel-indicators {
  z-index: 1;
}
#banner_rotator .carousel-caption h2,
#banner_rotator .carousel-caption p {
  display: block;
  width: 70%;
  margin: 0 auto 0 auto;
}
#pageheader {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 720px) {
  #pageheader {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
#logobox {
  text-align: center;
}
#topmenu {
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) and (max-width: 1600px) {
  .grid-column {
    width: 33.333%;
    float: left;
  }
}
@media only screen and (min-width: 413px) and (max-width: 760px) {
  .grid-column {
    width: 50%;
    float: left;
  }
}
.grid_item {
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.2);
  box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.2);
  text-transform: uppercase;
  font-size: 0.8em;
  padding-bottom: 5px;
}
.grid_item a {
  display: block;
  padding: 8% 4% 8% 4%;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.grid_item a .image_overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.grid_item h3 {
  font-size: 1.3em;
  display: block;
  text-align: center;
  height: 50px;
}
.grid_item a.product_title {
  height: auto;
  margin-bottom: 0px;
}
.grid_item a.product_title h3 {
  color: #aa3434;
}
.grid_item .price {
  font-size: 1.6em;
  padding-top: 5px;
  display: block;
}
.grid_item a:hover .image_overlay {
  display: block;
}
.grid_item a {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.grid_item a .image_overlay span {
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  margin-top: 25.5555%;
  text-transform: uppercase;
}
.grid_item .product-info {
  display: block;
  height: 150px;
  position: relative;
}
.grid_item .product-info p {
  display: none;
}
.grid_item a.buy_text,
#frm-add {
  background: #dfdfdf;
  width: 100%;
  height: 40px;
  margin: 30px auto 30px auto;
}
.grid_item a.buy_text {
  position: absolute;
  bottom: -10px;
}
.grid_item a.buy_text:hover {
  text-decoration: none;
  background: #4c5872 !important;
}
.grid_item a img {
  max-width: 100%;
  max-height: 100%;
}
#frm-add,
#send_quest {
  width: 250px;
  padding-bottom: 10px;
  background-image: none;
}
.wrap-all {
  display: inline-block;
  width: 100%;
  height: 20px;
  float: right;
}
.grid_item a.buy_text span {
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.grid_item a.buy_text:hover span,
#frm-add,
#send_quest {
  display: block;
  text-decoration: none;
  font-size: 1.3em;
  color: #fff;
  padding-top: 10px;
  border: none;
}
@media only screen and (max-width: 500px) {
  #product-property-form {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
  }
  #product-property-form .form-group {
    margin: 0;
    padding: 0;
  }
}
#pd #frm-add {
  position: absolute;
  right: 0px;
  padding-top: 6px;
}
@media only screen and (max-width: 500px) {
  #pd #frm-add {
    position: initial;
    margin: 0;
    width: 100%;
  }
}
#send_quest {
  position: relative;
  color: #aa3434;
  right: 0px;
  top: 75px;
  float: right;
  padding: 5px 10px 5px 10px;
  font-size: 1.1em;
}
@media only screen and (max-width: 500px) {
  #send_quest {
    position: initial;
    top: auto;
    right: auto;
    float: none;
    margin: 0;
    width: 100%;
    position: relative;
    top: -15px;
  }
}
.grid_item .product-info a {
  padding: 0;
  border: 0;
}
#search_output_box {
  position: absolute;
  width: 250px;
  z-index: 9999;
  margin-top: 10px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50,50,50,0.7);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50,50,50,0.7);
  box-shadow: 0px 1px 10px 0px rgba(50,50,50,0.7);
  padding: 0px 0px;
  right: 0;
  top: 20px;
  text-align: left;
  font-size: 0.9em;
}
@media only screen and (max-width: 780px) {
  #search_output_box {
    display: none;
  }
}
#search_output_box li {
  display: block;
  line-height: 20px;
  background: none repeat scroll 0 0 #fff;
  color: #000;
}
#search_output_box li.search_category {
  padding: 0px 15px;
  line-height: 35px;
  margin: 5px 0 5px 0;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#search_output_box li a {
  color: #666;
  display: block;
  padding: 10px;
}
#search_output_box li a:hover {
  text-decoration: none;
  color: #fff;
}
#pmain {
  width: 100% !important;
}
#orderprocess a {
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 800px;
  border-radius: 80px;
  background: #909090;
  color: #fff;
  margin: 0 20px 20px 20px;
}
@media only screen and (min-width: 501px) and (max-width: 780px) {
  #orderprocess a {
    display: inline-block;
    border: 0;
    margin: 0 10px 10px 10px;
    padding: 0 !important;
    font-size: 10px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  #orderprocess a {
    display: inline-block;
    border: 0;
    border-radius: 0;
    font-size: 5px;
    margin: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 10px;
    padding: 0 !important;
  }
}
#orderprocess a strong {
  font-size: 4em;
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
@media only screen and (min-width: 501px) and (max-width: 780px) {
  #orderprocess a strong {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 500px) {
  #orderprocess a strong {
    margin-top: 0px;
  }
}
#orderprocess a span {
  display: none;
}
#orderprocess a.sel strong,
#orderprocess a:hover strong {
  margin-left: 40px;
}
@media only screen and (max-width: 500px) {
  #orderprocess a.sel strong,
  #orderprocess a:hover strong {
    margin-left: 20px;
  }
}
#orderprocess a.sel span,
#orderprocess a:hover span {
  display: inline-block;
  font-size: 2em;
  position: relative;
  top: -10px;
  margin-right: 40px;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  #orderprocess a.sel span,
  #orderprocess a:hover span {
    top: -4px;
  }
}
#orderprocess a.sel,
#orderprocess a:hover {
  width: auto;
}
@media only screen and (max-width: 500px) {
  #orderprocess a.sel,
  #orderprocess a:hover {
    width: 30px;
  }
  #orderprocess a.sel span,
  #orderprocess a:hover span {
    display: none;
  }
  #orderprocess a.sel strong,
  #orderprocess a:hover strong {
    margin-left: 10px;
  }
}
#cartcontent {
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 30px;
}
#cartcontent em.vat_price {
  display: block;
  font-style: normal;
  font-size: 12px;
}
#cartcontent thead th {
  font-size: 1.2em;
  color: #fff;
  background: #909090;
  margin-bottom: 10px;
}
#cartcontent tbody td {
  border-bottom: 1px dashed #666;
  padding: 5px 5px 5px 5px;
}
#cartcontent tbody.summary {
  font-size: 1.2em;
}
#cartcontent tbody.summary th {
  text-align: right;
  font-weight: normal;
  border-bottom: 1px dashed #666;
  padding: 5px 5px 5px 5px;
}
#cartcontent tbody.summary td {
  text-align: left;
  padding-left: 5.5%;
}
#cartcontent.sumary_content tbody.summary td {
  text-align: left;
  padding-left: 3%;
}
#cartcontent .small_image {
  width: 10%;
}
#cartcontent .name {
  width: 40%;
  text-align: left;
}
#cartcontent .item_count {
  width: 10%;
}
#cartcontent .item_count .count {
  width: 40px;
  padding: 5px;
  float: left;
}
#cartcontent .price_per_item {
  width: 10%;
}
#cartcontent .total_price {
  width: 10%;
}
#cartcontent .delete {
  width: 10%;
}
.form-horizontal fieldset {
  text-align: left;
}
.filterform {
  position: relative;
  height: 70px;
  top: -20px;
  padding: 0 30px 0 30px;
}
@media only screen and (max-width: 1200px) {
  .filterform {
    height: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .filterform {
    margin: 0;
    padding: 0 15px 0 15px;
  }
}
.toogle-filter-form .glyphicon,
#product_ordering button {
  margin-left: 3px;
  padding: 0px 5px;
  background: #272727;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 0;
  line-height: 28px;
  border-radius: 30px;
}
#product_ordering button[value=asc] i {
  padding-right: 2px;
}
#product_ordering button[value=desc] i {
  padding-left: 2px;
}
.filterform #filter_head {
  background: #fff;
  width: 100%;
  display: block;
  line-height: 20px;
}
#filter_head span.toogle-filter-form {
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  #filter_head span.toogle-filter-form {
    font-size: 1px;
    color: transparent;
  }
  #filter_head span.toogle-filter-form span {
    margin-top: 2px;
  }
  #filter_head span.toogle-filter-form .glyphicon.glyphicon-arrow-down:before,
  #filter_head span.toogle-filter-form .glyphicon.glyphicon-arrow-up:before {
    content: "\e138" !important;
    font-size: 16px;
    display: block;
    padding-top: 2px;
  }
  #filter_head span.toogle-filter-form .glyphicon.glyphicon-arrow-up:before {
    color: #aa3434;
  }
}
#filter_head span.toogle-filter-form,
#product_ordering {
  margin-top: 15px;
}
#product_ordering {
  float: right;
  display: block;
}
.filterform #filter_box {
  background: #fff;
  float: right;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .filterform #filter_box {
    position: absolute;
    z-index: 999;
    margin: 0;
    top: 60px;
    left: 0;
    float: none;
    border-bottom: 2px solid #aa3434;
  }
}
.filterform #filter_box .checkbox label {
  color: #fff;
  background: #909090;
  text-align: left !important;
}
#frm-filterform fieldset {
  padding: 20px;
  text-align: left;
}
#frm-filterform label {
  display: block;
}
#frm-filterform .checkbox {
  display: inline-block;
  width: 20%;
  margin: 5px;
}
@media only screen and (max-width: 780px) {
  #frm-filterform .checkbox {
    width: 45%;
  }
}
#frm-filterform .checkbox label {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 40px;
  border: 1px solid #dedede;
}
#frm-filterform .checkbox label input {
  position: relative;
  top: 1px;
  left: -10px;
}
#frm-filterform fieldset.col-lg-3 {
  width: 100% !important;
}
#frm-filterform .button {
  display: none;
}
.product_paginator {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.product_paginator li {
  display: inline-block;
  font-size: 1.2em;
  padding-top: 10px;
}
.product_paginator li a,
.product_paginator li span {
  display: block;
  line-height: 23px;
  height: 23px;
  width: 23px;
  background: #fff;
}
.product_paginator li.active a {
  border-radius: 30px;
  background: #272727;
  color: #fff;
}
.product_paginator li a {
  color: #272727;
}
.product_paginator li a span,
.product_paginator li span span {
  display: none;
}
.product_paginator li span i {
  color: #777;
}
#filtered {
  display: block;
  background: #fff;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  text-align: left;
  border-top: 1px dashed #272727;
  width: 100%;
}
#filtered li {
  display: block;
  padding: 2px 10px 2px 10px;
  text-align: left;
}
#filtered li strong {
  display: inline-block;
  padding: 3px;
  padding-right: 10px;
  color: #272727;
}
#filtered .filtered_label {
  display: inline-block;
  padding: 2px 4px;
  background: #00b3bc;
  background: #272727;
  color: #fff;
  margin: 2px;
}
#filtered .filtered_label .glyphicon {
  margin-left: 3px;
}
#filtered .filtered_label:hover .glyphicon {
  color: #f00;
}
.separator {
  width: 100%;
  float: none;
  clear: both;
  padding-top: 30px;
  height: auto;
}
#footerbox {
  text-align: center;
}
#footerbox {
  height: 100px !important;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #footerbox {
    height: auto !important;
    border-bottom: 1px solid #909090;
    padding: 20px;
  }
}
#footer,
#footer_menu {
  float: none;
  margin: auto;
  min-height: 100px;
}
@media only screen and (max-width: 780px) {
  #footer,
  #footer_menu {
    height: auto;
    float: none;
  }
}
#footer_menu .menu_placer ul {
  display: block;
  margin-top: 20px;
  font-size: 1.2em;
}
#footer_menu .menu_placer ul li {
  display: inline-block;
  padding: 10px;
}
#footer_menu .menu_placer ul li a {
  color: #909090;
  font-size: 1.3em;
}
.bootbox-body #frm-add {
  display: none;
}
.related_products h4 {
  display: block;
  border-bottom: #aa3434 1px solid;
  color: #909090;
  text-transform: capitalize;
  padding: 4px;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 60px;
}
#pd {
  position: relative;
}
#pd .img_box {
  float: left;
  width: 40%;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 500px) {
  #pd .img_box {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    clear: both;
  }
}
#pd .img_box .single_image {
  margin: 5%;
}
@media only screen and (max-width: 500px) {
  #pd .img_box .single_image {
    margin: 0;
  }
}
#pd .img_box .single_image img {
  width: 100%;
  height: 100%;
}
#pd h2,
#pd .product-info {
  width: 55%;
  text-align: left;
  margin-left: 45%;
}
@media only screen and (max-width: 500px) {
  #pd h2,
  #pd .product-info {
    width: auto;
    margin-left: 0;
    padding: 10px;
  }
}
#pd h2 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  #pd h2 {
    width: auto;
  }
}
#pd ul {
  display: block;
}
#pd ul.files {
  margin-bottom: 20px;
}
#pd ul li {
  display: block;
}
#pd ul li strong {
  display: inline-block;
  padding-left: 10px;
}
#pd .product-info .price {
  font-size: 1.7em;
  display: block;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 720px) {
  #pd .product-info .price {
    position: absolute;
    right: 30px;
  }
}
@media only screen and (max-width: 720px) {
  #pd .product-info .price {
    position: inherit;
  }
}
#pd .product-info .price em.vat_price {
  display: block;
  font-style: normal;
  font-size: 12px;
}
#pd button,
#pd input {
  z-index: 1;
  position: relative;
}
.minImgBox {
  position: relative;
  display: block;
  width: 240px;
  text-align: right;
  float: none;
  clear: both;
  background: transparent;
}
@media only screen and (max-width: 500px) {
  .minImgBox {
    position: initial;
    width: 100%;
    min-height: 100px;
  }
}
.minImgBox a.minImg {
  margin: 0;
  padding: 0;
  width: 33.3333%;
  display: block;
  float: left;
  border: 0;
  text-align: right;
}
.minImgBox a img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: 0;
  max-height: 150px;
}
.minImgBox .minImg:hover {
  position: relative;
  z-index: 999;
  top: -2px;
  box-shadow: 0 3px 9px 0 rgba(50,50,50,0.51);
}
.product_flag_holder {
  padding-top: 10px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0px;
  height: 0px;
  position: absolute;
  text-align: center;
  top: 115px;
  left: -95px;
  z-index: 1;
}
.product_flag_holder span {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 2px 15px 2px 15px;
  width: 300px;
  font-weight: bolder;
  text-transform: lowercase;
  margin-bottom: 2px;
}
.product_flag_holder_big {
  display: block;
}
.product_flag_holder_big span {
  padding: 2px 15px 2px 15px;
  text-transform: lowercase;
  margin-bottom: 2px;
  text-align: left;
}
.product_flag_holder span.flag_action,
.product_flag_holder_big span.flag_action {
  background: rgba(4,134,148,0.75);
  color: #fff;
}
.product_flag_holder span.flag_discount,
.product_flag_holder_big span.flag_discount {
  background: rgba(162,5,5,0.75);
  color: #fff;
}
.product_flag_holder span.flag_tip,
.product_flag_holder_big span.flag_tip {
  background: rgba(236,90,19,0.85);
  color: #fff;
}
.product_flag_holder span.flag_new,
.product_flag_holder_big span.flag_new {
  background: rgba(89,188,115,0.85);
  color: #fff;
}
.flashmessages {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
.btn {
  font-size: 1.2em;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-default {
  color: #fff;
  background-image: none;
  background-color: #909090;
  text-shadow: none;
}
.btn-default:hover {
  background: #999;
  color: #fff;
}
.form-cart,
#wizzard_select_name {
  background: #fff;
  text-align: left;
}
.form-cart fieldset,
#wizzard_select_name fieldset {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .form-cart fieldset p,
  #wizzard_select_name fieldset p {
    padding: 0 20px 0 20px;
  }
}
.form-cart .form-group,
#wizzard_select_name .form-group {
  margin: 0;
  padding: 0 20px 15px 20px;
  width: auto;
  line-height: 30px;
}
.form-cart .form-group label,
#wizzard_select_name .form-group label {
  display: inline-block;
  margin-right: 15px;
  width: 35%;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .form-cart .form-group label,
  #wizzard_select_name .form-group label {
    padding: 0;
    width: 100%;
    margin-right: 0px;
    text-align: left;
  }
}
.form-cart .help-block {
  width: 75%;
  text-align: right;
}
.form-cart .form-group .checkbox,
.form-cart .form-group .checkbox label,
#wizzard_select_name .form-group .checkbox,
#wizzard_select_name .form-group .checkbox label {
  width: 100%;
  text-align: left;
}
.form-cart .form-group .checkbox,
#wizzard_select_name .form-group .checkbox {
  margin-left: 240px;
}
@media only screen and (max-width: 780px) {
  .form-cart .form-group .checkbox,
  #wizzard_select_name .form-group .checkbox {
    margin-left: 20px;
  }
}
.form-cart .form-group .form-control,
#wizzard_select_name .form-group .form-control {
  display: inline-block;
  width: 500px;
}
@media only screen and (max-width: 780px) {
  .form-cart .form-group .form-control,
  #wizzard_select_name .form-group .form-control {
    width: 100%;
  }
}
.rollbox legend,
fieldset legend {
  cursor: pointer;
  padding: 2px 10px 0 10px;
  background-color: #909090;
  color: #272727;
}
.rollbox legend .rollbox-icon {
  margin-right: 10px;
  font-size: 80%;
}
ul.tabs {
  display: block;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #909090;
  padding: 0;
  margin: 40px 0 12px 0;
  text-align: center;
  font-size: 1.3em;
}
ul.tabs li {
  display: inline-block;
  margin-right: 20px;
}
ul.tabs li a {
  display: block;
  padding: 5px 10px;
  background-color: #ffffff;
  color: #909090;
}
ul.tabs li a.sel {
  color: #fff;
}
#html_content {
  text-align: justify;
  position: relative;
  font-size: 1.2em;
}
@media only screen and (max-width: 720px) {
  #html_content {
    padding: 0 20px;
    text-align: left;
  }
}
#html_content h1,
#html_content h2,
#html_content h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  color: #67abb8;
}
#html_content h1,
.content_h3 {
  display: block;
  width: auto;
  text-align: left;
  font-size: 2.2em;
  padding: 0;
  margin-bottom: 40px;
}
#html_content h1 {
  margin-top: 0;
}
#html_content ul {
  list-style: none;
  margin-bottom: 20px;
}
#html_content table {
  background: rgba(0,0,0,0.1);
}
#html_content table caption {
  background: #fff;
  color: #67abb8;
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 5px;
  width: 100%;
  text-align: left;
  display: block;
}
#html_content table td,
#html_content table th {
  padding: 4px;
}
#html_content table thead th,
#html_content table thead td,
#html_content table th {
  background: #67abb8;
  color: #fff;
}
#html_content table tr:nth-child(even) td {
  background: rgba(255,255,255,0.3);
}
#deliverypayment fieldset {
  padding-bottom: 30px;
  width: 45%;
  display: inline-block;
}
#deliverypayment table td {
  width: 180px;
}
#deliverypayment table td.check {
  width: 30px;
}
#deliverypayment table td.price {
  width: 50px;
}
#frm-signInForm {
  width: 300px;
  margin: 0 auto 0 auto;
  background: #fff;
  padding: 15px;
}
.textblock {
  margin: 20px;
  padding: 0 20px 0 15px;
  color: #777777 !important;
  font-size: 1.1em !important;
  text-align: justify;
}
@media only screen and (max-width: 720px) {
  .textblock {
    padding-top: 30px;
  }
  .textblock img {
    max-width: 100%;
    height: auto;
  }
}
#pagecontent h1 {
  font-size: 2em;
  color: #777777 !important;
  margin-left: 35px;
}
.textblock ul,
.textblock ol {
  margin-left: 15px;
}
.textblock p img {
  margin: 5px;
}
.textblock.textblock_bottom {
  margin-top: 30px;
}
.textblock-formshowed {
  margin-bottom: 50px;
}
#footer {
  min-height: 70px;
}
#footers {
  background: transparent;
  min-height: 30px;
  height: auto !important;
  text-align: center;
  border-top: #dfdfdf 1px solid;
}
#footers-content {
  width: 66.6667%;
  height: 200px;
  padding: 20px;
  display: table;
  font-size: 1.1em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  #footers-content {
    width: auto;
  }
}
#footers-content .footer-block {
  padding: 8px;
  color: #909090;
  display: table-cell;
}
@media only screen and (max-width: 780px) {
  #footers-content .footer-block {
    display: block;
    width: auto;
    margin: 10px;
  }
}
#footers-content .footer-block-quickContact {
  width: auto;
}
@media only screen and (max-width: 450px) {
  #footers-content .footer-block-quickContact {
    width: auto !important;
  }
}
#footers-content .footer-block-facebook {
  height: auto;
}
@media only screen and (max-width: 450px) {
  #footers-content .footer-block-facebook {
    width: auto !important;
    overflow: hidden;
  }
}
#footers-content .footer-block strong {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding-bottom: 10px;
  border-bottom: #dfdfdf 1px solid;
  margin-bottom: 10px;
}
#footers-content .footer-block-textBlock {
  text-align: left;
}
#footers-content .footer-block-textBlock p {
  max-width: 250px;
}
#footers-content img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
.footer_images {
  display: block;
  width: 130px;
  margin: 5px 5px 5px 0;
}
#footers-content a {
  color: #909090;
}
#footers-content li {
  display: block;
}
#footers-content li a {
  display: block;
}
.bootstrap-select button {
  background: #dfdfdf !important;
}
.bootstrap-select img {
  max-width: 60%;
  max-height: 150px;
  margin: 0 20% 0 20%;
}
.orderResultBox {
  width: 60%;
  margin: 0 auto 0 auto;
}
.orderResultBox .textresult {
  text-align: left;
  font-size: 1.2em;
}
.orderResultBox .textresult h2 {
  margin-bottom: 20px;
}
.orderResultBox .textresult p {
  margin-bottom: 20px;
}
.orderResultBox .icon .fa {
  font-size: 12em;
  position: relative;
  top: -30px;
}
.footer-block form table {
  margin-top: 7px;
  width: 100%;
}
.footer-block form table th {
  display: none;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 0.8em;
  font-weight: normal;
  padding-bottom: 2px;
}
.footer-block form table td {
  font-size: 0.8em;
  padding-bottom: 2px;
}
.footer-block form .btn {
  padding: 4px;
  border-radius: 4px;
}
.footer-block form table td input {
  width: 80%;
}
.footer-block form table td textarea {
  width: 100%;
  height: 100px;
}
.footer-block form table td input,
.footer-block form table td textarea {
  padding: 5px;
  background: rgba(0,0,0,0.02);
  color: #909090;
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 4px;
  font-size: 1em;
}
#usrbox ul li a.colorbtn,
#usrbox ul li a strong,
#logobox h1,
#topmenu ul li a:hover,
#search_output_box li.search_category,
#cartcontent .name a,
#pd h2,
#send_quest,
.related_products h4,
#footer .menu_placer ul li a,
#html_content h1,
#html_content h2,
#html_content h3,
#html_content table caption,
#footers-content .footer-block strong,
.templateColor,
#footer_menu .menu_placer ul li a {
  color: #aa3434;
}
#orderprocess a.sel,
ul.tabs li a.sel,
#frm-add,
#search_output_box li a:hover,
#frm-add,
.grid_item a.buy_text,
#frm-add,
#html_content table thead th,
#html_content table thead td,
#html_content table th,
.templateBackground {
  background: #aa3434 !important;
}
.grid_item a .image_overlay {
  background: rgba(76,88,114,0.8);
}
.related_products h4 {
  border-bottom: #aa3434 1px solid;
}
.menu_placer ul li a:hover,
#topmenu ul li a:hover {
  color: #000;
}
#facebook-like-btn {
  display: table-cell;
  text-align: right;
  width: 402px;
}
@media only screen and (max-width: 768px) {
  #facebook-like-btn {
    width: auto;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
  }
}
.btn-info {
  background-color: #b14646;
  border-color: #aa3434;
  background-image: linear-gradient(to bottom,#b14646 0px,#aa3434 100%);
  background-repeat: repeat-x;
}
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover {
  background-color: #b14646;
  border-color: #aa3434;
}
.next.form-inline {
  margin-top: 15px;
}
.section-header {
  position: relative;
  z-index: 10;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  clear: both;
}
.section-header .col-lg-10 {
  padding: 0;
}
.section-header .col-lg-10 sub {
  font-size: 0.5em;
  display: inline;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .section-header .col-lg-10 sub {
    display: none;
  }
}
.section-header .col-lg-2 {
  padding: 0;
  text-align: right;
}
.section-header .col-lg-2 .btn-success {
  color: #aa3434;
  background: #fff;
  margin: 1px;
  border: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  clear: both;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#switchbox {
  width: auto;
  position: absolute;
  left: 5px;
  top: 35px;
}
@media only screen and (max-width: 530px) {
  #switchbox {
    top: 90px;
  }
}
#languagebox,
#currencybox {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.currencybox_switcher {
  display: inline-block;
}
.currencybox_switcher li {
  display: inline-block;
}
.currencybox_switcher li a {
  font-size: 1.2em;
  color: #535353;
  opacity: 0.6;
}
.currencybox_switcher li.active a {
  opacity: 1;
  padding-right: 5px;
}
.currencybox_switcher a:hover {
  opacity: 1;
}
.language_switcher {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 700px) {
  .language_switcher {
    top: 13px;
    left: auto;
    right: 13px;
    z-index: 50;
  }
}
.language_switcher span {
  display: none;
}
.language_switcher .img-thumbnail {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.language_switcher li {
  display: inline-block;
}
.language_switcher li i {
  width: 20px;
  height: 15px;
  opacity: 0.4;
}
.language_switcher li.active i {
  opacity: 1;
}
.language_switcher i:hover {
  opacity: 1;
}
#snippet--mujsnip {
  z-index: 0;
}
#blog_box {
  margin-bottom: 50px;
}
#blog_box h2 {
  position: relative;
  z-index: 10;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  clear: both;
  font-weight: 100;
}
#blog_box h2 .col-lg-10 {
  padding: 0;
}
#blog_box h2 .col-lg-10 sub {
  font-size: 0.5em;
  display: inline;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  #blog_box h2 .col-lg-10 sub {
    display: none;
  }
}
#blog_box h2 .col-lg-2 {
  padding: 0;
  text-align: right;
}
#blog_box h2 .col-lg-2 .btn-success {
  color: #aa3434;
  background: #fff;
  margin: 1px;
  border: 0;
}
article.blog-item,
article.popular-post {
  position: relative;
}
article.blog-item .blog-thumbnail,
article.popular-post .blog-thumbnail {
  border-bottom: 2px solid #aa3434;
  margin-bottom: 10px;
  position: relative;
  height: 150px;
  overflow: hidden;
  display: blog;
  text-align: center;
  vertical-align: middle;
}
article.blog-item .blog-thumbnail img,
article.popular-post .blog-thumbnail img {
  width: 100%;
  height: auto;
}
article.blog-item .blog-date,
article.blog-item .blog-full-width-date,
article.popular-post .blog-date,
article.popular-post .blog-full-width-date {
  display: block;
  position: absolute;
  bottom: 0;
  background: #b14646;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
}
article.blog-item .blog-date p,
article.blog-item .blog-full-width-date p,
article.popular-post .blog-date p,
article.popular-post .blog-full-width-date p {
  margin: 0;
  padding: 0;
}
article.blog-item .blog-date p.day,
article.blog-item .blog-full-width-date p.day,
article.popular-post .blog-date p.day,
article.popular-post .blog-full-width-date p.day {
  font-size: 2em;
  display: block;
  text-align: center;
}
article.blog-item .blog-content,
article.popular-post .blog-content {
  text-align: left;
}
article.blog-item .blog-content h4,
article.popular-post .blog-content h4 {
  font-weight: 100;
  font-size: 1.6em;
}
article.blog-item .blog-content h4 a,
article.popular-post .blog-content h4 a {
  color: #aa3434 !important;
}
article.blog-item .blog-content .blog-meta,
article.popular-post .blog-content .blog-meta {
  color: #777777;
  font-size: 0.8em;
  font-weight: 100;
}
article.blog-item a.btn,
article.popular-post a.btn {
  font-size: 0.8em;
  font-weight: 100;
}
#sub-page-content {
  margin-top: 40px;
}
.sidebar-widget {
  text-align: left;
  margin-bottom: 30px;
}
.sidebar-widget h2 {
  position: relative;
  z-index: 10;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  clear: both;
  font-weight: 100;
  margin-top: 0;
}
.sidebar-widget h2 .col-lg-10 {
  padding: 0;
}
.sidebar-widget h2 .col-lg-10 sub {
  font-size: 0.5em;
  display: inline;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  .sidebar-widget h2 .col-lg-10 sub {
    display: none;
  }
}
.sidebar-widget h2 .col-lg-2 {
  padding: 0;
  text-align: right;
}
.sidebar-widget h2 .col-lg-2 .btn-success {
  color: #aa3434;
  background: #fff;
  margin: 1px;
  border: 0;
}
.sidebar-widget h2 {
  display: block;
  position: relative;
  padding: 0 0 5px 30px;
  margin: 0px 0 30px 0;
  font-size: 1.4em;
  color: #aa3434;
  border-bottom: 1px solid #ccc;
}
.sidebar-widget h2:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: #aa3434;
  position: absolute;
  left: 0px;
}
article.blog-full-width {
  margin-bottom: 50px;
}
article.blog-full-width .blog-thumbnail {
  height: 300px;
}
article.blog-full-width .blog-full-width-date {
  background: #aa3434;
  top: 0px;
  bottom: auto;
}
article.blog-full-width .blog-content h4 {
  margin-top: 10px;
  font-size: 2.5em;
  margin-bottom: 10px;
}
article.popular-post img {
  width: 20%;
  height: auto;
  float: left;
  border-left: 1px solid #aa3434;
  margin-right: 10px;
}
article.popular-post h4 {
  font-weight: 100;
}
article.popular-post h4 a {
  color: #aa3434;
}
article.popular-post p {
  color: #aeaeae;
  font-size: 0.9em;
}
ul.tags {
  display: block;
}
ul.tags li {
  display: inline-block;
  padding: 0;
  margin: 4px;
  background: #efefef;
  border-bottom: 1px solid #aa3434;
}
ul.tags li a {
  padding: 4px;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
ul.tags li:hover {
  background: #aa3434;
}
ul.tags li:hover a {
  color: #fff;
}
#footer-line {
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
  background: #fff;
  border-top: 1px solid #dfdfdf;
}
#priceswitch_top {
  position: absolute;
  right: 18px;
  display: block;
  width: 250px;
  top: 90px;
}
#priceswitch_top ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
#priceswitch_top a {
  color: #535353;
}
#priceswitch_top li {
  display: inline-block;
  margin-left: 4px;
  text-align: right;
}
#priceswitch_top li.active a {
  color: #aa3434;
}
.specialselect-contaner .btn-default {
  color: #000 !important;
}
#breadcrumb {
  position: relative;
  top: -10px;
  background: #f5f5f5;
  margin-bottom: 0;
  text-align: center;
}
#breadcrumb .col-lg-8 {
  text-align: left;
  float: none;
  margin: 0 auto 0 auto;
}
#breadcrumb .breadcrumb {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 0.8em;
}
#breadcrumb .breadcrumb a {
  color: #aa3434;
}
#breadcrumb .breadcrumb a:hover {
  color: #aa3434;
}
#pagecontent #breadcrumb {
  margin-bottom: 20px;
}
#pagecontent #breadcrumb .col-lg-8 {
  width: 100%;
}
#pagecontent #breadcrumb .breadcrumb {
  padding-left: 0;
}
ul.category-in-page {
  display: table;
  margin: 0 0 20px 15px;
  padding: 0;
  text-align: left;
  float: none;
  clear: both;
}
ul.category-in-page li {
  display: table-cell;
  float: left;
  padding-right: 15px;
}
ul.category-in-page li a {
  display: block;
  background: #fff;
  line-height: 2.5em;
  padding: 0 15px 0 15px;
  text-align: center;
  color: #aa3434;
}
ul.category-in-page li a:hover {
  text-decoration: none;
  background: #aa3434;
  color: #fff;
}
ul.category-in-page li a.category_image {
  padding: 0;
  width: 160px;
}
ul.category-in-page li a.category_image img {
  width: 100%;
  height: auto;
}
#snippet--ajax-paginator {
  float: none;
  clear: both;
}
#pd.dsgn .headerline {
  width: 100%;
  text-align: center;
  clear: both;
}
#pd.dsgn .headerline h2 {
  width: auto;
  text-align: center;
  margin: 15px auto 15px auto;
}
#pd.dsgn .dsg_page {
  text-align: left;
}
#pd.dsgn .dsgn_img_box {
  border: 1px solid #e9e9e9;
  text-align: center;
}
#pd.dsgn #frm-add,
#pd.dsgn #send_quest {
  float: none;
  clear: both;
  position: initial;
  margin: 15px 0 15px 0;
}
.ajax_n_page_separator {
  display: block;
  clear: both;
  float: none;
}
#pd ul.selectpicker li {
  width: 100%;
}
#pd ul.selectpicker li span {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8em;
  color: #666;
}
#pd ul.selectpicker li span.glyphicon {
  display: none;
}
#pd ul.selectpicker li span.in_image {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
#product-property-form button.selectpicker span > span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8em;
  color: #666;
}
.mobile .other_menu ul li .menu-toogle-sub {
  color: #aa3434;
  left: -13px;
  bottom: 3px;
}
.other_menu ul li {
  position: relative;
}
.other_menu ul li a {
  text-wrap: avoid;
  white-space: nowrap;
  font-size: 1.8rem !important;
  display: inline-block;
}
.other_menu ul li > ul {
  display: none !important;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: auto !important;
}
.other_menu ul li:hover > ul {
  display: block !important;
}
.other_menu ul li > ul li {
  padding-left: 10px;
  left: 0;
  background: #fff;
}
.other_menu ul li > ul li > ul {
  left: 100%;
  bottom: 0;
}
.instagram-box {
  display: block;
  float: none;
  margin-top: 60px;
}
.instagram-box h2 {
  margin-bottom: 20px;
}
#instagram-carousel .owl-item div {
  padding: 13px;
}
.zoomify {
  display: block;
}
.instagram-box {
  display: block;
  float: none;
  margin-top: 60px;
}
.instagram-box h2 {
  margin-bottom: 20px;
}
#instagram-carousel .owl-item div {
  padding: 13px;
}
.lightbox-ear {
  display: none;
  cursor: pointer;
  position: absolute;
  font-size: 0px;
  color: transparent;
  width: 1px;
  height: 1px;
  z-index: 9999;
}
.lightbox-ear:before {
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 2px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  width: 25px;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f047";
  line-height: 25px;
}
#img-big {
  position: relative;
}
#img-big a {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#img-miniatures {
  display: block;
  width: 100%;
}
#img-miniatures .item {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100px;
  height: auto;
  float: left;
}
#img-miniatures .item a {
  display: block;
  width: 100%;
  height: auto;
}
#img-miniatures .item a img {
  width: 100%;
  height: auto;
}
#img-miniatures .item:hover .lightbox-ear {
  display: block;
}
#img-big:hover .lightbox-ear {
  display: block;
  z-index: 999;
  top: 2px;
}
.flashmessages,
#snippet--flashmessages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#cookie_agreement {
  background: rgba(0,0,0,0.8);
  color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 30px 30px;
  z-index: 99999999;
}
#cookie_agreement p {
  display: inline;
}
#cookie_agreement button {
  border: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  right: 50px;
  font-size: 20px;
}
#frm-footers-newsletterClients-form-NEWSLETTER_2 {
  float: left;
  width: 10px !important;
  margin-right: 4px;
  position: relative;
  top: -2px;
  font-weight: normal;
}
