/*Colors setting*/
/* add custom style to pages */
#logo-mobile {
  display: none;
}

.footer {
  padding: 0 15px;
}

/* change logo displays */
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 13px;
  }
  #logo {
    display: none;
  }
  #logo-mobile {
    display: block;
    z-index: 2;
  }
  .navbar-brand {
    text-align: left;
    padding-left: 20px;
  }
  .woocommerce-menu {
    position: fixed;
    right: 65px;
    top: 7px;
    padding-right: 0;
    border: none;
  }
  .woocommerce-menu .btn-custom-order-menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .main-content {
    margin-top: 130px !important;
  }
  .main-content.home {
    margin-top: 105px !important;
  }
  .navbar.navbar-fixed-top {
    top: 41px;
  }
  .navbar.navbar-fixed-top.sticked {
    top: 41px;
  }
  #logo-mobile {
    top: 42px;
  }
  .woocommerce-menu {
    top: 0;
    right: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #85725A;
    border-radius: 0;
  }
  .woocommerce-menu a {
    font-size: 16px;
    margin: 0 7px;
  }
}

/*Pricelist page*/
.wrapper-tabel-custom-price {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.wrapper-content-pricelist-page .wrapper-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.wrapper-content-pricelist-page p,
.wrapper-content-pricelist-page li {
  font-size: 17px;
}

.wrapper-content-pricelist-page .head-se {
  text-align: center;
  margin-bottom: 50px;
}

.wrapper-content-pricelist-page .tablepress {
  max-width: 600px;
  margin: 30px auto;
  border-collapse: separate;
  border-spacing: 3px;
}

.wrapper-content-pricelist-page .tablepress img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.wrapper-content-pricelist-page .tablepress thead th {
  background-color: #e0e0d6;
}

.wrapper-content-pricelist-page .tablepress .column-1 {
  background-color: #e0e0d6;
}

.wrapper-content-pricelist-page .tablepress tbody tr:nth-child(even) td {
  background-color: #f9f9f7;
}

.wrapper-content-pricelist-page .tablepress tbody tr:nth-child(odd) td {
  background-color: #f3f3ef;
}

@media (max-width: 767px) {
  .wrapper-tabel-custom-price {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrapper-content-pricelist-page .tablepress {
    margin: 15px auto;
  }
}

/* Offer page */
.wrapper-new-page-offer {
  /*box product*/
}

.wrapper-new-page-offer .head-se {
  text-align: center;
  margin: 20px 0;
}

.wrapper-new-page-offer .box-product {
  display: inline-block;
  max-width: 200px;
  height: auto;
  text-align: center;
}

.wrapper-new-page-offer .box-product .title-box {
  color: #85725A;
}

.wrapper-new-page-offer .box-product .img-wrapper img {
  width: 100%;
  height: auto;
}

.head-se {
  font-weight: 600;
  color: #85725A;
}

/* page home */
/* --slider */
/* --boxy z ikonami */
.icon-single-wrapper .icon-single {
  display: block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.icon-single-wrapper .icon-single:hover {
  background-color: #85725A;
}

.icon-single-wrapper .icon-single:hover .icon-single_icon {
  color: #ffffff;
}

.icon-single-wrapper .icon-single_icon {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.icon-single-wrapper .icon-single_text {
  color: #1B171C;
}

/*-- new section banner*/
.wrapper-new-se-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrapper-new-se-banner .image-big-wrapper img {
  width: 100%;
  height: auto;
}

/* Archive product list */
.wrapper-custom-archive-prod .title {
  margin-bottom: 50px;
  text-align: center;
}

.wrapper-custom-archive-prod .title.home-page {
  text-align: left;
}

.wrapper-custom-archive-prod .products .product a:hover .small-price .woocommerce-Price-amount.amount {
  color: #1B171C;
}

.wrapper-custom-archive-prod .products .product a img {
  width: 250px;
}

.wrapper-custom-archive-prod .products .product a .small-price .woocommerce-Price-amount.amount {
  color: #85725A;
  font-weight: 600;
}

.wrapper-custom-archive-prod .products .product.product_cat-fotoceramika a:hover .small-price .woocommerce-Price-amount.amount::before {
  color: #1B171C;
}

.wrapper-custom-archive-prod .products .product.product_cat-fotoceramika a .small-price .woocommerce-Price-amount.amount::before {
  content: 'od';
  display: inline-block;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #85725A;
}

.wrapper-custom-archive-prod .wrapper-product-list-container {
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
}

/* Add single product new page */
.wrapper-custom-config-product .wrapper-form-border {
  position: relative;
}

.wrapper-custom-config-product .wrapper-form-border::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid #e5e5e5;
  height: 70%;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf {
  max-width: 700px;
  margin: 0 auto;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf fieldset {
  width: 100%;
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf fieldset legend {
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf fieldset .quantity {
  margin-left: 0;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .no-padding {
  padding: 0;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .button-send {
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .button-send .button {
  margin-left: 0;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .dropzone-field {
  width: 100%;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .dropzone-field .bootstrap-iso {
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .dropzone-field .inf-image {
  font-size: 15px;
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf #mam-uwagiuwagi_textarea_wrapper {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf h2 {
  text-align: left;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form {
  position: relative;
  padding-left: 0;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .main-title {
  font-weight: 400;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .main-title .title-product {
  margin-left: 20px;
  font-weight: 600;
  color: #85725A;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .btn-custom {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 6px 20px;
  font-size: 18px;
}

.wrapper-custom-config-product .big-wrapp-all-content-form-conf .title.middle {
  font-size: 25px;
}

.wrapper-custom-config-product .wrapper-gallery-custom {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.wrapper-custom-config-product .wrapper-descripion-custom {
  position: relative;
  max-width: 1350px;
  margin: 50px auto;
  padding-top: 50px;
}

.wrapper-custom-config-product .wrapper-descripion-custom .description {
  padding: 0 25px;
}

.wrapper-custom-config-product .wrapper-descripion-custom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #e5e5e5;
  width: 100%;
  max-width: 800px;
}

.wrapper-custom-config-product .wrapper-descripion-custom .product_title,
.wrapper-custom-config-product .wrapper-descripion-custom .offer,
.wrapper-custom-config-product .wrapper-descripion-custom .price,
.wrapper-custom-config-product .wrapper-descripion-custom .zamow.button {
  display: none;
}

@media (max-width: 1199px) {
  .wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .btn-custom {
    top: -60px;
    right: auto;
    left: 0;
  }
}

@media (max-width: 576px) {
  .wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .main-title {
    font-size: 26px;
  }
  .wrapper-custom-config-product .big-wrapp-all-content-form-conf .wrapper-head-form .main-title .title-product {
    margin-left: 4px;
  }
  .wrapper-custom-config-product .wrapper-descripion-custom .description {
    padding: 0 5px;
  }
}

.woocommerce-message {
  margin-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #85725A;
}

.wrapper-map-big {
  padding: 0;
}

.wrapper-map-big .map-custom-wrapper {
  margin-top: 80px;
}

.wrapper-map-big .map-custom-wrapper iframe {
  width: 100%;
  height: 400px;
}

.woocommerce-menu .btn-custom-order-menu {
  padding: 4px 13px;
  font-size: 14px;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

/*add bootstrap 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media (max-width: 576px) {
  .product__cat_single a,
  .product__cat_single_custom li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
/*# sourceMappingURL=custom-style.css.map */