.bottom-logo img {
  max-width: 400px; }

.b-product_grid_header img.img-fluid {
  max-width: 240px;
  margin: 0 auto; }

.b-header_fixed .b-header_main {
  z-index: 999; }

a.disabled {
  color: #cccccc;
  pointer-events: none; }

.input-group-addon {
  border: none;
  background: transparent; }

.input-group-addon.phone {
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: 0;
  background-color: #eee;
  font-size: 14px; }

.modal-content {
  border-radius: 0; }
  .modal-content .modal-body table {
    font-size: 16px; }
    .modal-content .modal-body table td.remove a {
      color: darkred; }
    .modal-content .modal-body table td.total-price {
      text-align: right; }
  .modal-content .modal-body input[type="text"] {
    text-align: center;
    font-size: 16px; }
  .modal-content .modal-body th.sum-amount {
    text-align: center; }
  .modal-content .modal-body th.sum-price {
    text-align: right; }

.not-found {
  width: 100%;
  margin: 30px;
  font-size: 24px; }

.pagination {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px; }
  .pagination a {
    color: #b53986; }
    .pagination a.disabled {
      color: #cccccc;
      pointer-events: none;
      cursor: default; }
  .pagination .form-inline {
    display: block; }
    .pagination .form-inline .form-group {
      display: block; }
      .pagination .form-inline .form-group .step-to {
        margin-top: 5px;
        width: 40px;
        text-align: center; }

.b-filter_button {
  margin-top: 10px; }

.b-filters_inner_area {
  padding: 10px 10px 10px 20px; }
  .b-filters_inner_area h3 {
    margin-bottom: 0;
    font-weight: bold; }
  .b-filters_inner_area h5.b-filter_title {
    margin-bottom: 10px;
    margin-top: 10px; }
  .b-filters_inner_area ul {
    margin-bottom: 0; }
    .b-filters_inner_area ul li {
      margin-bottom: 0; }

.b-section_title p {
  font-family: "Fira Sans Condensed", "sans-serif";
  text-align: center; }

.d-footer_bar {
  margin-top: 0; }

.b-footer_block_in .lomo {
  margin-top: 30px;
  margin-bottom: 0; }

.container #filter .checkbox {
  margin: 10px 0; }
  .container #filter .checkbox input[type='checkbox'] {
    display: none; }
  .container #filter .checkbox input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
    background: url(images/chbox.png) no-repeat 0 0; }
  .container #filter .checkbox input[type="checkbox"]:checked + label::before {
    background-position: 0 -19px; }

.form-signin {
  max-width: 400px;
  margin: 0 auto; }

table.order-table {
  font-size: 16px; }
  table.order-table > tbody > tr > td {
    vertical-align: middle; }
    table.order-table > tbody > tr > td:last-of-type {
      text-align: right; }
  table.order-table td.remove a {
    color: darkred; }
  table.order-table td.total-price {
    text-align: right; }
  table.order-table input[type="text"] {
    text-align: center;
    font-size: 16px; }
  table.order-table th {
    text-align: right; }
  table.order-table tfoot tr:last-of-type {
    font-size: 20px; }

.order-form {
  width: 80%;
  margin: 0 auto; }

.order-success {
  padding: 10px;
  text-align: center;
  font-size: 30px; }

.order-info tr th {
  text-align: right;
  padding-right: 20px; }

ul.errorlist {
  margin: 0;
  padding-left: 5px;
  list-style: none;
  color: darkred;
  font-size: 11px; }

table.variant-details {
  width: 100%;
  margin-bottom: 5px; }
  table.variant-details tr th {
    border-bottom: 1px dotted #ccc; }
  table.variant-details tr td {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    text-align: right; }
    table.variant-details tr td a {
      cursor: pointer;
      color: #000;
      text-decoration: none; }
      table.variant-details tr td a.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.5; }
      table.variant-details tr td a.variant-color {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid transparent; }
        table.variant-details tr td a.variant-color .color-color, table.variant-details tr td a.variant-color .color-image, table.variant-details tr td a.variant-color .sectors {
          border: 1px solid #000;
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          vertical-align: top; }
        table.variant-details tr td a.variant-color span {
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 2px solid #8c8c8c; }
        table.variant-details tr td a.variant-color.selected {
          border-color: #fff;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      table.variant-details tr td a.variant-text {
        display: inline-block;
        border: 2px solid #FFF;
        height: 20px;
        padding: 2px 5px;
        font-size: 12px;
        line-height: 12px;
        margin-right: 5px;
        text-align: center; }
        table.variant-details tr td a.variant-text.selected {
          border-color: #363636;
          background-color: #363636;
          color: #fff;
          font-weight: bold; }

.b-product_single_summary .b-product_single_action {
  padding-top: 25px; }

.hide {
  display: none; }

.b-main_menu .dropdown-inner h4.column-title {
  text-align: center;
  width: 100%; }
  .b-main_menu .dropdown-inner h4.column-title b {
    font-weight: normal; }

.b-wrapper > .page {
  width: 80%;
  margin: 20px auto; }

.b-main_menu .dropdown-inner {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }

.menu-item .categories {
  text-align: center; }
  .menu-item .categories img {
    width: 100%; }
.menu-item a {
  color: rgba(0, 0, 0, 0.9); }

#langlink a, .langlink a {
  margin-left: 7px; }
  #langlink a img, .langlink a img {
    width: 20px;
    overflow: hidden; }

.langlink.mobile {
  text-align: right; }
  .langlink.mobile a {
    display: inline-block;
    padding: 11px 5px; }

.slider-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.b-product_labels .b-product_label {
  font-size: 11px;
  font-weight: 600; }

.b-sale {
  background: #D41212; }

.old-new-price {
  padding-bottom: 1em; }
  .old-new-price .old-price {
    font-size: 16px;
    color: #bbbbbb;
    text-decoration: line-through;
    padding-right: 10px; }
  .old-new-price .price {
    font-size: 18px;
    font-weight: bold; }

.b-product_single_summary .b-price .old-itemprice {
  font-size: 22px;
  color: #bbbbbb;
  text-decoration: line-through;
  padding-right: 10px; }

.d-block.price {
  font-size: 18px; }

.not-in-stock {
  color: #c5c5c5;
  padding-bottom: 1em;
  font-size: 18px; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.main-page-wrapper {
  flex: 1 0 auto; }

#b-categories .container .cat-col a {
  display: block;
  height: auto;
  text-align: center; }
  #b-categories .container .cat-col a img {
    width: 100%;
    max-width: 400px;
    height: auto; }

.b-blog_grid .b-blog_single_info p.text-3-lines {
  display: block;
  display: -webkit-box;
  height: 58.8px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.b-blog_single_header {
  text-align: center; }
  .b-blog_single_header .b-blog_img_wrap {
    position: relative; }

.b-recent_blog_img {
  width: 70px;
  height: 70px; }

h3.b-entry_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.per-order .form-group {
  margin-bottom: 0; }
.per-order .per-block {
  float: left; }
.per-order .order-block {
  float: right; }

.b-header_fixed .b-header .col-xs-6 .b-header_right .b-cart_totals {
  top: 12px; }

.b-header .col-xs-6 .b-header_right .b-cart_totals {
  margin-left: 5px;
  position: absolute;
  top: 25px;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  width: 18px;
  height: 18px;
  background-color: #ca0000;
  color: #ffffff;
  padding: 0;
  text-align: center; }

#cartTable .item-col, #orderTable .item-col {
  position: relative;
  height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  #cartTable .item-col.remove a, #orderTable .item-col.remove a {
    color: darkred;
    font-size: 18px; }
  #cartTable .item-col.col1, #orderTable .item-col.col1 {
    width: 30px;
    float: left;
    z-index: 2; }
  #cartTable .item-col.col2, #orderTable .item-col.col2 {
    width: 55px;
    float: left;
    z-index: 2; }
  #cartTable .item-col.col3, #orderTable .item-col.col3 {
    width: 100%;
    padding-left: 110px;
    padding-right: 200px;
    position: absolute;
    left: 0;
    right: 0; }
  #cartTable .item-col.col4, #orderTable .item-col.col4 {
    width: 100px;
    float: right;
    text-align: right; }
  #cartTable .item-col.col5, #orderTable .item-col.col5 {
    width: 60px;
    float: right;
    text-align: right; }
#cartTable .totals, #orderTable .totals {
  text-align: right;
  font-weight: bold; }
  #cartTable .totals .sum-amount, #orderTable .totals .sum-amount {
    display: inline-block;
    width: 100px;
    text-align: center; }
  #cartTable .totals .sum-price, #orderTable .totals .sum-price {
    display: inline-block;
    width: 60px;
    text-align: right; }

#orderTable {
  font-size: 16px; }
  #orderTable .item-col input {
    text-align: center; }
  #orderTable .item-col.col3 {
    padding-right: 220px; }
  #orderTable .item-col.col5 {
    width: 80px;
    display: block;
    padding-top: 20px; }
  #orderTable .totals .item-col {
    height: 20px; }
    #orderTable .totals .item-col.col5 {
      padding-top: 1px; }
  #orderTable .totals.hr {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc; }

.col-unaval {
  color: #e49a9e; }

.b-price .col-unaval {
  padding-bottom: 20px; }

.b-blog_grid .b-blog_single_header .b-post_categories .b-post_categorie_list {
  background-color: transparent; }
  .b-blog_grid .b-blog_single_header .b-post_categories .b-post_categorie_list a {
    background-color: #e49a9e;
    padding: 0 10px; }

.b-main_menu > ul > li.discount > a,
.b-main_menu-wrapper > ul > li.discount > a {
  color: #d5391d;
  font-weight: bold; }

#b-discounts {
  position: relative; }
  #b-discounts .show-all-discounts {
    position: absolute;
    bottom: 33px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 999; }
    #b-discounts .show-all-discounts a {
      font-size: 18px;
      color: #db5151;
      text-decoration: underline; }
      #b-discounts .show-all-discounts a:hover {
        color: #e80000; }

.b-product_grid_info h3 a {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 265px;
  height: 42px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: none; }
  .b-product_grid_info h3 a:hover {
    color: #6a6a6a; }

.order-form select {
  border-radius: 0;
  height: 40px !important;
  font-size: 14px; }

@media (max-width: 575px) {
  .w200 {
    width: 200px; }

  .bottom-logo img {
    max-width: 280px; }

  #cartModal .modal-footer {
    display: inline;
    text-align: center; }
    #cartModal .modal-footer > * {
      margin: 0 0 5px 0;
      width: 200px; }
      #cartModal .modal-footer > *:last-child {
        margin-bottom: 0; }

  .per-order {
    text-align: center; }
    .per-order .per-block {
      float: none;
      width: 170px;
      margin: 0 auto 20px; }
      .per-order .per-block select {
        width: 70px; }
    .per-order .order-block {
      float: none;
      width: 250px;
      margin: 0 auto; }
      .per-order .order-block select {
        width: 170px; }

  #cartTable .item-col.remove a, #orderTable .item-col.remove a {
    font-size: 22px; }
  #cartTable .item-col.col3, #orderTable .item-col.col3 {
    padding-right: 20px; }
    #cartTable .item-col.col3:after, #orderTable .item-col.col3:after {
      content: " ";
      clear: both; }
  #cartTable .item-col.col4, #orderTable .item-col.col4 {
    margin-top: 55px; }
  #cartTable .item-col.col5, #orderTable .item-col.col5 {
    margin-top: 55px; }

  #orderTable .totals .col4 {
    margin-top: 0; }
  #orderTable .totals .col5 {
    margin-top: 0; } }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%; } }
@media (min-width: 700px) {
  .modal-dialog {
    max-width: 700px; } }
@media (max-width: 767px) {
  .b-logo img {
    max-height: 38px; }

  .b-header_fixed .b-header .col-xs-6 .b-header_right .b-cart_totals {
    top: 7px; }

  .b-header .col-xs-6 .b-header_right .b-cart_totals {
    top: 16px; } }
@media (max-width: 991px) {
  .b-product_single_action {
    text-align: center; }
    .b-product_single_action .pull-left {
      float: none; } }
/* Lightbox BADGE */
.b-product_grid_header {
  text-align: center; }

.b-product_grid_header a,
.b-product_single a,
.lb-container {
  display: inline-block;
  position: relative; }

.b-product_grid_header a img.variant-badge,
.b-product_single a.thumb-nail img.variant-badge,
.lb-container .lb-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
  height: auto; }

.b-product_grid_header a img.variant-badge {
  width: 60px; }

.b-product_single a.thumb-nail img.variant-badge {
  width: 85px; }

.lb-container .lb-badge {
  width: 125px; }

/*# sourceMappingURL=style.css.map */
