div.tabs .tabs-labels {
  text-align: center;
  background: #eee;
  margin: 0 0 1em 0;
  padding: 0;
  display: inline-block;
  border-radius: 2em;
}
/* line 148, ../scss/style.scss */
div.tabs .tabs-labels li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: .7em 1em;
  display: inline-block;
  vertical-align: top;
  font-size: .9em;
  white-space: nowrap;
  background: #eee;
  border-radius: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
/* line 161, ../scss/style.scss */
div.tabs .tabs-labels li.active {
  background: #1fc2f0;
  color: #fff;
}
/* line 167, ../scss/style.scss */
div.tabs .tabs-contents {
  padding: 0;
  margin: 0;
}
/* line 169, ../scss/style.scss */
div.tabs .tabs-contents li {
  list-style-type: none;
  list-style-image: none;
  display: none;
  margin: 0;
  padding: 0;
}
/* line 174, ../scss/style.scss */
div.tabs .tabs-contents li.active {
  display: block;
}

/* line 219, ../scss/style.scss */
.items .group {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 223, ../scss/style.scss */
.items .group h2 {
  margin: 0;
}
/* line 228, ../scss/style.scss */
.items .group .row {
  position: relative;
  padding: 1.4em 0 0 0;
}
/* line 232, ../scss/style.scss */
.items .group .col {
  width: 50%;
  margin: 0;
  padding: 0 1em;
  display: inline-block;
  vertical-align: top;
}
.items .group .colors .tabs-contents li {
  height: 250px !important;
  overflow: hidden;
}

.items .group .row {
  margin: 0 -1em;
}

@media (max-width: 768px) {
  /* line 232, ../scss/style.scss */
  .items .group .col {
    width: 100%;
    margin-bottom: 1em;
  }
  /* line 241, ../scss/style.scss */
  .items .group .col:last-child {
    margin-bottom: 0;
  }
}
/* line 244, ../scss/style.scss */
.items .group .col-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 247, ../scss/style.scss */
.items .group .image {
  position: relative;
}
/* line 249, ../scss/style.scss */
.items .group .image img {
  width: 100%;
  height: auto;
  background: #1fc2f0;
}
.colors-variants .image img {
  height: 250px !important;
}
/* line 253, ../scss/style.scss */
.items .group .image figurecaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 257, ../scss/style.scss */
.items .group .image figurecaption .label {
  position: absolute;
  bottom: 1em;
  border-radius: 2em;
  padding: .5em 1em;
  font-size: .9em;
  background: #eee;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 266, ../scss/style.scss */
.items .group .image figurecaption .btn, .group .image figurecaption .form-submit, .group .image figurecaption .more-load span, .more-load .group .image figurecaption span, .group .image figurecaption .group-offer .item-offer .details .more-link a, .group-offer .item-offer .details .more-link .group .image figurecaption a, .group .image figurecaption .group-portfolio .more-link a, .group-portfolio .more-link .group .image figurecaption a {
  position: absolute;
  right: 2em;
  top: 1em;
}
/* line 272, ../scss/style.scss */
.items .group h3 {
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: .9em 0;
  font-size: 17px;
  text-align: left;
  font-weight: normal;
  color: #1a3e4c;
  margin-bottom: 14px;
}

.group-colors h2 {
  background: url(images/header.jpg) no-repeat center 0;
  color: #1a3e4c;
  text-align: center;
  margin: 1.5em 0 1em 0;
  padding: 1.8em 0 .8em 0;
  line-height: 1.1;
  font-size: 2em;
  font-weight: normal;
}
/* line 9, ../scss/_product.scss */
.group-colors .colors-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 1em;
  border-bottom: 1px solid #eee;
  display: none;
}
/* line 18, ../scss/_product.scss */
.group-colors .colors-variants .tabs-labels {
  width: 100%;
}
/* line 20, ../scss/_product.scss */
.group-colors .colors-variants .tabs-labels li {
  width: 50%;
}
/* line 25, ../scss/_product.scss */
.group-colors .colors-variants .tabs-contents img {
  margin: .25em;
  width: 3em;
  height: auto;
  cursor: pointer;
}
/* line 29, ../scss/_product.scss */
.group-colors .colors-variants .tabs-contents img.active {
  border: 6px solid #1fc2f0;
}

.items .btn {
  display: inline-block;
  padding: .6em 1.5em;
  text-decoration: none;
  background: #fff;
  color: #1fc2f0;
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-size: .9em;
  cursor: pointer;
}
/* line 193, ../scss/style.scss */
.items .btn:hover {
  background: #1fc2f0;
  color: #fff;
}

.items .group .col p {
  font-size: 16px;
  color: #232323;
  margin-bottom: 14px;
  line-height: 1.4;
}

.items .group .col p:last-child {
  margin-bottom: 0;
}

.items .group .row.colors-info {
  padding-bottom: 1.4em;
}