.product-image-tabs.gen-tabs {
  border: none;
}

.product-image-tabs.gen-tabs .tabs-panels {
  padding: 0;
}

@media screen and (min-width: 960px) {
  .product-image-tabs.gen-tabs .tabs-panels {
    border-bottom: none;
  }
}

.product-image-tabs.gen-tabs .tabs-panels .panel {
  margin: 0;
  padding: 0;
  border: none;
}

.product-image-tabs.gen-tabs .tabs-panels .panel .img-box .product-image {
  margin: 0;
  padding: 0;
  border: none;
}

.product-image-tabs.gen-tabs .tabs-panels .panel .img-box .more-images {
  margin: 0;
}

.product-image-tabs.gen-tabs .tabs {
  margin: 0;
  padding: 0;
  box-shadow: inset 0 -1px 0 #eeeeee;
}

.product-image-tabs.gen-tabs .tabs li {
  float: left;
}

.product-image-tabs.gen-tabs .tabs #tab-image, .product-image-tabs.gen-tabs .tabs #tab-video {
  width: 50%;
  text-align: center;
}

.product-image-tabs.gen-tabs .tabs a {
  font-size: 16px;
  text-decoration: none;
  line-height: 59px;
  color: #fff;
  background-color: #156899;
  box-shadow: none;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.product-image-tabs.gen-tabs .tabs a i {
  margin-right: 5px;
}

.product-image-tabs.gen-tabs .tabs a:hover {
  color: #156899;
  background-color: #a1d4f2;
}

.product-image-tabs.gen-tabs .tabs a.current {
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px;
  color: #156899;
  background-color: #a1d4f2;
  box-shadow: none;
}

.product-image-tabs.gen-tabs .tabs a.current i {
  color: #156899;
}

.product-image-tabs.gen-tabs.accor .tabs-panels .acctab {
  margin: 0;
  font-size: 14px;
}

.product-image-tabs.gen-tabs.accor .tabs-panels .acctab i {
  margin-right: 5px;
}

.product-image-tabs.gen-tabs.accor .tabs-panels .acctab.current {
  display: none;
}

.product-image-tabs .owl-theme .owl-controls {
  position: relative;
  margin: 0;
}

.product-image-tabs .owl-theme .owl-controls .owl-pagination {
  height: 40px;
}

.product-image-tabs .owl-theme .owl-controls .owl-pagination .owl-page span {
  margin: 15px 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #777777;
}

.product-image-tabs .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background-color: #777777;
  box-shadow: none;
}

.product-image-tabs .owl-theme .owl-controls .owl-buttons {
  height: 40px;
}

.product-image-tabs .owl-theme .owl-controls .owl-buttons > div {
  margin: 0;
  padding: 0;
  width: 50%;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  background: #156899;
  border-radius: 0;
  border-bottom: 1px solid #a1d4f2;
  opacity: 1;
}

.product-image-tabs .owl-theme .owl-controls .owl-buttons > div:hover {
  color: #156899;
  background-color: #a1d4f2;
}

.product-image-tabs .owl-theme .owl-controls .owl-buttons .owl-next {
  box-shadow: inset 1px 0 0 #a1d4f2;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.block-bestsellers-title {
  margin-top: 0;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.block-bestsellers {
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #e1e1e1;
}

.block-bestsellers .block-bestsellers-list {
  margin: 0;
  padding: 0;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item > div {
  overflow: auto;
  zoom: 1;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item .block-image {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #d92222;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item .block-content {
  float: right;
  padding: 0;
  width: calc(100% - 45px);
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item .block-content h5 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.block-bestsellers .block-bestsellers-list .block-bestsellers-item .block-content > span {
  color: #d92222;
  font-weight: 700;
  line-height: 1;
}

.block .block-title {
  color: #156899;
}

.catalog-product-view .product-view .short-description {
  font-size: 14px;
  line-height: 1.7142;
}

.catalog-product-view .product-view .short-description .list-short-desc-box .list-short-desc img {
  padding-top: 5px;
}

.catalog-product-view #product-tabs .tabs-panels .panel #excel-table-tab-2 {
  font-size: 15px;
  line-height: 20px;
}

.checkout-cart-index {
  /*.cart-air-conditioner-installation.error-border {
    box-shadow: inset 0 0 0 3px #fb4b46;
  }
  .cart-air-conditioner-installation.error-border .background {
    display: block;
    background-color: rgba(251, 75, 70, 0.15);
  }
  .cart-air-conditioner-installation.error-border label {
    color: #000;
  }
  .cart-air-conditioner-installation.error-border .fieldset .field input[type="radio"] {
    border-color: #fb4b46;
  }*/
}

.checkout-cart-index #klimabeuzemeles {
  margin-bottom: 30px;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-opener {
  font-size: 1.3333em;
  line-height: 3em;
  text-align: center;
  color: #ffffff;
  background-color: #156899;
  cursor: pointer;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-opener .active {
  color: #ffffff;
  background-color: #156899;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-opener .caret {
  border-top-color: white;
  transition: border-top-color 300ms ease-in-out;
  -moz-transition: border-top-color 300ms ease-in-out;
  -webkit-transition: border-top-color 300ms ease-in-out;
  -o-transition: border-top-color 300ms ease-in-out;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-opener:hover:not(.active) {
  color: #156899;
  background: #fff;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-opener:hover .caret {
  border-top-color: #156899;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-content {
  padding: 20px;
  font-size: 14px;
  line-height: 1.7142;
  border: 1px solid #156899;
  border-top: none;
  transition: border-color 300ms ease-in-out;
  -moz-transition: border-color 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out;
}

.checkout-cart-index #klimabeuzemeles #klimabeuzemeles-content.active {
  border-color: #156899;
}

.checkout-cart-index .installation-totals-group {
  margin: 0 auto;
  padding: 20px;
  max-width: 520px;
  border: 3px solid #156899;
}

.checkout-cart-index .installation-totals-group .grid-full {
  width: 100% !important;
}

.checkout-cart-index .checkout-cart-index div.grid12-6.mobile-grid-half {
  margin-bottom: 0;
}

.checkout-cart-index .cart-air-conditioner-installation {
  position: relative;
  margin-right: auto;
  margin-bottom: 40px !important;
  margin-left: auto;
}

.checkout-cart-index .cart-air-conditioner-installation h2 {
  position: relative;
  font-size: 28px;
  color: #f12b63;
}

.checkout-cart-index .cart-air-conditioner-installation h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}

.checkout-cart-index .cart-air-conditioner-installation p {
  position: relative;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
}

.checkout-cart-index .cart-air-conditioner-installation p {
  font-weight: 700;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset {
  position: relative;
  margin: 0;
  padding: 0;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field {
  margin-bottom: 5px;
  padding-right: 18px;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field:last-child {
  margin-bottom: 0;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field label {
  margin-right: 4px;
  font-size: 16px;
  /*font-weight: 700;*/
  line-height: 22px;
  /*color: #656d72;*/
  color: #000;
  cursor: pointer;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field label:hover {
  color: #000;
  text-decoration: underline;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input {
  margin: 4px !important;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  cursor: auto;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input[type="radio"] {
  position: absolute;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  outline: 0;
  /*border: 1px solid #e0e0e0;*/
  border: 1px solid #656d72;
  box-shadow: 0 0 0 0 #1e88e5 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input[type="radio"] {
  border-radius: 50%;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input[type="radio"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input[type="radio"]:checked {
  border: none;
  box-shadow: 0 0 0 10px #1e88e5 inset;
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset .field input[type="radio"]:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
}

.checkout-cart-index .cart-air-conditioner-installation .fieldset.radio input:after {
  margin-left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.checkout-cart-index .totals .btn-checkout {
  width: 100%;
}

.checkout-cart-index .totals .btn-checkout span {
  float: none;
  background-color: #39ba2a;
}

.checkout-cart-index .totals .btn-checkout span:hover {
  background-color: #65d957;
}

.checkout-cart-index #shopping-cart-totals-table tr {
  height: 50px;
  border-bottom: 1px solid #eee;
}

.checkout-cart-index #shopping-cart-totals-table tr td {
  vertical-align: middle;
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr strong .price {
  font-size: 24px;
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr:last-child strong .price {
  color: #156899;
}

.checkout-cart-index #shopping-cart-totals-table .a-right:first-child {
  text-align: left !important;
}

/*# sourceMappingURL=../css/iceklima.scss.css.map */
