html {
  height: 100%;
}

body {
  background: #FAFAFA;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

body {
  min-height: 100%;
  width: 100%;
}

textarea, select, input[type=text]:not(.form-control) {
  display: inline-block;
  border: 1px solid #C4C4C4;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem;
  font-family: Roboto, Arial, sans-serif;
}

a {
  color: #002f6c;
}

a:hover {
  text-decoration: none
}

.wrapper {
  position: relative; /* min-width: 1080px; */
}

.wrapper .size {
  position: absolute;
  left: 1.25rem;
  top: 3.25rem;
  line-height: 0.75rem
}

.wrapper .size.height {
  top: 5.25rem
}

.wrapper .size span {
  font-weight: bold
}

#logo {
  background: url(/assets/img/logo-colorissimo-black.png) no-repeat;
  height: 2rem;
  background-size: contain;
}

.lava #logo {
  background: none;
  width: 221px;
  height: 2.375rem;
  background-size: auto 100%;
  color: #000;
  font-size: 2.1875rem;
  text-transform: uppercase;
  line-height: 3.75rem;
  font-weight: 900;
  white-space: nowrap;
  background-image: url(/assets/img/lavagroup.svg);
  margin: 0.6875rem 0;
  background-repeat: no-repeat;
}

.lava #logo:before {
  content: ""
}

.privacy {
  color: #0000008a;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  display: block;
}

.form-group .privacy {
  margin-top: 0.625rem;
}


.menu-nav-root {
  max-width: 1080px;
  margin: 0 auto;
}

.referencje {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6875rem;
  row-gap: 1.6875rem;
  padding-bottom: 5.25rem;
}

.referencje-item {
  width: calc(34% - 1.6875rem);
  border: 0.125rem solid #000;
  display: flex;
  padding: 1.4375rem 1.875rem 1.875rem;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6875rem;
  background: #fff;
}

.referencje-item__img {
  width: 11.5625rem;
}

.referencje-item__plik {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background: rgb(0 0 0 / 20%);
  padding: 10.3125rem 0.625rem;

}

.referencje-item__plik-div {
  max-width: 656px;
  margin: auto;
  position: relative;
  background: #fff;
}

.referencje-item__plik-img {
  width: 100%;
  height: 100%;
}

.referencje-item__plik-close {
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  width: 1.6875rem;
}

.referencje-item__btn {
  background: #F3F3F3 0% 0% no-repeat padding-box;
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  max-width: 10.9375rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  cursor: pointer;
}

.new-menu .navbar-nav {
  width: 100%;
}

.new-menu .dropdown-menu {
  background-color: #506490;
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 1.25rem 4.375rem 1.25rem 1.875rem;
}

body.lava .new-menu .dropdown-menu {
  background-color: #d43a2f;
}

.new-menu .dropdown-menu .dropdown-item .level-3 {
  padding: 0;
}

.new-menu .dropdown-menu .dropdown-item .nav-link {
  padding: 0.3125rem 0;
  opacity: 0.7;
}

.new-menu .dropdown-menu .dropdown-item.active {
  background-color: #506490;
}

body.lava .new-menu .dropdown-menu .dropdown-item.active, body.lava .new-menu .dropdown-menu .dropdown-item:active {
  background-color: #d43a2f;
}

.dropdown-item.hide {
  display: none;
}

.new-menu .dropdown-menu .dropdown-item {
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.new-menu .dropdown:hover .dropdown-menu {
  display: block;
}

.new-menu .dropdown-menu .dropdown-item .active, .new-menu .dropdown-menu .dropdown-item:hover {
  background-color: #506490;
}

body.lava .new-menu .dropdown-menu .dropdown-item .active, body.lava .new-menu .dropdown-menu .dropdown-item:hover {
  background-color: #d43a2f;
}

.new-menu .dropdown-menu .nav-link:hover {
  opacity: 1;

}

.new-menu .level-2 > .dropdown-item > .nav-link {
  font-weight: bold;
  font-size: 1rem;
  opacity: 1;
}

.about-gallery img {
  width: 100%;
  height: auto;
}

.new-menu li.nav-item {
  padding: 0.375rem 0.4375rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.new-menu li.nav-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.new-menu li.nav-item.social {
  font-size: 1.125rem;
  padding: 0.125rem 0.4375rem;
}

@media (min-width: 992px) {
  .new-menu .toRight {
    margin-left: auto
  }
}

@media (max-width: 993px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: initial !important;
  }
}

.nav-main {
  background-color: #3d5484;
  font-size: 0.8125rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  color: #ffffff;
}

.nav-main a {
  color: #ffffff;
}

.nav-main .nav-item:hover {
  background-color: #506490;
}

.nav-main .disabled {
  color: rgba(255, 255, 255, 0.5);
}

.nav-main .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
  font-size: 1.5625rem;
  padding: 0.625rem;
}

.nav-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.lava .nav-main {
  background-color: #ed1b23;
  color: #ffffff;
}

body.lava .nav-main a {
  color: #ffffff;
}

body.lava .nav-main .nav-item:hover {
  background-color: #d43a2f;
}

body.lava .nav-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


nav.language {
  float: right
}

nav.language ul {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0
}

nav.language li {
  float: left;
  margin-left: 0.3125rem
}

nav.language li a {
  line-height: 0.6875rem;
  position: relative;
  margin: 1.375rem 0.375rem 1.375rem 0;
  display: block;
  -moz-transition: .3s linear;
  color: #fff;
  text-decoration: none
}

nav.language li a:before {
  content: "";
  width: 1rem;
  height: 0.6875rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.25rem;
}

nav.language li:hover a {
}

nav.language li.en a:before {
  background: url(/skin/reiter/images/icons.png) no-repeat -16px 0
}

nav.language li.pl a:before {
  background: url(/skin/reiter/images/icons.png) no-repeat 0 0
}

nav.language li.pl {
  display: none
}

nav.language li span {
  display: block
}

.wrapper .section-wrap {
}

.wrapper section.main-section {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  /* background:#fff; */
  width: 100%;
}

.wrapper section.main-section.layout-full {
  background: #fff;
}

body.product-card .wrapper section.main-section {
  background: transparent;
}

.wrapper section.layout-2columns-right {
}

.wrapper section.layout-2columns-right > article {
}

.product-card .wrapper section.layout-2columns-right > article {
}

.wrapper section.layout-1column > article {
}

.wrapper section.layout-1column {
  overflow: auto
}

.wrapper section.main-section > article { /* padding-left:20px; */
  padding-bottom: 1.875rem; /* padding-right: 1.25rem; */
}

.wrapper section.main-section > aside {
  float: left;
  width: 14rem; /* background: #f3f3f3; *//* border-left:1px solid #e7e7e7; */
  min-height: 6.25rem;
  padding-right: 0.9375rem;
}

.product-card .wrapper section.main-section > aside {
  display: none
}

.product-header h1 {
  font-size: 2.5rem;
  position: relative;
  margin: 0 0 1.25rem 0;
  font-weight: 300;
}

.product-header .product-price {
  display: inline-block;
  margin-left: 1.25rem;
  padding: 0;
  font-size: 0.8125rem;
  color: #ed1a21;
  font-weight: bold;
}

.product-header .product-price s {
  font-size: 0.8125rem;
  color: #a5a5a5;
}

.wrapper section.main-section > article > h1:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #e7e7e7;
  width: 3.125rem;
  height: 1px;
  display: none;
}

.wrapper section.main-section > article > h1.text-center:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  background: #e7e7e7;
  width: 3.125rem;
  height: 1px
}

footer {
  position: relative;
  border-top: 1px solid #e7e7e7; /* min-width:1080px */
}

footer .breadcrumbs {
  width: 975px;
  margin: 0 auto;
  padding: 0.9375rem 0 0.9375rem 0.3125rem;
}

footer .breadcrumbs span.label {
  color: #333;
  text-transform: uppercase
}

footer .breadcrumbs {
  color: #666
}

footer .breadcrumbs a {
  color: #666;
  text-decoration: none;
  padding: 0 0.3125rem
}

footer .breadcrumbs a span {
  position: relative;
  text-transform: uppercase
}

footer .breadcrumbs a span:after {
  content: "/";
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0.3125rem
}

footer .breadcrumbs a:hover span:after {
  text-decoration: none
}

footer .breadcrumbs a:last-child span:after {
  content: "";
}

footer .breadcrumbs a:hover {
  text-decoration: underline;
}

footer .breadcrumbs-container {
  border-bottom: 1px solid #e7e7e7;
}

footer .about-us {
  color: #666;
  margin: 0 auto;
  padding: 0.9375rem 0 0.9375rem;
  max-width: 828px;
}

aside .quick-contact {
  padding: 1.25rem;
}

aside .quick-contact .header {
  font-size: 1.625rem;
  margin-bottom: 0.3125rem
}

aside .quick-contact .header2 {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.25rem
}

aside .quick-contact .content {
  color: #666;
}

aside .quick-contact .content b {
  color: #333;
}


.wrapper section.main-section > article.contact {
  width: 959px;
  border-right: 1px solid #e7e7e7;
}

.contact-item {
  width: 11.25rem;
  margin-right: 1.25rem;
  font-size: 0.6875rem;
  float: left;
  color: #999;
}

.contact-item.warsaw {
  width: 300px;
  font-size: 0.75rem;
  color: #000;
}

.contact-item b {
  display: block;
  margin-bottom: 0px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-weight: normal
}

.contact-item.warsaw b {
  font-size: 1.125rem;
  font-weight: bold;
}

.catalogs .catalog-item {
  border-top: 1px solid #e7e7e7;
  text-align: center;
  margin-bottom: 0.625rem
}

.catalogs .catalog-item:first-child {
  border-top: none;
  margin-left: auto
}

.catalogs .catalog-item:last-child {
  border-top: none;
  margin-right: auto
}

.catalogs .catalog-item:nth-child(2) {
  border-top: none
}

.catalogs .catalog-item img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  border-radius: 100%;
}

.catalogs .catalog-item .buttons {
  border-top: 1px solid #F2F2F2;
  background: -moz-linear-gradient(center top, transparent 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 #fff;
  padding: 0 0.9375rem;
  text-align: left;
  overflow: hidden;
}

.catalogs .catalog-item .buttons a {
  color: #333;
  margin-right: 1.25rem;
  padding-left: 1.25rem;
  line-height: 2.1875rem;
  float: left;
  text-decoration: none
}

.catalogs .catalog-item .buttons a:hover {
  text-decoration: underline;
}

.catalogs .catalog-item .buttons a:last-child {
  margin-right: 0
}

.catalogs span.catalog-date {
  display: block;
  text-align: right;
  line-height: 1.25rem;
  font-size: 0.6875rem;
  color: #727272
}

.catalogs .catalog-item h2 {
  font-weight: normal;
  text-align: left;
  padding-left: 0.9375rem
}

.catalogs .catalog-item .issuu {
  background: url(/skin/reiter/images/issuu.png) no-repeat 0 50%
}

.catalogs .catalog-item .zip {
  background: url(/skin/reiter/images/zip.png) no-repeat 0 50%
}

.catalogs .catalog-item .pdf {
  background: url(/skin/reiter/images/pdf.png) no-repeat 0 50%
}

.catalogs .catalog-item .xls,
.catalogs .catalog-item .xlsx,
.catalogs .catalog-item .excel {
  background: url(/skin/reiter/images/page_excel.png) no-repeat 0 50%
}

.msg {
  border-radius: 0.25rem;
  padding: 0.9375rem;
  border: 1px solid #9f6000;
  background: #feefb3;
  color: #9f6000;
}

.msg a {
  color: #9f6000;
}

.iview {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: #fff;
  width: 980px;
  height: 460px;
  margin: 0;
}

.iview .iviewSlider {
  border-radius: 0;
  width: 980px;
  height: 460px;
}

.iview-caption {
  border-radius: 0;
  text-shadow: none;
}

body.home section.main-section > article {
  padding: 0
}

body.home section.main-section h1 { /* display:none */
}

.iview div.iview-directionNav {
  top: 11.5625rem;
}

article.home {
  position: relative;
}

article.home .seethecatalogs {
  position: absolute;
  top: 400px;
  right: 1.5625rem;
  z-index: 2000;
  border-radius: 0.1875rem;
  background: #b00f1d;
  color: #fff;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}

.products-list-header {
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}

.products-list-header h1 {
  margin: 0 0 1.25rem;
  padding: 0 0.9375rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.products-list-header .numberofproducts {
  text-transform: uppercase;
}


.products-list {
  background: #fff;
  padding: 0;
}

.products-list table {
  border-collapse: collapse;
  width: 100%;
}

.products-list td {
  margin: 0;
  width: 233px;
  padding: 1.25rem 0.625rem 1.25rem;
  border: 1px solid #f3f3f3;
  vertical-align: top;
}

.products-list tr:first-child td {
  border-top: none
}

.products-list tr:last-child td {
  border-bottom: none
}

.products-list td:first-child {
  border-left: none
}

.products-list td:last-child {
  border-right: none
}

body.product-card .products-list td:last-child {
  border-right: 1px solid #f3f3f3;
}

body.product-card .products-list td:nth-child(4) {
  border-right: none;
}

.products-list td .img {
  display: block;
  text-align: center;
  margin-bottom: 1.25rem;
  height: 12.5rem;
  position: relative
}

.products-list td h2 {
  font-size: 0.875rem;
  font-weight: normal;
  color: #333;
  text-decoration: none;
  margin: 0 0 0px;
  line-height: 1.125rem;
  text-align: center;
}

.products-list td h2 a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.products-list td a.details {
  display: block;
  background: #dddddd;
  color: #000;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
}

.products-list td a.details:hover {
  background: #666
}

.products-list td a.details span {
  display: block;
  text-align: center;
  line-height: 2.1875rem;
}

.products-list td a.category {
  text-decoration: none;
  color: #ccc
}

.price {
  background: #B00F1D;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 0.625rem;
  left: -20px
}

.price:before {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #333 #333 transparent transparent
}

.price.price-special .price-main {
  text-decoration: line-through;
  opacity: .6
}

.price.price-special .price-special {
}

.price .price-main,
.price .price-special {
  display: inline-block;
}


.product-images {
  flex-basis: 60%;
  max-width: 600px;
}

.product-images .preview {
  text-align: center; /* border: 1px solid #ddd; *//* margin-bottom:5px; *//* padding:3px; */
  position: relative;
}

.product-images .preview .price {
  left: -10px
}

.product-images .preview img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.product-images .thumbs {
  overflow: hidden
}

.product-images .thumbs .thumbs-inner {
  margin-right: -10px
}

.product-images .thumbs a {
  float: left;
  /* border:1px solid #e7e7e7; */
  /* padding:1px; */
  margin: 0;
  display: block;
  position: relative;
}

.product-images .thumbs a .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.875rem;
}

.product-images .thumbs a img {
  display: block
}

.numberofproducts {
  color: #000;
  font-size: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.8125rem 0.9375rem;
}

button:not(.btn) {
  margin: 0;
  border: 0;
  display: inline-block;
  background: none repeat scroll 0 0 #B00F1D;
  color: #fff;
  text-decoration: none;
  border-radius: 0.1875rem;
  padding: 0
}

button:not(.btn) span {
  display: block;
  text-align: center;
  line-height: 1.875rem;
  margin: 0 0.4375rem 0 0.4375rem
}

.button {
  border: 0;
  display: inline-block;
  background: #dddddd;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.1875rem;
}

.button:hover {
  color: #000
}

.button span {
  display: block;
  text-align: center;
  line-height: 2.1875rem;
  margin: 0 1.25rem;
}

.button.inactive {
  background: #828282;
  cursor: default;
}

button.download {
  margin: 1.25rem 0;
  border: 0;
  background: none repeat scroll 0 0 #B00F1D;
}

div.product-card {
  background: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  border-top: none;
}

.product-card .product-card-left {
  width: calc(100% - 330px);
  padding-bottom: 1.25rem;
}

.product-card.lava .product-card-left {
  width: 100%;
}

.product-card .product-card-right {
  position: relative;
  width: 330px;
  border-left: 1px solid #ddd;
}

body.lava .product-card .product-card-right {
  display: none;
}

.product-card h1 {
  flex: 100%;
}

@media (max-width: 768px) {
  .product-card h1 {
    font-size: 2rem;
  }
}

.product-card .overview {
  flex-basis: 40%;
}

/*.lava .product-card .overview {width:600px}*/
.product-card .overview .description {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 300;
}

.product-card--show-labels .product-other-sizes {
  display: inline-block;
}

.product-card--show-labels span {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 0.1875rem
}

.product-card .availability .label {
  font-weight: normal
}

.product-card .attributes { /* margin-bottom: -20px; */
  font-size: 1rem;
}

.product-card .attributes table {
  width: 100%;
  font-weight: 300;
}

.product-card .attributes table tr:nth-child(2n) td { /* background:#FAFAFA */
}

.product-card .attributes table td {
  padding: 0.4375rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.product-card .attributes table tr:last-child td {
  border-bottom: 0px solid #e7e7e7;
}

.product-card .attributes table td strong {
  font-weight: 700;
}

.product-card .attributes table td ul {
  margin: 0;
  padding: 0 0 0;
  list-style: none
}

.product-card .attributes table td ul li {
  margin: 0
}

.product-card .quick-pricing {
  background: #3d5383;
  width: 330px;
  padding: 1.875rem;
  font-size: 0.875rem;
}

body.lava .product-card .quick-pricing {
  background: #ed1b22;
}

.product-card .quick-pricing:before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.625rem
}

.product-card .quick-pricing .quick-pricing-header {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

.product-card .quick-pricing .control-label {
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.875rem;
}

.product-card .quick-pricing .form-control-static {
  font-size: 0.875rem;
  height: auto;
  min-height: 1.875rem;
  line-height: 1.2;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
}

.product-card .quick-pricing .form-control-static span {
  color: #FFFFFF !important;
  display: inline-block;
}

.product-card .quick-pricing input[type=text], .product-card .quick-pricing select {
  box-shadow: none;
  border-radius: 0.1875rem !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  -webkit-appearance: none;
  line-height: 1;
  border: 0;
  /* text-align: right; */
  font-size: 0.875rem;
  text-align: left;
}

.product-card .quick-pricing select option {
  text-align: left;
}

.product-card .quick-pricing .btn-success {
  background: #fff;
  border: none;
  color: #000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  border-radius: 0.125rem
}

.product-other-colors {
  display: inline-block;
  vertical-align: middle;
}

.product-list-responsive .product-other-colors {
  display: flex;
  flex-direction: row;
  gap: 0.1875rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 0 0.875rem;
}

.product-list-responsive .product-other-colors a {
  margin: 0
}

.product-card--show-labels .product-other-colors a {
  margin-top: 0.125rem;
}

.product-other-colors a {
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  border-radius: 100%;
  margin-right: 0.3125rem;
  background: var(--bg);
}

.product-other-colors a.active {
  position: relative;
}

.product-other-colors a.active:before {
  content: "";
  position: absolute;
  width: calc(100% + 4PX);
  height: calc(100% + 4PX);
  border-radius: 100%;
  border: 1px solid var(--bg);
  top: -2px;
  left: -2px;
}

.product-other-colors a .sr-only {
  background: #fff;
  color: #000;
}

.product-other-sizes a {
  border-radius: 0.125rem;
  display: inline;
  margin-right: 1px;
  color: #000;
  padding: 0.125rem 0.1875rem;
  border: 1px solid #ccc;
}

.product-other-sizes a.active {
  background: #3a5287;
  color: #fff;
  border-color: #3a5287;
}

.product-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  border-bottom: 1px solid #ddd;
  padding: 0.9375rem 1.25rem;
  row-gap: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
  .product-header {
    padding: 0.9375rem
  }
}

.product-card-content {
  display: flex;
  gap: 1.25rem;
  margin: 0 1.25rem;
}

@media (max-width: 768px) {

  .product-card-content {
    flex-direction: column;
    margin: 0 0.9375rem;
  }
}

.product-card .tab-pane {
  background: #fff;
  margin-bottom: 1.875rem;
  border-top: 0.125rem solid #3e5080;
}

.product-card .tab-pane .product-list-responsive {
  padding-top: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 550px) {
  .product-card .tab-pane .product-list-responsive {
    grid-template-columns: repeat(2, 1fr);
  }

}

body.lava.product-card .tab-pane {
  border-top: 0.125rem solid #ed1b22;
}

.product-card .product-nav-tabs {
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-card .product-nav-tabs > li {
  margin-bottom: 0;
  float: left;
}

.product-card .product-nav-tabs > li.active > a,
.product-nav-tabs > li.active > a:focus,
.product-nav-tabs > li.active > a:hover {
  border: 0;
  background: #3d5181;
  color: #fff;
}

body.lava.product-card .product-nav-tabs > li.active > a,
body.lava .product-nav-tabs > li.active > a:focus,
body.lava .product-nav-tabs > li.active > a:hover {
  background: #ed1b22;
}

.product-card .product-nav-tabs > li > a {
  border: 0;
  font-size: 0.875rem;
  border-radius: 0;
  color: #000;
  padding: 0.9375rem 1.25rem;
  /* background-color: #ececec; */
  /* margin-right: 1px; */
  position: relative;
  line-height: 1.42857143;
  display: inline-block;
}

.product-card .product-nav-tabs > li > a:after {
  content: "";
  position: absolute;
  bottom: 00%;
  left: 0;
  right: 0;
  height: 0.3125rem;
  /* background: linear-gradient(to top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 100%); */
  z-index: 1;
}

.product-card .product-nav-tabs > li.active > a:after {
  display: none
}

section.main-section {
  overflow: hidden
}

aside {
  padding-bottom: 10000px;
  margin-bottom: -10001px; /* border-right: 1px solid #ddd; */
}

nav.products ul.level-3 li a:hover {
  background: #f6f6f6
}

nav.products ul > li a {
  text-decoration: none;
  color: #333;
  padding: 0.3125rem 0.625rem;
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
}

nav.products {
  /* margin-top: 1.25rem; */
  background: #fff;
}

form.filters h2 {
  display: none;
}

nav.products h2 {
  text-transform: uppercase;
  font-size: 0.8125rem;
  background: #dddddd;
  padding: 0.75rem 0.9375rem;
  margin: 0;
}

nav.products h2:after {
  content: "\f107";
  font-size: 0.75rem;
  font-family: 'Font Awesome 5 Pro';
  float: right;
}

form.filters h2:before,
nav.products h2:before {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #333 #333 transparent transparent;
  display: none;
}

form.filters .packing,
form.filters .collection {
  display: none
}


nav.products > ul {
  list-style: none;
  padding: 0px 0 0.625rem;
  margin: 0.625rem 0 0;
}

nav.products ul {
  margin-left: 0.5rem;
  position: relative;
}

nav.products li:last-child ul:after {
  content: "";
  width: 0.1875rem;
  background: #fff;
  position: absolute;
  top: -15px;
  left: -10px;
  height: 100%;
}

nav.products ul li {
  margin-left: 0.3125rem;
  position: relative;
}

nav.products ul li:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0px;
  border-top: 1px dotted #ddd;
  width: 0.375rem;
}

nav.products ul:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0.9375rem;
  left: 0.25rem;
  border-left: 1px dotted #ddd;
}

nav.products > ul > li {
  margin-bottom: 0
}

nav.products > ul > li > a {
  font-size: 0.8125rem;
}

nav.products > ul > li.active {
}

nav.products > ul > li.active > a {
  font-weight: bold;
}

nav.products > ul > li > ul {
  list-style: none; /* margin:0; */
  padding: 0; /* background:#fff; */
}

nav.products > ul > li > ul > li {
}

nav.products > ul > li > ul > li > a {
}

nav.products > ul > li > ul > li > a {
}

nav.products a.active {
  font-weight: bold
}

nav.products > ul > li > ul > li > ul { /* margin:0; */
  padding: 0;
  list-style: none;
}

nav.products > ul > li > ul > li > ul > li {
}

nav.products > ul > li > ul > li > ul > li.active a {
  font-weight: bold
}

nav.products > ul > li > ul > li > ul > li > a {
}

nav.products em {
  font-style: normal;
  font-weight: normal;
  margin-left: 0.125rem;
  color: #777
}

form.filters legend {
  text-transform: uppercase;
  font-size: 0.8125rem;
  background: #ddd; /* font-weight:bold; */
  padding: 0.75rem 0.9375rem;
  margin: 0; /* border-bottom:1px solid rgb(214, 214, 214); */
  font-weight: bold;
}

form.filters legend:after {
  content: "\f107";
  font-size: 0.75rem;
  font-family: 'Font Awesome 5 Pro';
  float: right;
}

form.filters ul {
  max-height: 9.375rem;
  overflow: auto;
  list-style: none;
  padding: 0.3125rem 0;
  margin: 0;
  background: #fff;
}

form.filters ul li {
  text-decoration: none;
  color: #333;
  padding: 0.3125rem 0.625rem;
  display: block;
  font-size: 0.6875rem;
  margin: 0; /* background:#fff; *//* border-bottom:1px solid #e7e7e7 */
}

form.filters ul li input {
  margin: 0;
  padding: 0;
  float: left
}

form.filters ul li label {
  line-height: 0.9375rem;
  margin-left: 0.625rem;
  font-weight: 300;
  font-size: 0.8125rem;
}

form.filters .options-container {
  margin-bottom: 0.9375rem;
}


.form {
  padding: 1.25rem;
  width: 22.5rem;
  margin: 0 auto
}

.form .form-row {
  padding: 0.625rem 0;
  position: relative
}

.form .form-row label {
  display: inline-block;
  width: 7.5rem
}

.form .form-row label.error {
  display: block;
  width: 100%;
  text-align: center
}

.form .form-row input[type=password],
.form .form-row input[type=text] {
  display: inline-block;
  width: 12.5rem;
  border: 1px solid #C4C4C4;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.625rem;
}

.form .form-row.submit {
  text-align: right;
  border-top: 1px solid #e7e7e7
}

.form .form-row.submit button {
  padding: 0;
  background: none repeat scroll 0 0 #3d5383;
  color: #fff;
  text-decoration: none;
  border-radius: 0.125rem;
  border: none;
  text-transform: uppercase;
}

body.lava .form .form-row.submit button {
  background: #ed1b22
}

.form .form-row.submit button span {
  display: block;
  text-align: center;
  line-height: 1.875rem;
  padding: 0 0.625rem
}

.form #pass-preview {
  position: absolute;
  right: 1rem;
  background: url(/skin/reiter/images/icons2.png) no-repeat -85px 0;
  top: 50%;
  transform :translateY(-50%);
  width:20px;
  height:18px;
  opacity: .5;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear
}

.form #pass-preview:hover {
  opacity: 1
}

.form .form-row label.error:before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e7e7e7;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  left: 50%;
  margin-left: -7px;
  position: absolute;
  bottom: 100%;
}

.form .form-row label.error {
  background: none repeat scroll 0 0 #e7e7e7;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0;
  position: relative;
  text-align: center;
  color: #333;
  margin-top: 0.625rem;
  margin-bottom: 0;
  border-radius: 0.25rem;
  font-size: 0.6875rem
}

.iview-caption {
  border-radius: 0 !important;
  text-shadow: none !important;
  WHITE-SPACE: nowrap;
}

.caption-button {
  background: none !important
}

.iview {
  background: none !important
}

.iview a.more {
  border: 0;
  display: inline-block;
  background: #B00F1D;
  color: #fff;
  text-decoration: none;
  border-radius: 0.1875rem;
  text-transform: uppercase;
}

.iview a.more span {
  display: block;
  text-align: center;
  line-height: 1.875rem;
  padding: 0 0.9375rem
}


#comments-wrap {
  padding: 0;
  margin-top: 2.5rem
}

ul#comments {
  margin: 0;
  list-style: none;
  padding: 0
}

ul#comments li {
  cursor: pointer;
  min-height: 1.875rem;
  background: #f2f2f2;
  padding: 0.625rem;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #e7e7e7
}

ul#comments li.active {
  cursor: default;
  background: #fff
}

ul#comments li.my {
}

ul#comments li p {
  margin: 0;
  font-size: 0.8125rem;
  margin-left: 2.5rem;
  color: #666
}

ul#comments li.active p.short {
  display: none
}

ul#comments li.active p.full {
  display: block
}

ul#comments li p.short {
}

ul#comments li p.full {
  display: none
}

ul#comments li .avatar {
  float: left;
  margin-right: 0.625rem
}

ul#comments li .author {
  font-size: 0.875rem;
  font-weight: bold
}

ul#comments li:last-child {
  border: 0
}

ul#comments li.new-message p {
  font-weight: bold
}

ul#comments li.new-message .author {
  font-weight: bold
}

ul#comments li.my {
}

#comment-add {
  padding-right: 1px;
}

#comment-add textarea {
  padding: 0.3125rem;
  border-radius: 0 0 0.3125rem 0.3125rem
}

form#comment-add {
}

form#comment-add textarea {
  border: 1px solid #E0E0E0;
  box-shadow: 0.125rem 0.125rem 1px rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 0.625rem;
}

form#comment-add button {
  float: right;
  margin-right: 0px;
}

form#comment-add button:focus {
  background: #ccc
}

.entypo:before {
  float: none !important;
  margin: 0 0.3125rem -5px 0
}

.block-guardian {
  padding: 1.25rem;
  border-bottom: 1px solid #e7e7e7
}

.block-guardian h2 {
  font-size: 1.625rem;
  font-weight: normal;
  margin: 0 0 0.9375rem
}

.block-guardian h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.625rem
}

.block-guardian img {
  display: block;
  margin: 0 auto 0.9375rem
}

.block-guardian .message {
  text-align: center
}

/* offers */
article.full-width {
  padding-right: 1.25rem;
}

.newProductId {
  width: 400px;
}

.item-list {
}

.item-list:after {
  content: " ";
  display: block;
  clear: both;
}

.item-list.change-order-active .offer-cont-main {
  display: none;
}

.item-list.change-order-active .image-cont {
  display: none;
}

.item-list.change-order-active .handle span {
  visibility: visible;
}

.title-button {
  float: right;
  margin-top: 0.625rem;
  z-index: 1;
  position: relative
}

.template {
  display: none;
}

.offer-item {
  background: #fff;
  position: relative;
  margin-bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offer-item:first-child {
}

.offer-item .handle {
  display: none;
  background: #EEEEEE;
  height: 1.5625rem;
  margin-top: 0.9375rem;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.offer-item .handle span {
  visibility: hidden;
}

.offer-item .preview {
  border: none;
  overflow: auto;
  text-align: left;
}

.offer-item .image-cont .image-block {
  display: inline-block;
  position: relative
}

.offer-item .image-cont .image-block input {
  display: none;
}

.offer-item .image-cont .image-block input:checked + label:before {
  background: none repeat scroll 0 0 #B00F1D;
  border-radius: 0.625rem;
  content: " ";
  display: block;
  height: 0.6875rem;
  margin: 0.25rem;
  width: 0.6875rem;
}

.offer-item .image-cont .image-block > label {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0.1875rem solid #B00F1D;
  border-radius: 1.25rem;
  bottom: 0;
  cursor: pointer;
  height: 1.5625rem;
  line-height: 1.75rem;
  position: absolute;
  right: 0;
  width: 1.5625rem;
  padding: 0;
}

.ui-sortable-helper.offer-item .handle {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.offer-item input[readonly] {
  border: none;
  box-shadow: none;
}

.offer-item input.text[readonly] {
  display: block;
  height: 1.6875rem;
  padding-left: 1.25rem;
  width: 90%;
}

.offer-item.ui-sortable-helper {
}

.offer-item.ui-sortable-placeholder {
  background: #e7e7e7 !important;
  visibility: visible !important;
}

.offer-item .product-name a {
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
}

.offer-item.inactive .offer-cont-main {
  display: none
}

.offer-item.inactive .preview {
  display: none
}

.offer-item .offer-item-header {
  display: block;
  padding: 0.625rem;
  margin: 0 0;
  background: #E7E7E7;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  transition: background .4s linear
}

.offer-item.set-of-products-container > .offer-cont-side > .offer-item-header {
  background: #bdbdbd;
}

.offer-item.inactive .offer-item-header {
  border-bottom: 1px solid #fff
}

.offer-item .offer-item-header:hover {
  background: #D6D6D6
}

.offer-item .offer-item-header:active {
  background: #D6D6D6;
  transition: none
}

.offer-item .product-name {
}

.offer-item .preview {
  margin: 0;
  padding: 0;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: center
}

.offer-item .offer-cont-side {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.offer-item .offer-cont-main {
  padding: 0 0.9375rem 0.9375rem;
  text-align: left;
  clear: both;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7
}

.offer-item .offer-cont-main select {
  font-size: 0.75rem;
  padding: 0.3125rem
}

.offer-item .offer-cont-main input {
  font-size: 0.75rem
}

.offer-item:last-child .offer-cont-main {
  border-bottom: 1px solid #e7e7e7
}

.offer-item .offer-cont-main .form-container {
}

.offer-item .offer-cont-main .form-container .textarea-style {
  width: 100%
}

.offer-item .offer-cont-main label {
  display: block;
  padding: 0.1875rem 0;
}

.offer-item .offer-cont-main label span:first-child,
.offer-item .offer-cont-side label span:first-child {
  width: 6.25rem;
  display: inline-block;
  vertical-align: top;
}

.offer-item .offer-cont-main label input {
  width: 6.25rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offer-item .offer-cont-main label input.long {
  width: 535px;
}

.offer-item .offer-item-tools button {
  opacity: .5;
  background: none;
  border: none;
  transition: opacity .2s;
  color: #000;
  padding: 0 0.3125rem;
}

.offer-item .offer-item-tools button:hover {
  opacity: 1;
}

.offer-item .offer-item-tools {
  float: right;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  color: #000;
}

.offer-item .product-name {
  font-size: 0.875rem;
}

.offer-item .product-code {
  font-size: 0.875rem;
}

.offer-item input.text.product-price {
  width: 4.375rem;
  display: inline-block;
}

.offer-item .offer-info {
  min-height: 1.875rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.3125rem;
  border: 1px solid #C4C4C4;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  box-shadow: 0.125rem 0.125rem 1px rgba(0, 0, 0, 0.03) inset;
  display: inline-block;
  padding: 0.3125rem;
  background: #fff;
}

.offer-item .image-cont {
  display: inline-block;
  padding: 0.9375rem
}

.offer-item .product-info {
  float: left;
}

.offer-list .offer-item {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin: 0.625rem 0;
  text-align: left;
}

.offer-list .offer-item h2 a {
  font-size: 19.5px;
}

.offer-list .dates {
  margin: 1rem 1rem 0 1rem;
  float: right;
}

.offer-list .summary {
  margin: 1rem;
}

.offer-list .buttons a:hover {
  text-decoration: none;
}

.offer-list a.remove-offer {
  float: right;
}

.offer-details {
  border: 1px solid #e7e7e7;
  padding: 0.9375rem 0.9375rem 0.3125rem;
  margin-bottom: 1.25rem
}

.offer-item [data-field="PriceVariantInformation"] p {
  word-wrap: break-word;
}

.set-of-products-container .product-container [data-field="MarkingPrice"] {
  display: none;
}

.set-of-products-container .product-container [data-field="YourPrice"] {
  display: none;
}

.set-of-products-container .product-container [data-field="Quantity"] {
  display: none;
}

.set-of-products-container .product-container [data-field="PriceVariantInformation"] {
  display: none;
}

.set-of-products-container button.add-variant-button {
  display: none;
}

.offer-item-tools .entypo:before {
  margin: 0;
}

.form-container .form-row {
  margin-bottom: 0.625rem;
  display: flex;
}

.form-container .form-row label {
  width: 20%;
  float: left;
  margin-top: 0.4375rem
}

.form-container .form-row .field {
  width: 80%;
  display: block;
  /* margin-left: 20%; */
}

.form-container .form-row .field input {
  width: 100%;
  box-sizing: border-box
}

.form-container .form-row .field textarea {
  width: 100%;
  box-sizing: border-box
}

.form-container .form-row .field input[type="checkbox"] {
  margin-top: 0.4375rem;
  width: auto;
}

.form-container .form-row .field .offer-quantity {
  width: 30%;
  box-sizing: border-box
}

.form-container .form-row .field .offer-price {
  width: 30%;
  box-sizing: border-box
}

.form-container .form-row .field .table-cell {
  width: 3.75rem;
  margin-right: 0.375rem;
  vertical-align: top;
  -moz-box-sizing: border-box;
}

.textarea-style {
  min-height: 1.875rem;
  border: 1px solid #C4C4C4;
  box-shadow: 0.125rem 0.125rem 1px rgba(0, 0, 0, 0.03) inset;
  box-sizing: border-box;
  padding: 0.3125rem;
  border-radius: 0.125rem
}

.textarea-style > * {
  font-family: arial !important
}

.textarea-style p {
  margin: 0.9375rem 0 0.9375rem
}

.textarea-style p:first-child {
  margin-top: 0
}

.textarea-style p:last-child {
  margin-bottom: 0
}

.main-panel .buttons {
  padding: 0.625rem;
}

.main-panel > label {
  padding: 0.625rem;
  display: block;
  width: 75%;
  text-align: left;
}

.main-panel > label span {
  padding-right: 0.625rem;
}

.main-panel > label input {
  width: 75%;
}

.main-panel .title-button {
  margin-right: 0.625rem;
}

.select2-container a.select2-choice, .select2-result-label {
  padding-left: 0.625rem
}

.select2-container .select2-choice img, .select2-results img {
  margin: 0 0.625rem 0 0;
  float: left;
}

.select2-container .select2-choice span, .select2-results span {
  line-height: 1.75rem;
}

.select2-container .select2-choice span label, .select2-results label {
  float: left;
}

.select2-results label {
  line-height: 1.875rem;
}

.select2-results li:after {
  content: " ";
  display: block;
  clear: both;
}

.offer-nav .title-label {
  background: #E7E7E7;
  border-bottom: 1px solid #D6D6D6;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.625rem;
  display: block;
}

.offer-nav .input-cont {
  border-bottom: 1px solid #E7E7E7;
  padding: 0.4375rem;
  background: #FFFFFF;
  display: block;
}

.offer-nav .input-cont.label {
  border-bottom: 0;
  font-weight: bold;
}

.offer-nav input, .offer-nav textarea, .offer-nav select {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

em.price-value {
  font-style: normal;
}

.ui-dialog.chooser {
}

.ui-dialog.chooser ul {
  list-style: none;
  margin: 0.3125rem 0;
  padding: 0
}

.ui-dialog.chooser ul li {
  cursor: pointer;
  border: 1px solid #f4f4f4;
  background: #fbfbfb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.625rem;
}

.ui-dialog.chooser ul li:hover {
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.title-button {
  float: right;
  margin-top: 2.5rem;
  margin-left: 0.3125rem;
  z-index: 1;
  position: relative
}

.back-link {
  margin: 1.25rem 0 0px;
  display: block;
  text-decoration: none;
  color: #727272;
}

.back-link:before {
  opacity: .5;
}

@-webkit-keyframes animation-saving {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes animation-saving {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.animation-saving:before {
  -moz-animation: animation-saving 2s linear infinite;
  -webkit-animation: animation-saving 2s linear infinite;
  animation: animation-
  animation: animation-saving 2s linear infinite;
  background-position: -420px -100px !important;
}

.state-unsaved {
  border: 1px solid #FFA900 !important;
}

body.ue article > h1 {
  display: none
}

body.lava nav li.lava-hide {
  display: none
}

body.lava nav li.lava-hide.show-if-logged {
  display: none !important
}

body.reiter nav li.reiter-hide {
  display: none
}


table.table-style-2 {
  width: 100%
}

table.table-style-2 tbody tr:nth-child(2n-1) td {
  background: #FAFAFA
}

table.table-style-2 td {
  padding: 0.5rem;
  border: 1px solid #e7e7e7
}

table.table-style-2 thead tr td {
  font-weight: bold;
  padding: 0.625rem 0.5rem
}

table.table-style-2 thead tr td a {
  color: #000;
  text-decoration: none;
}

table.table-style-2 td ul {
  margin: 0;
  padding: 0 0 0;
  list-style: none
}

table.table-style-2 td ul li {
  margin: 0
}

.input-term {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.ui-dialog {
  padding: 0 !important
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.9375rem !important;
  border: 0 !important;
  font-size: 0.75rem !important
}

.ui-dialog .ui-dialog-content {
  padding: 0.9375rem !important;
}

.ui-dialog {
  border: 0 !important
}

.ui-widget {
  font-family: Roboto, arial, verdana, sans-serif !important;
  font-size: 0.75rem !important;
}

.ui-widget .ui-widget {
  font-size: 0.75rem !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  /* font-family: "Open Sans", arial, verdana,sans-serif!important; */
  font-size: 0.75rem !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 0.9375rem !important
}

.ui-button-icon-only .ui-icon {
  margin-left: -9px !important
}

.offer-tools-container {
  height: 3.1875rem;
  width: 100%
}

.offer-tools {
  background: #f3f3f3;
  padding: 0.375rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.offer-tools .button { /* margin-right:5px */
}

.offer-tools .button span {
  margin: 0 0.9375rem 0 0.625rem;
}

.offer-tools .button span.entypo:before {
  display: inline-block;
}

.offer-tools.affix {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 1080px;
}

.offer-tools .summary {
  float: right;
  line-height: 1.875rem
}

.offer-tools .summary .input-cont {
  margin-left: 1.25rem
}

.offer-tools .summary .input-cont span {
  font-weight: bold
}

.ui-dialog.products-chooser {
}

.ui-dialog.products-chooser ul {
}

.ui-dialog.products-chooser ul li {
  padding: 0 0.625rem;
  float: left;
  width: 25%;
  height: 11.25rem;
  overflow: hidden;
  margin: 0px 0 0 0px;
}

.ui-dialog.products-chooser ul li:hover {
  position: relative;
  z-index: 1
}

.ui-dialog.products-chooser ul li.selected {
  background: #2E9DD9;
  color: #fff
}

.ui-dialog.products-chooser ul li .img-wrap {
  height: 8.125rem;
  text-align: center;
  padding-top: 0.625rem
}

.ui-dialog.products-chooser ul li img {
  max-height: 7.5rem;
  max-width: 12.5rem
}

.ui-dialog.products-chooser ul li h3 {
  margin: 0;
  overflow: hidden;
  font-size: 0.8125rem;
  font-weight: 400
}

.ui-tabs {
  padding: 0 !important;
  border: none !important
}

.ui-tabs .ui-widget-header {
  background: transparent !important;
  border: none !important;
  padding: 0 !important
}

.ui-tabs .ui-widget-header > li {
  background: #D6D6D6;
  color: #000 !important;
  margin: 0 0px -1px 0 !important;
  border-color: #fff !important;
  border-bottom: 1px solid #fff !important
}

.ui-tabs .ui-widget-header > li a {
  color: #000 !important
}

.ui-tabs .ui-widget-header > li.ui-tabs-active {
  background: #fff;
  border: 1px solid #e7e7e7 !important;
  border-bottom: 1px solid #fff !important
}

.ui-tabs .ui-widget-header a {
  padding: 0.625rem 0.9375rem !important
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #e7e7e7 !important;
  padding: 0.9375rem !important
}

.ui-autocomplete.ui-menu {
  width: 330px;
  padding: 0;
  border-radius: 0.3125rem;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #ccc;
}

.ui-menu .ui-menu-item:last-child {
  border-bottom: 0;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus {
  background: none repeat scroll 0 0 #f2f2f2;
}

.ui-menu .ui-menu-item a {
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem !important;
}

.ui-menu .ui-menu-item a .thumb {
  float: left;
  height: 2rem;
  width: 2rem;
  margin-right: 0.3125rem;
}


.block.static.klienci-partnerzy {
  display: none;
}

/* temp */

.block.static.klienci-partnerzy {
  background: #31333F;
}

.block.static.klienci-partnerzy .block-body {
  width: 980px;
  margin: auto;
}

.klienci-partnerzy h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400
}

.klienci-partnerzy table {
  width: 100%;
  table-layout: fixed;
}

.klienci-partnerzy table:nth-of-type(1) tr td:nth-of-type(1) {
  padding-right: 3.125rem;
}

.klienci-partnerzy table:nth-of-type(1) tr td:nth-of-type(2) {
  padding-left: 3.125rem;
}

.klienci-partnerzy img {
}

.products-label {
  position: absolute;
}

.products-label[data-position="pos-0"] {
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.products-label[data-position="pos-1"] {
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.products-label[data-position="pos-2"] {
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.products-label[data-position="pos-3"] {
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.products-label[data-position="pos-4"] {
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.iview * {
  box-sizing: content-box !important
}

.gallery-container {
  width: 940px
}

.gallery-container > a {
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-decoration: none;
}

.gallery-container.reorder > a {
  width: 20% !important;
  height: auto !important;
  padding-top: 20%
}

.gallery-container.reorder > a.ui-sortable-helper {
  width: 6.25rem !important;
  height: 6.25rem !important;
  padding-top: 0 !important
}

.form {
}

.form-container .form {
  width: auto
}

.form-container .form textarea {
  width: 100%;
  max-height: 12.5rem
}

.form-container .form .form-item {
  margin-bottom: 0.625rem
}

.form-container .form .form-text {
  float: left;
  width: 100%;
}

.form-container .form .form-text:nth-child(2n) {
  clear: both;
  padding-lefT: 0;
  margin-right: 1.25rem;
}

.form-container .form .form-textarea {
  clear: both
}

.form-container .form .error {
  color: red
}

.form-container .form .form-text input {
  display: block;
  width: 100%
}

.form-product {
}

.form-product .form {
  padding: 0 1.25rem 1.875rem 1.25rem;
}

.form-product .form-container .form .item-2 {
  padding-right: 0;
}

.form-product .form-container .form .item-4 {
  display: none
}

.form-product .form-container .form .item-5 {
  margin-bottom: 1.25rem
}

.form-product .form-container .form textarea {
  height: 5rem;
  display: block;
}

.form-container .form button,
.form-container .form input[type=submit] {
  background: #FAFAFA;
  padding: 0.5rem 2.5rem;
  font-weight: 400;
  color: #000;
  box-shadow: none;
  border: 1px solid #000000;
  border-radius: 0.25rem;
}

.field-submit {
  text-align: right;
}

body.lava .form-product .form-container .form input[type=submit] {
  background: #ed1b22;
}

.form-product .form-container .form .item-6 .label-wrap {
  display: none;
}

.form-product .form-container .form label {
  text-transform: uppercase;
  font-weight: 500
}

.form-product .form-container .form input,
.form-product .form-container .form textarea {
  border-radius: 0.125rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
}

.form-product .title {
  padding: 1.875rem 1.25rem 1.875rem;
  font-size: 1.375rem;
  font-weight: 300;
  text-transform: uppercase;
}

.form-product textarea,
.form-product select,
.form-product input[type=text] {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  box-shadow: none;
}


.attrs-tab {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  content: "X";
  font-family: sans-serif;
}

.ui-dialog .ui-dialog-buttonpane button {
  padding: 0.3125rem 0.625rem;
}

.clipboard-widget .clipboard-header {
  font-size: 1.375rem;
  padding: 0;
  line-height: 3.125rem;
  display: none;
}

.clipboard-widget .clipboard-header a {
  color: #fff;
}

.clipboard-widget .clipboard-header a:hover {
  text-decoration: none
}

.clipboard-widget .clipboard-header a:active {
  text-decoration: none
}

.clipboard-widget .clipboard-header a:focus {
  text-decoration: none
}


.lv-btn-hamburger, .lv-btn-hamburger:active, .lv-btn-hamburger:hover, .lv-btn-hamburger:focus {
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0.1875rem;
}

.avalability-popover {
  border-bottom: 1px dashed #007CB9;
  color: #007CB9;
  cursor: pointer;
}

.availability-info {
  border-bottom: 1px dashed #007CB9;
  color: #007CB9;
  cursor: pointer;
}

.availability-info:focus {
  text-decoration: none
}

.avalability-popover:hover {
  border-bottom: 1px dashed #005E8C;
  color: #005E8C;
  cursor: pointer;
}

.show-if-logged {
  display: none
}

a.offer-option {
  color: inherit;
  text-decoration: none;
}

#form-offers .form-group {
  margin-bottom: 0.875rem;
}


#form-offers .col-form-label {
  text-transform: uppercase;
  /* padding: 0; */
}

.custom-container {
  max-width: 1000px;
  padding: 0 0.625rem;
  margin: 0 auto;
}

.module-1 {
  font-size: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.module-1 .module-item {
  width: 6.125rem;
}

@media (max-width: 400px) {
  .module-1 {
    margin: 0 -10px;
    border-bottom: 0px solid #ddd;
  }
}

@media (max-width: 600px) {
  .module-1 {
    /* flex-wrap: wrap; */
    padding: 0;
    max-width: 94%;
    margin: 0 auto 1.875rem;
  }

  .module-1 .module-item {
    width: 20%;
  }

  .product-card .product-header > * {
    flex: 1 0 45%;
  }

  .product-card .product-header h1 {
    flex: 100%;
  }
}

.module-1 .module-item img {
  width: 100%;
  max-width: 100%
}

.module-2 {
  margin-bottom: 1.875rem; /* display: none */
}

/*@media (max-width:400px) {
    .module-2 {margin:0 -10px 1.875rem}
}*/

.module-2 .module-item {
  display: flex;
  align-items: top;
}

.module-2 .module-item .module-image-left {
}

.module-2 .module-image {
  width: 50%;
}

.module-2 .module-image img {
  max-width: 100%;
}

.module-2 .module-image-left .module-image {
  margin-right: 1.875rem;
}

.module-2 .module-image-right .module-image {
  margin-left: 1.875rem;
}

.module-2 .module-content {
  width: 50%;
  padding-top: 2rem;
}

@media (max-width: 400px) {
  .module-2 .module-content {
    padding: 0 0.625rem
  }
}

@media (max-width: 800px) {
  .module-2 .module-item {
    flex-direction: column;
  }

  .referencje-item {
    width: calc(50% - 1.6875rem);
  }

  .module-2 .module-image {
    width: 100%;
    order: 1;
    margin: 0 0 1.25rem !important;
    text-align: center;
  }

  .module-2 .module-content {
    width: 100%;
    order: 2;
    text-align: center
  }

  .module-2 .module-content ul {
    display: inline-block;
  }
}

.module-2 .module-title {
  font-size: 2rem;
  padding: 0px 0 0.9375rem;
  font-weight: 500;
  color: #212529;
  line-height: 1.4;
}

.module-2 .module-caption {
  font-size: 1rem;
  margin-bottom: 1em;
  font-weight: bold;
}

.module-2 .module-description {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.module-2 .module-description p {
}

.module-2 .module-description ul {
  padding-left: 1.25rem;
}

.module-2 .module-description ul li {
}

.module-2 .module-calltoaction {
}

body.lava .module-2 .module-calltoaction a {
}

.module-2 .module-calltoaction a:hover {
  background: #d43a2f;
  color: #fff;
}

.heading-1 {
  font-size: 2rem;
  text-align: center;
  padding: 3rem 0 1.5rem;
  letter-spacing: 0.3125rem;
}

@media (max-width: 700px) {
  .heading-1 {
    font-size: 1.375rem;
    letter-spacing: 0;
  }
}

.module-3 {
  font-size: 0;
  margin-bottom: 1.5625rem;
  display: none;
}

.module-3 .module-item {
  width: 25%;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

@media (max-width: 768px) {
  .module-3 .module-item {
    width: 50%;
  }
}

@media (max-width: 625px) {
  .referencje-item {
    width: 100%;
  }

  .referencje-item__plik-close {
    position: initial;
    padding: 0.625rem;
    width: 2.5rem;
  }
}

@media (max-width: 400px) {
  .module-3 .module-item {
    width: 100%;
  }
}

.module-3 .module-icon {
  font-size: 3.125rem;
}

.module-3 .module-icon span {
}

.module-3 .module-caption {
  font-weight: bold;
}

.module-4 {
  background: #ccc;
  position: relative;
  background: none !important;
}

.module-4 .module-play-button {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  line-height: 5rem;
  text-align: center;
  font-size: 0;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  cursor: pointer;
  transition: .4s;
  z-index: 1;
}

.module-4 .module-play-button:hover {
  background: rgba(0, 0, 0, 9);
}

.module-4 .module-play-button:before {
  content: "";
  border-width: 1.5625rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 1.875rem;
}

.module-4 .module-play-button.loading {
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.module-4 .module-play-button.loading:before {
  display: none
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.module-4 .module-iframe-wrap {
  max-width: 800px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.module-4 .module-iframe-wrap .module-iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  transition: .4s
}

.module-4 .module-iframe-wrap .module-iframe-overlay:hover {
  background: rgba(255, 255, 255, .5);
}

.module-4 .module-iframe {
  padding-bottom: 56.25%;
  position: relative;
  border: 1px solid #ddd;
}

.module-4 iframe {
  border: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.module-4 iframe.loaded {
  opacity: 1;
  transition: .4s;
}

.product-price {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem;
  color: #ff4c4d;
  font-weight: bold;
}

.product-price:empty {
  font-size: 1.3125rem;
  margin-bottom: 0
}

.product-price s {
  color: #000000;
  font-size: 0.875rem;
  font-weight: normal;
}

.product-price {
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  clear: both;
  margin: 0;
  text-align: left;
  margin-bottom: 1.25rem;
  padding: 0 0.875rem;
}

.product-price[data-type="table"] {
  font-weight: normal;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin: 0;
  overflow: auto;
}

@media (max-width: 900px) {
  .product-price[data-type="table"] {
    padding: 1.25rem 0.9375rem 0 0.9375rem;
  }
}

.product-price:empty {
  font-size: 1.3125rem;
  margin-bottom: 0;
  padding: 0;
}

.product-price s {
  color: #8e8e8e;
  font-size: 0.875rem;
  font-weight: normal;
}

.product-price table {
  width: 100%;
}

body.reiter .products-list .product-price table {
  display: none
}

.product-price table tr {
}

.product-price table tr td {
  border: 1px solid #e7e7e7;
  padding: 0.5rem 0.375rem;
  text-align: right;
}

.product-price table tr th {
  border-right: 1px solid #ffffff;
  padding: 0.5rem 0.375rem;
  background: #e7e7e7;
  text-align: right;
  font-weight: normal;
}

.product-price table tr th:first-child {
  border-left: 1px solid #e7e7e7;
}

.product-price table tr th:last-child {
  border-right: 1px solid #e7e7e7;
}

.products-list .product-price {
  font-size: 1.3125rem;
  text-align: right;
  margin-bottom: 0px;
}

.quick-pricing .product-price {
  color: #FFFFFF !important;
}

.breadcrumb {
  background: none;
  opacity: .5;
  transition: .4s ease-in-out;
  margin: 0;
  margin: 0 auto;
  max-width: 1080px;
  padding: 1.25rem 0.9375rem;
}

.breadcrumb:hover {
  opacity: 1
}

.breadcrumb > li {
  text-transform: uppercase;
}

.breadcrumb > li a {
  color: #000;
}

.breadcrumb > .active {
  color: #000;
}

.breadcrumb > .active a {
  color: #000;
}

.breadcrumb > li + li:before {
  color: #000
}

.btn-account {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
  transition: .4s
}

.btn-account::after {
  content: none;
}

#content .content-title h1 {
  margin: 0;
  font-weight: 300;
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
  margin-left: 1.875rem;
}

.btn-link {
  color: #3d5484
}

body.lava .btn-link {
  color: #ed1b23
}

.offer-preview {
  background: #292929;
  height: 0;
  transition: .4s;
  overflow: hidden;
}

.offer-preview .spinner {
  display: none
}

.offer-preview.loading .spinner {
  display: block;
  position: absolute;
  top: 1.6875rem;
  left: 50%;
  margin-left: -20px;
}

.offer-preview .offer-preview-items {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}

.offer-preview .offer-preview-item-details {
  float: left;
  max-width: 6.875rem;
}

.offer-preview .offer-preview-item {
  display: inline-block; /* width:100px; */
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0.625rem 0px 0px 0;
  vertical-align: top;
  width: 25%;
}

.offer-preview .offer-preview-item img {
  height: 4.6875rem;
  width: 4.6875rem;
}

.offer-preview .offer-preview-item:last-child {
  margin-right: 0
}

.offer-preview .offer-preview-item .del {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.3125rem;
  font-size: 0.875rem;
  background: #aaa;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: .4s;
}

.offer-preview .offer-preview-item .del:hover {
  background-color: #b0101e;
}

.offer-preview .offer-preview-item .clipboard-img {
  text-align: center;
  height: 4.6875rem;
  float: left;
  position: relative;
  margin-right: 0.625rem;
}

.offer-preview .offer-preview-item .clipboard-name {
  white-space: normal;
  color: #f4f4f4;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  max-height: 2.5rem;
  overflow: hidden;
  max-width: 8.125rem;
}

.offer-preview .offer-preview-item .clipboard-qty {
  white-space: normal;
  color: #f4f4f4;
  font-size: 0.6875rem;
  font-weight: 300;
}

.offer-preview .offer-preview-item .clipboard-price {
  white-space: normal;
  color: #f4f4f4;
  font-size: 0.6875rem;
  font-weight: bold;
}

.offer-preview .clipboard-item-details {
  float: left;
}

.spinner {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.offer-preview-footer {
  display: flex;
  font-size: 0.8125rem;
  color: #fee700;
  border-top: 1px solid #666;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.625rem;
  text-align: right;
}

.offer-preview-footer a {
  color: #fee700;
  border-bottom: 1px dotted #717171
}

.offer-preview-footer a:hover {
  border-bottom: 1px dotted #ccc
}

.offer-preview-footer > * {
  margin-left: 1.25rem
}

.offer-preview-footer > *:first-child {
  margin-left: 0
}

.offer-preview-footer > *:nth-child(2) {
  margin-left: auto
}

.offer-preview-footer .offer-preview-pdf {
  cursor: pointer;
  width: 9.375rem;
  text-align: left;
}

.offer-preview-footer .offer-preview-name {
  width: 100%;
  text-align: center;
}

.offer-preview-footer .offer-preview-preview {
}

.offer-preview-footer .offer-preview-edit {
}

.offer-preview-empty {
  font-size: 0.75rem;
  color: #afafaf;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.625rem;
}


.saving {
  font-size: 2.5rem;
}

.loading i {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.loading i:nth-child(2) {
  animation-delay: .2s;
}

.loading i:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.btn-offer-group li a.active {
  font-weight: 600
}

.narrow-container,
.forgot-form-container,
.register-form-container,
.login-form-container {
  background: #fff;
  padding: 1.25rem;
  /* max-width: 750px; */
  margin: 0 auto;
}

body.hide-breadcrumb .breadcrumb,
body.register-page .breadcrumb,
body.forgot-page .breadcrumb,
body.login-page .breadcrumb {
  display: none
}


/* home page wordpress */
.module-5 {
  padding: 2.5rem 0;
}

.catalogs .catalogs-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.catalogs .catalog-item {
  border: none;
  width: 33.33%;
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.9375rem;
  transition: .4s
}

.catalogs .catalogs-row:hover .catalog-item img {
  filter: grayscale(.5);
}

.catalogs .catalogs-row .catalog-item:hover {
  opacity: 1
}

.catalogs .catalogs-row .catalog-item:hover img {
  filter: grayscale(0)
}

.catalogs.catalogs--home .catalog-item {
  width: 20%;
}

.catalog-item__icons {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
}

.mm-icon {
  width: 245px;
  /* height: 420px; */
  display: inline-block;
  text-align: center;
  transition: background-color 0.2s ease;
  margin: 0.25rem;
  padding-bottom: 2.8125rem;
}

@media (max-width: 900px) {
  .catalogs.catalogs--home .catalog-item {
    width: 33%;
  }
}

@media (max-width: 725px) {
  .catalogs.catalogs--home .catalog-item {
    width: 50%;
  }

  #content .content-title h1 {
    margin-left: 0px;
  }

  .mm-icon {
    width: 50%;
    margin: 0;
    padding: 0 0.9375rem;
  }
}

.catalogs.catalogs--home .catalog-item .catalog-item-cover {
  position: relative;
  padding-bottom: 100%;
}

.catalogs.catalogs--home .catalog-item .catalog-item-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s
}

.catalogs.catalogs--home .catalog-item .h3 {
  font-size: 1rem;
  min-height:2.5rem;
}

.catalogs.catalogs--home .catalog-item .h3 a {
  color: #000;
  text-transform: uppercase;
}

.catalogs .catalog-item-cover {
  margin-bottom:15px;
}

.catalogs .catalog-item h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  margin: 1.25rem 0 0.625rem;
  font-weight: 300;
}

.catalogs .catalog-item .catalog-item-download {
  background-color: #F44336;
  padding: 0.8125rem 0.9375rem;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  align-self: center;
  margin-top: auto;
  line-height: 1;
  width: 100%;
  letter-spacing: 0.1875rem;
}
/* end - home page wordpress */


.account-header {
  background: #3d5383;
  /* margin: -20px -20px 0; */
  margin-top: 1.875rem;
}

.account-header h1 {
  color: #fff;
  margin: 0;
  /* margin-bottom: 0.9375rem; */
  padding: 1.25rem 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  /* border-top: 1px solid #506490; */
  border-bottom: 1px solid #506490;
}

body.lava .account-header {
  background: #ed1b22;
}

.account-header h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.account-menu {
  border-bottom: 1px solid #e7e7e7; /* padding-bottom: 0.625rem; */
  display: flex;
  flex-direction: row;
  padding: 0.3125rem 0;
}

.account-menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.625rem 1.25rem; /* display:inline-block; */
  text-transform: uppercase;
  display: block;
}

.account-menu a.active {
  font-weight: bold;
  color: #fff;
}

.panel {
  border-radius: 0
}

nav.menu > ul > li.toRight {
  margin-left: auto
}

nav.menu > ul > li.social {
}

nav.menu > ul > li.social > a {
  padding: 0.625rem 0.9375rem;
}

nav.menu > ul > li.social > a > span {
  font-size: 1.125rem;
}

#content {
  padding: 3.125rem 1.25rem 4.375rem;
}

#content .content-title {
}


#content .content-body {
}

.aligncenter {
  display: block;
  margin: 0 auto
}

.download-table {
  width: 100%;
  margin-bottom: 1.25rem;
}

.download-table thead tr {
  background-color: #dddddd;
  text-transform: uppercase;
}

.download-table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

.download-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.download-table tr th {
  padding: 0.625rem;
}

.download-table tr td {
  padding: 0.3125rem 0.625rem;
}

.download-table tr th:nth-child(2), .download-table tr td:nth-child(2) {
  text-align: center;
  width: 8.125rem;
}

.download-table .button {
  background-color: #F44336;
  padding: 0 0.75rem;
  color: #ffffff;
  border-radius: 0;
}

@media (max-width: 600px) {
  .download-table tr td {
    padding: 0.8125rem 0.625rem;
  }
}

/*  Cart View  */
.cart-box h4 {
  text-transform: uppercase;
  margin: 1.875rem 0;
  font-size: 0.875rem;
  font-weight: bold;
}

.cart-box h4.cart-products-h4 {
  text-transform: uppercase;
  margin: 2.9375rem 0 0.625rem 0;
}

.cart-box h4.cart-contact {
  margin: 3rem 0 1.875rem 0;
}

.cart-box h4.cart-more-info {
  margin: 1.875rem 0;
}

.cart-box label {
  text-transform: uppercase;
  font-weight: initial;
}

#cart-form input.error {
  border-color: #cfa789;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.5rem rgba(233, 157, 102, 0.6);
}

#content.cart-container {
  background-color: white;
  padding: 1.875rem;
}

.cart-products {
  margin: 0 0.9375rem;
}

.cart-products a {
  color: #333333;
}

.cart-products a:hover {
  color: #284d65;
}

.cart-products .row {
  border-bottom: 1px #cdcdcd solid;
  padding: 0.3125rem;
}

.cart-products .row:nth-child(odd) {
  /*background-color: #f3f3f3;*/
}

.cart-products .row:first-child {
  border-top: 1px #cdcdcd solid;
}

.cart-products .row > div {
  height: 4.6875rem;
}

.cart-products .row > div > span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.cart-products .row > div > img {
  height: 100%;

}

.cart-product-info.row {
  padding-left: 0;
}

.cart-product-info .col-first {
  padding-left: 1px;
}

.cart-product-info .col-last {
  padding-right: 1px;
}

#content .cart-title h1 {
  margin-bottom: 1.5625rem;

}

.cart-count { /* product count label + input */
  text-align: right;
  margin-right: 0.375rem;
}

.cart-count-input {
  width: 50%;
  display: inline;
}

.cart-remove-btn { /* remove product from cart in cart view */
  padding: 0.1875rem 0px;
  margin-left: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.cart-input-addon {
  background-color: inherit;
  font-size: 1rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #a6a6a6;
}

.cart-box .input-group:focus-within .cart-input-addon {
  border-color: #66afe9;
  box-shadow: none;
}

.cart-input-have-addon {
  border-right: none;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cart-input-have-addon:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.cart-box .input-group:focus-within {
  /*border-color: #66afe9;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.5rem rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.5rem rgba(102, 175, 233, .6);
}


label.cart-for-checkbox {
  text-transform: inherit;
}

.cart-for-checkbox label.error {
  display: none !important;
}

#cart-form .cart-for-checkbox input.error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.5rem rgb(249, 108, 51);
}

/*  Go to cart button  */
#go-to-cart-btn {
  margin-right: 2.125rem;
  color: #395287;
  font-size: 1.25rem;
  position: relative;
}

body.lava #go-to-cart-btn {
  color: #ed1b22;
}

#go-to-cart-btn:hover {
  color: #446cac;
}

.go-to-cart-badge {
  position: absolute;
  font-size: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 100%;
  background: #e84848;
  color: #fff;
  text-align: center;
  top: -10px;
  left: 0.875rem;
  font-weight: normal;
  font-family: Roboto;
}

#cart-add-box .btn > span {
  display: inherit;
  text-align: inherit;
  line-height: inherit;
  margin: 0;
}

/* === Remove From Cart Button in product view === */
/* icon changer*/
#remove-from-cart .cart-add-icon-changer:before {
  content: "\f00c"; /* see: .fa-check */
}

#remove-from-cart:hover .cart-add-icon-changer:before {
  content: "\f00d"; /* see: .fa-times */
}

#remove-from-cart {
  transition: all 300ms ease-out;
}

#remove-from-cart:hover {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* message changer */
#remove-from-cart > span:nth-child(3) {
  display: none;
}

#remove-from-cart:hover > span:nth-child(3) {
  display: inherit;
}

#remove-from-cart:hover > span:nth-child(2) {
  display: none;
}

/*  ===== MODULES: =====  */

.no-padding {
  padding: 0;
}

.mm-module {
  max-width: 1080px;
  padding-top: 0.625rem;
  margin: 0 auto;
}

.mm-module.module-contact {
  display: flex;
  column-gap: 1.0625rem;
}

.mm-module.module-slajdy {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.reiter .submodule-contact-container {
  display: flex;
  flex-direction: column;
}

.content-contact {
  width: 50%;
  padding: 2.625rem 2rem 1.25rem;
}

.reiter .modules-wrapper:last-child h3 {
  font-size: 1.25rem;
  min-height: fit-content;
  margin-bottom: 0.3125rem;
}

.reiter .modules-wrapper:last-child .submodule-contact {
  margin-bottom: 0;
}

.info-last-wrapper img {
  margin-right: 0.3125rem;
}

.submodule-contact__text {
  margin-left: 0.9375rem;
}

.mm-module.module-karuzela_wpisow {
  max-width: 100%;
}

.module-middle_modules {
  display: none;
}

.module-footer_modules {
  display: none;
}

.mm-module .owl-dots {
}

/* ======= Links Box ======= */
.mm-col-box {
  height: 330px;
  width: 100%;
  position: relative;
  overflow: hidden;
}


.mm-col-box.double {
  height: 10rem;
  margin-bottom: 0.625rem;
}

.mm-col-box .mm-box-body {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  height: calc(100% - 5rem);
  line-height: 1;
  top: 0;
  width: 100%;
  padding: 1.25rem 0.625rem;
  text-align: center;
}

.mm-box-button {
  position: absolute;
  width: 100%;
  bottom: 1.5625rem;
  text-align: center;
}

.mm-col-box .button.mm-btn-red {
  background-color: #F44336;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0;
  line-height: 1;
}

.mm-col-box .button.mm-btn-red:hover {
  color: #000000;
}

.mm-col-box.double .mm-box-button {
  left: 40%;
  width: 60%;
}

.mm-col-box.double .mm-box-button .button.mm-btn-red {
  padding: 0.625rem 1.5625rem;
}

.mm-col-box.double .mm-box-body {
  left: 40%;
  width: 60%;
  height: 70%;
}

.mm-box-body {
  display: table;
}

.mm-box-body span {
  display: table-cell;
  vertical-align: middle;
}

.mm-col-box-div {
  background-repeat: no-repeat;
  background-position: center center;
  height: 330px;
  width: 100%
}

.double .mm-col-box-div {
  height: 10rem;
}

/* ======== Icons ======== */

.mm-icon-conteiner {
  width: 100%;
}

.mm-icon-box {
  margin: 0 auto;
  display: table;
}

.katalogi-info-abs {
  display: none;
  position: absolute;
  background: #E8E8E8;
  color: rgb(0 0 0 / 50%);
  padding: 0.625rem 0.75rem;
  border-radius: 0.125rem;
  margin-left: auto;
  width: fit-content;
  font-size: 0.6875rem;
  z-index: 2;
  margin-top: 3.125rem;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1.18;
}

.katalogi-info-abs:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #E8E8E8;
  border-width: 0.5rem;
  left: 50%;
  right: 0;
  margin-left: -8px;
}

.catalog-item__icons button:focus > .katalogi-info-abs,
.catalog-item__icons button:hover > .katalogi-info-abs,
.catalog-item__icons a:focus > .katalogi-info-abs,
.catalog-item__icons a:hover > .katalogi-info-abs,
.mm-icon-foot a:hover > .katalogi-info-abs {
  display: block;
}


.mm-icon-head {
  font-size: 3.75rem;
  /*color: #000000;*/
}

.mm-icon-head img {
  max-height: 5.9375rem;
  width: auto;
}

.mm-icon-title {
  min-height: 4.375rem;
  font-size: 1.25rem;
  padding-top: 0.625rem;
  max-width: 11.75rem;
  margin: auto;
  font-weight: 400;
}

.mm-icon-body {
  height: 6.25rem;
}

.mm-icon-foot {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
}

.mm-icon-chevron {
  color: #000000;
}

/* ======== Caruosel ========*/

.mm-ratio-box {
  position: relative;
  width: 100%;
}

.mm-ratio-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mm-ratio-content {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  bottom: 0.25rem;
  right: 0.25rem;
}

.mm-caruosel-item {
  text-align: center;
}


.mm-caruosel-item a {
  color: #ffffff;
}

.mm-caruosel-item-body {
  position: absolute;
  height: 86%;
  width: 86%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 7%;
  left: 7%;
  padding-top: 18%;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}

.mm-caruosel-item:hover .mm-caruosel-item-body {
  opacity: 1;
}

.mm-caruosel-item-title {
  font-size: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 0;
  margin-top: 0;
}


.mm-caruosel-item-text {
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.125rem;
  padding: 1.5625rem; /**/
}

.mm-caruosel-item-background {
  background-repeat: no-repeat;
  background-position: center center;
}

.mm-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 1.875rem);
  font-size: 1.25rem;
  left: 0;
  background: #fff;
  background-image: url('https://colorissimo.com/assets/img/arrow-prev.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  opacity: 0;
}

.mm-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 1.875rem);
  right: 0;
  background: #fff;
  background-image: url('https://colorissimo.com/assets/img/arrow-next.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
}

.mm-carousel.owl-carousel:hover .owl-nav button.owl-prev, .mm-carousel.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}

.mm-carousel.owl-carousel .owl-nav button.owl-prev span, .mm-carousel.owl-carousel .owl-nav button.owl-next span {
  display: none;
}


/* ====== Note ======*/
.mm-rich-text {
  font-weight: 300;
  padding: 2.5rem;
}

.mm-rich-text h1, .mm-rich-text h2, .mm-rich-text h3, .mm-rich-text h4 {
  font-weight: 400;
  text-transform: uppercase;
}

.mm-note-button-box {
  padding: 0 2.5rem 2.5rem 2.5rem;
}

.mm-note-button {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0;
  border: 1px solid #000000;
  line-height: 1;
}

.mm-note-button:hover {
  background-color: #DCDCDC;
}

.mm-note-body {
  width: 50%
}

.mm-note-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-position-y: center;
}

.mm-note {
  position: relative;
}

/* ===== notes carousel ===== */

.mm-notes-carousel-box {
  text-align: center;
  color: #FFFFFF;
  background-color: rgb(61, 84, 132);
  padding: 1.875rem;
}

.mm-notes-carousel-title h3 {
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 1.5625rem;
}

.mm-notes-carousel-title hr {
  width: 260px;
  margin-bottom: 1.875rem;
}

.mm-notes-carousel .mm-rich-text {
  font-weight: 400;
}

.mm-notes-carousel {
  width: 550px;
  margin: 0 auto;
}

.mm-notes-rich-text {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  width: 500px;
  margin: 0 auto;
}

.mm-author {
  width: 250px;
  margin: 0 auto;
}

.mm-notes-carousel-footer {
  width: 500px;
  margin: 1.5625rem auto 0 auto;
}

body.lava .btn-outline-primary {
  color: #ed1b22;
  border-color: #ed1b22;
}

body.lava .btn-outline-primary:hover, body.lava .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ed1b22;
  border: 1px solid #ed1b22;
}

body.lava .btn-outline-primary:focus, body.lava .btn-outline-primary:active:focus, body.lava .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
}

body.lava .dropdown-item.active, body.lava .dropdown-item:active {
  background-color: #dc3545;
}

body.lava .btn-offer-preview, body.lava .btn-offer-preview-dropdown {
  color: #dc3545;
}

body.lava .btn-primary {
  color: #fff;
  background-color: #ed1b22;
  border-color: #ed1b22;
}


body.reiter .btn-primary {
  color: #fff;
  background-color: #3d5181;
  border-color: #3d5181;
}

body.reiter .btn-outline-primary {
  color: #3d5181;
  border-color: #3d5181;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

body.lava .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ed1b22;
  border-color: #ed1b22;
}

body.lava .btn-primary:not(:disabled):not(.disabled):active:focus, body.lava .btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
}

.page-link {
  color: #000;
  font-size: 1rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

body.lava .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ed1b22;
  border-color: #ed1b22;
}

/* RESPONSIVE */

/* Responsive: Product */
.product-images .thumbs-inner img {
  width: 7.5rem;
  height: 6.25rem;
}


@media (max-width: 900px) {
  .wrapper section.main-section {
    width: 100%;
  }

  .product-card .overview {
  }

  /*body.lava .product-card .overview {*/
  /*    width: 100%;*/
  /*}*/
  .product-images {
  }

  .product-images .preview img {
    width: 100%;
  }

  .product-images .thumbs-inner > a {
    width: 33.33%;
  }

  .product-images .thumbs-inner img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .quick-pricing-not-login .calculator-icon {
    display: none;
  }

  div.product-card {
    flex-direction: column;
    border-top: 1px solid #ddd;
    margin-bottom: 1.25rem;
    border-left: 0;
    border-right: 0;
  }

  .product-card .product-card-right {
    width: auto;
  }

  .product-nav-tabs li:not(.active) {
    display: none;
  }

  .product-card .product-card-left {
    background-color: #ffffff;
    width: auto;
    display: block;
  }

  .product-card .quick-pricing {
    width: 100%;
  }

  .product-card .quick-pricing .form-horizontal {
    width: 50%;
    margin: 0 auto;
    max-width: 320px;
    padding-right: 0.9375rem;

  }

  .product-card .quick-pricing .form-col {
    width: 50%;
    margin: 0 auto;
    max-width: 320px;
    padding-left: 0.9375rem;
  }

  .product-card .quick-pricing .form-responsive {
    display: flex;
  }
}

@media (max-width: 500px) {
  .product-card .quick-pricing .form-responsive {
    display: initial;
  }

  .product-card .quick-pricing .form-horizontal {
    width: 100%;
    padding-right: 0;
  }

  .product-card .quick-pricing .form-col {
    width: 100%;
    padding-left: 0;
  }
}

/* Responsive: Product list */
.img-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product-list-responsive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.9375rem;
}

.product-list-responsive > div {
  margin: 0;
  padding: 1.25rem 0.625rem 1.25rem;
  border: 1px solid #f3f3f3;
  vertical-align: top;
}

.product-list-responsive > .res-item {
  padding: 0;
  position: relative;
  background: #fff;
  padding-bottom: 0.9375rem;
  display: flex;
  flex-direction: column;
}

.product-list-responsive > .res-item.others {
}

.product-list-responsive .img {
  display: block;
  /*text-align:center;*/
  /*margin-bottom:20px;*/
  /*position:relative;*/
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.product-list-responsive .img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.attributes-search-btn {
  clear: both;
  display: block;
  margin: 0 0 0.9375rem 0;
  width: 100%;
  background-color: #3d5383;
  border: 0;
  color: #fff;
  padding: 0.625rem;
  text-transform: uppercase;
}

body.lava .attributes-search-btn {
  background-color: #ed1b22;
}

.attributes-search-btn.hide {
  display: none;
}

.filters-toggle {
  display: none;
}

.product-square {
}

.res-item.others .product-square {
}

@media (max-width: 1080px) {
  .wrapper section.layout-2columns-right > article {
  }

  .product-square {
  }

  .res-item.others .product-square {
  }
}

@media (max-width: 900px) {

  .product-square {
  }

  .res-item.others .product-square {
  }

  .product-list-responsive > .others {
  }

  .wrapper section.main-section > aside {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }


  .wrapper section.layout-2columns-right > article {
    padding: 0;
  }

  .filters-toggle {
    margin: 0.9375rem;
    background: #ddd;
    padding: 0.625rem;
    text-align: center;
    cursor: pointer;
    display: block;
  }

  .filters-blocks {
    display: none;
  }

  .filters-blocks.show {
    display: flex;
  }

  .filters-blocks form.filters h3::after {
    content: none;
  }

  .filters-blocks form.filters {
    width: 66.66%;
    padding-left: 0.5rem;
  }

  .filters-blocks form.filters ul {
    height: 9.375rem;
    max-height: 9.375rem;
  }

  .filters-blocks form.filters ul.hide {
    display: block;
  }

  .filters-blocks form.filters .options-container {
    display: inline-block;
    width: calc(50% - 0.1875rem);
    margin: 0;
    padding: 0 0.4375rem 0 0.4375rem;
  }

  .filters-blocks nav.products {
    width: 33.33%;
    padding: 0 0.9375rem 0.9375rem 0.375rem;
    background-color: transparent;
  }

  .filters-blocks nav.products h2::after {
    content: none;
  }

  .filters-blocks nav.products > ul {
    margin: 0;
    background-color: #FFFFFF;
    display: block;
    height: 12.5rem;
    overflow: auto;
  }

  .attributes-search-btn {
    margin: 0.375rem;
    width: calc(100% - 0.9375rem);
  }

  .attributes-search-btn.hide {
    display: initial; /* in responsive is always visible */
  }


}

@media (max-width: 700px) {
  .filters-blocks.show {
    display: block;
  }

  .filters-blocks form.filters {
    width: 100%;
    padding-right: 0.4375rem;
  }

  .filters-blocks form.filters .options-container {
    padding: 0 0.3125rem 0 0.4375rem;
  }

  .filters-blocks nav.products {
    width: 100%;
    padding: 0.375rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

@media (max-width: 550px) {
  .product-list-responsive {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-square, .res-item.others .product-square {
  }

  .product-list-responsive > .res-item {
  }

  .product-list-responsive > .res-item.others {
  }
}

@media (max-width: 400px) {
  .product-list-responsive {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-square, .res-item.others .product-square {
  }

  .product-list-responsive > .res-item {
  }

  .product-list-responsive > .res-item.others {
  }

}


.product-list-responsive h2 {
  color: #333;
  margin: 0;
  padding: 0 0.875rem;
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.product-list-responsive h2 a {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  line-height: 1.4;
}

.product-tabs {
}

.product-tabs > div {
  scroll-margin-top: 3.125rem;
}

.category-banner {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  padding-bottom: 25.5%;
  margin-top: -15px;
  margin-bottom: -1px;
  background-size: cover;
}

.category-banner h1 {
  margin-left: 0;
  padding: 0;
  font-size: 3.4375rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

@media (max-width: 1080px) {
  .category-banner h1 {
    font-size: 5vw;
  }
}

.category-banner p {
  font-size: 1.25rem;
}

@media (max-width: 550px) {
  .category-banner {
    /*background-image: none !important;*/
  }
}

@media (max-width: 767px) {
  .pp_pic_holder {
    width: 95% !important;
    margin: 0 auto;
    left: 2.5% !important;
  }

  .pp_pic_holder .pp_top {
    width: 100% !important;
  }

  .pp_pic_holder .ppt {
    width: 95% !important;
  }

  .pp_hoverContainer {
    width: calc(100% - 0.625rem) !important;
    height: 100% !important;
  }

  .pp_content, #pp_full_res img {
    width: 100% !important;
    height: 100% !important;
  }

  .pp_content_container .pp_details {
    width: 100% !important;
  }
}

@media (max-width: 1080px) {
  .gallery.gallery-size-thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gallery.gallery-size-thumbnail br {
    display: none;
  }

  .gallery.gallery-size-thumbnail dl {
    float: none !important; /*wp insert css to page*/
  }
}

@media (max-width: 800px) {
  .gallery.gallery-size-thumbnail dl {
    width: 30% !important;
  }
}

@media (max-width: 500px) {
  .gallery.gallery-size-thumbnail dl {
    width: 45% !important;
  }
}

@media (max-width: 350px) {
  .gallery.gallery-size-thumbnail dl {
    width: 95% !important;
  }
}

body.lava #offer-mail {
  display: none
}

.table--marking {
}

.table--marking td {
  padding: 0.4375rem;
}

.grecaptcha-badge {
  display: none
}

.js-zoom {
  background-position: 50% 50%;
  display: block;
}

.js-zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}

.js-zoom:hover img {
  opacity: 0;
}


.color-97 {
  --bg: #fefd01
}

.color-55 {
  --bg: #fe8200
}

.color-56 {
  --bg: #c1001f
}

.color-83 {
  --bg: #ff009a
}

.color-84 {
  --bg: #7d0a94
}

.color-54 {
  --bg: #0d4bbd
}

.color-238 {
  --bg: #4e7aff
}

.color-239 {
  --bg: #1f199d
}

.color-243 {
  --bg: #56dab2
}

.color-244 {
  --bg: #56dab2
}

.color-53 {
  --bg: #269467
}

.color-154 {
  --bg: #239ea2
}

.color-147 {
  --bg: #ccc
}

.color-57 {
  --bg: #000
}

.color-58 {
  --bg: #ccc;
  box-shadow: 0px 0px 1px #888 inset
}

.color-99 {
  --bg: #ccc
}

.color-100 {
  --bg: #ffd700
}

.color-275 {
  --bg: #27485b
}


.color-277 {
  --bg: #ffd40a
}


.form-success {
  background: #b7d5b4;
  border-radius: 0.5rem;
  padding: 1.25rem;
  /* margin: 0 0.9375rem 0.9375rem; */
  font-size: 1rem;
  font-weight: bold;
}

.add-to-offer {
  padding: 1.25rem;
  font-size: 0.875rem;
}

@media (max-width: 900px) {

  .add-to-offer {
    padding: 1.25rem 0.9375rem;
  }
}

.add-to-offer .form-control-sm {
}

.add-to-offer label {
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.add-to-offer .form-group {
  margin-bottom: 0.625rem
}

.add-to-offer .list-group-item:not(:last-child) {
  border-bottom: 1px dashed #c2c2c2
}

.add-to-offer .btn-success {
  background: #dddddd;
  border: none;
  color: #000;
  border-radius: 0.125rem;
}

.add-to-offer__header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

#markings-list {
  color: #495057;
  margin-bottom: 0.3125rem;
  margin-top: 0.1875rem;
  background: #fff;
  border-radius: 0.1875rem;
}

#markings-list span {
  margin: 0
}

#markings-list .list-group-item {
  padding: 0.3125rem 0.4375rem;
  background: transparent;
}

.marking-selector a {
  cursor: pointer;
}

#markings-list .list-group-item .badge {
  border-radius: 0.1875rem;
  background-color: #dc3545;
  cursor: pointer;
  float: right;
  color: #FFFFFF;
}

#form-offers select.with-arrow {
  background: #fff url("/skin/reiter/images/arrow-down.png") no-repeat right 0.625rem center;
}


.add-to-offer__summary {
  list-style: none;
  margin: 0 0 1.25rem;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  font-weight: bold;
  border: 1px solid #ced4da;
}

.add-to-offer__summary li:last-child {
  border-top: 1px dashed #c2c2c2;
  margin-top: 0.9375rem;
  padding-top: 0.3125rem;
}

.add-to-offer__summary b {
  color: #495057;
  font-weight: normal;
}

/*header*/
.header {
  font-size: 0.8125rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  color: #ffffff;
  display: flex;
  background-color: #000000;
  flex-flow: row nowrap;
  justify-content: flex-start;
  /*border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;*/
  position: sticky;
  top: 0;
  z-index: 2;
}

/*button.menu-dropdown-toggler {
  background: transparent;
  color: #000;
  font-size: 1.625rem;
  position: unset;
}*/

#logo {
  width: 100%;
  max-width: 12rem;
  background: url(https://colorissimo.com/assets/img/logo-colorissimo23.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.nav-close {
  display: none;
}

.nav-close:before, .nav-close:after {
  position: absolute;
  right: 1.25rem;
  content: ' ';
  top: 0.625rem;
  height: 1.5625rem;
  width: 0.125rem;
  background-color: #fff;
}

.nav-close:before {
  transform: rotate(45deg);
}

.nav-close:after {
  transform: rotate(-45deg);
}

/*button.menu-dropdown-toggler {
  display: none;
}*/

.dropdown-categories {
  display: flex;
  pointer-events: none;
  visibility: hidden;
  background-color: #FAFAFA;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /* float: left; */
  min-width: 10rem;
  padding: 1.4375rem 0px;
  flex-wrap: wrap;
  row-gap: 3.0625rem;
  opacity:0;
  transition:  .3s ease-in-out;
}

.nav__item--sale {
  background: #D00D0D;
}

.dropdown-categories__item__link {
  color: #000;
  flex-direction: column;
  row-gap: 1.125rem;
  text-align: center;
  font-size: .875rem;
  display: flex;
  align-items: center;
  padding: 0px 0.625rem;
  font-weight: 400;
}

.simple-submenu__item__link {
  color: #000;
  flex-direction: column;
  row-gap: 1.125rem;
  text-align: center;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
}

.simple-submenu__item__link:hover {
  color: #000;
}

.nav__item__simple:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-categories__item__link:hover {
  color: #000;
}

.dropdown-categories__item {
  width: 16.6%;
}

.nav__item__link:hover a {
  color: #000000;
}

.nav__item__link .fa.fa-bars {
  font-size: .75rem;
  margin-left: 0.5rem;
}

.fa-instagram, .fa-facebook-square {
  font-size: 1.125rem;
}

.privacy-list__icons .fa-instagram, .privacy-list__icons .fa-facebook-square {
  font-size: 1.8125rem;
}

.nav {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  position: relative;
  /* height: 2.9375rem; */
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

/*.fixed-header .header {
  position: fixed;
  width: 100%;
  top: 0;
}

.fixed-header .content {
  margin-top: 3.4375rem;
}*/

.nav__item {
  display: flex;
  align-items: center;
  /* border-right: 1px solid #CECECE; */
  position: relative;
  transition: .4s;
}

.nav__dropdown--megamenu {
  position: static
}

.nav__item:first-child {
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.nav__item__link {
  display: flex;
  align-items: center;
  font-size: .875rem;
  line-height: 1rem;
  font-weight: 500;
  height: 100%;
  color: #fff;
  padding: 1rem 1.2rem;
  transition: .4s;
}

.nav__item:hover {
  background: #FAFAFA;
}

.nav__item--sale:hover {
  background: #D00D0D;
}

.nav__item:hover .nav__item__link {
  color: #000000;
}

.nav__item--hover-none:hover .nav__item__link {
  color: inherit;
}

.nav__item--sale:hover .nav__item__link {
  color: #fff;
}

.nav__item--hover-none:hover {
  color: inherit;
  background: none;
}

.nav__item--auto {
  /* margin-left: auto; */
  border: none !important;
}

.nav__item--border-zero {
  border: none;
}

.content {
  min-height: 355px;
}

.catalogs.catalogs--home .catalog-item a:hover .catalog-item-img {
  transform: scale(1.05);
}

.catalogs.catalogs--home .catalog-item .catalog-item-img {
  transition: 0.5s all;
}

.simple-submenu {
  position: absolute;
  top: 100%;
  padding: 0.625rem 1.25rem;
  left: -1px;
  width: auto;
  list-style: none;
  flex-direction: column;
  row-gap: 1.25rem;
  display: none;
  background-color: #FAFAFA;
  border: 1px solid #CECECE;
}

@media (min-width: 992px) {
  .nav {
    -ms-flex-direction: row;
    flex-direction: row;
    /* flex-wrap: nowrap; */
  }

  .dropdown-categories {
    position: absolute;
  }

  .nav__item:has(a:focus) .dropdown-categories,
  .nav__item:hover .dropdown-categories {
    list-style: none;
    visibility: visible;
    pointer-events: visible;
    opacity:1;
  }

  .nav__item--mobile-only {
    display: none !important;
  }

  .nav__item:has(a:focus) .simple-submenu,
  .nav__item:hover .simple-submenu {
    display: flex;
  }
}

@media (max-width: 991px) {
  .nav-backdrop {
    background: rgb(0 0 0 / 40%);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
  }

  .nav-backdrop--show {
    display: block;
  }

  .nav__item:hover {
    background: unset;
  }

  .nav__item:hover .nav__item__link {
    color: unset;
  }

  .nav__item--sale:hover {
    background: #D00D0D;
  }

  .nav__item--only-desktop {
    display: none;
  }

  .nav__item--mobile-only {
    display: block;
  }

  .nav__item--sale {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
  }

  .nav__item__link {
    justify-content: center;
    padding: 0.9375rem 1.25rem;
    width: 100%;
  }

  .dropdown-categories__item__link, .simple-submenu__item__link {
    color: #000;
    row-gap: 1.125rem;
    text-align: center;
    font-size: 0.8125rem;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    column-gap: 0.5rem;
    flex-direction: row;
  }

  .dropdown-categories {
    row-gap: 1.5rem;
    padding: 0px 0.5rem 0 0.6875rem;
  }

  .dropdown-categories__item {
    width: 100%;
  }

  .dropdown-categories__item__link .categories__item__icon {
    width: 1.25rem;
  }

  .nav-close {
    display: block;
    height: 2.5rem;
    margin-bottom: 0.5rem;
    width: 2.5rem;
    position: relative;
    margin-left: auto;
  }

  .header {
    z-index: 3;
  }

  .nav-container {
    margin: 0;
    width: 250px;
    min-height: 100vh;
    margin-right: auto;
    background-color: #000000;
    left: -100%;
    z-index: 99;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .nav-container--open {
    left: 0;
  }

  .nav {
    flex-direction: column;
    height: unset;
  }

  .dropdown-categories {
    position: unset;
    border: none;

    visibility: visible;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    pointer-events: visible;
  }

  .dropdown-categories__open {
    display: flex;
    row-gap: 1.5rem;
    padding: 0.75rem 0.5rem 1.3125rem 0.6875rem;
    position: inherit;
  }

  button.menu-dropdown-toggler {
    display: block;
  }

  .nav__item, .nav__item:first-child {
    border: none;
  }

  .nav__dropdown {
    display: block;
  }
}

.nav__item--only-logged {
  display: none;
}

body.js-logged .nav__item--only-logged {
  display: block;
}

.nav__item--only-not-logged {
  display: none;
}

body.js-not-logged .nav__item--only-not-logged {
  display: block;
}


/*footer */
footer{
  /* background:#000; */
  color: #fff;
  position: inherit;
}
footer a{
  color: #fff;
}
.footer {
  padding-top: 1.5625rem;
  margin: 0 auto;
  background: #000;
}
.fmenu-list {
  max-width: 1080px;
  margin: 0 auto;
  width:100%;
  list-style: none;
}
.footer-info__menu, .footer-info__contact{
  width: 34%;
  font-size: 0.875rem;
  line-height: 1.2;
}
.footer-info__menu {
  border-left: 0.125rem solid #FFFFFF;
  padding-left: 1.6875rem;
}
.footer-info__contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}
.contact-img{
  width: 10.1875rem;
  height: 2.6875rem;
  object-fit: contain;
}
.footer-info__contact a {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.footer-info__privacy{
  width: 50%;
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-right: 1.25rem;
  margin-top: 0.875rem;
  text-transform: uppercase;
}
.fmenu-list__items{
  padding: 0;
}
.fmenu-list__items:not(:last-child), .privacy-list__items:not(:last-child){
  margin-bottom: 0.9375rem;
}
.privacy-list__icons {
  display: flex;
  column-gap: 1.625rem;
  margin-bottom: 0.9375rem;
}
.footer-rights{
  padding: 1.25rem 0;
  font-size: 0.875rem;
  border-top: 1px solid rgb(255 255 255 / 40%);
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  max-width: 1080px;
  margin: 0 auto;
}
.privacy-list{
  margin-bottom: 0;
}
.footer-info {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: 400;
  padding: 0.625rem 0.625rem 1.75rem;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-rights__text{
  text-align: center;
  margin: 0;
}
@media (max-width: 1025px) {
  .footer-info__privacy {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .footer-info{
    flex-direction: column;
  }
  .privacy-list {
    padding: 0;
  }
  .fmenu-list{
    padding: 0;
  }
  .footer-info__menu{
    border-left:none;
  }
  .footer-rights{
    margin: 0 0.625rem;
  }
  .footer-info__privacy {
    width: 100%;
    justify-content: center;
    margin-right: 0px;
    text-align: center;
  }
  .footer-info__menu, .footer-info__contact{
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 2.75rem;
  }
  .footer-info__contact a{
    justify-content: center;
  }
  .contact-img{
    margin: auto;
  }
  .privacy-list__icons{
    justify-content: space-around;
  }
}

/*footer */

.only-for-notlogged {display:none!important}
.only-for-logged {display:none!important}

.co-header {
  max-width: 1310px;
  padding: 0 0.9375rem;
  margin: 0 auto;
  height: 5rem;
  gap:12px;
  z-index:3;
}
.co-header-search {
  width: 100%;
  max-width: 600px;
  height:100%;
  padding-top: 1.3125rem;
}
.co-search-form {
  width:100%;
}
@media (max-width: 991px) {
  .co-header-search.visible {
    max-width: none!important;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    background: #fafafa;
    right: 0;
    z-index: 2;
    display: flex !important;
    align-items: flex-start;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.25rem;
    box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, .2);
    border-top: 1px solid #e7e7e7;
  }
  .co-header-search.visible form {
    flex-grow:1
  }
}

.btn-outline-secondary {
  color: #000;
}