/*<editor-fold defaultstate="collapsed" desc="PAGINATOR">*/
/* line 6, assetic_compassIQYxU9.scss */
.pagination {
  display: table;
  margin: 20px auto;
}
/* line 9, assetic_compassIQYxU9.scss */
.pagination ul {
  display: inline-block;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  word-spacing: 10px;
  margin: 0;
  padding: 0;
}
/* line 17, assetic_compassIQYxU9.scss */
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  border-style: inset;
  font-size: 14px;
}
/* line 24, assetic_compassIQYxU9.scss */
.pagination ul li:hover {
  box-shadow: inset 0 0 0 3px #CCCCCC;
}
/* line 27, assetic_compassIQYxU9.scss */
.pagination ul li.active {
  box-shadow: inset 0 0 0 3px #FF5747;
}
/* line 30, assetic_compassIQYxU9.scss */
.pagination ul li a {
  display: block;
}
/* line 35, assetic_compassIQYxU9.scss */
.pagination a {
  text-align: center;
  line-height: 30px;
  color: #4276cc;
}
/* line 41, assetic_compassIQYxU9.scss */
.pagination > a {
  display: inline-block;
  vertical-align: top;
  padding: 0 18px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  font-size: 14px;
}
/* line 47, assetic_compassIQYxU9.scss */
.pagination > a:hover {
  box-shadow: inset 0 0 0 3px #CCCCCC;
}
/* line 50, assetic_compassIQYxU9.scss */
.pagination > a.prev {
  margin-right: 20px;
}
/* line 53, assetic_compassIQYxU9.scss */
.pagination > a.next {
  margin-left: 20px;
}

@media (max-width: 800px) {
  /* line 60, assetic_compassIQYxU9.scss */
  .rwd-page .pagination {
    padding: 0px 0 0px 20px;
    position: relative;
    width: 100%;
  }
  /* line 64, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .next, .rwd-page .pagination .prev {
    color: #ffffff;
    width: 33px;
    padding: 0;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    background: #ffffff;
  }
  /* line 74, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .next:after, .rwd-page .pagination .prev:after {
    font-family: empikfoto;
    color: #333333;
    font-size: 25px;
  }
  /* line 80, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .next {
    right: 5px;
  }
  /* line 82, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .next:after {
    content: "\70";
  }
  /* line 86, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .prev {
    left: 25px;
  }
  /* line 88, assetic_compassIQYxU9.scss */
  .rwd-page .pagination .prev:after {
    content: "\71";
  }
  /* line 92, assetic_compassIQYxU9.scss */
  .rwd-page .pagination ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/*</editor-fold >*/

/* CART */
/* line 6, assetic_compassLxoTDI.scss */
.cart-list {
  margin-bottom: 22px;
}
/* line 8, assetic_compassLxoTDI.scss */
.cart-list h3 {
  width: 100%;
  padding-bottom: 10px;
}
/* line 12, assetic_compassLxoTDI.scss */
.cart-list .statement {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
}
/* line 16, assetic_compassLxoTDI.scss */
.cart-list .statement > div {
  padding: 9px 0 9px 9px;
  position: relative;
}
/* line 19, assetic_compassLxoTDI.scss */
.cart-list .statement > div > i {
  margin: 0 12px 0 4px;
  width: auto;
}
/* line 23, assetic_compassLxoTDI.scss */
.cart-list .statement > div > span {
  padding-left: 0;
  display: flex;
  width: 100%;
  align-items: center;
}
/* line 28, assetic_compassLxoTDI.scss */
.cart-list .statement > div > span > a {
  position: absolute;
  right: 5px;
}
/* line 35, assetic_compassLxoTDI.scss */
.cart-list .purchasing_caption {
  color: #666666;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px solid #CCCCCC;
  float: none !important;
  display: flex;
  overflow: hidden;
}
/* line 43, assetic_compassLxoTDI.scss */
.cart-list .purchasing_caption div {
  padding: 5px 10px;
}
/* line 45, assetic_compassLxoTDI.scss */
.cart-list .purchasing_caption div:nth-child(2) {
  padding-left: 18px;
}
/* line 48, assetic_compassLxoTDI.scss */
.cart-list .purchasing_caption div:nth-child(3), .cart-list .purchasing_caption div:nth-child(4) {
  text-align: right;
}
/* line 53, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
/* line 60, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder {
  width: 100%;
  min-height: 100px;
  float: none;
  display: flex;
}
/* line 65, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder > div {
  padding: 5px 10px;
}
/* line 68, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions {
  margin: 20px 0 0 0;
  min-height: 0;
}
/* line 71, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .photo {
  position: relative;
  box-shadow: inset -26px 0 0 0 #fff, inset -27px 0 0 0 #CCCCCC;
}
/* line 74, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .photo svg, .cart-list .purchasing_position .placeholder.additions .photo object {
  width: 45px;
  height: 45px;
  float: right;
  margin-right: 25px;
}
/* line 79, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .photo svg path, .cart-list .purchasing_position .placeholder.additions .photo object path {
  fill: #666666;
}
/* line 84, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .data div {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 300;
}
/* line 89, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .quantity div, .cart-list .purchasing_position .placeholder.additions .price span {
  margin-bottom: 15px;
  font-weight: 300;
}
/* line 92, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .quantity div:last-child, .cart-list .purchasing_position .placeholder.additions .price span:last-child {
  margin-bottom: 0;
}
/* line 95, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions .quantity div input, .cart-list .purchasing_position .placeholder.additions .price span input {
  margin-right: 5px;
}
/* line 99, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions.dvd {
  padding: 20px 0;
  background-color: #f6f6f6;
  border-top: 2px solid #CCCCCC;
}
/* line 103, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions.dvd .photo {
  box-shadow: inset -26px 0 0 0 #f6f6f6, inset -27px 0 0 0 #CCCCCC;
}
/* line 107, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions.dvd .data input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 112, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .placeholder.additions.dvd .data span {
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
}
/* line 121, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li {
  padding: 20px 0;
  position: relative;
}
/* line 124, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li:first-child {
  margin-top: 0;
}
/* line 127, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart {
  padding: 30px 0 0 90px;
  font-size: 1.2rem;
  color: #666666;
  position: relative;
}
/* line 132, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart:after {
  content: '';
  font-family: empikfoto;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #CCCCCC;
  top: 38px;
  left: 66px;
}
/* line 142, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart:before {
  content: '';
  font-family: empikfoto;
  position: absolute;
  width: 1px;
  background: #CCCCCC;
  height: 53px;
  top: -15px;
  left: 66px;
}
/* line 152, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart .more {
  color: #4276cc;
  display: inline;
  cursor: pointer;
}
/* line 156, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart .more:after {
  content: '\2c';
  font-family: empikfoto;
}
/* line 161, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart .more.act:after {
  content: '\28';
  font-family: empikfoto;
}
/* line 167, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart .value {
  float: right;
  font-size: 1.4rem;
  color: #dd2626;
  font-weight: bold;
  padding: 0 10px;
}
/* line 174, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart .price {
  float: right;
  padding: 0 120px 0 0;
  font-size: 1.4rem;
  color: #333333;
}
/* line 181, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position li .fotolia-cart ol li {
  padding: 5px 0;
}
/* line 187, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo {
  padding: 0 10px !important;
}
/* line 189, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 110px;
  width: 110px;
  border: 1px solid #CCCCCC;
  position: relative;
}
/* line 197, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div img {
  max-width: 110px;
  max-height: 110px;
}
/* line 202, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.multi_print img, .cart-list .purchasing_position .photo div.prints img {
  max-width: 80px;
  max-height: 80px;
  box-shadow: 10px 3px 0px -5px #EEEEEE, 10px 3px 0px -4px #CCCCCC, 21px 7px 0px -10px #EEEEEE, 21px 7px 0px -9px #CCCCCC;
  border: 1px solid #CCCCCC;
}
/* line 210, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.photobook_pion img {
  max-height: 90px;
}
/* line 215, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.photobook_poziom img {
  max-width: 90px;
}
/* line 219, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 231, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle15x21:after, .cart-list .purchasing_position .photo div.puzzle_15x20_40:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/15na21.png");
}
/* line 234, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle15x21_15sz:after, .cart-list .purchasing_position .photo div.puzzle_15x20_15:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/15na21_15elementow.png");
}
/* line 237, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle17x25:after, .cart-list .purchasing_position .photo div.puzzle_17x25_30:after, .cart-list .purchasing_position .photo div.puzzle_17x25_60:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/17,5na25.png");
}
/* line 240, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle17x17:after, .cart-list .purchasing_position .photo div.puzzle_27x27_60:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/17na17.png");
}
/* line 243, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle20x30:after, .cart-list .purchasing_position .photo div.puzzle_20x30_60:after, .cart-list .purchasing_position .photo div.puzzle_30x40_30:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/20na30.png");
}
/* line 246, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle20x30_240sz:after, .cart-list .purchasing_position .photo div.puzzle_30x40_240:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/20na30_240elementow.png");
}
/* line 249, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle20x30_120sz:after, .cart-list .purchasing_position .photo div.puzzle_20x30_120:after, .cart-list .purchasing_position .photo div.puzzle_30x40_120:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/30na40_120i240elementow.png");
}
/* line 252, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle48x68:after, .cart-list .purchasing_position .photo div.puzzle_68x48_1000:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/48na68.png");
}
/* line 255, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.puzzle_heart:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/puzzle/serce.png");
}
/* line 260, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.poster img, .cart-list .purchasing_position .photo div.picture img {
  max-width: 90px;
  max-height: 90px;
  box-shadow: 0px 0px 4px #666666;
}
/* line 267, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div[class*="t-shirt"], .cart-list .purchasing_position .photo div[class*="tshirt"] {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 271, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div[class*="t-shirt"] img, .cart-list .purchasing_position .photo div[class*="tshirt"] img {
  max-width: 30px;
  position: absolute;
  top: 30px;
  left: 39px;
}
/* line 278, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_womens_white, .cart-list .purchasing_position .photo div.tshirt_damska_bialy, .cart-list .purchasing_position .photo div.tshirt_damska_biely, .cart-list .purchasing_position .photo div.tshirt_damske_bila {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/damska_biala.png");
}
/* line 281, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_womens_black, .cart-list .purchasing_position .photo div.tshirt_damska_czarny, .cart-list .purchasing_position .photo div.tshirt_damska_cierny, .cart-list .purchasing_position .photo div.tshirt_damske_cerna {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/damska_czarna.png");
}
/* line 284, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_womens_red, .cart-list .purchasing_position .photo div.tshirt_damska_czerwony, .cart-list .purchasing_position .photo div.tshirt_damska_cerveny, .cart-list .purchasing_position .photo div.tshirt_damske_cervena {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/damska_czerwona.png");
}
/* line 287, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_womens_blue, .cart-list .purchasing_position .photo div.tshirt_damska_niebieski, .cart-list .purchasing_position .photo div.tshirt_damska_modry, .cart-list .purchasing_position .photo div.tshirt_damske_modra {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/damska_niebieska.png");
}
/* line 290, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_womens_yellow, .cart-list .purchasing_position .photo div.tshirt_damska_zolty, .cart-list .purchasing_position .photo div.tshirt_damska_zlty, .cart-list .purchasing_position .photo div.tshirt_damske_zluta {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/damska_zolta.png");
}
/* line 293, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_childrens_white, .cart-list .purchasing_position .photo div.tshirt_dziecieca_bialy, .cart-list .purchasing_position .photo div.tshirt_detska_biely, .cart-list .purchasing_position .photo div.tshirt_detska_bila {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/dziecieca_biala.png");
}
/* line 296, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_childrens_black, .cart-list .purchasing_position .photo div.tshirt_dziecieca_czarny, .cart-list .purchasing_position .photo div.tshirt_detska_cierny .cart-list .purchasing_position .photo div.tshirt_detska_cerna {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/dziecieca_czarna.png");
}
/* line 299, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_childrens_red, .cart-list .purchasing_position .photo div.tshirt_dziecieca_czerwony, .cart-list .purchasing_position .photo div.tshirt_detska_cerveny .cart-list .purchasing_position .photo div.tshirt_detska_cervena {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/dziecieca_czerwona.png");
}
/* line 302, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_childrens_blue, .cart-list .purchasing_position .photo div.tshirt_dziecieca_niebieski, .cart-list .purchasing_position .photo div.tshirt_detska_modry .cart-list .purchasing_position .photo div.tshirt_detska_modra {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/dziecieca_niebieska.png");
}
/* line 305, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_childrens_yellow, .cart-list .purchasing_position .photo div.tshirt_dziecieca_zolty, .cart-list .purchasing_position .photo div.tshirt_detska_zlty .cart-list .purchasing_position .photo div.tshirt_detska_zluta {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/dziecieca_zolta.png");
}
/* line 308, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_mens_white, .cart-list .purchasing_position .photo div.tshirt_meska_bialy, .cart-list .purchasing_position .photo div.tshirt_panska_biely, .cart-list .purchasing_position .photo div.tshirt_panska_bila {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/meska_biala.png");
}
/* line 311, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_mens_black, .cart-list .purchasing_position .photo div.tshirt_meska_czarny, .cart-list .purchasing_position .photo div.tshirt_panska_cierny, .cart-list .purchasing_position .photo div.tshirt_panska_cerna {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/meska_czarna.png");
}
/* line 314, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_mens_red, .cart-list .purchasing_position .photo div.tshirt_meska_czerwony, .cart-list .purchasing_position .photo div.tshirt_panska_cerveny, .cart-list .purchasing_position .photo div.tshirt_panska_cervena {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/meska_czerwona.png");
}
/* line 317, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_mens_blue, .cart-list .purchasing_position .photo div.tshirt_meska_niebieski, .cart-list .purchasing_position .photo div.tshirt_panska_modry, .cart-list .purchasing_position .photo div.tshirt_panska_modra {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/meska_niebieska.png");
}
/* line 320, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.tshirt_mens_mens, .cart-list .purchasing_position .photo div.tshirt_meska_zolty, .cart-list .purchasing_position .photo div.tshirt_panska_zlty, .cart-list .purchasing_position .photo div.tshirt_panska_zluta {
  background-image: url("/bundles/portalstorecart/img/product_mask/koszulki/meska_zolta.png");
}
/* line 324, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div[class*="bag_"] {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 328, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div[class*="bag_"] img {
  max-width: 60px;
  margin-top: 18px;
}
/* line 333, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_bialy {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-biala.jpg");
}
/* line 336, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_czarny {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-czarna.jpg");
}
/* line 339, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_czerwona {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-czerwona.jpg");
}
/* line 342, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_granatowy {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-granatowa.jpg");
}
/* line 345, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_zielony {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-zielona.jpg");
}
/* line 348, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.bag_zolty {
  background-image: url("/bundles/portalstorecart/img/product_mask/torby/torba-zolta.jpg");
}
/* line 352, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.callendar20x30:after, .cart-list .purchasing_position .photo div[class*="callendar20x30"]:after, .cart-list .purchasing_position .photo div.calendar_20x30:after, .cart-list .purchasing_position .photo div[class*="calendar_20x30"]:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/kalendarze/kalendarz20x30.png");
}
/* line 357, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.calendar_22x10 img, .cart-list .purchasing_position .photo div[class*="callendar22x10"] img, .cart-list .purchasing_position .photo div.calendar_22x10 img, .cart-list .purchasing_position .photo div[class*="calendar_22x10"] img {
  height: 104px;
  object-fit: contain;
}
/* line 362, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.calendar_22x10:after, .cart-list .purchasing_position .photo div[class*="callendar22x10"]:after, .cart-list .purchasing_position .photo div.calendar_22x10:after, .cart-list .purchasing_position .photo div[class*="calendar_22x10"]:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/kalendarze/kalendarz22x10.png");
}
/* line 366, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.callendar30x40:after, .cart-list .purchasing_position .photo div[class*="callendar30x40"]:after, .cart-list .purchasing_position .photo div.calendar_30x40:after, .cart-list .purchasing_position .photo div[class*="calendar_30x40"]:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/kalendarze/kalendarz30x40.png");
}
/* line 370, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.one_side_photo_calendar_mask_30x40, .cart-list .purchasing_position .photo div[class*="one_side_photo_calendar_mask_30x40"] {
  --image-width: 74px;
  --image-height: 98px;
  --mask-offset-x: 6px;
  --mask-offset-y: 8px;
  display: grid;
  place-content: center;
}
/* line 380, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.one_side_photo_calendar_mask_30x40 img, .cart-list .purchasing_position .photo div[class*="one_side_photo_calendar_mask_30x40"] img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: var(--image-height);
  width: var(--image-width);
}
/* line 388, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.one_side_photo_calendar_mask_30x40:after, .cart-list .purchasing_position .photo div[class*="one_side_photo_calendar_mask_30x40"]:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/kalendarze/kalendarz-jednostronny30x40.png");
  height: calc(var(--image-height) + var(--mask-offset-y));
  position: absolute;
  width: calc(var(--image-width) + var(--mask-offset-x));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 398, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.callendar40x30:after, .cart-list .purchasing_position .photo div[class*="callendar40x30"]:after, .cart-list .purchasing_position .photo div.calendar_40x30:after, .cart-list .purchasing_position .photo div[class*="calendar_40x30"]:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/kalendarze/kalendarz40x30.png");
}
/* line 402, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.photobook_square:after, .cart-list .purchasing_position .photo div.photobook_kwadrat:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/fotoksiazki/fotoksiazkakwadrat.png");
}
/* line 405, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.photobook_horizontal:after, .cart-list .purchasing_position .photo div.photobook_pion:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/fotoksiazki/fotoksiazkapion.png");
}
/* line 408, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.photobook_vertical:after, .cart-list .purchasing_position .photo div.photobook_poziom:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/fotoksiazki/fotoksiazkapoziom.png");
}
/* line 412, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_core_plus:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxycoreplus:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/core_plus.png");
}
/* line 415, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_galaxy_trend:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxytrend:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/galaxy_trend.png");
}
/* line 418, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone4:after, .cart-list .purchasing_position .photo div.etui_iphone44s:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone4.png");
}
/* line 421, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone4_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone4_czarny.png");
}
/* line 424, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone5:after, .cart-list .purchasing_position .photo div.etui_iphone5:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone5.png");
}
/* line 427, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone5_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone5_czarny.png");
}
/* line 430, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone5c:after, .cart-list .purchasing_position .photo div.etui_iphone5c:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone5c.png");
}
/* line 433, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone5c_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone5c_czarny.png");
}
/* line 436, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_iphone6:after, .cart-list .purchasing_position .photo div.etui_iphone6:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/iphone6.png");
}
/* line 439, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s3:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxys3:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s3.png");
}
/* line 442, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s3_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s3_czarny.png");
}
/* line 445, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s3_mini:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxysiiimini:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s3_mini.png");
}
/* line 448, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s4:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxys4:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s4.png");
}
/* line 451, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s4_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s4_czarny.png");
}
/* line 454, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s4_mini:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxysivmini:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s4_mini.png");
}
/* line 457, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s5:after, .cart-list .purchasing_position .photo div.etui_samsunggalaxys5:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s5.png");
}
/* line 460, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.phone_s5_czarny:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/s5_czarny.png");
}
/* line 463, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.etui_sonyxperiaz1:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/sony-z1.png");
}
/* line 466, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.etui_sonyxperiaz2:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/sony-z2.png");
}
/* line 469, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.etui_sonyxperiaz3:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/sony-z3.png");
}
/* line 472, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.etui_sonyxperiaz4:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/sony-z4.png");
}
/* line 475, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .photo div.etui_sonyxperiaz5_compact:after {
  background-image: url("/bundles/portalstorecart/img/product_mask/etui/sony-z5-compact.png");
}
/* line 480, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-left: 0 !important;
}
/* line 488, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/* line 498, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(1) {
  font-size: 1.4rem;
}
/* line 501, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(2) {
  font-size: 1.2rem;
  padding: 12px 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 507, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(2) span {
  color: #666666;
}
/* line 511, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(3) {
  font-size: 1.2rem;
}
/* line 513, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(3) span {
  color: #666666;
}
/* line 517, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(4), .cart-list .purchasing_position .data > div:nth-child(5), .cart-list .purchasing_position .data > div:nth-child(6) {
  font-size: 1.3rem;
  padding-top: 8px;
  color: #666666;
}
/* line 521, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .data > div:nth-child(4) a, .cart-list .purchasing_position .data > div:nth-child(5) a, .cart-list .purchasing_position .data > div:nth-child(6) a {
  color: #4276cc;
  margin-right: 6px;
}
/* line 528, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .quantity {
  font-size: 1.4rem;
}
/* line 530, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .quantity span {
  width: 50px;
  height: 32px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin-top: -4px;
  overflow: hidden;
}
/* line 539, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .quantity span:last-child {
  padding-left: 0;
}
/* line 542, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .quantity span br {
  display: none !important;
}
/* line 546, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .quantity [contenteditable="true"] {
  border: 1px solid #CCCCCC;
  background-color: #fff;
}
/* line 551, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .price {
  text-align: right;
}
/* line 553, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .price span {
  display: block;
  font-size: 1.4rem;
}
/* line 556, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .price span.original_price {
  color: #999999;
  text-decoration: line-through;
}
/* line 561, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .price em {
  font-size: 1.2rem;
  color: #666666;
  display: block;
}
/* line 567, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .value {
  text-align: right;
}
/* line 569, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .value strong {
  font-size: 1.4rem;
  color: #dd2626;
}
/* line 573, assetic_compassLxoTDI.scss */
.cart-list .purchasing_position .value .original_price {
  display: block;
  font-size: 1.4rem;
  color: #999999;
  text-decoration: line-through;
}
/* line 581, assetic_compassLxoTDI.scss */
.cart-list .promotional_item, .cart-list .promotional_set {
  width: 100%;
}
/* line 583, assetic_compassLxoTDI.scss */
.cart-list .promotional_item header, .cart-list .promotional_set header {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  position: relative;
  overflow: hidden;
}
/* line 588, assetic_compassLxoTDI.scss */
.cart-list .promotional_item header .flag, .cart-list .promotional_set header .flag {
  width: 40px;
  height: 40px;
  background-color: #FF5747;
  position: relative;
  float: left;
  border: 1px solid #ef4821;
  border-bottom: 0;
}
/* line 596, assetic_compassLxoTDI.scss */
.cart-list .promotional_item header .flag:before, .cart-list .promotional_set header .flag:before {
  content: "\0025";
  color: #fff;
  position: absolute;
  top: 5px;
  left: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 20px;
}
/* line 606, assetic_compassLxoTDI.scss */
.cart-list .promotional_item header .flag:after, .cart-list .promotional_set header .flag:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 10px 20px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(0px -1px 0px #ef4821);
  -moz-filter: drop-shadow(0px -1px 0px #ef4821);
  -o-filter: drop-shadow(0px -1px 0px #ef4821);
  -ms-filter: drop-shadow(0px -1px 0px #ef4821);
  filter: drop-shadow(0px -1px 0px #ef4821);
}
/* line 624, assetic_compassLxoTDI.scss */
.cart-list .promotional_item header p, .cart-list .promotional_set header p {
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 34px;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 1.2rem;
}
/* line 632, assetic_compassLxoTDI.scss */
.cart-list .promotional_item ul, .cart-list .promotional_set ul {
  border: none;
}
/* line 634, assetic_compassLxoTDI.scss */
.cart-list .promotional_item ul li, .cart-list .promotional_set ul li {
  border-top: none;
}
/* line 640, assetic_compassLxoTDI.scss */
.cart-list .promotional_set ul {
  border: none;
}
/* line 642, assetic_compassLxoTDI.scss */
.cart-list .promotional_set ul li {
  border-top: none;
}
/* line 645, assetic_compassLxoTDI.scss */
.cart-list .promotional_set ul li:last-child:before {
  background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 50%, #ffffff 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(50%, #cccccc), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 50%, #ffffff 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #cccccc 0%, #cccccc 50%, #ffffff 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #cccccc 0%, #cccccc 50%, #ffffff 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
}
/* line 658, assetic_compassLxoTDI.scss */
.cart-list .delivery_container {
  width: 100%;
  height: 64px;
  background: #FDF7F3;
  margin-top: 12px;
  display: flex;
}
/* line 664, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .delivery_type {
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 669, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .delivery_img {
  margin: 0 20px 0 24px;
}
/* line 672, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .free_delivery {
  color: #333333;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0.03px;
  font-weight: 400;
  line-height: 16px;
}
/* line 679, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .free_delivery .delivery_btn {
  display: none;
}
@media screen and (max-width: 800px) {
  /* line 679, assetic_compassLxoTDI.scss */
  .cart-list .delivery_container .free_delivery .delivery_btn {
    display: inline-flex;
    padding: 0;
    font-size: 13px;
    text-transform: none;
    color: #000000;
  }
}
/* line 689, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .free_delivery span {
  color: #F00011;
  font-family: Roboto;
  font-size: 16px;
  margin-right: 4px;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  /* line 689, assetic_compassLxoTDI.scss */
  .cart-list .delivery_container .free_delivery span {
    font-size: 13px;
  }
}
/* line 701, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .free_delivery :first-child {
  color: #000000;
  margin-right: 0;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  /* line 701, assetic_compassLxoTDI.scss */
  .cart-list .delivery_container .free_delivery :first-child {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
  }
}
/* line 712, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .delivery_btn_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 24px;
}
/* line 719, assetic_compassLxoTDI.scss */
.cart-list .delivery_container .delivery_btn {
  width: auto;
  color: #FF5747;
  text-decoration: underline;
  font-family: Roboto;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 733, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling {
  background: #fdf2e9;
  display: flex;
  padding: 14px 7px 14px 7px;
  width: 100%;
  margin-top: 4px;
  font-family: Roboto;
}
/* line 740, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container {
  background: white;
  width: 50%;
  min-height: 90px;
  margin: 0 7px 0 7px;
  display: flex;
  align-items: center;
}
/* line 747, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: black;
  cursor: pointer;
}
/* line 753, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling .crosselling_img {
  max-width: 66px;
  width: 100%;
  height: auto;
}
/* line 758, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling .product_details {
  margin-left: 10px;
  display: flex;
  font-size: 14px;
  max-width: 200px;
  flex-direction: column;
}
/* line 764, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling .product_details p {
  margin: 5px 0 0 0;
}
/* line 767, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling .product_details span {
  color: #F00011;
}
/* line 770, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling .product_details .old_price {
  color: #999999;
  text-decoration: line-through;
  font-size: 1.2rem;
}
/* line 777, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling_btn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 20px;
}
/* line 782, assetic_compassLxoTDI.scss */
.cart-list .delivery_container_crosselling .product_crosselling_container .product_crosselling_btn a {
  border: 1px solid black;
  padding: 7px;
  width: 72px;
  color: black;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
/* line 796, assetic_compassLxoTDI.scss */
.cart-list .summary {
  float: right;
  margin-top: 20px;
}
/* line 800, assetic_compassLxoTDI.scss */
.cart-list .summary .price span {
  font-size: 1.4rem;
  text-align: right;
  display: inline-block;
  width: 125px;
}
/* line 806, assetic_compassLxoTDI.scss */
.cart-list .summary .price strong {
  color: #dd2626;
  padding-left: 6px;
  font-size: 1.8rem;
}
/* line 812, assetic_compassLxoTDI.scss */
.cart-list .summary .original_price {
  color: #999999;
  text-decoration: line-through;
  font-size: 1.2rem;
  text-align: right;
}
/* line 818, assetic_compassLxoTDI.scss */
.cart-list .summary .saving {
  margin-top: 6px;
  color: #666666;
}
/* line 821, assetic_compassLxoTDI.scss */
.cart-list .summary .saving span {
  font-size: 1.2rem;
  text-align: right;
  display: inline-block;
  width: 125px;
}
/* line 827, assetic_compassLxoTDI.scss */
.cart-list .summary .saving em {
  font-size: 1.2rem;
  padding-left: 6px;
}

@media (max-width: 800px) {
  /* line 836, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list {
    margin-bottom: 0;
  }
  /* line 838, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .statement.error {
    padding: 0 10px;
  }
  /* line 840, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .statement.error > div {
    height: auto;
  }
  /* line 842, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .statement.error > div > i {
    margin-top: -55px;
  }
  /* line 845, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .statement.error > div > span {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 848, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .statement.error > div > span > a {
    margin: 8px 0 2px 0;
    position: relative;
    right: 0;
    line-height: 29px;
    height: auto;
  }
  /* line 858, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list #freeDeliveryContainer {
    padding: 0 10px;
  }
  /* line 861, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container {
    margin-top: 0;
    flex-direction: column;
    height: 60px;
    padding: 0 16px;
  }
  /* line 866, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container .free_delivery {
    font-size: 13px;
    max-width: 220px;
  }
  /* line 870, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container .delivery_type {
    justify-content: flex-start;
    height: 60px;
  }
  /* line 874, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container .delivery_img {
    margin: 0 20px 0 0;
  }
  /* line 877, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container .delivery_btn_container {
    display: none;
  }
  /* line 881, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container_crosselling {
    flex-direction: column;
    padding: 7px 0;
  }
  /* line 884, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .delivery_container_crosselling .product_crosselling_container {
    margin: 7px 14px;
    width: auto;
  }
  /* line 889, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_caption {
    display: none;
  }
  /* line 893, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li {
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 895, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart {
    padding: 15px 10px 0;
  }
  /* line 897, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart:before, .rwd-page .cart-list .purchasing_position li .fotolia-cart:after {
    display: none;
  }
  /* line 900, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart .more {
    display: inline-block;
  }
  /* line 903, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart .value {
    padding: 0;
    width: auto;
    margin-top: -14px;
  }
  /* line 908, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart ol li {
    padding: 5px 50px 5px 0;
    position: relative;
  }
  /* line 911, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart ol li .price {
    display: inline-block;
    padding: 0;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  /* line 919, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position li .fotolia-cart ol li:last-child {
    border-bottom: none;
  }
  /* line 925, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .photo {
    width: 130px;
  }
  /* line 928, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .data {
    width: calc(100% - 130px);
  }
  /* line 931, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .data > div:nth-child(4) a, .rwd-page .cart-list .purchasing_position .data > div:nth-child(5) a, .rwd-page .cart-list .purchasing_position .data > div:nth-child(6) a {
    position: absolute;
    left: 10px;
    top: 140px;
  }
  /* line 936, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .data > div:nth-child(4) a:nth-child(2), .rwd-page .cart-list .purchasing_position .data > div:nth-child(5) a:nth-child(2), .rwd-page .cart-list .purchasing_position .data > div:nth-child(6) a:nth-child(2) {
    left: 60px;
  }
  /* line 941, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .price {
    display: none;
  }
  /* line 944, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .quantity, .rwd-page .cart-list .purchasing_position .value {
    width: calc(50% - 60px);
    padding: 0 10px;
  }
  /* line 948, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .quantity {
    margin-left: 120px;
  }
  /* line 950, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .quantity span {
    width: auto;
    padding: 8px 5px;
  }
  /* line 953, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .quantity span:last-child {
    padding-left: 0;
  }
  /* line 959, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .purchasing_position .value strong {
    line-height: 24px;
  }
  /* line 964, assetic_compassLxoTDI.scss */
  .rwd-page .cart-list .summary {
    display: none;
  }
}

/* CART CONFIRMATION */
/*<editor-fold defaultstate="collapsed" desc="CART CONFIRMATION">*/
/* line 7, assetic_compasstQhBbk.scss */
.cart-confirmation {
  font-size: 1.4rem;
  display: block;
}
/* line 10, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm_header {
  text-align: center;
  clear: both;
  margin: 2em auto;
  width: 780px;
  max-width: 100%;
}
/* line 17, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm_header p span {
  font-size: 1.8rem;
}
/* line 21, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm_header .small {
  font-size: 1.2rem;
}
/* line 23, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm_header .small a {
  color: #4276cc;
}
/* line 28, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table {
  border: 1px solid #CCCCCC;
  width: 780px;
  max-width: 100%;
  margin: 2em auto;
}
/* line 33, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .header {
  background: #EEEEEE;
  padding: 0.75em 1em;
  border-bottom: 1px solid #CCCCCC;
}
/* line 38, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .header strong span {
  color: #333333;
  font-size: 1.6rem;
}
/* line 43, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .header span {
  color: #4276cc;
}
/* line 47, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation {
  overflow: hidden;
}
/* line 49, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation div {
  width: 50%;
  float: left;
}
/* line 52, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation div strong {
  display: block;
  margin-bottom: 1.5em;
}
/* line 57, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation div div span {
  display: block;
  line-height: 1.4;
  color: #666666;
}
/* line 64, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation > div {
  padding: 0 1em;
  margin: 1.25em 0;
}
/* line 67, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .confirmation > div:first-child {
  border-right: 1px solid #CCCCCC;
}
/* line 72, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products {
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
/* line 75, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products strong, .cart-confirmation .confirm-table .products span {
  display: block;
  float: left;
}
/* line 78, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products strong:nth-child(1), .cart-confirmation .confirm-table .products span:nth-child(1) {
  width: 70%;
}
/* line 81, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products strong:nth-child(2), .cart-confirmation .confirm-table .products strong:nth-child(3), .cart-confirmation .confirm-table .products span:nth-child(2), .cart-confirmation .confirm-table .products span:nth-child(3) {
  width: 15%;
  text-align: right;
}
/* line 86, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products strong {
  padding: 0.6em 0;
}
/* line 89, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .name {
  padding: 0 1em;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
/* line 95, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .prod {
  margin: 0 1em;
  overflow: hidden;
  clear: both;
}
/* line 100, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .prod:nth-child(2) span {
  border: none;
}
/* line 104, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .prod span {
  padding: 0.6em 0;
  border-top: 1px solid #EEEEEE;
}
/* line 109, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart {
  padding: 0 0 5px 0;
  font-size: 1.2rem;
  color: #666666;
  position: relative;
}
/* line 114, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart .more {
  color: #4276cc;
  display: inline;
  cursor: pointer;
}
/* line 118, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart .more:after {
  content: '\2c';
  font-family: empikfoto;
}
/* line 123, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart .more.act:after {
  content: '\28';
  font-family: empikfoto;
}
/* line 129, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart .value {
  float: right;
  padding: 0;
  font-size: 1.4rem;
}
/* line 134, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart .price {
  float: right;
  padding: 0;
  color: #333333;
}
/* line 140, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .products .fotolia-cart ol li {
  padding: 5px 0;
}
/* line 146, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .summary {
  overflow: hidden;
}
/* line 148, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .summary div {
  clear: both;
  display: block;
  float: right;
  margin: 0 1em;
  padding: 0.6em 0;
}
/* line 154, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .summary div:first-child {
  margin-bottom: 1em;
}
/* line 157, assetic_compasstQhBbk.scss */
.cart-confirmation .confirm-table .summary div:last-child {
  border-top: 2px solid #CCCCCC;
}
/* line 163, assetic_compasstQhBbk.scss */
.cart-confirmation .actions {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* line 169, assetic_compasstQhBbk.scss */
.cart-confirmation .actions a {
  width: 240px;
  max-width: 49%;
  text-align: center;
}
/* line 173, assetic_compasstQhBbk.scss */
.cart-confirmation .actions a:before {
  top: 14px;
  float: left;
}
/* line 177, assetic_compasstQhBbk.scss */
.cart-confirmation .actions a:after {
  top: 14px;
  float: right;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="RWD">*/
@media (max-width: 800px) {
  /* line 190, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation {
    padding: 0 10px 0 30px;
  }
  /* line 192, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm_header.margin_box {
    margin: 0;
  }
  /* line 196, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm_header h3 {
    padding-top: 0;
  }
  /* line 200, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table {
    margin: 15px auto 5px;
  }
  /* line 202, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .confirmation > div {
    width: 100%;
    float: none;
    padding: 0 10px;
    margin: 15px 0;
    display: inline-block;
  }
  /* line 208, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .confirmation > div:first-child {
    border-right: none;
    margin-bottom: 0;
  }
  /* line 212, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .confirmation > div strong {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
  }
  /* line 219, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .name, .rwd-page .cart-confirmation .confirm-table .products .prod {
    padding: 0 10px;
    margin: 0;
  }
  /* line 223, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products strong, .rwd-page .cart-confirmation .confirm-table .products span {
    display: block;
    float: left;
  }
  /* line 226, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products strong:nth-child(1), .rwd-page .cart-confirmation .confirm-table .products span:nth-child(1) {
    width: calc(100% - 50px - 75px);
  }
  /* line 229, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products strong:nth-child(2), .rwd-page .cart-confirmation .confirm-table .products span:nth-child(2) {
    width: 50px;
    text-align: right;
  }
  /* line 233, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products strong:nth-child(3), .rwd-page .cart-confirmation .confirm-table .products span:nth-child(3) {
    width: 75px;
    text-align: right;
  }
  /* line 239, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .fotolia-cart .more {
    display: inline-block;
  }
  /* line 242, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .fotolia-cart .value {
    padding: 0;
    width: auto;
    margin-top: -14px;
    font-size: 1.2rem;
  }
  /* line 248, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .fotolia-cart ol li {
    padding: 5px 50px 5px 0;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 252, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .fotolia-cart ol li .price {
    display: inline-block;
    padding: 0;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
  /* line 260, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .products .fotolia-cart ol li:last-child {
    border-bottom: none;
  }
  /* line 267, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .summary div:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 271, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .summary div:last-child {
    border-top: none;
  }
  /* line 273, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .confirm-table .summary div:last-child strong {
    color: #dd2626;
  }
  /* line 280, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .actions a {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0 0;
  }
  /* line 286, assetic_compasstQhBbk.scss */
  .rwd-page .cart-confirmation .actions a:before, .rwd-page .cart-confirmation .actions a:after {
    top: 20px;
  }
}
/*</editor-fold >*/

/* CART SUMMARY RIGHT COLUMN */
/*<editor-fold defaultstate="collapsed" desc="CART SUMMARY RIGHT COLUMN">*/
/* line 8, assetic_compassUr751X.scss */
.cart-summary-right-column {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 14, assetic_compassUr751X.scss */
.cart-summary-right-column .promotion-btn {
  background: #42433e;
  outline-color: #42433e;
}
/* line 20, assetic_compassUr751X.scss */
.cart-summary-right-column .promotion-code {
  color: #333333;
}
/* line 24, assetic_compassUr751X.scss */
.cart-summary-right-column > button.add {
  margin: 17px 0 0 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #4276cc;
  font-weight: 700;
}
/* line 32, assetic_compassUr751X.scss */
.cart-summary-right-column > button.add:focus {
  outline: none;
}
/* line 36, assetic_compassUr751X.scss */
.cart-summary-right-column > button.add > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 41, assetic_compassUr751X.scss */
.cart-summary-right-column > button.add span {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 6px;
}
/* line 47, assetic_compassUr751X.scss */
.cart-summary-right-column > button.add i {
  font-size: 2.2rem;
  color: #FF5747;
}
/* line 53, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box {
  margin-top: 20px;
  padding: 1.5em 1em;
  border: 1px solid #CCCCCC;
  width: 100%;
  font-size: 1.4rem;
}
/* line 60, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box input {
  height: 35px;
  line-height: 35px;
}
/* line 65, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn {
  margin: 0 0 1em 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
/* line 73, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn.disable {
  background: #ffe1da;
  cursor: default;
}
/* line 78, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn.disable_grey {
  background: #CCCCCC;
  cursor: default;
}
/* line 83, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn:after {
  position: absolute;
  top: 17px;
  right: 12px;
}
/* line 89, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn .add-to-cart-info {
  position: absolute;
  display: none;
  border: 1px solid #CCCCCC;
  width: 100%;
  background: #ffffff;
  padding: 5px;
  bottom: 45px;
  font-weight: 400;
  z-index: 20;
  left: 0;
  color: #333333;
  overflow: visible;
  line-height: 1.2;
  text-transform: none;
}
/* line 105, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn .add-to-cart-info:before {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -10px;
  border-color: #CCCCCC transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
}
/* line 115, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn .add-to-cart-info:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -9px;
  border-color: #ffffff transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
}
/* line 127, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .btn:hover .add-to-cart-info {
  display: block;
}
/* line 133, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box div {
  padding: 0.3em 0;
  overflow: hidden;
}
/* line 138, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  font-size: 1.2rem;
  color: #666666;
  padding-right: 8px;
}
/* line 148, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label.discount_succes strong {
  display: block;
}
/* line 154, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label-step, .cart-summary-right-column .cart-summary-right-box .label-step-right {
  display: block;
  float: left;
  width: 100%;
  font-size: 1.2rem;
  color: #666666;
  padding-right: 8px;
}
/* line 163, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label-step.discount_succes strong, .cart-summary-right-column .cart-summary-right-box .discount_succes.label-step-right strong {
  display: block;
}
/* line 169, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label-step-right {
  width: 65%;
  text-align: right;
  padding-right: 0px;
}
/* line 176, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_price {
  position: relative;
  top: 13px;
}
/* line 181, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .summary-row-right {
  text-align: right;
}
/* line 185, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .border {
  border-bottom: 1px solid #CCCCCC;
  padding: 0.5em 0 0.75em;
  margin-bottom: 0.5em;
}
/* line 191, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_code {
  text-align: center;
}
/* line 194, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_code input[type=text] {
  width: calc(100% - 95px);
}
/* line 198, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_code input[type=submit] {
  width: 95px;
}
/* line 202, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_code a {
  font-size: 1.1rem;
  float: left;
  margin: 3px 0 0 2px;
}
/* line 207, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount_code a:hover {
  color: #333333;
}
/* line 213, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .summary-position {
  width: 100%;
}
/* line 217, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .summary-position-left {
  float: left;
  width: 50%;
  text-align: left;
}
/* line 223, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .summary-position-right {
  float: right;
  width: 50%;
  text-align: right;
}
/* line 229, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .smaller-column {
  position: relative;
  top: 8px;
}
/* line 234, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .price {
  color: #dd2626;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  bottom: 5px;
}
/* line 242, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .discount {
  color: #CCCCCC;
}
/* line 246, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .to-small-price {
  position: relative;
  top: 8px;
}
/* line 251, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .smaller-price {
  top: 0px;
}
/* line 255, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .column-left {
  width: 50%;
  text-align: end;
}
/* line 260, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .column-right {
  width: 50%;
  text-align: start;
}
/* line 265, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .label-price {
  padding-top: 4px;
}
/* line 269, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .delivery_info {
  margin: 1em -1.25em 0;
  border-top: 1px solid #CCCCCC;
  padding: 1.5em 1em 0 3.5em;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.3;
}
/* line 277, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .delivery_info a {
  display: block;
  color: #4276cc;
}
/* line 281, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .delivery_info a:after {
  content: '\60';
  display: inline-block;
  position: relative;
  font-family: empikfoto;
  margin: 0 0 0 3px;
  font-size: 0.8rem;
}
/* line 291, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .delivery_info:before {
  content: '\27';
  display: block;
  position: absolute;
  color: #4276cc;
  font-size: 2.25rem;
  font-family: empikfoto;
  top: 18px;
  left: 12px;
}
/* line 303, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .collection_point {
  border-top: 1px solid #CCCCCC;
  margin-top: 1em;
  padding: 0.75em 0;
}
/* line 308, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .collection_point span {
  font-size: 1.2rem;
  color: #666666;
  display: block;
  line-height: 1.4;
}
/* line 316, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .facture {
  text-align: center;
  padding: 1em 0 0 0;
}
/* line 320, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .facture a {
  color: #4276cc;
  font-size: 1.2rem;
}
/* line 326, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .promo-codes {
  display: flex;
  flex-direction: column;
  margin-block: 6px;
  row-gap: 12px;
}
/* line 332, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .promo-codes__control {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
/* line 338, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .promo-codes__label {
  display: block;
  font-family: empikProBold, sans-serif;
  font-size: 1.2rem;
  text-align: left;
}
/* line 345, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .promo-codes__input {
  flex: 1;
}
/* line 349, assetic_compassUr751X.scss */
.cart-summary-right-column .cart-summary-right-box .promo-codes__button {
  height: 32px;
  margin: 0;
  padding: 0;
  width: 68px;
}
/* line 359, assetic_compassUr751X.scss */
.cart-summary-right-column .smaller-summary div {
  padding: 0.2em 0;
  overflow: hidden;
}
/* line 366, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table .tabs {
  display: table;
  margin-top: 20px;
  padding: 0;
}
/* line 371, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table .tabs > li {
  display: table-cell;
  padding: 0.9em 10px;
}
/* line 375, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table .tabs > li a {
  line-height: 1.3;
}
/* line 381, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table strong {
  margin-top: 20px;
  display: block;
}
/* line 386, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 10px;
}
/* line 391, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table th {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  background: #ffffff;
  text-align: left;
  font-size: 1.2rem;
  padding: 5px 0;
}
/* line 399, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table th:nth-child(3n) {
  text-align: right;
}
/* line 404, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table tr:nth-child(even) {
  background: #f0f0f0;
}
/* line 408, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table td {
  border: none;
  color: #666666;
  padding: 5px;
}
/* line 413, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table td span {
  color: #999999;
}
/* line 417, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table table td:nth-child(3n) {
  text-align: right;
}
/* line 423, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints {
  margin-top: 18px;
}
/* line 426, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .statement {
  padding: 0 14px 21px;
  margin: 0 -14px 21px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 431, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .statement div {
  padding: 0;
  border: 0;
  background-color: #fff;
  margin-bottom: 0;
}
/* line 438, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .statement > div {
  margin-top: 18px;
}
/* line 441, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .statement > div:first-child {
  margin-top: 0;
}
/* line 447, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table {
  border-bottom: 2px solid #CCCCCC;
  padding: 15px 0;
  margin-top: 20px;
}
/* line 452, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table th {
  padding: 0 0 10px;
}
/* line 456, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table tr {
  background: #fff !important;
}
/* line 459, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table tr td {
  padding: 8px 0;
  vertical-align: top;
  line-height: 16px;
}
/* line 464, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table tr td:first-child {
  width: 168px;
}
/* line 471, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints table tr:nth-child(2) td, .cart-summary-right-column .pricing-table.prints table tr:last-child td {
  padding: 15px 0px;
}
/* line 478, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .price {
  display: block;
  float: left;
  width: 40%;
  text-align: right;
}
/* line 485, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .label {
  font-size: 1.4rem;
}
/* line 490, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .loader:before {
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: solid 5px rgba(0, 0, 0, 0.2);
  border-top-color: #FF5747;
}
/* line 500, assetic_compassUr751X.scss */
.cart-summary-right-column .pricing-table.prints .loader .coun-price {
  top: calc(50% + 25px);
}
/* line 507, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud {
  position: relative;
  border: 1px solid #CCCCCC;
  border-top-color: #f0f0f0;
  border-top-width: 2px;
  padding: 17px 14px;
}
/* line 514, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud:before {
  display: none;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #CCCCCC transparent;
}
/* line 528, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud:after {
  display: none;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}
/* line 542, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud .icon-close {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #666666;
  font-size: 1.6rem;
  cursor: pointer;
}
/* line 551, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud > div {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
/* line 555, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud > div a {
  color: #4276cc;
}
/* line 559, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud > div .circular-progress {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 2.4rem;
  color: #666666;
  font-weight: 400;
  float: left;
  margin-right: 8px;
}
/* line 569, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud > div .circular-progress:before {
  width: calc(48px - 4px);
  height: calc(48px - 4px);
}
/* line 575, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud > div p {
  width: calc(100% - 56px);
  margin: 0;
  display: inline-block;
  font-weight: 300;
}
/* line 585, assetic_compassUr751X.scss */
.cart-summary-right-column .cloud.first:before, .cart-summary-right-column .cloud.first:after {
  display: block;
}
/* line 592, assetic_compassUr751X.scss */
.cart-summary-right-column .original_price {
  color: #999999;
  text-decoration: line-through;
  font-size: 1.2rem;
  display: block;
  padding: 0 0 0 50%;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="RWD">*/
@media (max-width: 800px) {
  /* line 605, assetic_compassUr751X.scss */
  .rwd-page {
    --container-padding: 1.6rem;
    --sum-total-height: 134px;
  }
  /* line 608, assetic_compassUr751X.scss */
  .rwd-page .js-panel-odbitek {
    margin-bottom: 0px;
    flex-direction: column;
  }
  /* line 612, assetic_compassUr751X.scss */
  .rwd-page .js-panel-odbitek .cart-summary-right-column .cart-summary-right-box {
    margin-bottom: 80px;
  }
  /* line 616, assetic_compassUr751X.scss */
  .rwd-page .js-panel-odbitek .cart-summary-right-box.pricing-table--desktop {
    display: none;
  }
  /* line 620, assetic_compassUr751X.scss */
  .rwd-page .js-panel-odbitek .margin_box {
    margin-left: 0;
  }
  /* line 624, assetic_compassUr751X.scss */
  .rwd-page .js-panel-odbitek .cart-summary-right-column {
    display: flex;
    width: auto;
  }
  /* line 630, assetic_compassUr751X.scss */
  .rwd-page .fluid-wrapper-boxes {
    max-width: 100%;
    margin-left: 0;
  }
  /* line 635, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column {
    display: block;
    margin: 0;
    width: calc(100% - 20px);
  }
  /* line 640, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column--new-print-panel {
    padding-bottom: var(--sum-total-height);
  }
  /* line 644, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column > button.add {
    height: 40px;
    border: 1px solid #FF5747;
    text-align: center;
    margin: 0 10px;
    width: calc(100% - 20px);
    margin: 20px 10px 0;
    text-transform: uppercase;
    color: #333333;
  }
  /* line 655, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column__add-photos-button {
    align-items: center;
    align-self: stretch;
    background-color: #F2F2F2;
    border-radius: 43px;
    color: black;
    display: flex;
    font-family: empikProRegular, 'roboto';
    font-size: 1.5rem;
    height: auto;
    justify-content: center;
    margin: 32px var(--container-padding);
    letter-spacing: .05em;
    line-height: 1.3;
    padding: 1rem;
  }
  /* line 672, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box {
    padding: 0 10px;
    border: none;
    margin-bottom: 100px;
    margin-top: 0;
  }
  /* line 678, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box .label {
    text-align: left;
  }
  /* line 682, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box .price {
    width: 50%;
  }
  /* line 686, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box .small-price {
    font-size: 1.4rem;
  }
  /* line 690, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box strong {
    margin-top: 0;
  }
  /* line 694, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box div > span {
    width: 50%;
    padding: 0;
    display: block;
    float: left;
  }
  /* line 701, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box input {
    height: 40px;
    line-height: 40px;
  }
  /* line 706, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box .delivery_info {
    padding: 10px 0 0 3.5em;
  }
  /* line 709, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box .delivery_info:before {
    top: 12px;
  }
  /* line 715, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .btn {
    margin: 0 0 1em 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  /* line 721, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .btn:after {
    top: 20px;
  }
  /* line 726, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .rwd-pay,
  .rwd-page .cart-summary-right-column .btn {
    position: fixed;
    bottom: 0;
  }
  /* line 732, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .btn {
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 52;
  }
  /* line 739, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .rwd-pay {
    width: 100%;
    padding: 10px 10px 60px;
    background: #ffffff;
    left: 0;
    border-top: 1px solid #CCCCCC;
    z-index: 51;
  }
  /* line 747, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .rwd-pay .label {
    font-size: 1.4rem;
  }
  /* line 750, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .rwd-pay .label strong {
    font-weight: 500;
  }
  /* line 758, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .unfixed .statement,
  .rwd-page .cart-summary-right-column .unfixed .btn,
  .rwd-page .cart-summary-right-column .unfixed #cartArea div {
    display: none;
  }
  /* line 764, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .unfixed .cloud {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
  }
  /* line 769, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .unfixed .cloud .circular-progress {
    padding: 0;
  }
  /* line 775, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box.rwd-version {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #CCCCCC;
    background: #ffffff;
    margin-bottom: 0;
    z-index: 3;
  }
  /* line 783, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box.rwd-version #cartArea {
    padding: 0.5rem 0 0.3rem;
  }
  /* line 787, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box.rwd-version .btn {
    position: static;
    width: 100%;
  }
  /* line 796, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total {
    display: flex;
    flex-direction: column;
    font-family: empikProRegular, 'roboto';
    gap: 1.8rem;
    height: var(--sum-total-height);
    padding: 1.6rem;
  }
  /* line 804, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total.rwd-version {
    border-color: #F2F2F2;
  }
  /* line 808, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartArea {
    padding: 0;
  }
  /* line 811, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartArea > div {
    padding: 0;
  }
  /* line 815, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartArea .label {
    color: black;
    font-family: empikProRegular, 'roboto';
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* line 822, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartArea .price {
    color: #DB0032;
    font-size: 1.8rem;
    position: static;
    font-weight: bold;
  }
  /* line 830, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartButtonActive {
    border-radius: 48px;
    font-size: 1.8rem;
    height: auto;
    margin: 0;
    line-height: 1.3;
    padding: 1.6rem;
    text-transform: lowercase;
  }
  /* line 839, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary-right-box__sum-total #cartButtonActive::first-letter {
    text-transform: uppercase;
  }
  /* line 847, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary__sub-total {
    align-self: stretch;
    border-top: 1px solid #D9D9D9;
    margin: 0;
    padding: var(--container-padding);
    padding-bottom: calc(2 * var(--container-padding));
  }
  /* line 855, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary__sub-total-table {
    font-size: 1.5rem;
  }
  /* line 860, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary__sub-total-title {
    color: #575757;
    font-size: 1.2rem;
    margin-block: 1.6rem;
    text-transform: uppercase;
  }
  /* line 867, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary__grid-row {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 5ch 1fr 8ch;
  }
  /* line 872, assetic_compassUr751X.scss */
  .rwd-page .cart-summary-right-column .cart-summary__grid-row > *:last-child {
    align-self: flex-end;
    text-align: right;
  }
  /* line 880, assetic_compassUr751X.scss */
  .rwd-page .delivery-box-right-column {
    margin-right: 20px;
  }
}
/*</editor-fold >*/

/* editor */
/* line 7, assetic_compassBHSQCE.scss */
body[ng-app="printPanelApp"] .fluid-wrapper-boxes {
  margin-left: 0 !important;
}

/* line 12, assetic_compassBHSQCE.scss */
.retro-buttons {
  margin-top: 10px;
}

/* line 16, assetic_compassBHSQCE.scss */
.js-panel-odbitek {
  width: inherit;
  display: flex;
}

/* line 22, assetic_compassBHSQCE.scss */
.ui-dialog .list-prints .all-foto-rules {
  border: none;
}
/* line 25, assetic_compassBHSQCE.scss */
.ui-dialog .list-prints .all-foto-rules .steps:nth-child(1) {
  border: none;
}
/* line 28, assetic_compassBHSQCE.scss */
.ui-dialog .list-prints .all-foto-rules .steps:nth-child(2) {
  border-top: 1px solid #CCCCCC;
}
/* line 33, assetic_compassBHSQCE.scss */
.ui-dialog .steps-container {
  height: 280px;
  overflow-y: auto;
}
/* line 38, assetic_compassBHSQCE.scss */
.ui-dialog .buttons .disabled:hover ~ .add-to-cart-info {
  display: block;
}
/* line 41, assetic_compassBHSQCE.scss */
.ui-dialog .buttons .add-to-cart-info {
  position: absolute;
  display: none;
  border: 1px solid #CCCCCC;
  width: 250px;
  background: #ffffff;
  padding: 5px;
  bottom: 39px;
  font-weight: 400;
  z-index: 20;
  right: -55px;
  color: #333333;
  overflow: visible;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
  font-size: 12px;
}
/* line 58, assetic_compassBHSQCE.scss */
.ui-dialog .buttons .add-to-cart-info:before {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -10px;
  border-color: #CCCCCC transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
}
/* line 67, assetic_compassBHSQCE.scss */
.ui-dialog .buttons .add-to-cart-info:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -9px;
  border-color: #ffffff transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
}

/* line 80, assetic_compassBHSQCE.scss */
#fixCartArea.fixed,
.cart-summary-right-column.fixed {
  position: fixed;
  top: 0;
  width: 280px;
  background: #ffffff;
}

/* line 87, assetic_compassBHSQCE.scss */
.loader {
  position: relative;
}
/* line 89, assetic_compassBHSQCE.scss */
.loader .coun-price {
  display: block;
}

/* line 93, assetic_compassBHSQCE.scss */
.coun-price {
  display: none;
  position: absolute;
  top: calc(50% + 45px);
  width: 100%;
  text-align: center;
  z-index: 20;
}

/* line 103, assetic_compassBHSQCE.scss */
.list-prints div[class*="span-"] {
  float: none;
}
/* line 106, assetic_compassBHSQCE.scss */
.list-prints h2, .list-prints h3 {
  font-weight: 300;
  padding: 0;
  margin: 10px 0 26px;
}
/* line 111, assetic_compassBHSQCE.scss */
.list-prints select, .list-prints input[type=text], .list-prints input[type=number] {
  border: 1px solid #666666;
}
/* line 114, assetic_compassBHSQCE.scss */
.list-prints > div {
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 118, assetic_compassBHSQCE.scss */
.list-prints > div h3 {
  display: block;
}
/* line 121, assetic_compassBHSQCE.scss */
.list-prints > div p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999999;
  margin-bottom: 16px;
}
/* line 126, assetic_compassBHSQCE.scss */
.list-prints > div p i {
  font-size: 1.6rem;
  color: #ffd051;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
/* line 132, assetic_compassBHSQCE.scss */
.list-prints > div .header {
  border-bottom: 2px solid #CCCCCC;
  overflow: hidden;
  padding: 15px 5px;
  position: relative;
}
/* line 137, assetic_compassBHSQCE.scss */
.list-prints > div .header img {
  float: left;
}
/* line 140, assetic_compassBHSQCE.scss */
.list-prints > div .header h3 {
  margin: 3px 0 3px;
}
/* line 143, assetic_compassBHSQCE.scss */
.list-prints > div .header p {
  margin: 0;
}
/* line 146, assetic_compassBHSQCE.scss */
.list-prints > div .header p, .list-prints > div .header h3 {
  display: block;
  float: left;
  width: calc(100% - 66px);
  padding-left: 10px;
}
/* line 152, assetic_compassBHSQCE.scss */
.list-prints > div .header .number-of-photos {
  position: absolute;
  right: 10px;
  top: 27px;
}
/* line 158, assetic_compassBHSQCE.scss */
.list-prints > div .messages {
  margin-top: 10px;
}
/* line 162, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules {
  font-size: 1.2rem;
  border: 2px solid #CCCCCC;
  position: relative;
}
/* line 166, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules input[type=checkbox], .list-prints .all-foto-rules input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
/* line 171, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps {
  display: inline-block;
  padding-bottom: 20px;
  border-top: 1px solid #CCCCCC;
}
/* line 175, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps:nth-child(2) {
  border: none;
}
/* line 178, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step {
  padding: 0px 0 0 23px;
  margin: 0px 0 0 18px;
  float: left;
  position: relative;
}
/* line 183, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-color: transparent transparent transparent #CCCCCC;
  border-width: 15px 0px 15px 10px;
  border-style: solid;
}
/* line 192, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0px 15px 10px;
  border-style: solid;
}
/* line 201, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step:first-child {
  padding: 0;
  margin: 0;
}
/* line 204, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step:first-child:before, .list-prints .all-foto-rules .steps .step:first-child:after {
  display: none;
}
/* line 208, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step strong {
  height: 40px;
}
/* line 211, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step select, .list-prints .all-foto-rules .steps .step input {
  height: 30px;
}
/* line 214, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step select {
  width: 150px;
}
/* line 217, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step .changer {
  display: none;
  position: absolute;
  z-index: 1;
  top: 41px;
  left: -60px;
  width: 126px;
}
/* line 224, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step .changer button {
  width: 21px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  margin: -1px 0px 0px 1px;
}
/* line 231, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step .changer:hover {
  display: block;
}
/* line 234, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step .changer:before, .list-prints .all-foto-rules .steps .step .changer:after {
  content: none;
}
/* line 238, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step > input[type="text"] {
  position: relative;
  z-index: 2;
}
/* line 241, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step > input[type="text"]:hover ~ .changer {
  display: block;
}
/* line 247, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-3 input {
  width: 50px;
}
/* line 250, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-3 div {
  display: inline-block;
  padding: 0px 0 0 33px;
  margin: 0px 0 0 28px;
  position: relative;
  height: 30px;
  vertical-align: middle;
  line-height: 27px;
  width: 160px;
}
/* line 259, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-3 div strong {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0;
}
/* line 264, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-3 div:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-color: transparent transparent transparent #CCCCCC;
  border-width: 15px 0px 15px 10px;
  border-style: solid;
}
/* line 273, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-3 div:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0px 15px 10px;
  border-style: solid;
}
/* line 285, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-4 a {
  line-height: 30px;
  display: block;
  color: #4276cc;
}
/* line 289, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-4 a:after {
  content: '\3a';
  color: #333333;
  font-family: empikfoto;
  padding: 0 0 0 4px;
}
/* line 295, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .steps .step-4 a:hover {
  color: #FF5747;
}
/* line 301, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .border {
  height: 30px;
  line-height: 30px;
}
/* line 304, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .border .colorList {
  display: none;
}
/* line 307, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .border #border:checked ~ .colorList {
  display: inline-table;
}
/* line 311, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .background {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
/* line 315, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .background .colorList {
  overflow: visible;
}
/* line 318, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .background #border:checked ~ .colorList {
  display: inline-table;
}
/* line 322, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .add-format {
  color: #4276cc;
  position: absolute;
  bottom: 20px;
  right: 11px;
  font-weight: bold;
  cursor: pointer;
}
/* line 329, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .add-format:after {
  content: '\44';
  color: #FF5747;
  font-family: empikfoto;
  padding: 0 0 0 4px;
  font-size: 20px;
  top: 2px;
  position: relative;
}
/* line 338, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .add-format:hover {
  color: #FF5747;
}
/* line 340, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .add-format:hover:after {
  color: #FF5747;
}
/* line 345, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules p {
  padding-bottom: 3px;
  margin-bottom: 0;
}
/* line 349, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules strong {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}
/* line 354, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules strong label {
  font-size: 1.4rem;
  color: #333333;
}
/* line 359, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input {
  display: inline-block;
  width: 138px;
  margin-bottom: 20px;
  position: relative;
}
/* line 364, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input.radio {
  width: 300px;
}
/* line 366, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input.radio > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 370, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input.radio input {
  background-color: -moz-field !important;
}
/* line 374, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input .changer {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -21px;
  width: 82px;
}
/* line 381, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input .changer button {
  width: 21px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  margin: 0px 0px 0px 1px;
}
/* line 388, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input .changer:hover {
  display: block;
}
/* line 392, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input > input[type="text"] {
  position: relative;
  z-index: 2;
}
/* line 395, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .input > input[type="text"]:hover ~ .changer {
  display: block;
}
/* line 400, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .extra {
  margin: 0 0 15px 13px;
}
/* line 403, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .span-1-of-2 {
  float: left;
}
/* line 405, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .span-1-of-2 strong {
  font-size: 1.2rem;
  padding-bottom: 20px;
  padding-top: 10px;
}
/* line 411, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules label {
  font-size: 1.2rem;
  color: #666666;
}
/* line 415, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules input[type="text"] {
  width: 40px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #666666;
  color: #666666;
  margin: 0 5px 0 0;
  padding: 0 5px;
}
/* line 424, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList {
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
/* line 429, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #CCCCCC;
  position: relative;
  margin-right: 7px;
}
/* line 437, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
/* line 442, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li span.checked {
  border-color: #FF5747;
}
/* line 446, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li input {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*                    &:checked ~ span {
                          border-color: $orange;
                      }*/
}
/* line 459, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li input:disabled ~ span {
  opacity: .3;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(1) span {
  background-color: #fff;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(2) span {
  background-color: #000;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(3) span {
  background-color: #bc5b45;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(4) span {
  background-color: #2e943c;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(5) span {
  background-color: #26ffd9;
}
/* line 467, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .colorList li:nth-child(6) span {
  background-color: #156758;
}
/* line 473, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .empty {
  margin: 10px 0 4px;
}
/* line 475, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .empty > div {
  font-size: 1.4rem;
  color: #444;
  line-height: 30px;
  text-align: center;
}
/* line 481, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .empty .action {
  display: table;
  height: 28px;
  background: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  border: 2px solid #666;
  margin: 0 auto 20px;
  padding: 0 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
/* line 503, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .empty .action:hover {
  background-color: #666;
  color: #FFF;
}
/* line 508, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .empty i {
  display: block;
  width: 90px;
  height: 79px;
  margin: 20px auto 8px;
  border-left: 16px solid transparent;
  background-position: 0px 0;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,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");
}
/* line 521, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo:hover:before {
  content: '';
  position: absolute;
  right: -9px;
  bottom: 3px;
  border-color: transparent #CCCCCC transparent transparent;
  border-width: 5px 5px 5px 0px;
  border-style: solid;
}
/* line 530, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo:hover:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: 3px;
  border-color: transparent #ffffff transparent transparent;
  border-width: 5px 5px 5px 0px;
  border-style: solid;
  z-index: 21;
}
/* line 541, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo div {
  position: absolute;
  width: 340px;
  padding: 5px;
  top: -25%;
  left: 24px;
  font-weight: 400;
  z-index: 20;
}
/* line 549, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo div img {
  float: left;
  padding: 0 5px 0 0;
}
/* line 553, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo div p {
  font-size: 12px;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
}
/* line 559, assetic_compassBHSQCE.scss */
.list-prints .all-foto-rules .toltipInfo div strong {
  height: auto;
  padding: 0;
  display: inline;
}
/* line 567, assetic_compassBHSQCE.scss */
.list-prints ul.row {
  width: 100%;
  list-style: none;
  padding: 0;
}
/* line 571, assetic_compassBHSQCE.scss */
.list-prints ul.row li {
  padding: 30px 0;
  border-top: 1px solid #CCCCCC;
}
/* line 574, assetic_compassBHSQCE.scss */
.list-prints ul.row li:first-child {
  border: none;
}
/* line 578, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 {
  padding-right: 20px;
}
/* line 580, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 p {
  text-align: left;
  color: #333333;
  margin: 0 0 8px 0;
  padding: 0 0 0 31px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 588, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 p span:nth-child(1) {
  text-transform: capitalize;
}
/* line 591, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 p span:nth-child(2) {
  text-transform: lowercase;
}
/* line 595, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .photo {
  width: 133px;
  height: 133px;
  margin: 0 auto;
  position: relative;
  display: table;
  text-align: center;
  overflow: hidden;
}
/* line 603, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .photo.shtoos {
  box-shadow: #f6f6f6 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px 0px, #f6f6f6 8px 0px 0px -3px, rgba(0, 0, 0, 0.2) 8px 1px 1px -3px, #f6f6f6 16px 0px 0px -6px, rgba(0, 0, 0, 0.2) 16px 1px 2px -6px;
}
/* line 611, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .photo figure {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  max-width: 133px;
  max-height: 133px;
}
/* line 618, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .photo figure .crop {
  position: absolute;
  border: 2px dashed #00ff00;
}
/* line 624, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .links {
  padding: 0 8px;
  margin-top: 10px;
}
/* line 627, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .links a {
  color: #4276cc;
  font-size: 1.4rem;
}
/* line 631, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-1-of-4 .links .disable {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
}
/* line 638, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 {
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/* line 642, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 > .ng-scope {
  width: 100%;
}
/* line 645, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 {
  padding-top: 15px;
  padding-bottom: 20px;
}
/* line 649, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 strong {
  display: block;
  font-size: 1.4rem;
}
/* line 653, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div {
  margin-bottom: 10px;
  position: relative;
}
/* line 656, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 660, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div img {
  margin: 0 -20px 0 0;
}
/* line 663, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="text"],
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="number"] {
  width: 33px;
  height: 25px;
  line-height: 25px;
  color: #666666;
  margin: 0 0 0 20px;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
/* line 673, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="text"] + span,
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="number"] + span {
  width: 59px;
}
/* line 676, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="text"]:hover ~ .changer,
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div input[type="number"]:hover ~ .changer {
  display: block;
}
/* line 680, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .changer {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 77px;
}
/* line 687, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .changer button {
  width: 21px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  position: relative;
}
/* line 693, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .changer button.left {
  right: -1px;
}
/* line 696, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .changer button.right {
  left: -1px;
}
/* line 700, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .changer:hover {
  display: block;
}
/* line 704, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div span {
  font-size: 1.2rem;
  color: #666666;
  padding-left: 3px;
  width: 30px;
}
/* line 710, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div select {
  width: 120px;
  border-radius: 0;
  height: 25px;
  margin-left: 8px;
  padding-right: 0;
  padding-left: 0;
}
/* line 717, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div select:focus {
  box-shadow: 0 0 5px 1px #2690da;
}
/* line 721, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div i {
  font-size: 1.6rem;
  color: #ffd051;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  margin-right: 3px;
}
/* line 726, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div i.hide {
  opacity: 0;
}
/* line 730, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-2 > div .toltipInfo span {
  padding: 0;
  font-size: 1rem;
  color: #4276CC;
}
/* line 736, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-1.slideDown {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
/* line 741, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-1.slideDown:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 7px;
  z-index: 1;
}
/* line 750, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4 .span-1-of-1.slideDown span {
  color: #4276cc;
  cursor: pointer;
  display: table;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 0 12px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* line 764, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4.expand .span-1-of-1 span:after {
  content: "\2c";
  font-size: 1.1rem;
  margin-left: 4px;
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: empikfoto;
}
/* line 777, assetic_compassBHSQCE.scss */
.list-prints ul.row li div > .span-3-of-4.collapse .span-1-of-1 span:after {
  content: "\28";
  font-size: 1.1rem;
  margin-left: 4px;
  position: relative;
  top: -2px;
  font-family: empikfoto;
}
/* line 791, assetic_compassBHSQCE.scss */
.list-prints .pagination {
  padding-left: 15%;
}
/* line 793, assetic_compassBHSQCE.scss */
.list-prints .pagination ul {
  word-spacing: 0;
}
/* line 795, assetic_compassBHSQCE.scss */
.list-prints .pagination ul li {
  margin-left: 10px;
}
/* line 797, assetic_compassBHSQCE.scss */
.list-prints .pagination ul li:first-child {
  margin-left: 0;
}

@media (max-width: 800px) {
  /* line 809, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints > div {
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 814, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints h2, .rwd-page .list-prints h3 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  /* line 818, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .rwd-hide {
    display: none;
  }
  /* line 821, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints form {
    margin: 0;
  }
  /* line 824, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules {
    font-size: 1.4rem;
    border: none;
    padding: 0 10px;
    display: inline-block;
  }
  /* line 829, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .header {
    padding: 10px 0;
    padding: 0 0 10px;
  }
  /* line 832, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .header img, .rwd-page .list-prints .all-foto-rules .header h3 {
    display: none;
  }
  /* line 835, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .header .number-of-photos {
    position: static;
    padding-top: 5px;
    float: right;
  }
  /* line 840, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .header p, .rwd-page .list-prints .all-foto-rules .header h3 {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  /* line 846, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps {
    border-top: 1px solid #CCCCCC;
    width: 100%;
    padding-bottom: 30px;
  }
  /* line 850, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps:first-child {
    border-top: none;
  }
  /* line 853, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
  /* line 858, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step strong {
    font-size: 1.4rem;
    padding: 0;
    line-height: 30px;
    margin-top: 15px;
  }
  /* line 864, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step select {
    width: 100%;
  }
  /* line 867, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step input, .rwd-page .list-prints .all-foto-rules .steps .step select {
    height: 40px;
  }
  /* line 870, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step .toltipInfo, .rwd-page .list-prints .all-foto-rules .steps .step:before, .rwd-page .list-prints .all-foto-rules .steps .step:after {
    display: none;
  }
  /* line 874, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-3 input {
    margin: 0px 27px 0 22px;
  }
  /* line 877, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-3 div {
    width: auto;
  }
  /* line 879, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-3 div strong {
    margin: 0;
  }
  /* line 883, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-3 .changer {
    display: block;
    display: block;
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 0px;
    width: 93px;
    margin: 0;
    padding: 0;
  }
  /* line 893, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-3 .changer button {
    height: 40px;
    line-height: 40px;
  }
  /* line 900, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-4 strong {
    display: none;
  }
  /* line 903, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .steps .step.step-4 a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    margin: 20px 0 0 0;
  }
  /* line 916, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .add-format {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background: #333333;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 0 0;
    bottom: -40px;
    right: 10px;
    width: calc(100% - 20px);
    font-weight: 500;
  }
  /* line 928, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .add-format:after {
    display: none;
  }
  /* line 932, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules .border {
    height: auto;
    margin-bottom: 20px;
    line-height: 40px;
    min-height: 40px;
  }
  /* line 938, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints .all-foto-rules label {
    font-size: 1.4rem;
  }
  /* line 942, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
  }
  /* line 948, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews a {
    color: #4276cc;
    font-size: 1.4rem;
  }
  /* line 953, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  /* line 959, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity i.hide {
    opacity: 0;
  }
  /* line 963, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity i.show {
    padding-top: 8px;
  }
  /* line 968, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity .changer {
    display: flex;
    align-items: center;
  }
  /* line 972, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity .changer input {
    max-width: 35px;
    height: 34px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  /* line 981, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews .quantity .changer .left, .rwd-page .list-prints__previews .quantity .changer .right {
    background: none;
    padding: 0 5px;
  }
  /* line 988, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew {
    display: block;
  }
  /* line 991, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .print-wrapper {
    display: flex;
  }
  /* line 995, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions {
    margin-left: 10px;
    min-width: 0;
    flex: 1;
  }
  /* line 1000, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions .photo-name {
    color: #000000;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* line 1010, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions .links {
    display: flex;
    flex-direction: column;
  }
  /* line 1017, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions a.edit {
    color: #000000;
    padding: 15px 0;
  }
  /* line 1022, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions a.remove {
    color: #D2000D;
  }
  /* line 1026, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints__previews.printsPanelNew .actions a img {
    padding-right: 5px;
  }
  /* line 1033, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints > div .header p, .rwd-page .list-prints > div .header h3 {
    margin: 0;
  }
  /* line 1036, assetic_compassBHSQCE.scss */
  .rwd-page .list-prints > div .header img {
    margin-bottom: 30px;
  }
  /* line 1041, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .buttons {
    width: 100%;
  }
  /* line 1043, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .buttons button {
    width: calc(50% - 5px);
    float: left;
    height: 40px;
    font-size: 1.4rem;
    padding: 0;
  }
  /* line 1049, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .buttons button:nth-child(2) {
    float: right;
  }
  /* line 1054, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .add-to-cart-info {
    right: 0;
  }
  /* line 1057, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .list-prints {
    padding-bottom: 30px;
    height: calc(100% - 75px);
  }
  /* line 1060, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .list-prints form {
    height: calc(100% - 100px);
  }
  /* line 1063, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .list-prints .all-foto-rules {
    padding: 0;
  }
  /* line 1065, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .list-prints .all-foto-rules .add-format {
    right: 0;
    width: 100%;
  }
  /* line 1071, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .steps-container {
    height: 240px;
  }
  /* line 1073, assetic_compassBHSQCE.scss */
  .rwd-page .ui-dialog .steps-container::-webkit-scrollbar {
    display: none;
  }
}

/* line 5, assetic_compassXqG6ao.scss */
body.overlay {
  overflow: hidden;
}
/* line 7, assetic_compassXqG6ao.scss */
body.overlay > *:not(.not-overlay) {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
}

/* line 12, assetic_compassXqG6ao.scss */
div.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 22, assetic_compassXqG6ao.scss */
.editor-prints-popup {
  height: auto !important;
  padding: 0 !important;
}
/* line 25, assetic_compassXqG6ao.scss */
.editor-prints-popup .dialog-title-container {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 0 20px 0 1px;
  margin-bottom: 15px;
}
/* line 31, assetic_compassXqG6ao.scss */
.editor-prints-popup ul {
  margin: 20px 0;
  list-style: none;
  max-height: 300px;
  overflow: auto;
}
/* line 36, assetic_compassXqG6ao.scss */
.editor-prints-popup ul li {
  font-size: 12px;
  line-height: 2.2rem;
}
/* line 41, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons {
  float: right;
  position: relative;
}
/* line 44, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button {
  height: 30px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  padding: 0 10px;
  border: 0;
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/* line 59, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button:last-child {
  background-color: #333333;
}
/* line 62, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button.add-to-cart {
  background-color: #FF5747;
}
/* line 65, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button.confirm-unsaved-changes {
  background-color: #FF5747;
  margin-top: 20px;
}
/* line 69, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button.disabled {
  background-color: #CCCCCC;
}
/* line 72, assetic_compassXqG6ao.scss */
.editor-prints-popup .buttons button.close {
  background-color: #333333;
}

/* line 79, assetic_compassXqG6ao.scss */
.editor-prints-ui {
  width: 1120px !important;
  height: 600px !important;
  padding: 0 !important;
}
/* line 83, assetic_compassXqG6ao.scss */
.editor-prints-ui #editor-prints {
  position: relative;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  /* line 79, assetic_compassXqG6ao.scss */
  .editor-prints-ui {
    width: 100% !important;
    height: 100% !important;
    min-height: 650px !important;
  }
}

/* line 96, assetic_compassXqG6ao.scss */
#editor-prints {
  width: 1120px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 800px) {
  /* line 96, assetic_compassXqG6ao.scss */
  #editor-prints {
    width: 100%;
    height: 100%;
  }
}
/* line 110, assetic_compassXqG6ao.scss */
#editor-prints .dialog-title-container {
  font-size: 1.8rem;
}
/* line 113, assetic_compassXqG6ao.scss */
#editor-prints .column-left {
  width: 168px;
  height: 527px;
  float: left;
  margin-right: 6px;
  border: 1px solid #CCCCCC;
}
/* line 119, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
/* line 123, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li {
  width: 131px;
  display: table;
  margin: 20px 0 0 11px;
  position: relative;
}
/* line 128, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li:first-child {
  margin-top: 0;
}
/* line 131, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  margin: .4em 0;
}
/* line 137, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li .photo {
  position: relative;
}
/* line 139, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li .photo figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: table;
  margin: 0 auto;
}
/* line 145, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li .photo figure .crop {
  position: absolute;
  border: 2px dashed #00ff00;
}
/* line 151, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li.selected {
  background-color: #f2f2f2;
  box-shadow: 0px 7px 0px 13px #f2f2f2, 0 7px 0 14px #d6d6d6;
}
/* line 154, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li.selected .photo {
  box-shadow: 0 0 0 3px #FF5747;
}
/* line 157, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li.selected .photo figure .crop {
  border: 1px solid #fff;
  box-shadow: 0 0 0 150px rgba(0, 0, 0, 0.5) !important;
}
/* line 162, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li.selected .photo:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FF5747;
}
/* line 176, assetic_compassXqG6ao.scss */
#editor-prints .column-left ul li.applyToAllSelected {
  background-color: #f2f2f2;
  box-shadow: 0px 7px 0px 13px #f2f2f2, 0 7px 0 14px #d6d6d6;
}
/* line 183, assetic_compassXqG6ao.scss */
#editor-prints .column-content {
  float: left;
  width: 611px;
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 800px) {
  /* line 183, assetic_compassXqG6ao.scss */
  #editor-prints .column-content {
    border: none;
    width: 100%;
  }
}
/* line 193, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions {
  width: 110px;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  float: left;
}
/* line 199, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions div {
  margin-bottom: 26px;
  text-align: center;
}
/* line 202, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions div label {
  font-size: 1.1rem;
  color: #999999;
  display: block;
}
/* line 209, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions .horizontal-buttons button {
  display: inline;
  margin: -3px auto 0;
  padding: 0;
}
/* line 213, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions .horizontal-buttons button .horizontal {
  transform: rotateY(180deg);
}
/* line 219, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions .vertical-buttons button {
  display: block;
  margin: 0 auto;
  padding: 0;
}
/* line 223, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions .vertical-buttons button .vertical {
  transform: rotateX(180deg);
  display: block;
  margin-top: 1px;
}
/* line 230, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button {
  height: auto;
  padding: 1px;
  background-color: transparent;
  color: #999999;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: ponter;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 239, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button span {
  color: #FF5747;
  font-size: 3.5rem;
}
/* line 243, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button img {
  width: 25px;
}
/* line 246, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button object {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 40px;
}
/* line 251, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button object.horizontal {
  margin-bottom: 6px;
}
/* line 254, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button object.vertical {
  height: 100%;
  margin: -22px 0 -22px 12px;
}
/* line 260, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button:focus {
  outline: none;
}
/* line 263, assetic_compassXqG6ao.scss */
#editor-prints .column-content .opinions button:disabled {
  opacity: 0.5;
}
/* line 268, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace {
  width: 500px;
  float: left;
  border: 1px solid #CCCCCC;
  border-right: none;
}
/* line 273, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace figure {
  width: 100%;
  height: 100%;
}
/* line 277, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace .messages {
  height: 120px;
}
/* line 279, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace .messages .statement > div {
  background: none;
  border: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
/* line 286, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace .buttons {
  float: none;
  border: none;
  width: 100%;
  padding: 0;
  text-align: center;
}
/* line 292, assetic_compassXqG6ao.scss */
#editor-prints .column-content .workspace .buttons p {
  text-align: right;
  padding-right: 10px;
  font-size: 1.2rem;
  margin-top: 9px;
}
@media only screen and (max-width: 800px) {
  /* line 268, assetic_compassXqG6ao.scss */
  #editor-prints .column-content .workspace {
    border: none;
    width: 100%;
  }
  /* line 303, assetic_compassXqG6ao.scss */
  #editor-prints .column-content .workspace .statement {
    height: 100%;
  }
  /* line 306, assetic_compassXqG6ao.scss */
  #editor-prints .column-content .workspace #messageView {
    padding-top: 16px;
  }
  /* line 309, assetic_compassXqG6ao.scss */
  #editor-prints .column-content .workspace .jcrop-handle {
    display: none;
  }
}
/* line 315, assetic_compassXqG6ao.scss */
#editor-prints .column-right {
  float: left;
  width: 295px;
  height: 456px;
  padding-left: 16px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  /* line 315, assetic_compassXqG6ao.scss */
  #editor-prints .column-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
  /* line 327, assetic_compassXqG6ao.scss */
  #editor-prints .column-right div[id^="tab"]:nth-child(2) .cancel {
    position: relative;
    padding-top: 16px;
    bottom: 0;
  }
  /* line 332, assetic_compassXqG6ao.scss */
  #editor-prints .column-right #tabView div {
    margin: 0;
  }
  /* line 335, assetic_compassXqG6ao.scss */
  #editor-prints .column-right #tabView div ul {
    display: flex;
    justify-content: space-around;
  }
}
/* line 342, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] {
  padding-top: 16px;
}
/* line 344, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
/* line 348, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .cancel {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  padding: 0;
}
/* line 354, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .cancel > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 358, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .cancel i {
  margin-right: 3px;
  font-size: 22px;
}
/* line 362, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .cancel span {
  color: #4276cc;
}
/* line 365, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .cancel:focus {
  outline: none;
}
/* line 369, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] div {
  margin-top: 20px;
}
/* line 372, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
/* line 377, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) {
  list-style: none;
  overflow: hidden;
  margin: 0 0 -6px 0;
  padding: 0;
}
/* line 382, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li {
  float: left;
  margin: 0 19px 8px 0;
  width: 80px;
  height: 80px;
  background-color: #eee;
  padding: 4px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 391, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li:nth-child(3n) {
  margin-right: 0;
}
/* line 394, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li span {
  display: block;
  text-align: center;
  line-height: 20px;
}
/* line 399, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i {
  background-repeat: no-repeat;
}
/* line 401, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.auto {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzczRDg4RkQwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzczRDg4RkUwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzNEODhGQjBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzNEODhGQzBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqCtorsAAAbwSURBVHja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");
}
/* line 404, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.size9x13 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzczRDg4RkQwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzczRDg4RkUwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzNEODhGQjBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzNEODhGQzBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqCtorsAAAbwSURBVHja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");
}
/* line 407, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.size10x15 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzczRDg4RkQwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzczRDg4RkUwQzFFMTFFNUJBMUM5RUZGRUZFMzgzRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzNEODhGQjBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzNEODhGQzBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqCtorsAAAbwSURBVHja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");
}
/* line 410, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0U5NDY4NUEwQzIyMTFFNUJBMUM5RUZGRUZFMzgzRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0U5NDY4NUIwQzIyMTFFNUJBMUM5RUZGRUZFMzgzRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzNEODhGRjBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzNEODkwMDBDMUUxMUU1QkExQzlFRkZFRkUzODNGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgudJTQAAAQnSURBVHja7FrbKzVRFHfmjFziyC3CCxE5RRHigRRRDk9KefAg+Qs8Ke/yoKTkgSRFoYRy+1xyiZdzkEvuItfkfr/7fr5d0/nMzHdmH8d8Ne1Vsvfae2av3957/dZag85sNjtpS3j8GI1GzeBZXl7mnDQnDBKDxCAxSAwSg8Qg/WxCNDExcXh4SDoZGRlubm6kPTw8/PDwoI4+LS3NYDCQ9vj4+PX1td36z1+1tbUfGhJk4VxycjLzJQZJXZmbm+NeX1+1BOnm5oafnp5OSkqifXJkZKSnp+fx8RHtqKiogoKCoKCg75iytbXV0tJydHSEtre3d1FRUXR0tHoXD/zb3t5O8EBWV1cbGhp2dna+c1uqq6sJHsjFxUVNTc3s7KxKkLa3tzs6Or4oDw4Ouru77bPg6empr69PfP+7urpOT09p3xYXF8c5OzvTFveS+o2NDeyuHZDm5+f39/fF+pOTEwzRvs3Dw4OnjUu3t7eSer1ef3x8DDeQHMW1hLe8vLyEhIQYjUadTicMXV5evr+/Sz4lpBfUX4ioRM5oiBxDTE1NwfWFbmZmZn5+vtANDAzEdry9vYkf9PHxUcOXIiMjJfXh4eFeXl5iPY7OGg/k1x8RurGxsaGhoeIHw8LC5NZycFzC8iUlJWJlaWmp5PyFhQWxEpHDultYWBgQEPDXTnMcTtLPz0+luJSQkODv7w8eh3v4+vpibfCM3OTn52ebyuDg4IqKiqamJovF4unpmZ6enpOTo15ChGx3bGxsZmYG+0E8eGlpaXd3l+qi4rJZd4EEG3R+fk7QIk5AYzckfVZWlnLSA901NjYidQCD3d3dQQMS29vbm5ycBIlFRERYUxkRHCOshLkkNCNmxMfH5+Xlubq6kgm9vb1tbW3YFFAfuuAJ0DcggdmxHS4uLlR4sJbeZDIlJiYqnF1VVbW5uSk5ur6+fnV1FRMTIx5CagPYJPjgfIqLi93d3ckQmAO5iOQLwSuIgSkpKeBD5ZDOzs4o6qW6ujqh/pUUnBX4Wuyvra2tAIwDBBKc6uLiIhkaHR0Vz7cWLIdFf8qXYO7KyorNadh1GC108UhZWRlqaVw8OOH9/T0cr76+vrm5GdPEiZVY8IZ/w7Yf0tDQkMKZACAk18g+JeeAZsvLy+WShi8yODjo+Li0trYGl1VedxBb+/v7cTJy04RvIDYFS8MA5XGJ+xL1JIWKUnHHECjBYILPfF+oDOCo7pJCQanT2dnpwFqVygBFaavBYIBnKwkRuGkIvqQc5HmeNqrIBQ+B9JXUS7ySeqmyspIqOBBs4rBrtygkElIvKYpLtHggDsRDslj2HU9j3/E0BumzXrL+ywWoIjs7m7SRsAwMDPxfPSQ3N1doI2e3qU9NTdWZzWb23ymMHhgkBolBYpAYJAaJogjQ3r/r/hZgAOO5Ks0K68JlAAAAAElFTkSuQmCC");
}
/* line 413, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.vertical {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0U5NDY4NUUwQzIyMTFFNUJBMUM5RUZGRUZFMzgzRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0U5NDY4NUYwQzIyMTFFNUJBMUM5RUZGRUZFMzgzRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRTk0Njg1QzBDMjIxMUU1QkExQzlFRkZFRkUzODNGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRTk0Njg1RDBDMjIxMUU1QkExQzlFRkZFRkUzODNGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkE/Dh4AAAM2SURBVHja7FrPSypRFFYrzIUUUS5aqGAEEYigm1faIhMFkTbiIoL+qrYucpPhqjEQxuiHUEEKMWAGuRFFISG1RIWs3uEJg1jOzDsz44wy30LGO/d83s859/y4qk6n0yoUyuUyvK6srKytrfVG8vl8LpfrXQsyvry8jFiYGiStr68jLEmSDAQCKtFAEITH4/lfq2w2q1FNHPCSwFVEXRmaHy+Jdn2RgOZXHG+yJRUKBVFXhubHS6IoSlRJaH7F8cYB02hLk8nEOqfdbl9eXj48PJRKpe/vb4PBYLVat7e35+fnBeEXuCCanZ1lnvD4+BgOh9/f3wfGZ2Zm9vb2NjY2WD+i0+kgCqJpkZ7+8/Pz4eFht9v9eevj4+Po6Age2ubm5tjsJVACi/5VTw+g5+Tk5O3tTV6Ses3Fr4DN8/LywupUFxcXOH6xJGUymWG36C6IGU9PTzh+CRyvVqtxmVav18dmL+l0Oi7TtFqtvCQxdNEcU4rRaMTxiyXJbrcPu+VwOCD5sDI4nU4cvwSOt7Cw4PP5mOeA7NXV1XGq8fx+v8vlYuhYDw4OZFfjVavVpaWloYWWWr2/v2+xWM7OzmAmPa7X691ut9fr1Wg0rPwweaSS7u7uWA+9/vwD1KyVSuXr62txcdFsNk9NTXHkRxx68ZLEMfNAJQH9aaPRgLdzc3PFYtFms3GpxCVwPGZAQXR6egplPpRz/eM3NzfHx8cQG3Z3dxn8VhpJDAtKpVLRaBQq7mE16/39PTy9UCi0tbWF4B91vxSLxUiS5Eiys7MTDAYhlgjYLwkcxOPxOHc9gGQyCSbyzUsURSHWB1Fe2MMmvKReEKPRarUikchAMOACMAFDMGfmH4Wk6+vrgS8b3aWCIZgz84/a8ZrN5tXVFR8GMAcSGe0liNrDQjZHgDmQSCwJSgH6+vb2lv9SBkj6+UeUauks+fr6+vn5CfUbT0lAAlTQmND8iLykEvVokj9kkWrlALykn5lEWKD58ZLOz89FlYTmVxxvsiVxOdbiAzS/EsSVvTRmknjWqeLx4yUlEglRJaH5FcdTJEmCCcxLavTfdft/0iIIgr7uP/vnOY77BfqvAAMAI7CZ7Ha4vywAAAAASUVORK5CYII=");
}
/* line 416, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li i.border {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA2CAIAAAD1bngSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0YwMUQ3RjkwRUE3MTFFNUJFMjlCMjRCNDg5Rjg1RTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0YwMUQ3RkEwRUE3MTFFNUJFMjlCMjRCNDg5Rjg1RTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRjAxRDdGNzBFQTcxMUU1QkUyOUIyNEI0ODlGODVFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRjAxRDdGODBFQTcxMUU1QkUyOUIyNEI0ODlGODVFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpeEUwIAAAOrSURBVHja7JrLS2pBHMfTiiToXdgLIikKg4TEjTsXrYJWQdDCRUR/QaugfbRrUbSJiKDAgtAgyZtJFEWQD8wI7UHRk4jeaS/rfu8dOHg755RzOslF5geB85s5Z36fmd9LSbG+vp6SXJKGP71enzQ8brdbmZJ0wpAYEkNiSAyJITEkhsSQGBJDYkiyfQWUIE6n02azPT4+4nNtbW1ra2tpael37Njd3R0bGzs9PcXnvLw8s9ms1WqlvSq1s7OT1pr5+fnJycnX11cyvLi42NnZqaioyM3NlWaE1+sdGBi4vb0lQ5zU2tpaWVlZSUkJ7atwKNSOt7e3B54PyuPjY6vVKo3n6elpdnaWOyBOpqencViJiKXNzU1B/fb29tXVlQQLfD7f0dERX39+fo6pRMTS/f29sAenpp6dnSEMBGf39/cRLS8vL+Xl5XV1dQqFgpu6vr5+e3sTfCoSiSQCScxoiFhMLi8vI/S5YWNjY0tLCzcsLi7GcUSjUf6D+fn5iXC8mpoaQX1VVVVOTg5fj6uL5YH8+ivcUKfTVVZW8h/UaDRie8mMhO07Ojr4SmROwfV+v5+vXFlZiR22tbWp1ep/zFIqcZOFhYUJqksGg6GoqMhisSA8CgoKsHdDQ4PY4ufn5y+VyNc9PT0jIyNutzsrK8tkMjU1NSWue3h/f3e5XKurq3d3dySCA4HAwcEBlaPC2WKHIMEBXV5eElrUCWgkI9GVWqS74eFhtA7IYA8PD9AgiR0eHi4tLSGJVVdXx6YyIrhGWAlzSauRnp6u1+ubm5tVKhVZMDMzMzExgUNB6sMQeQLpG0jI7DiOjIwM2lJLgQTL+vr60CgIzoZCoZubm/r6ev4UWhtgk+KD+2lvb8/MzCRTyBzoRQRfiLyCGmg0GpEPf6p7GBwcPDk5+WQB7gr5+oMS/jk+Pg5gXCBIcKsbGxtkamFhgb8+VrAdNv2pWIK5W1tbXy7DqcNobohHurq6FhcX4XgIwnA4jMAbGhoaHR3FMn5jxRe84XNs6UgOhyPOlQDgmuv+/n7BNUji3d3dYk3DB5mbm5MfKRgMImTj/95BbLXb7bgZsWVc3/2lYGsYIDMSVUqFj6FQIoNxMfN9oTJASeVLcYrH45mampLxiyqVAXF1D9nZ2YjseEoEPA3FF1Xrz6vT0miriljx4JK+bEi9vb1UxYGw8cuuZIkzkVA4Hi0PREYe0sWyH70YEkNiSAyJITEkhsSQGBJD+r9FkXz/rvtbgAEAXLfIKAKyG0sAAAAASUVORK5CYII=");
}
/* line 420, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li:nth-child(2) i.border {
  box-shadow: inset 0 0 0 1px #ccc;
}
/* line 423, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li:nth-child(3) i.border {
  box-shadow: inset 0 0 0 3px #ccc;
}
/* line 426, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li:nth-child(4) i.border {
  box-shadow: inset 0 0 0 5px #ccc;
}
/* line 429, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li > :first-child {
  display: block;
  width: 70px;
  height: 54px;
}
/* line 434, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li.selected {
  background-color: #999;
}
/* line 436, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] ul:not(.colorList) li.selected span {
  color: #fff;
}
/* line 442, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList {
  padding: 0;
}
/* line 444, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #CCCCCC;
  position: relative;
  margin-right: 7px;
}
/* line 452, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
/* line 458, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li input {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 468, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li input:checked ~ span {
  border-color: #FF5747;
}
/* line 471, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li input:disabled ~ span {
  opacity: .3;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(1) span {
  background-color: #fff;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(2) span {
  background-color: #000;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(3) span {
  background-color: #bc5b45;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(4) span {
  background-color: #2e943c;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(5) span {
  background-color: #26ffd9;
}
/* line 479, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .colorList li:nth-child(6) span {
  background-color: #156758;
}
/* line 485, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] label[for="fader"] {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 30px;
  margin-top: -10px;
  position: relative;
}
/* line 491, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] label[for="fader"]:before {
  content: "-100";
  color: #CCCCCC;
  position: absolute;
  bottom: -20px;
  left: 0;
}
/* line 498, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] label[for="fader"]:after {
  content: "100";
  color: #CCCCCC;
  position: absolute;
  bottom: -20px;
  right: 60px;
}
/* line 507, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 220px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 514, assetic_compassXqG6ao.scss */
  #editor-prints .column-right div[id^="tab"] input[type=range] {
    position: relative;
    top: -24px;
  }
}
/* line 520, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-webkit-slider-runnable-track {
  width: 220px;
  height: 3px;
  background: #999;
  border: none;
  border-radius: 3px;
}
/* line 527, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #FF5747;
  margin-top: -9px;
}
/* line 537, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]:focus {
  outline: none;
}
/* line 540, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]:focus::-webkit-slider-runnable-track {
  background: #999;
}
/* line 544, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-moz-range-track {
  width: 220px;
  height: 3px;
  background: #999;
  border: none;
  border-radius: 3px;
}
/* line 551, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-moz-range-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #FF5747;
}
/* line 560, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]:-moz-focusring {
  outline: none;
}
/* line 564, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-ms-track {
  width: 220px;
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 9px 0;
  color: transparent;
}
/* line 572, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-ms-fill-lower {
  background: #999;
  border-radius: 10px;
}
/* line 576, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-ms-fill-upper {
  background: #999;
  border-radius: 10px;
}
/* line 581, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type="range"]::-ms-tooltip {
  display: none;
}
/* line 585, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]::-ms-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #FF5747;
}
/* line 593, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]:focus::-ms-fill-lower {
  background: #ddd;
}
/* line 596, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] input[type=range]:focus::-ms-fill-upper {
  background: #ddd;
}
/* line 601, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .output-fader {
  width: 30px;
  height: 25px;
  border: 1px solid #CCCCCC;
  float: right;
  font-size: 12px;
  margin-top: -13px;
  margin-right: 15px;
  position: relative;
  padding: 3px;
  line-height: 18px;
}
/* line 612, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"] .output-fader:after {
  content: "\0025";
  line-height: 30px;
  position: absolute;
  right: -15px;
  top: -3px;
}
/* line 621, assetic_compassXqG6ao.scss */
#editor-prints .column-right div[id^="tab"]:nth-child(2) .cancel {
  bottom: 15px;
}
@media only screen and (max-width: 800px) {
  /* line 629, assetic_compassXqG6ao.scss */
  #editor-prints .photo-importer .dialog-title-container {
    line-height: 22px;
  }
  /* line 632, assetic_compassXqG6ao.scss */
  #editor-prints .photo-importer .tabs {
    border: none;
    display: none;
  }
}
/* line 638, assetic_compassXqG6ao.scss */
#editor-prints .buttons {
  float: right;
  margin: -1px 0 10px 0;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  width: calc(100% - 168px);
  text-align: right;
}
@media only screen and (max-width: 800px) {
  /* line 638, assetic_compassXqG6ao.scss */
  #editor-prints .buttons {
    width: 100%;
  }
}

/* line 653, assetic_compassXqG6ao.scss */
.editor-prints-old .new-rwd-edit {
  display: none !important;
}

/* line 659, assetic_compassXqG6ao.scss */
.editor-prints-new .old-rwd-edit {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  /* line 665, assetic_compassXqG6ao.scss */
  .ui-dialog {
    --footer-height: 60px;
  }
  /* line 668, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new {
    --footer-height: 74px;
  }
  /* line 672, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new .ui-dialog-titlebar button.ui-dialog-titlebar-close {
    box-shadow: none;
    display: grid;
    place-content: center;
    right: 16px;
    top: 10px;
  }
  /* line 680, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new .ui-dialog-titlebar button.ui-dialog-titlebar-close .ui-icon-closethick::before {
    background-image: url("../bundles/portalprintpanel/icon/Close.svg");
    background-position: center center;
    content: '';
    display: block;
    height: 24px;
    width: 24px;
  }
  /* line 692, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints {
    font-family: empikProRegular;
  }
  /* line 695, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .dialog-body-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 0 var(--footer-height);
  }
  /* line 702, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .dialog-title-container {
    flex-shrink: 0;
    font-size: 2rem;
    line-height: normal;
    margin: 0;
    padding: 2.4rem;
  }
  /* line 711, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .workspace__crop-container {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    min-height: 50vh;
    justify-content: center;
    margin: 0;
    padding: 10px;
  }
  /* line 722, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .column-right {
    height: auto;
  }
  /* line 725, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .column-right div[id^="tab"] {
    margin: 0;
    padding: 0;
  }
  /* line 731, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .buttons {
    align-items: center;
    bottom: 0;
    display: flex;
    gap: 16px;
    height: var(--footer-height);
    justify-content: center;
    margin: auto 0 0;
    padding: 12px 24px;
    position: fixed;
  }
  /* line 742, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .buttons__button {
    border-radius: 43px;
    flex: 1;
    font-family: 'empikProRegular', 'roboto';
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.3;
    padding: 1rem;
    text-transform: capitalize;
  }
  /* line 752, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints .buttons__button--cancel {
    background-color: #F2F2F2;
    color: black;
  }
  /* line 760, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop {
    background-color: black;
    color: white;
    margin: 0;
    padding: 20px;
  }
  /* line 766, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop__button {
    align-items: center;
    background: transparent;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    height: 62px;
    margin: 0;
    padding: 8px 16px;
    width: 88px;
  }
  /* line 778, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop__button span {
    font-size: 1.2rem;
    text-transform: capitalize;
  }
  /* line 783, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop__button.selected {
    background: rgba(255, 255, 255, 0.2);
  }
  /* line 788, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop__image {
    display: flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    width: 24px;
    padding: 0;
  }
  /* line 796, assetic_compassXqG6ao.scss */
  .ui-dialog.editor-prints-new #editor-prints #tabView .auto-crop__image img {
    object-fit: contain;
    width: 100%;
  }
}

@charset "UTF-8";
/* PHOTO-IMPORT */
/*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Layout">*/
/* line 9, assetic_compassXAvbua.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .icon-close {
  font-size: 22px;
  color: #666666;
}
/* line 12, assetic_compassXAvbua.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .icon-close:hover {
  color: #333333;
}

/* line 16, assetic_compassXAvbua.scss */
.rwd-show {
  display: none;
}

/* line 19, assetic_compassXAvbua.scss */
.photo-importer {
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Left Column / Tab Comp">*/
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Left Column / Tab Gallery">*/
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Left Column / Tab-Social">*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Left Column / Tab-Social / Layout">*/
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Left Column / Tab-Social / Facebook">*/
  /*</editor-fold >*/
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Right Column">*/
  /* Ukrywanie prawej kolumny kiedy nie ma zaznaczonych zdjec */
}
/* line 21, assetic_compassXAvbua.scss */
.photo-importer a, .photo-importer a:hover, .photo-importer a:focus {
  text-decoration: none;
}
/* line 25, assetic_compassXAvbua.scss */
.photo-importer .btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 29px;
  height: 29px;
  display: inline-block;
  border: none;
}
/* line 36, assetic_compassXAvbua.scss */
.photo-importer .btn:hover {
  color: #ffffff;
}
/* line 39, assetic_compassXAvbua.scss */
.photo-importer .btn.orange, .photo-importer .btn.simple {
  background-color: #FF5747;
}
/* line 41, assetic_compassXAvbua.scss */
.photo-importer .btn.orange:hover, .photo-importer .btn.simple:hover {
  background-color: #FF5747;
}
/* line 45, assetic_compassXAvbua.scss */
.photo-importer .btn.black {
  background-color: #333333;
}
/* line 47, assetic_compassXAvbua.scss */
.photo-importer .btn.black:hover {
  background-color: #000000;
}
/* line 51, assetic_compassXAvbua.scss */
.photo-importer .btn.mark:after {
  content: '\70';
  font-family: empikfoto;
  font-size: 18px;
  font-weight: normal;
  line-height: 0;
  padding: 0 0 0 5px;
  position: relative;
  text-transform: none;
  top: 1px;
}
/* line 62, assetic_compassXAvbua.scss */
.photo-importer .btn.mark_left:before {
  content: '\71';
  font-family: empikfoto;
  font-size: 18px;
  font-weight: normal;
  line-height: 0;
  padding: 0 5px 0 0;
  position: relative;
  text-transform: none;
  top: 1px;
}
/* line 76, assetic_compassXAvbua.scss */
.photo-importer .notificationUploadEnd {
  display: table;
  margin: 14px auto;
  text-align: center;
}
/* line 80, assetic_compassXAvbua.scss */
.photo-importer .notificationUploadEnd > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 84, assetic_compassXAvbua.scss */
.photo-importer .notificationUploadEnd i {
  font-size: 34px;
  color: #FF5747;
  margin-right: 10px;
}
/* line 89, assetic_compassXAvbua.scss */
.photo-importer .notificationUploadEnd p {
  font-size: 18px;
}
/* line 93, assetic_compassXAvbua.scss */
.photo-importer .upload-ruid {
  display: block;
}
/* line 96, assetic_compassXAvbua.scss */
.photo-importer.dialog-container {
  height: auto !important;
}
/* line 99, assetic_compassXAvbua.scss */
.photo-importer .dialog-title-container {
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px 0 1px;
  margin-bottom: 15px;
}
/* line 105, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100% - 45px);
}
/* line 110, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container .statement div {
  padding: 7px;
  margin-top: 10px;
}
/* line 114, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .loading {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 30px 0 20px;
}
/* line 117, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .loading > span {
  display: inline-block;
  width: 295px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 8px;
  text-align: right;
  margin: 0;
}
/* line 125, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .loading .progress {
  float: right;
}
/* line 129, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .window {
  height: 346px !important;
  border: 1px solid #CCCCCC;
}
/* line 133, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .label-window {
  margin-bottom: 6px;
  color: #333333;
  font-size: 13px;
}
/* line 138, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .buttons {
  float: right;
  margin-top: 20px;
}
/* line 141, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .buttons.iki {
  float: none;
  text-align: center;
}
/* line 145, assetic_compassXAvbua.scss */
.photo-importer .dialog-column-container > .buttons > span {
  font-size: 13px;
  color: #333333;
  padding-right: 6px;
}
/* line 152, assetic_compassXAvbua.scss */
.photo-importer .buttons {
  float: none;
  padding-top: 20px;
  display: block;
  clear: both;
  text-align: right;
}
/* line 158, assetic_compassXAvbua.scss */
.photo-importer .buttons.iki {
  float: none;
  text-align: center;
}
/* line 162, assetic_compassXAvbua.scss */
.photo-importer .buttons > span {
  font-size: 13px;
  color: #333333;
  padding-right: 6px;
}
/* line 168, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 172, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar {
  height: 33px;
  width: 100%;
  background: #f0f0f0;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 6px;
}
/* line 179, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar > .search {
  float: left;
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
/* line 184, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar > .search input {
  margin: 0 10px;
  width: 200px;
}
/* line 188, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar > .search button {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background: #FF5747;
  padding: 5px 10px;
  border: 0;
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/* line 202, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar > .search button:hover {
  background: #FF5747;
}
/* line 207, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .select {
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 0;
  color: #666666;
  font-size: 12px;
  float: left;
}
/* line 214, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .select input {
  float: left;
  width: 14px;
  height: 14px;
}
/* line 219, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .select label {
  float: left;
  margin: 1px 0 0 6px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 225, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .view {
  float: right;
  padding-right: 12px;
}
/* line 228, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .view button {
  height: 32px;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 14px;
}
/* line 234, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .view button.active {
  background-color: #CCCCCC;
}
/* line 237, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .view button:focus {
  outline: none;
}
/* line 242, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .add {
  padding-left: 12px;
  float: right;
  height: 100%;
  box-shadow: -1px 0px 0px 0px #CCCCCC;
}
/* line 247, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .add button {
  margin: 3px 0 0 0;
  background: none;
  border: 0;
  padding: 0;
  font-weight: bold;
  color: #4276cc;
  font-size: 12px;
}
/* line 255, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .add button i {
  color: #FF5747;
  margin-left: 3px;
}
/* line 259, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .bar .add button .rwd-hide {
  display: inline;
}
/* line 267, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-option span:before {
  display: none;
}
/* line 271, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-option span.show-desktop-icon {
  --icon-size: 16px;
  margin-left: calc(var(--icon-size) + 6px);
}
/* line 275, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-option span.show-desktop-icon:before {
  display: block;
  font-size: 16px;
  height: var(--icon-size);
  line-height: 1;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size);
}
/* line 289, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  counter-reset: div;
  padding: 5px;
  overflow-y: auto;
}
/* line 296, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window ul {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  font-size: 0;
  letter-spacing: 2px;
}
/* line 303, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window ul li {
  margin: 3.3px;
  float: left;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: table;
}
/* line 309, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window ul li .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 100px;
}
/* line 315, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window ul li .img img {
  max-width: 100px;
  max-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  /* line 296, assetic_compassXAvbua.scss */
  .photo-importer .dialog-body-container .window ul {
    /* IE10 */
    /* IE11 */
  }
  /* line 322, assetic_compassXAvbua.scss */
  .photo-importer .dialog-body-container .window ul li {
    margin: 3px;
  }
  /* line 323, assetic_compassXAvbua.scss */
  .photo-importer .dialog-body-container .window ul *::-ms-backdrop, .photo-importer .dialog-body-container .window ul li {
    margin: 3px;
  }
}
/* line 326, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.view-small li {
  margin: 2.7px;
}
/* line 328, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.view-small li .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 62px;
  height: 62px;
}
/* line 334, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.view-small li .img img {
  max-width: 62px;
  max-height: 62px;
}
/* line 339, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.view-small li:hover {
  box-shadow: 0 0 2px 1px #CCCCCC;
}
/* line 343, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window li.selected {
  border-color: #FF5747;
  position: relative;
}
/* line 346, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window li.selected:after {
  content: "\5f";
  font-family: "empikfoto";
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #FF5747;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 360, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window li.selected:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border: 3px solid #FF5747;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
}
@-moz-document url-prefix() {
  /* line 371, assetic_compassXAvbua.scss */
  .photo-importer .dialog-body-container .window li.selected:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }
}
/* line 378, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li {
  height: auto;
  text-align: center;
}
/* line 381, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.selected {
  border-color: transparent;
}
/* line 383, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.selected:before, .photo-importer .dialog-body-container .window.upload-status-images li.selected:after {
  display: none;
}
/* line 387, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li img {
  opacity: .3;
}
/* line 390, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.end img {
  opacity: 1;
}
/* line 393, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.start img {
  -webkit-animation: upload-foto 1s linear infinite;
  -moz-animation: upload-foto 1s linear infinite;
  -ms-animation: upload-foto 1s linear infinite;
  -o-animation: upload-foto 1s linear infinite;
  animation: upload-foto 1s linear infinite;
}
/* line 396, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.error {
  min-width: auto !important;
  margin-top: 5px;
  overflow: visible;
}
/* line 401, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.error .photo-ruid {
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  opacity: .4;
  position: absolute;
  transform: translateY(100%);
}
/* line 412, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .window.upload-status-images li.error img {
  opacity: .1;
}
/* line 419, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .photo-ruid {
  display: none;
  font-size: 10px;
  font-weight: normal;
}
/* line 424, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .photobook-images-counter, .photo-importer .dialog-body-container .number-of-photos {
  display: none;
}
/* line 428, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-body-comp .window, .photo-importer .dialog-body-container .tab-body-fotolia .window, .photo-importer .dialog-body-container .tab-body-gphotos .window {
  height: calc(100% - 33px) !important;
}
/* line 432, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-body-container {
  width: 790px;
  height: 500px;
  float: left;
  margin-top: 10px;
}
/* line 437, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-body-container .progress {
  width: 220px;
}
/* line 441, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-body-container .auth-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
/* line 447, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .tab-body-container .auth-widget-container ef-auth-widget {
  display: block;
  width: 864px;
  max-width: 100%;
  max-height: 100%;
}
/* line 455, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right {
  width: 275px;
  float: right;
  margin-top: 10px;
  height: 401px;
  padding-left: 2px;
}
/* line 461, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right {
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 464, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .import-list {
  height: 350px;
}
/* line 467, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .image-element {
  margin: 3px;
  cursor: auto;
}
/* line 470, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .image-element:hover {
  border-color: #CCCCCC;
  cursor: auto;
}
/* line 473, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .image-element:hover:after {
  display: none;
}
/* line 476, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .image-element:hover:before {
  display: none;
}
/* line 480, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right.target-column-right .import-list-container .image-element img {
  cursor: auto;
}
/* line 486, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .dialog-body-column-right .import-list-container .image-element.selected {
  border: 1px solid #CCCCCC;
}
/* line 491, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .statement {
  width: 500px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 501, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .statement p, .photo-importer .dialog-body-container .statement .logotype, .photo-importer .dialog-body-container .statement button {
  display: block;
}
/* line 504, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .statement button {
  margin: 32px auto 0;
}
/* line 507, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .statement a {
  color: #FF5747;
}
/* line 509, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-container .statement a:hover {
  color: #333333;
}
/* line 517, assetic_compassXAvbua.scss */
.photo-importer .buttons button {
  height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  border: 0;
  margin: 0;
  margin-left: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
/* line 529, assetic_compassXAvbua.scss */
.photo-importer .buttons button.close {
  background: #333333;
}
/* line 531, assetic_compassXAvbua.scss */
.photo-importer .buttons button.close:hover {
  background: #000000;
}
/* line 535, assetic_compassXAvbua.scss */
.photo-importer .buttons button.submit {
  background: #FF5747;
}
/* line 537, assetic_compassXAvbua.scss */
.photo-importer .buttons button.submit:hover {
  background: #ff6c00;
}
/* line 543, assetic_compassXAvbua.scss */
.photo-importer button.action {
  height: 28px;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  border: 2px solid #666666;
  margin: 0;
  padding: 0 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
/* line 556, assetic_compassXAvbua.scss */
.photo-importer button.action:hover {
  background-color: #666666;
  color: #ffffff;
}
/* line 560, assetic_compassXAvbua.scss */
.photo-importer button.action:disabled, .photo-importer button.action:disabled:hover {
  background-color: #ffffff;
  border-color: #EEEEEE;
  color: #EEEEEE;
}
/* line 569, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp, .photo-importer .tab-body-fotolia, .photo-importer .tab-body-gphotos {
  width: 100%;
  height: 100%;
  border: 2px dashed #CCCCCC;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
/* line 577, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp.solid, .photo-importer .tab-body-fotolia.solid, .photo-importer .tab-body-gphotos.solid {
  border: 1px solid #CCCCCC;
}
/* line 580, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp.drag-hover, .photo-importer .tab-body-fotolia.drag-hover, .photo-importer .tab-body-gphotos.drag-hover {
  border-color: #FF5747;
}
/* line 582, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp.drag-hover form div, .photo-importer .tab-body-fotolia.drag-hover form div, .photo-importer .tab-body-gphotos.drag-hover form div {
  opacity: .3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 587, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form, .photo-importer .tab-body-fotolia form, .photo-importer .tab-body-gphotos form {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 591, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form .js-files, .photo-importer .tab-body-fotolia form .js-files, .photo-importer .tab-body-gphotos form .js-files {
  left: 9999em;
  position: fixed;
}
/* line 595, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form div, .photo-importer .tab-body-fotolia form div, .photo-importer .tab-body-gphotos form div {
  margin: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 598, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form div p, .photo-importer .tab-body-fotolia form div p, .photo-importer .tab-body-gphotos form div p {
  margin: 0;
  font-size: 14px;
  color: #444444;
  line-height: 30px;
}
/* line 604, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form div > p, .photo-importer .tab-body-fotolia form div > p, .photo-importer .tab-body-gphotos form div > p {
  padding-top: 115px;
}
/* line 607, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form div input[type="file"], .photo-importer .tab-body-fotolia form div input[type="file"], .photo-importer .tab-body-gphotos form div input[type="file"] {
  position: absolute;
  top: -111000px;
  left: -111000px;
}
/* line 612, assetic_compassXAvbua.scss */
.photo-importer .tab-body-comp form div button, .photo-importer .tab-body-fotolia form div button, .photo-importer .tab-body-gphotos form div button {
  margin: 6px 0 20px;
}
/* line 620, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .start-container .window {
  height: 50% !important;
}
/* line 624, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .start-images-container {
  height: calc(50% - 33px);
  overflow: hidden;
}
/* line 629, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .start-images-container .window {
  height: 100% !important;
}
/* line 633, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container, .photo-importer .tab-body-fotolia .images-container, .photo-importer .tab-body-fotolia .start-container {
  height: 100%;
}
/* line 635, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element, .photo-importer .tab-body-fotolia .images-container .window .image-element, .photo-importer .tab-body-fotolia .start-container .window .image-element {
  margin-bottom: 35px;
  overflow: visible;
}
/* line 638, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element .img, .photo-importer .tab-body-fotolia .images-container .window .image-element .img, .photo-importer .tab-body-fotolia .start-container .window .image-element .img {
  height: 99px;
}
/* line 641, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element .price, .photo-importer .tab-body-fotolia .column-container .window .image-element .creator, .photo-importer .tab-body-fotolia .images-container .window .image-element .price, .photo-importer .tab-body-fotolia .images-container .window .image-element .creator, .photo-importer .tab-body-fotolia .start-container .window .image-element .price, .photo-importer .tab-body-fotolia .start-container .window .image-element .creator {
  position: absolute;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-family: "roboto";
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 10px;
}
/* line 654, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element .price, .photo-importer .tab-body-fotolia .images-container .window .image-element .price, .photo-importer .tab-body-fotolia .start-container .window .image-element .price {
  top: 117px;
  height: 14px;
  font-size: 12px;
  color: #FF5747;
}
/* line 660, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element .creator, .photo-importer .tab-body-fotolia .images-container .window .image-element .creator, .photo-importer .tab-body-fotolia .start-container .window .image-element .creator {
  top: 104px;
  height: 12px;
  font-size: 10px;
}
/* line 665, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .image-element .img-tooltip, .photo-importer .tab-body-fotolia .images-container .window .image-element .img-tooltip, .photo-importer .tab-body-fotolia .start-container .window .image-element .img-tooltip {
  display: none;
}
/* line 669, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .img-tooltip, .photo-importer .tab-body-fotolia .images-container .img-tooltip, .photo-importer .tab-body-fotolia .start-container .img-tooltip {
  width: 440px;
  height: 330px;
  position: fixed;
  padding: 20px;
  box-shadow: 0 0 3px #CCCCCC;
  background: #ffffff;
  z-index: 100;
  pointer-events: none;
}
/* line 678, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .img-tooltip .img, .photo-importer .tab-body-fotolia .images-container .img-tooltip .img, .photo-importer .tab-body-fotolia .start-container .img-tooltip .img {
  max-width: 400px;
  max-height: 270px;
}
/* line 681, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .img-tooltip .img img, .photo-importer .tab-body-fotolia .images-container .img-tooltip .img img, .photo-importer .tab-body-fotolia .start-container .img-tooltip .img img {
  max-width: 400px;
  max-height: 270px;
}
/* line 686, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .img-tooltip .licenses, .photo-importer .tab-body-fotolia .images-container .img-tooltip .licenses, .photo-importer .tab-body-fotolia .start-container .img-tooltip .licenses {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 12px;
  color: #666666;
}
/* line 693, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .img-tooltip .creator-name, .photo-importer .tab-body-fotolia .images-container .img-tooltip .creator-name, .photo-importer .tab-body-fotolia .start-container .img-tooltip .creator-name {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 12px;
  color: #666666;
}
/* line 702, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window.view-small .image-element, .photo-importer .tab-body-fotolia .images-container .window.view-small .image-element, .photo-importer .tab-body-fotolia .start-container .window.view-small .image-element {
  margin-bottom: 15px;
}
/* line 706, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window.view-small li .img, .photo-importer .tab-body-fotolia .images-container .window.view-small li .img, .photo-importer .tab-body-fotolia .start-container .window.view-small li .img {
  width: 58px;
  height: 58px;
}
/* line 709, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window.view-small li .img img, .photo-importer .tab-body-fotolia .images-container .window.view-small li .img img, .photo-importer .tab-body-fotolia .start-container .window.view-small li .img img {
  max-width: 58px;
  max-height: 57px;
}
/* line 714, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window.view-small li .price, .photo-importer .tab-body-fotolia .images-container .window.view-small li .price, .photo-importer .tab-body-fotolia .start-container .window.view-small li .price {
  top: 60px;
  text-align: center;
}
/* line 718, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window.view-small li .creator, .photo-importer .tab-body-fotolia .images-container .window.view-small li .creator, .photo-importer .tab-body-fotolia .start-container .window.view-small li .creator {
  display: none;
}
/* line 723, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .window .album-images-list, .photo-importer .tab-body-fotolia .images-container .window .album-images-list, .photo-importer .tab-body-fotolia .start-container .window .album-images-list {
  list-style: none;
  height: auto;
  counter-reset: images;
  overflow: hidden;
}
/* line 729, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .empty-fotolia, .photo-importer .tab-body-fotolia .images-container .empty-fotolia, .photo-importer .tab-body-fotolia .start-container .empty-fotolia {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 60px 20px;
  margin: 0 10px;
  position: relative;
}
/* line 735, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .empty-fotolia .search-fotolia, .photo-importer .tab-body-fotolia .images-container .empty-fotolia .search-fotolia, .photo-importer .tab-body-fotolia .start-container .empty-fotolia .search-fotolia {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 207px;
  height: 61px;
}
/* line 742, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .empty-fotolia .logo-fotolia, .photo-importer .tab-body-fotolia .images-container .empty-fotolia .logo-fotolia, .photo-importer .tab-body-fotolia .start-container .empty-fotolia .logo-fotolia {
  background: url("../bundles/uploader/img/fotolia/fotolia-logo.png") no-repeat;
  width: 200px;
  height: 53px;
  margin: 10px auto;
}
/* line 748, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fotolia .column-container .empty-fotolia p, .photo-importer .tab-body-fotolia .images-container .empty-fotolia p, .photo-importer .tab-body-fotolia .start-container .empty-fotolia p {
  font-size: 14px;
  line-height: 1.3;
}
/* line 755, assetic_compassXAvbua.scss */
.photo-importer .tab-body .statement, .photo-importer .dialog-message-container .statement {
  width: 500px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 765, assetic_compassXAvbua.scss */
.photo-importer .tab-body .statement p, .photo-importer .tab-body .statement .logotype, .photo-importer .tab-body .statement button, .photo-importer .dialog-message-container .statement p, .photo-importer .dialog-message-container .statement .logotype, .photo-importer .dialog-message-container .statement button {
  display: block;
}
/* line 768, assetic_compassXAvbua.scss */
.photo-importer .tab-body .statement button, .photo-importer .dialog-message-container .statement button {
  margin: 32px auto 0;
}
/* line 775, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* input search */
  /* gallery list */
  /* image list */
}
/* line 780, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .user-search-container {
  width: 100%;
  height: 34px;
  text-align: right;
}
/* line 786, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container {
  float: left;
  width: 150px;
  margin-right: 5px;
  max-height: calc(100% - 40px);
  margin: 3px 5px 3px 3px;
  border: 1px solid #CCCCCC;
}
/* line 793, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container p {
  display: table;
  width: 120px;
  margin: 8px 11px 0;
  text-align: center;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
}
/* line 804, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container ~ .window {
  width: calc(100% - 158px);
  float: left;
}
/* line 808, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list-container {
  max-height: 325px;
  overflow: auto;
}
/* line 811, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list-container .jspPane {
  width: auto !important;
}
/* line 815, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 821, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list .album-list-element {
  display: block;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  padding: 5px 15px 5px 25px;
  font-weight: normal;
  text-align: left;
  color: #666666;
  font-size: 12px;
}
/* line 831, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list .album-list-element .count {
  display: none;
}
/* line 834, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list .album-list-element.selected {
  background-color: #666666;
  color: #ffffff;
}
/* line 837, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .gallery-list-container .album-list .album-list-element.selected:before {
  content: '\70';
  position: absolute;
  font-family: "empikfoto";
  font-size: 14px;
  color: #ffffff;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
/* line 852, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .images-container {
  overflow: auto;
  margin-left: 150px;
  height: calc(100% - 34px);
}
/* line 856, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .column-container .images-container .album-images-list {
  padding: 0 2px;
  margin: -2px 0 0 0;
  list-style: none;
  height: auto;
  counter-reset: images;
  overflow: hidden;
}
/* line 868, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
/* line 876, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .message-container {
  width: 100%;
  height: 100%;
}
/* line 879, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .message-container .tab-body {
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 883, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .message-container .tab-body .simple-form {
  padding-top: 60px;
}
/* line 888, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery fieldset {
  width: 470px;
}
/* line 890, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery fieldset header {
  font-weight: bold;
}
/* line 892, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery fieldset header:first-child {
  margin-top: 4px;
}
/* line 896, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery fieldset a {
  color: #4276cc;
}
/* line 900, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 909, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album span {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 18px;
  color: #333333;
}
/* line 915, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album input[type="radio"] {
  float: left;
  margin-right: 8px;
}
/* line 919, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album input[type="text"], .photo-importer .tab-body-gallery .add-photos-album select {
  height: 25px;
  line-height: 25px;
  padding: 0 3px;
  width: 100%;
}
/* line 925, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album > div {
  width: 400px;
}
/* line 928, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album div div {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 936, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .add-photos-album label {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  float: left;
  margin-bottom: 8px;
}
/* line 944, assetic_compassXAvbua.scss */
.photo-importer .tab-body-gallery .g-recaptcha {
  transform-origin: 0;
  transform: scale(0.86);
}
/* line 952, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 956, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container {
  width: calc(100% - 39px);
  height: 100%;
  margin-left: 38px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 0;
}
/* line 964, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body {
  width: 100%;
  height: 100%;
}
/* line 967, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body .message-container {
  width: 100%;
  height: 100%;
}
/* line 973, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-options-container {
  position: absolute !important;
}
/* line 975, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-options-container li:first-child {
  margin-top: 33px;
}
/* line 983, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fb .column-container, .photo-importer .tab-body-instagram .column-container, .photo-importer .tab-body-gplus .column-container {
  border: 1px solid #CCCCCC;
}
/* line 986, assetic_compassXAvbua.scss */
.photo-importer .tab-body-fb .message-container, .photo-importer .tab-body-instagram .message-container, .photo-importer .tab-body-gplus .message-container {
  margin-top: 50px;
}
/* line 990, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container {
  /* image list - no album */
}
/* line 991, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb, .photo-importer .tab-body-container .tab-body-instagram, .photo-importer .tab-body-container .tab-body-gplus, .photo-importer .tab-body-container .tab-body-gallery, .photo-importer .tab-body-container .tab-body-fotolia {
  /* input search */
  /* gallery list */
  /* image list */
}
/* line 992, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .column-container, .photo-importer .tab-body-container .tab-body-instagram .column-container, .photo-importer .tab-body-container .tab-body-gplus .column-container, .photo-importer .tab-body-container .tab-body-gallery .column-container, .photo-importer .tab-body-container .tab-body-fotolia .column-container {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 998, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .user-search-container, .photo-importer .tab-body-container .tab-body-instagram .user-search-container, .photo-importer .tab-body-container .tab-body-gplus .user-search-container, .photo-importer .tab-body-container .tab-body-gallery .user-search-container, .photo-importer .tab-body-container .tab-body-fotolia .user-search-container {
  width: 100%;
  height: 34px;
  text-align: right;
}
/* line 1004, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container {
  float: left;
  width: 150px;
  margin-right: 5px;
  max-height: calc(100% - 40px);
  margin: 3px 5px 3px 3px;
  border: 1px solid #CCCCCC;
}
/* line 1011, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container p, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container p, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container p, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container p, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container p {
  display: table;
  width: 120px;
  margin: 8px 11px 0;
  text-align: center;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
}
/* line 1022, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container ~ .window, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container ~ .window, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container ~ .window, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container ~ .window, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container ~ .window {
  width: calc(100% - 158px);
  float: left;
}
/* line 1026, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list-container, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list-container, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list-container, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list-container, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list-container {
  max-height: 325px;
  overflow: auto;
}
/* line 1029, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list-container .jspPane, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list-container .jspPane, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list-container .jspPane, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list-container .jspPane, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list-container .jspPane {
  width: auto !important;
}
/* line 1033, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1039, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list .album-list-element, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list .album-list-element, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list .album-list-element, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list .album-list-element, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list .album-list-element {
  display: block;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  padding: 5px 15px 5px 25px;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
}
/* line 1048, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list .album-list-element .count, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list .album-list-element .count, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list .album-list-element .count, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list .album-list-element .count, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list .album-list-element .img, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list .album-list-element .count {
  display: none;
}
/* line 1051, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list .album-list-element.selected, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list .album-list-element.selected, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list .album-list-element.selected, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list .album-list-element.selected, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list .album-list-element.selected {
  background-color: #666666;
  color: #ffffff;
}
/* line 1054, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .gallery-list-container .album-list .album-list-element.selected:before, .photo-importer .tab-body-container .tab-body-instagram .gallery-list-container .album-list .album-list-element.selected:before, .photo-importer .tab-body-container .tab-body-gplus .gallery-list-container .album-list .album-list-element.selected:before, .photo-importer .tab-body-container .tab-body-gallery .gallery-list-container .album-list .album-list-element.selected:before, .photo-importer .tab-body-container .tab-body-fotolia .gallery-list-container .album-list .album-list-element.selected:before {
  content: '\70';
  position: absolute;
  font-family: "empikfoto";
  font-size: 14px;
  color: #ffffff;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
/* line 1069, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .images-container, .photo-importer .tab-body-container .tab-body-instagram .images-container, .photo-importer .tab-body-container .tab-body-gplus .images-container, .photo-importer .tab-body-container .tab-body-gallery .images-container, .photo-importer .tab-body-container .tab-body-fotolia .images-container {
  overflow: auto;
  margin-left: 150px;
  height: 367px;
}
/* line 1073, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .images-container p, .photo-importer .tab-body-container .tab-body-instagram .images-container p, .photo-importer .tab-body-container .tab-body-gplus .images-container p, .photo-importer .tab-body-container .tab-body-gallery .images-container p, .photo-importer .tab-body-container .tab-body-fotolia .images-container p {
  display: none;
}
/* line 1076, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .images-container .album-images-list, .photo-importer .tab-body-container .tab-body-instagram .images-container .album-images-list, .photo-importer .tab-body-container .tab-body-gplus .images-container .album-images-list, .photo-importer .tab-body-container .tab-body-gallery .images-container .album-images-list, .photo-importer .tab-body-container .tab-body-fotolia .images-container .album-images-list {
  padding: 0 2px;
  margin: -2px 0 0 0;
  list-style: none;
  height: auto;
  counter-reset: images;
  overflow: hidden;
}
/* line 1083, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .tab-body-fb .images-container .album-images-list .rwd-back-to-album, .photo-importer .tab-body-container .tab-body-instagram .images-container .album-images-list .rwd-back-to-album, .photo-importer .tab-body-container .tab-body-gplus .images-container .album-images-list .rwd-back-to-album, .photo-importer .tab-body-container .tab-body-gallery .images-container .album-images-list .rwd-back-to-album, .photo-importer .tab-body-container .tab-body-fotolia .images-container .album-images-list .rwd-back-to-album {
  display: none;
}
/* line 1091, assetic_compassXAvbua.scss */
.photo-importer .tab-body-container .images-container.wide {
  margin-left: 0px;
}
/* line 1099, assetic_compassXAvbua.scss */
.photo-importer .import-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 30px;
}
/* line 1104, assetic_compassXAvbua.scss */
.photo-importer .import-info .icon-cloud {
  display: block;
  margin: 20px auto 25px;
  width: 100px;
  height: 60px;
  font-size: 100px;
  line-height: .5;
  color: #FF5747;
}
/* line 1113, assetic_compassXAvbua.scss */
.photo-importer .import-info .info {
  font-size: 14px;
}
/* line 1115, assetic_compassXAvbua.scss */
.photo-importer .import-info .info p {
  font-weight: bold;
}
/* line 1118, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul {
  margin-top: 26px;
  counter-reset: li;
  list-style: none;
  display: table;
  padding: 0;
}
/* line 1124, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul li {
  display: table-row;
  font-weight: normal;
  color: #666666;
}
/* line 1128, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul li span {
  display: table-cell;
  vertical-align: top;
}
/* line 1131, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul li span:first-child {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #FF5747;
  overflow: hidden;
  margin: 2px 6px 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1141, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul li span:first-child:before {
  display: block;
  width: 13px;
  height: 13px;
  counter-increment: li;
  content: counter(li);
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 1px;
}
/* line 1153, assetic_compassXAvbua.scss */
.photo-importer .import-info .info ul li span:last-child {
  padding-bottom: 18px;
  line-height: 18px;
}
/* line 1162, assetic_compassXAvbua.scss */
.photo-importer .dialog-body-column-right .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 1167, assetic_compassXAvbua.scss */
.photo-importer .import-list-container {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
/* line 1171, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container {
  position: relative;
  width: 100%;
  height: 24px;
}
/* line 1175, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container .import-list-head-title {
  font-size: 16px;
  position: relative;
  top: -2px;
  font-weight: 300;
}
/* line 1181, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container .import-list-head-button {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 8px;
}
/* line 1186, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container .import-list-head-button button {
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
  font-weight: bold;
  color: #4276cc;
  font-size: 12px;
}
/* line 1194, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container .import-list-head-button button i {
  color: #333333;
  margin-left: 3px;
}
/* line 1198, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list-head-container .import-list-head-button button:focus {
  outline: none;
}
/* line 1204, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .splash {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  padding-top: 30px;
  text-align: center;
}
/* line 1210, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .splash .img-splash {
  display: block;
  margin: 40px auto;
  background-image: url("data:image/png;base64,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");
  width: 160px;
  height: 59px;
}
/* line 1218, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list {
  height: 367px;
  top: -1px;
  border: 1px solid #CCCCCC;
  border-left: none;
  position: relative;
  overflow: visible !important;
}
/* line 1225, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #CCCCCC;
  top: -1px;
  left: -13px;
}
/* line 1234, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #CCCCCC;
  bottom: -1px;
  left: -13px;
}
/* line 1243, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .import-list ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
/* line 1252, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element {
  position: relative;
  border: 1px solid #CCCCCC;
  float: left;
  margin: 4px;
  display: table;
  cursor: pointer;
}
/* line 1259, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
/* line 1267, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:hover {
  border: 1px solid #FF5747;
}
/* line 1270, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element.selected {
  border: 1px solid #FF5747;
}
/* line 1273, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element img {
  max-width: 75px;
  max-height: 75px;
}
/* line 1277, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:before {
  display: none;
  content: "\2f";
  font-family: 'empikfoto';
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF5747;
  opacity: .9;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
}
/* line 1295, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:after {
  display: none;
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 1307, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:lang(pl):after {
  content: "usu\0144";
}
/* line 1310, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:lang(en):after {
  content: "delete";
}
/* line 1313, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:lang(cs):after {
  content: "smazat";
}
/* line 1316, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:lang(sk):after {
  content: "odstr\E1ni\0165";
}
/* line 1319, assetic_compassXAvbua.scss */
.photo-importer .import-list-container .image-element:hover:before, .photo-importer .import-list-container .image-element:hover:after {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  /* line 1252, assetic_compassXAvbua.scss */
  .photo-importer .import-list-container .image-element {
    /* IE10 */
    /* IE11 */
  }
  /* line 1323, assetic_compassXAvbua.scss */
  .photo-importer .import-list-container .image-element:hover:before, .photo-importer .import-list-container .image-element:hover:after {
    cursor: pointer;
  }
  /* line 1324, assetic_compassXAvbua.scss */
  .photo-importer .import-list-container .image-element *::-ms-backdrop, .photo-importer .import-list-container .image-element:hover:before, .photo-importer .import-list-container .image-element:hover:after {
    cursor: pointer;
  }
}
/* line 1332, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .tab-body-comp form div .number-of-photos {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  width: 500px;
  line-height: 25px;
  color: #666666;
  padding: 45px 0 45px 170px;
  overflow: hidden;
  background: url("../bundles/uploader/img/empty-photobook.png") no-repeat 0 center;
  background-size: 150px auto;
}
/* line 1345, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .tab-body-comp form div .number-of-photos span {
  display: inline-block;
  padding-top: 9px;
}
/* line 1349, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .tab-body-comp form div .number-of-photos img {
  width: 120px;
  padding: 0 20px 0 0;
  float: left;
}
/* line 1355, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .tab-body-comp form div p {
  padding-top: 0;
}
/* line 1358, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .tab-body-comp form div button.action {
  height: 40px;
  line-height: 39px;
  margin: 50px 0;
  padding: 0 40px;
}
/* line 1367, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .dialog-body-container {
  position: relative;
}
/* line 1370, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .photobook-images-counter {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 10px 0 10px 95px;
  width: 275px;
  background: url("../bundles/uploader/img/empty-photobook.png") no-repeat;
  background-size: 80px auto;
}
/* line 1380, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .photobook-images-counter img {
  width: 73px;
  padding: 0 15px 0 0;
  float: left;
}
/* line 1385, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .photobook-images-counter span {
  display: inline-block;
  font-size: 12px;
}
/* line 1388, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .photobook-images-counter span strong {
  font-size: 18px;
  display: block;
  padding: 2px 0 3px;
}
/* line 1395, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons {
  text-align: left;
  overflow: hidden;
}
/* line 1398, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* line 1402, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons div {
  border: 1px solid #CCCCCC;
  padding: 10px 160px 10px 125px;
  width: calc(50% - 10px);
  position: relative;
  float: left;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  height: 90px;
  font-size: 11px;
  line-height: 1.2;
  color: #666666;
}
/* line 1415, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons div.auto-fill {
  background-image: url("../bundles/uploader/img/fill-auto.png");
}
/* line 1418, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons div.send-only {
  background-image: url("../bundles/uploader/img/send-only.png");
  float: right;
}
/* line 1422, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons div strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
/* line 1427, assetic_compassXAvbua.scss */
.photo-importer.empty-foto-book-uploader .buttons div button.submit {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  margin-left: 0;
}
/* line 1440, assetic_compassXAvbua.scss */
.photo-importer.empty-selected-images-list .dialog-body-container .tab-body-container {
  width: 1076px;
  max-width: 100%;
}
/* line 1444, assetic_compassXAvbua.scss */
.photo-importer.empty-selected-images-list .dialog-body-container .dialog-body-column-right {
  display: none;
}
/* line 1448, assetic_compassXAvbua.scss */
.photo-importer.empty-selected-images-list .dialog-body-container .tab-body-social .tab-body-container {
  width: calc(1076px - 38px);
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="PROGRESS BARR / Error">*/
/* line 1458, assetic_compassXAvbua.scss */
.progress_bar {
  width: 280px;
  height: 80px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
  background: #666666;
  box-shadow: 0 0 3px #666666;
  font-size: 14px;
}
/* line 1469, assetic_compassXAvbua.scss */
.progress_bar .close {
  float: right;
  clear: both;
  display: block;
}
/* line 1473, assetic_compassXAvbua.scss */
.progress_bar .close i {
  font-size: 18px;
  color: #999999;
}
/* line 1476, assetic_compassXAvbua.scss */
.progress_bar .close i:hover {
  color: #ffffff;
}
/* line 1481, assetic_compassXAvbua.scss */
.progress_bar .loading {
  height: auto !important;
  background: none;
  display: block;
}
/* line 1485, assetic_compassXAvbua.scss */
.progress_bar .loading > span {
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
}
/* line 1490, assetic_compassXAvbua.scss */
.progress_bar .loading .progress {
  height: auto !important;
  height: 10px;
  background-color: #ffffff;
  margin: 10px 0 0 0;
}
/* line 1495, assetic_compassXAvbua.scss */
.progress_bar .loading .progress .progressbar {
  height: 11px;
}

/* line 1503, assetic_compassXAvbua.scss */
.photo-importer .rtf h2 {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
/* line 1509, assetic_compassXAvbua.scss */
.photo-importer .rtf h2:before {
  content: "";
  width: 33px;
  height: 33px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADoUlEQVRYw8WYXWhTZxjHfzlra7MmNVLsh9Zq1V6kfkBbpjJslTplF+pQJn50N7vYYENtEnShYyhUpKutpo2M6S423KZeVBhsomAZm41iKSSy6BKwbJlFJ3Zsrl1sTfpxdvEmko+T5Jy21v9NeM9z3uf95XnOc97nPTpZlmXU6ncfeHsh4INHAxAchtEg6A1gyIeSMiivhNXrYGmlare6jBDhELguw7UuGHyg2jHFi+CNXVC3FbJzpgHhccGFDvj7sfrFE1VQBA0WqKrVCDE+Bucd8PP3U188URu3Q4MVsrJVQIw+hdNN4PfMHEBUlTVwoAVyX427LCVF4PTHLwYAwOcGZ5NYJyXEeQf43S8GICq/Gy44U0B4XDP7DKTTT9/B7RsJEOGQqILZ1N0+mJyIgej5YXplqFVVtbD3AEivRCBkGbovzR7AqrXwYXNcqUoE/NrehNORuRr2H096V0jc7VPnQKeDd+2wpn5qABWrwHICcnKTTFn89qs6gHdsULcNXn9T1LnHpR5gaSVY2xQBRCQe/ZHZyZ79UL8jgp0NHzSL3KrRouVgOyl2WiX1/YhEcDi9k53vwZbdCfHLFrk116Sfu7AcDndAnlHZfvMqnGtHYvRpekeRMkpSTi5YWqFitbK9qBQOdYDRlDICfNkCz0aQ0Oelh7h0Brq7UoNYTyQ3MPNLwO4EU4HyPI8LvjgGk5MwR4+EIZ+MuuhM/UrXG0TOyyrEeF4hHO4Uv0ry9sLnR2BiXIzzTUiULMkMIcvwdRvcuKJszzPCIYfYqu1OmL9A+T6fGz77JH4XLS5DYtmKzBBRkK8+FblUktEkIlBUqmzv90KnHcLP4q8vX4nEyjXqIEDk8GwzuHvUzwHRIDs+SgYAWPEaEuVmKCxV73ByAs4cBe8tdfcP9MNJm+jKE1WyGMrNSOh0sPltbf9sfEzk1pehAXoYgHYrjASV7Zt2AtGtvG6b6Iq1KBwSOb73i7L98QNoa4T//lW2FxRD7dYYiJw5sLdRGwSIHHfYRc5j9def0HoQhv5JPbfBItYltr2rqYMN27WDjAah3Qb374nxk0ERgSeDqedsfAuq1j8fxrf84ZDIYb9XO4zRBO8fgW9Ope9PzDVga4/rKWb33GGuFueOhK0i9QnsWwdcf1knsFi5e+Bi5/TPovssUK31LBqrcEh0491dMPhQ/eKFpbBllyjDSBVMHSIqWRaleKcXAv7I94kh8Qzp88Awd8rfJ/4HdL4/1NuaFqkAAAAASUVORK5CYII=");
}
/* line 1521, assetic_compassXAvbua.scss */
.photo-importer .rtf > div {
  width: 525px;
  height: 205.5px;
  margin: 0 auto;
}
/* line 1525, assetic_compassXAvbua.scss */
.photo-importer .rtf > div p {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 32px;
}
/* line 1531, assetic_compassXAvbua.scss */
.photo-importer .rtf > div a {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  /*            &:nth-of-type(3) {
                  i {
                      width: 30px;
                      background-position: -67px -3px;
                  }
              }*/
}
/* line 1536, assetic_compassXAvbua.scss */
.photo-importer .rtf > div a i {
  display: block;
  height: 33px;
  width: 33px;
  margin: 10px auto 0;
  margin-bottom: 12px;
  background-image: url("data:image/png;base64,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");
}
/* line 1544, assetic_compassXAvbua.scss */
.photo-importer .rtf > div a span {
  color: #4276cc;
  display: block;
  text-align: center;
}
/* line 1549, assetic_compassXAvbua.scss */
.photo-importer .rtf > div a:nth-of-type(2) {
  width: calc(50% - 4px);
  border-left: 1px solid #CCCCCC;
}
/* line 1552, assetic_compassXAvbua.scss */
.photo-importer .rtf > div a:nth-of-type(2) i {
  background-position: -34px -2px;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Error">*/
/* line 1569, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body.tab-body-fb .logotype {
  background-image: url("../../default/images/logo-facebook.svg");
}
/* line 1570, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body.tab-body-gplus .logotype {
  background-image: url("../../default/images/logo-googleplus.svg");
}
/* line 1571, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body.tab-body-instagram .logotype {
  background-image: url("../../default/images/logo-instagram.svg");
}
/* line 1572, assetic_compassXAvbua.scss */
.photo-importer .tab-body-social .tab-body-container .tab-body.tab-body-dropbox .logotype {
  background-image: url("../../default/images/logo-dropbox.svg");
}

/* line 1576, assetic_compassXAvbua.scss */
.statement .logotype {
  display: none;
  width: 160px;
  height: 40px;
  margin: 0 auto 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
/* line 1585, assetic_compassXAvbua.scss */
.statement p {
  display: none;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
  color: #333333;
  margin: 0 0 20px 0;
}
/* line 1594, assetic_compassXAvbua.scss */
.statement div {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 18px;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 2px;
}
/* line 1603, assetic_compassXAvbua.scss */
.statement div i {
  font-size: 18px;
  float: left;
}
/* line 1607, assetic_compassXAvbua.scss */
.statement div span {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding-left: 23px;
  position: relative;
  top: 0px;
}
/* line 1618, assetic_compassXAvbua.scss */
.statement .info div {
  border-color: #3798e6;
  background-color: #eff7fd;
}
/* line 1621, assetic_compassXAvbua.scss */
.statement .info div i {
  color: #4276cc;
}
/* line 1623, assetic_compassXAvbua.scss */
.statement .info div i:before {
  content: '\27';
}
/* line 1630, assetic_compassXAvbua.scss */
.statement .warning div {
  border-color: #ffd051;
  background-color: #fff6dc;
}
/* line 1633, assetic_compassXAvbua.scss */
.statement .warning div i {
  color: #ffd051;
}
/* line 1635, assetic_compassXAvbua.scss */
.statement .warning div i:before {
  content: '\27';
}
/* line 1642, assetic_compassXAvbua.scss */
.statement .error div {
  border-color: #dd2626;
  background-color: #fce9e9;
}
/* line 1645, assetic_compassXAvbua.scss */
.statement .error div i {
  color: #dd2626;
}
/* line 1647, assetic_compassXAvbua.scss */
.statement .error div i:before {
  content: '\73';
}
/* line 1653, assetic_compassXAvbua.scss */
.statement button {
  display: none;
  margin-top: 30px !important;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="PHOTO-IMPORT / Loading">*/
/* line 1661, assetic_compassXAvbua.scss */
.loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1672, assetic_compassXAvbua.scss */
.loading * {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/* line 1677, assetic_compassXAvbua.scss */
.loading span {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
/* line 1681, assetic_compassXAvbua.scss */
.loading span em:before {
  content: "\0028";
}
/* line 1684, assetic_compassXAvbua.scss */
.loading span em:after {
  content: "\0025\0029";
}
/* line 1688, assetic_compassXAvbua.scss */
.loading .progress {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* line 1697, assetic_compassXAvbua.scss */
.loading .progress .progressbar {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #FF5747;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* line 1703, assetic_compassXAvbua.scss */
.loading .progress .progressbar .progressbar-activity {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  -webkit-animation: progressbar-animation 500ms linear infinite;
  -moz-animation: progressbar-animation 500ms linear infinite;
  -ms-animation: progressbar-animation 500ms linear infinite;
  -o-animation: progressbar-animation 500ms linear infinite;
  animation: progressbar-animation 500ms linear infinite;
}

/* line 1724, assetic_compassXAvbua.scss */
.ui-widget-overlay[style] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

@-webkit-keyframes progressbar-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-moz-keyframes progressbar-animation {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-o-keyframes progressbar-animation {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-ms-keyframes progressbar-animation {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@keyframes progressbar-animation {
  0% {
    transform: none;
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-webkit-keyframes upload-foto {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes upload-foto {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes upload-foto {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes upload-foto {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upload-foto {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="BASE ELEMENTS / ALERTS">*/
/* line 1781, assetic_compassXAvbua.scss */
.statement p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: #333333;
  margin: 0 0 20px 0;
}
/* line 1788, assetic_compassXAvbua.scss */
.statement div {
  display: flex;
  padding: 18px;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 2px;
}
/* line 1794, assetic_compassXAvbua.scss */
.statement div i, .statement div span {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  box-ordinal-group: 1;
  box-flex: 0;
}
/* line 1801, assetic_compassXAvbua.scss */
.statement div i {
  font-size: 18px;
  width: 0;
}
/* line 1805, assetic_compassXAvbua.scss */
.statement div span {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding-left: 23px;
}
/* line 1814, assetic_compassXAvbua.scss */
.statement.info div {
  border-color: #3798e6;
  background-color: #eff7fd;
}
/* line 1817, assetic_compassXAvbua.scss */
.statement.info div i {
  color: #3798e6;
}
/* line 1819, assetic_compassXAvbua.scss */
.statement.info div i:before {
  content: '\27';
}
/* line 1825, assetic_compassXAvbua.scss */
.statement.warning div {
  border-color: #ffd051;
  background-color: #fff6dc;
}
/* line 1828, assetic_compassXAvbua.scss */
.statement.warning div i {
  color: #ffd051;
}
/* line 1830, assetic_compassXAvbua.scss */
.statement.warning div i:before {
  content: '\27';
}
/* line 1836, assetic_compassXAvbua.scss */
.statement.error div {
  border-color: #dd2626;
  background-color: #fce9e9;
}
/* line 1839, assetic_compassXAvbua.scss */
.statement.error div i {
  color: #dd2626;
}
/* line 1841, assetic_compassXAvbua.scss */
.statement.error div i:before {
  content: '\73';
}
/* line 1846, assetic_compassXAvbua.scss */
.statement button {
  display: none;
  margin-top: 30px;
}
/* line 1851, assetic_compassXAvbua.scss */
.statement.statementhidden {
  display: none;
}

/* line 1856, assetic_compassXAvbua.scss */
.error {
  min-width: 320px;
}
/* line 1858, assetic_compassXAvbua.scss */
.error .error-container {
  position: relative;
  text-align: center;
  margin: 30px;
  font-size: 32px;
  color: #444444;
  line-height: 50px;
}
/* line 1865, assetic_compassXAvbua.scss */
.error .error-container .icon {
  padding: 0 30px 4px 0;
  vertical-align: middle;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="GRID">*/
/* line 1874, assetic_compassXAvbua.scss */
.span-1-of-1 {
  width: 100%;
}

/* line 1878, assetic_compassXAvbua.scss */
.span-1-of-2,
.span-2-of-4,
.span-3-of-6,
.span-4-of-8,
.span-5-of-10,
.span-6-of-12 {
  width: 50%;
}

/* line 1886, assetic_compassXAvbua.scss */
.span-1-of-3,
.span-2-of-6,
.span-3-of-9,
.span-4-of-12 {
  width: 33.3333%;
  float: left;
}

/* line 1893, assetic_compassXAvbua.scss */
.span-1-of-4 {
  width: 25%;
}

/* line 1896, assetic_compassXAvbua.scss */
.span-2-of-3,
.span-4-of-6,
.span-8-of-12 {
  width: 66.6666%;
  float: left;
}

/*</editor-fold >*/
/*<editor-fold defaultstate="collapsed" desc="LOADER">*/
/* line 1905, assetic_compassXAvbua.scss */
.loader:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 90;
  width: 100%;
  height: 100%;
}

/* line 1917, assetic_compassXAvbua.scss */
.loader:before {
  position: absolute;
  content: '';
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  margin: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  box-sizing: border-box;
  border: solid 10px rgba(0, 0, 0, 0.2);
  border-top-color: #FF5747;
  animation: animation-spin 1s infinite linear;
  z-index: 100;
}

/*</editor-fold >*/
@media (max-width: 800px) {
  /* line 1937, assetic_compassXAvbua.scss */
  .rwd-page .rwd-hide {
    display: none;
  }
  /* line 1940, assetic_compassXAvbua.scss */
  .rwd-page .rwd-show {
    display: block;
  }
  /* line 1944, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog.ui-widget {
    position: fixed !important;
    box-shadow: none;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /* line 1954, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -5px;
    box-shadow: 0 0 3px #666666;
  }
  /* line 1962, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer {
    padding: 0;
  }
  /* line 1964, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-title-container {
    padding: 20px 35px 0 16px;
  }
  /* line 1967, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-column-container {
    height: calc(100% - 89px);
    overflow: hidden;
  }
  /* line 1971, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body:not(.tab-body-gallery) {
    padding: 0 16px;
  }
  /* line 1974, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-options-container {
    padding: 0;
  }
  /* line 1977, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-options-container.tabs {
    margin: 0 16px;
    width: auto;
  }
  /* line 1981, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    margin: 0;
    background: #ffffff;
    width: 100%;
    z-index: 12;
  }
  /* line 1991, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons button {
    height: 40px;
    font-size: 1.4rem;
    float: left;
    padding: 0;
    font-weight: normal;
    margin: 0;
  }
  /* line 1999, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons .close {
    width: 110px;
    margin-right: 15px;
  }
  /* line 2002, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons .close.js-final-next {
    width: 100%;
  }
  /* line 2006, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons .submit {
    width: calc(100% - 125px);
  }
  /* line 2009, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .buttons span {
    display: none;
  }
  /* line 2013, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container {
    overflow: hidden;
    position: absolute;
    padding: 0;
  }
  /* line 2017, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .statement {
    height: calc(100% - 53px);
    width: 100%;
    min-width: 100%;
  }
  /* line 2022, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container {
    width: 100%;
    height: calc(100% - 51px);
    float: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  /* line 2030, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .auth-widget-container {
    align-items: start;
  }
  /* line 2034, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .add-photos-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  /* line 2040, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .add-photos-mobile p {
    padding-top: 50px;
    line-height: 1.5;
  }
  /* line 2044, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .add-photos-mobile button {
    margin: 70px 0 20px;
    width: 130px;
    height: 40px;
    padding: 0;
  }
  /* line 2051, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body {
    border: none;
  }
  /* line 2053, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body .window {
    padding: 0;
    overflow-x: hidden;
  }
  /* line 2056, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body .window ul {
    margin-left: calc(50% - 142px);
    margin-right: calc(50% - 142px);
  }
  /* line 2059, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body .window ul li {
    margin: 5px;
  }
  /* line 2061, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body .window ul li .img {
    width: 130px;
    height: 130px;
  }
  /* line 2064, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .tab-body .window ul li .img img {
    max-width: 130px;
    max-height: 130px;
  }
  /* line 2074, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .bar .add {
    float: none;
    box-shadow: none;
  }
  /* line 2077, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .bar .add button {
    margin: 2px 0 0 0;
  }
  /* line 2079, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .bar .add button .rwd-show {
    display: inline;
  }
  /* line 2082, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .bar .add button .rwd-hide {
    display: none;
  }
  /* line 2087, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-container .bar .view {
    display: none;
  }
  /* line 2092, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right {
    width: 100%;
    float: none;
    margin-top: 10px;
    position: absolute;
    top: 36px;
    height: calc(100% - 46px);
    z-index: 11;
    background: #ffffff;
    left: calc(100% + 20px);
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  /* line 2103, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right.act {
    left: 0;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  /* line 2107, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right .import-list {
    height: 100%;
    border: none;
  }
  /* line 2110, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right .import-list:before, .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right .import-list:after {
    display: none;
  }
  /* line 2113, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .dialog-body-column-right .import-list ul {
    padding-left: calc(50% - 133px);
    padding-right: calc(50% - 133px);
  }
  /* line 2119, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-gallery {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  /* line 2129, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-gallery .add-photos-album > div {
    width: 100%;
  }
  /* line 2131, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-gallery .add-photos-album > div div {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
  /* line 2135, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-gallery .add-photos-album > div div input[type="text"], .rwd-page .ui-dialog .photo-importer .dialog-body-container .tab-body-gallery .add-photos-album > div div select {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
  /* line 2144, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .upload-status-images {
    width: 100% !important;
    border: none;
    height: calc(100% - 65px) !important;
    padding: 0;
    padding-left: calc(50% - 145px);
    padding-right: calc(50% - 145px);
  }
  /* line 2152, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .upload-status-images ul li.error {
    border-color: #FF5747;
  }
  /* line 2155, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .upload-status-images ul li {
    border-color: #CCCCCC;
  }
  /* line 2157, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .upload-status-images ul li .img {
    width: 130px;
    height: 130px;
  }
  /* line 2160, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .upload-status-images ul li .img img {
    max-width: 130px;
    max-height: 130px;
  }
  /* line 2168, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .loading {
    margin: 0;
    display: block;
    height: 63px;
  }
  /* line 2172, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .loading span {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin: 10px 0;
  }
  /* line 2179, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-body-container .loading .progress {
    float: none;
  }
  /* line 2184, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body .statement {
    width: 100%;
    padding: 10px;
  }
  /* line 2187, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body .statement div {
    padding: 5px;
  }
  /* line 2192, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-social .tabs.vertical {
    display: none;
  }
  /* line 2195, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-social .tab-body-container {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
  }
  /* line 2202, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option {
    padding: 0;
  }
  /* line 2204, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option span {
    width: 40px;
    color: #ffffff;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
  }
  /* line 2213, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option span:before {
    display: block;
    color: #333333;
    font-size: 20px;
    display: block;
    font-weight: normal;
  }
  /* line 2221, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option span.show-desktop-icon {
    margin-left: 0;
  }
  /* line 2223, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option span.show-desktop-icon:before {
    height: 100%;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  /* line 2232, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-option i {
    display: none;
  }
  /* line 2236, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .more-photos, .rwd-page .ui-dialog .photo-importer .dialog-more-photos {
    position: absolute;
    right: 10px;
    top: 57px;
    width: 70px;
    font-size: 1.3rem;
    color: #FF5747;
    z-index: 10;
  }
  /* line 2244, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .more-photos:after, .rwd-page .ui-dialog .photo-importer .dialog-more-photos:after {
    content: '\24';
    font-family: empikfoto;
    font-size: 16px;
    top: -4px;
    top: 6px;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 2255, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .more-photos.act:after, .rwd-page .ui-dialog .photo-importer .dialog-more-photos.act:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 2259, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .import-list-head-container, .rwd-page .ui-dialog .photo-importer .loading {
    position: relative;
    background: #ffffff;
    z-index: 101;
  }
  /* line 2264, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .notificationUploadEnd {
    margin: 10px auto;
  }
  /* line 2266, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .notificationUploadEnd i {
    font-size: 25px;
  }
  /* line 2269, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .notificationUploadEnd p {
    font-size: 14px;
  }
  /* line 2274, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .rtf > div {
    width: 100%;
  }
  /* line 2277, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .rtf h2 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 55px;
  }
  /* line 2283, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .rtf h2 :before {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  /* line 2290, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form {
    width: 100%;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
    margin-top: 46px;
    padding-bottom: 35px;
  }
  /* line 2297, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .login-box, .rwd-page .ui-dialog .photo-importer .user-form .register-box {
    padding: 0;
    border: none;
    float: none;
    width: 100%;
  }
  /* line 2303, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .register-box {
    padding: 20px 0 10px;
    margin: 50px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
  }
  /* line 2308, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .register-box .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2316, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .placeholder .span-2-of-3 {
    padding: 0;
  }
  /* line 2319, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .placeholder header {
    margin-bottom: 10px;
  }
  /* line 2322, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .placeholder label {
    text-align: left;
    padding-right: 0;
    float: none;
  }
  /* line 2327, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .placeholder input:not([type="checkbox"]) {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  /* line 2332, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .user-form .placeholder input[type="checkbox"] ~ label {
    width: calc(100% - 15px);
  }
  /* line 2337, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .dialog-title-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 2343, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb, .rwd-page .ui-dialog .photo-importer .tab-body-instagram, .rwd-page .ui-dialog .photo-importer .tab-body-gallery, .rwd-page .ui-dialog .photo-importer .tab-body-gplus {
    height: 100%;
  }
  /* line 2345, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .column-container, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .column-container, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .column-container, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .column-container {
    border: none;
    height: 100%;
  }
  /* line 2349, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container {
    float: none;
    width: 100%;
    height: calc(100% - 37px);
    max-height: 100%;
    margin: 0;
    border: none;
  }
  /* line 2356, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container.rwd-album-photos-show, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container.rwd-album-photos-show, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container.rwd-album-photos-show, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container.rwd-album-photos-show {
    display: none;
  }
  /* line 2359, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container p, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container p, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container p, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container p {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 1.4rem;
    border-bottom: none;
    padding: 10px 0;
  }
  /* line 2369, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container {
    max-height: calc(100% - 37px);
  }
  /* line 2371, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul {
    padding-left: calc(50% - 145px);
    padding-right: calc(50% - 145px);
  }
  /* line 2374, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li {
    border: 1px solid #CCCCCC;
    width: 132px;
    height: auto;
    margin: 5px;
    float: left;
    padding: 5px;
  }
  /* line 2381, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li .img, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li .img, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li .img, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li .img {
    width: 120px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #CCCCCC;
    position: relative;
  }
  /* line 2389, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li .img:before, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li .img:before, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li .img:before, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li .img:before {
    content: '';
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 114px;
    background: #f0f0f0;
    left: 3px;
    bottom: -4px;
    height: 2px;
  }
  /* line 2399, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li .img:after, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li .img:after, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li .img:after, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li .img:after {
    content: '';
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 108px;
    background: #f0f0f0;
    left: 6px;
    bottom: -7px;
    height: 2px;
  }
  /* line 2409, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li .img img, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li .img img, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li .img img, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li .img img {
    max-width: 118px;
    max-height: 118px;
  }
  /* line 2414, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li span, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li span, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li span, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: 0 0 5px 0;
    white-space: nowrap;
  }
  /* line 2422, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li .count, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li .count, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li .count, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li .count {
    display: block;
    margin: 12px 0 0 0;
  }
  /* line 2426, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li.selected, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li.selected, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li.selected, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li.selected {
    background-color: #ffffff;
    color: #333333;
  }
  /* line 2429, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .gallery-list-container .album-list-container ul li.selected:before, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .gallery-list-container .album-list-container ul li.selected:before, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .gallery-list-container .album-list-container ul li.selected:before, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .gallery-list-container .album-list-container ul li.selected:before {
    display: none;
  }
  /* line 2437, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .images-container, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .images-container, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .images-container, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .images-container {
    margin: 0;
    height: calc(100% - 37px);
  }
  /* line 2440, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .images-container p, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .images-container p, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .images-container p, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .images-container p {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 1.4rem;
    border-bottom: none;
    padding: 10px 0;
  }
  /* line 2450, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .images-container .rwd-back-to-album, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .images-container .rwd-back-to-album, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .images-container .rwd-back-to-album, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .images-container .rwd-back-to-album {
    border-color: #f0f0f0;
    background: #f0f0f0;
    display: block;
  }
  /* line 2454, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .images-container .rwd-back-to-album span, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .images-container .rwd-back-to-album span, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .images-container .rwd-back-to-album span, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .images-container .rwd-back-to-album span {
    width: 130px;
    height: 130px;
    text-align: center;
    display: block;
    letter-spacing: 0px;
    font-size: 1.3rem;
  }
  /* line 2461, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer .tab-body-fb .images-container .rwd-back-to-album span:before, .rwd-page .ui-dialog .photo-importer .tab-body-instagram .images-container .rwd-back-to-album span:before, .rwd-page .ui-dialog .photo-importer .tab-body-gallery .images-container .rwd-back-to-album span:before, .rwd-page .ui-dialog .photo-importer .tab-body-gplus .images-container .rwd-back-to-album span:before {
    content: "\58";
    font-family: empikfoto;
    font-size: 4rem;
    color: #666666;
    display: block;
    padding: 30px 0 20px;
  }
  /* line 2475, assetic_compassXAvbua.scss */
  .rwd-page .ui-dialog .photo-importer.empty-selected-images-list .dialog-more-photos {
    display: none;
  }

  /* line 2482, assetic_compassXAvbua.scss */
  .progress_bar {
    z-index: 999;
  }
}
/* line 2487, assetic_compassXAvbua.scss */
.js-gphotos-pick {
  height: fit-content !important;
  line-height: 1 !important;
  padding: 10px 15px !important;
}

/*<editor-fold defaultstate="collapsed" desc="GOOGLE PHOTOS – popup blocked fallback">*/
/* line 2494, assetic_compassXAvbua.scss */
.gphotos-popup-blocked {
  position: relative;
  max-width: 460px;
  margin: 40px auto;
  padding: 32px 28px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0 rgba(55, 55, 55, 0.4);
}
/* line 2505, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
/* line 2517, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__close:hover {
  color: #333;
}
/* line 2522, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__text {
  font-size: 16px;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.4;
}
/* line 2529, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__url-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
}
/* line 2536, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__url {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 13px;
  color: #333333;
  height: fit-content !important;
  background: #f9f9f9;
  outline: none;
  min-width: 0;
  text-overflow: ellipsis;
}
/* line 2550, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__copy {
  flex-shrink: 0;
  background: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1 !important;
  height: fit-content !important;
}
/* line 2562, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__copy:hover {
  background: #f0f0f0;
  color: #333333;
}
/* line 2568, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__open {
  display: inline-block;
  padding: 12px 18px;
  background: #FF5747;
  height: fit-content !important;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.15s;
}
/* line 2581, assetic_compassXAvbua.scss */
.gphotos-popup-blocked__open:hover {
  background: #FF5747;
}

/*</editor-fold>*/

/* TABS */
/*
horizontal tabs -> class="tabs" //default: left top, optional: bottom, center, right
vertical tabs -> class="tabs vertical" //default: top left optional: right, center, bottom 
<ul class="tabs">
	<li class="selected"><span>Tab 1</span></li>
	<li><span>Tab 2</span></li>
	<li><span>Tab 3</span></li>
	<li><i class="tab-icon icon-fb"></i><span>Tab 4</span></li> // optional icon
</ul>
*/
/*<editor-fold defaultstate="collapsed" desc="TABS HORIZONTAL">*/
/* line 18, assetic_compasslhi4u1.scss */
.tabs {
  list-style: none;
  padding: 0 10px;
  margin: 2px 0 0 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="TABS HORIZONTAL BOTTOM">*/
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="TABS VERTICAL">*/
  /*</editor-fold >*/
}
/* line 26, assetic_compasslhi4u1.scss */
.tabs.center {
  text-align: center;
}
/* line 29, assetic_compasslhi4u1.scss */
.tabs.right {
  text-align: right;
}
/* line 32, assetic_compasslhi4u1.scss */
.tabs > li {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 0.9em 1.7em;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*        &:hover:after {
              background-color: $blueDeep;
              color: $blueDeep;
          }*/
}
/* line 43, assetic_compasslhi4u1.scss */
.tabs > li:last-child {
  border-right: 1px solid #CCCCCC;
}
/* line 46, assetic_compasslhi4u1.scss */
.tabs > li:after {
  content: "\4e";
  display: block;
  position: absolute;
  font-family: empikfoto;
  font-size: inherit;
  text-align: center;
  line-height: 0.9em;
  width: calc(100% + 2px);
  height: 0.25em;
  background-color: transparent;
  color: transparent;
  top: -0.25em;
  left: -1px;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
}
/* line 66, assetic_compasslhi4u1.scss */
.tabs > li:active:after {
  background-color: #FF5747;
  color: #FF5747;
}
/* line 70, assetic_compasslhi4u1.scss */
.tabs > li.selected {
  background-color: #ffffff;
  font-family: roboto;
  font-weight: bold;
  cursor: default;
}
/* line 75, assetic_compasslhi4u1.scss */
.tabs > li.selected:after {
  background-color: #FF5747;
  color: #FF5747;
}
/* line 79, assetic_compasslhi4u1.scss */
.tabs > li.selected:hover:after {
  background-color: #FF5747;
  color: #FF5747;
}
/* line 83, assetic_compasslhi4u1.scss */
.tabs > li.selected:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  z-index: 1;
}
/* line 95, assetic_compasslhi4u1.scss */
.tabs > li.selected a {
  color: #333333;
}
/* line 99, assetic_compasslhi4u1.scss */
.tabs > li a {
  color: #666666;
}
/* line 103, assetic_compasslhi4u1.scss */
.tabs > li > .tab-icon {
  display: inline-block;
  position: relative;
  right: 0.62em;
  font-size: 2.4em;
  height: 0.16em;
  line-height: 0;
  vertical-align: middle;
}
/* line 111, assetic_compasslhi4u1.scss */
.tabs > li > .tab-icon > span:before {
  font-size: 1em;
}
/* line 117, assetic_compasslhi4u1.scss */
.tabs.bottom {
  margin: 0 0 2px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 121, assetic_compasslhi4u1.scss */
.tabs.bottom > li {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}
/* line 124, assetic_compasslhi4u1.scss */
.tabs.bottom > li:after {
  top: auto;
  bottom: -0.25em;
  transform: rotate(180deg);
}
/* line 129, assetic_compasslhi4u1.scss */
.tabs.bottom > li.selected {
  border-top: none;
  border-bottom: 1px solid transparent;
}
/* line 132, assetic_compasslhi4u1.scss */
.tabs.bottom > li.selected:before {
  top: -1px;
  bottom: 0;
}
/* line 137, assetic_compasslhi4u1.scss */
.tabs.bottom > li:hover {
  border-top: none;
  border-bottom: 1px solid transparent;
}
/* line 145, assetic_compasslhi4u1.scss */
.tabs.vertical {
  padding: 0;
  position: relative;
  margin: 0;
  width: auto;
  height: 100%;
  border: none;
  text-align: left;
  /*</editor-fold >*/
  /*<editor-fold defaultstate="collapsed" desc="TABS VERTICAL RIGHT">*/
}
/* line 153, assetic_compasslhi4u1.scss */
.tabs.vertical:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid #CCCCCC;
}
/* line 163, assetic_compasslhi4u1.scss */
.tabs.vertical.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 168, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 0 2px;
  border-top: none;
  border-bottom: none;
}
/* line 175, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 178, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li:last-child:after {
  bottom: 0;
}
/* line 181, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li:after {
  bottom: -1px;
}
/* line 184, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li:hover {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 188, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li.selected {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 191, assetic_compasslhi4u1.scss */
.tabs.vertical.bottom > li.selected:before {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
/* line 200, assetic_compasslhi4u1.scss */
.tabs.vertical > li {
  display: block;
  left: 19%;
  padding: 0.75em 0.5em;
  height: 2.5em;
  width: 81%;
}
/* line 206, assetic_compasslhi4u1.scss */
.tabs.vertical > li:hover {
  left: 0;
  width: 100%;
}
/* line 209, assetic_compasslhi4u1.scss */
.tabs.vertical > li:hover > span {
  top: 125%;
  opacity: 1;
  visibility: visible;
}
/* line 215, assetic_compasslhi4u1.scss */
.tabs.vertical > li > .tab-icon {
  right: 0.16em;
  font-size: 2.1em;
  height: 0.22em;
  bottom: 1px;
}
/* line 221, assetic_compasslhi4u1.scss */
.tabs.vertical > li:last-child {
  border-right: none;
}
/* line 224, assetic_compasslhi4u1.scss */
.tabs.vertical > li:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: transparent;
  color: transparent;
  border-bottom: 1px solid #CCCCCC;
  top: auto;
  bottom: -1px;
  left: -1px;
  transform: none;
}
/* line 235, assetic_compasslhi4u1.scss */
.tabs.vertical > li > span {
  display: block;
  position: absolute;
  top: 150%;
  right: 1.4em;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px #CCCCCC;
  width: auto;
  height: auto;
  padding: 0.66em 0.9em 0.43em;
  transform: translate(50%, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
/* line 254, assetic_compasslhi4u1.scss */
.tabs.vertical > li > span:hover {
  top: 150% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none;
}
/* line 260, assetic_compasslhi4u1.scss */
.tabs.vertical > li > span:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 7px solid transparent;
}
/* line 274, assetic_compasslhi4u1.scss */
.tabs.vertical > li > span:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #CCCCCC;
  border-left: 7px solid transparent;
}
/* line 289, assetic_compasslhi4u1.scss */
.tabs.vertical > li.selected {
  left: 0;
  font-family: roboto;
  width: 100%;
}
/* line 293, assetic_compasslhi4u1.scss */
.tabs.vertical > li.selected:before {
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  left: auto;
}
/* line 304, assetic_compasslhi4u1.scss */
.tabs.vertical.right {
  margin: 0;
  border: none;
}
/* line 307, assetic_compasslhi4u1.scss */
.tabs.vertical.right:after {
  right: auto;
  left: 0;
}
/* line 311, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li {
  display: block;
  border-left: none;
  border-right: 1px solid #CCCCCC;
  left: auto;
  right: 0;
  text-align: center;
  width: 81%;
}
/* line 319, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li:hover {
  right: 0;
  left: auto;
  width: 100%;
}
/* line 323, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li:hover > .tab-icon {
  right: -0.14em;
  left: auto;
}
/* line 328, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li:last-child {
  border-right: 1px solid #CCCCCC;
  border-left: none;
}
/* line 332, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li:after {
  left: auto;
  right: -1px;
}
/* line 336, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li > span {
  right: auto;
  left: 1.4em;
  transform: translate(-50%, 0);
}
/* line 341, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li > .tab-icon {
  right: 0.14em;
  left: auto;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* line 346, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li.selected {
  right: 0;
  left: auto;
  width: 100%;
}
/* line 350, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li.selected:before {
  right: auto;
  left: 0;
}
/* line 354, assetic_compasslhi4u1.scss */
.tabs.vertical.right > li.selected > .tab-icon {
  right: auto;
  left: 0.14em;
}

@media (max-width: 800px) {
  /* line 369, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tabs {
    margin: 2px 0 5px 0;
    padding: 0;
  }
  /* line 372, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tabs > li {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    width: 100%;
    padding: 0 1.7em;
    height: 40px;
    line-height: 40px;
    position: inherit;
  }
  /* line 380, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tabs > li:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 383, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tabs > li.selected:before {
    display: none;
  }
  /* line 386, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tabs > li a br {
    display: none;
  }
  /* line 392, assetic_compasslhi4u1.scss */
  .rwd-page .boxes .tab img {
    max-width: 100%;
    height: auto;
  }
}
/*</editor-fold >*/

/* POPUPS */
/* line 6, assetic_compassPKt8JU.scss */
.popup {
  width: 580px;
  position: relative;
  max-width: 100%;
  /* Safari 9.0+ */
  /* Safari 7.1+ */
}
/* line 10, assetic_compassPKt8JU.scss */
.popup h3 {
  padding: 0 0 1em 0;
}
/* line 13, assetic_compassPKt8JU.scss */
.popup .statement div {
  border: none;
  background: none !important;
  padding: 0px 0 20px;
  margin: 0;
}
/* line 18, assetic_compassPKt8JU.scss */
.popup .statement div span {
  color: #666666;
}
/* line 23, assetic_compassPKt8JU.scss */
.popup .placeholder label {
  padding-right: 10px;
  text-align: right;
}
/* line 28, assetic_compassPKt8JU.scss */
.popup .user-form {
  width: auto;
  margin: 0;
}
/* line 31, assetic_compassPKt8JU.scss */
.popup .user-form .placeholder:first-child {
  margin-bottom: 20px;
}
/* line 35, assetic_compassPKt8JU.scss */
.popup .action {
  float: right !important;
  margin-bottom: 20px;
  right: 20px;
}
/* line 41, assetic_compassPKt8JU.scss */
.popup _::-webkit-:not(:root:root), .popup .action {
  margin-right: 20px;
}
/* line 45, assetic_compassPKt8JU.scss */
.popup _::-webkit-full-page-media, .popup _:future, .popup :root .action {
  margin-right: 20px;
}
@media only screen and (device-width: 768px) {
  /* line 6, assetic_compassPKt8JU.scss */
  .popup {
    /* For general iPad layouts */
    margin-right: 20px;
  }
}
/* line 52, assetic_compassPKt8JU.scss */
.popup input[type=submit]:disabled, .popup .btn.disable.orange, .popup button.orange:disabled {
  background: #ffe1da;
  cursor: default;
}
/* line 56, assetic_compassPKt8JU.scss */
.popup input[type=submit]:disabled, .popup .btn.disable.black, .popup button.black:disabled {
  background: #EEEEEE;
  cursor: default;
}
/* line 61, assetic_compassPKt8JU.scss */
.popup.reset_password {
  width: 520px;
  height: 200px;
}
/* line 64, assetic_compassPKt8JU.scss */
.popup.reset_password .user-form form {
  margin: 0;
}
/* line 66, assetic_compassPKt8JU.scss */
.popup.reset_password .user-form form label {
  padding-top: 0;
}
/* line 70, assetic_compassPKt8JU.scss */
.popup.reset_password .statement i {
  font-size: 1.7rem !important;
}
/* line 75, assetic_compassPKt8JU.scss */
.popup.new_password {
  height: 340px;
}
/* line 79, assetic_compassPKt8JU.scss */
.popup.change_data {
  height: auto !important;
  position: unset;
}
/* line 82, assetic_compassPKt8JU.scss */
.popup.change_data .user_photo {
  text-align: center;
  border-radius: 50%;
  width: 100%;
  padding: 0.5em 4em 1em 0;
}
/* line 87, assetic_compassPKt8JU.scss */
.popup.change_data .user_photo .img {
  width: 95px;
  height: 95px;
  margin: 0 auto 2em;
  overflow: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
/* line 99, assetic_compassPKt8JU.scss */
.popup.change_data .user_photo .img img {
  height: 100%;
  width: 100%;
}
/* line 104, assetic_compassPKt8JU.scss */
.popup.change_data .user_photo input {
  display: none;
}
/* line 107, assetic_compassPKt8JU.scss */
.popup.change_data .user_photo label {
  float: none;
  color: #ffffff;
}
/* line 112, assetic_compassPKt8JU.scss */
.popup.change_data .photo_info {
  color: #CCCCCC;
  font-size: 1.2rem;
}
/* line 118, assetic_compassPKt8JU.scss */
.popup.newsletter, .popup.telemarketing {
  height: 365px;
}
/* line 121, assetic_compassPKt8JU.scss */
.popup.newsletter .user-form .placeholder .span-mail, .popup.telemarketing .user-form .placeholder .span-mail {
  line-height: 30px;
}
/* line 127, assetic_compassPKt8JU.scss */
.popup.newsletter .user-form .placeholder .newsletter_check input,
.popup.newsletter .user-form .placeholder .telemarketing_check input, .popup.telemarketing .user-form .placeholder .newsletter_check input,
.popup.telemarketing .user-form .placeholder .telemarketing_check input {
  cursor: pointer;
}
/* line 130, assetic_compassPKt8JU.scss */
.popup.newsletter .user-form .placeholder .newsletter_check label,
.popup.newsletter .user-form .placeholder .telemarketing_check label, .popup.telemarketing .user-form .placeholder .newsletter_check label,
.popup.telemarketing .user-form .placeholder .telemarketing_check label {
  width: calc(100% - 20px);
  float: right;
  color: #999999;
  cursor: pointer;
  line-height: 1.3;
}
/* line 138, assetic_compassPKt8JU.scss */
.popup.newsletter .err, .popup.telemarketing .err {
  padding-left: 30px;
}
/* line 141, assetic_compassPKt8JU.scss */
.popup.newsletter .no-left-padding, .popup.telemarketing .no-left-padding {
  padding-left: 0;
}
/* line 146, assetic_compassPKt8JU.scss */
.popup.album {
  height: 120px;
}
/* line 150, assetic_compassPKt8JU.scss */
.popup.album_copy {
  height: 140px;
}
/* line 154, assetic_compassPKt8JU.scss */
.popup.delete_album {
  height: 160px;
}
/* line 156, assetic_compassPKt8JU.scss */
.popup.delete_album .messages span {
  font-size: 1.4rem;
}
/* line 161, assetic_compassPKt8JU.scss */
.popup.photo_name {
  height: 230px;
}
/* line 163, assetic_compassPKt8JU.scss */
.popup.photo_name .photo_name_view {
  width: 130px;
  height: 130px;
  float: left;
  margin: 0 20px 0 0;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
/* line 176, assetic_compassPKt8JU.scss */
.popup.photo_name .photo_name_view img {
  height: 100%;
  width: 100%;
}
/* line 181, assetic_compassPKt8JU.scss */
.popup.photo_name .photo_name_input {
  width: calc(100% - 150px);
  float: left;
  margin-top: 45px;
  font-size: 1.2rem;
}
/* line 189, assetic_compassPKt8JU.scss */
.popup.project-share-email h3 {
  text-align: center;
}
/* line 192, assetic_compassPKt8JU.scss */
.popup.project-share-email .user-form {
  font-size: 1.2rem;
}
/* line 195, assetic_compassPKt8JU.scss */
.popup.project-share-email .user-form .placeholder .label {
  display: block;
}
/* line 198, assetic_compassPKt8JU.scss */
.popup.project-share-email .user-form .placeholder input {
  width: 100%;
}
/* line 202, assetic_compassPKt8JU.scss */
.popup.project-share-email .user-form .action {
  margin-top: 10px;
}
/* line 208, assetic_compassPKt8JU.scss */
.popup .send_comment .element {
  display: block;
  font-size: 1.2rem;
  word-spacing: -3px;
  margin-bottom: 20px;
}
/* line 213, assetic_compassPKt8JU.scss */
.popup .send_comment .element * {
  word-spacing: 0;
}
/* line 216, assetic_compassPKt8JU.scss */
.popup .send_comment .element label {
  width: 80px;
  color: #666666;
  display: inline-block;
}
/* line 221, assetic_compassPKt8JU.scss */
.popup .send_comment .element input, .popup .send_comment .element textarea {
  border-color: #999999;
}
/* line 224, assetic_compassPKt8JU.scss */
.popup .send_comment .element input {
  width: 190px;
  max-width: calc(100% - 80px);
}
/* line 228, assetic_compassPKt8JU.scss */
.popup .send_comment .element textarea {
  width: 440px;
  height: 100px;
  resize: none;
  max-width: calc(100% - 80px);
}
/* line 234, assetic_compassPKt8JU.scss */
.popup .send_comment .element span {
  width: calc(100% - 80px);
}
/* line 236, assetic_compassPKt8JU.scss */
.popup .send_comment .element span a {
  color: #4276cc;
}
/* line 238, assetic_compassPKt8JU.scss */
.popup .send_comment .element span a:hover {
  color: #FF5747;
}
/* line 243, assetic_compassPKt8JU.scss */
.popup .send_comment .element .statement div {
  border: 0 !important;
  background: none !important;
  padding: 10px 15px;
  margin: 20px 0 0 0;
}
/* line 248, assetic_compassPKt8JU.scss */
.popup .send_comment .element .statement div i {
  display: none;
}
/* line 251, assetic_compassPKt8JU.scss */
.popup .send_comment .element .statement div span {
  color: #999999;
  width: 100%;
  padding: 0;
}
/* line 258, assetic_compassPKt8JU.scss */
.popup .send_comment .more_photos {
  margin-left: 80px;
  display: block;
  color: #4276cc;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
/* line 264, assetic_compassPKt8JU.scss */
.popup .send_comment .more_photos:hover {
  color: #FF5747;
}
/* line 267, assetic_compassPKt8JU.scss */
.popup .send_comment .more_photos:after {
  content: '\44';
  color: #FF5747;
  font-size: 2rem;
  font-family: empikfoto;
  position: relative;
  top: 2px;
  left: 7px;
}
/* line 277, assetic_compassPKt8JU.scss */
.popup .send_comment input[type=submit] {
  margin-left: 80px;
}
/* line 280, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating {
  width: 82px;
  display: inline-block;
  top: 3px;
  position: relative;
}
/* line 285, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating label {
  width: auto;
}
/* line 288, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating input.star {
  display: none;
}
/* line 290, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating label.star {
  float: right;
  padding: 2px 3px;
  font-size: 11px;
  color: #CCCCCC;
  width: auto !important;
  cursor: pointer;
}
/* line 299, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating input.star:checked ~ label.star:before {
  content: '\77';
  color: #FF5747;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
/* line 304, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating label.star:hover,
.popup .send_comment .add_rating label.star:hover:before,
.popup .send_comment .add_rating label.star:hover ~ label.star:before {
  color: #ffe1da !important;
}
/* line 310, assetic_compassPKt8JU.scss */
.popup .send_comment .add_rating label.star:before {
  content: '\77';
  font-family: empikfoto;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
/* line 322, assetic_compassPKt8JU.scss */
.popup .js-change-data-error .err {
  color: #dd2626;
}
/* line 325, assetic_compassPKt8JU.scss */
.popup .js-change-data-error.cancel-error {
  padding: 1rem 1.2rem;
  font-family: empikProRegular, roboto;
  font-size: 1.8rem;
}
/* line 332, assetic_compassPKt8JU.scss */
.popup.email-confirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'empikProRegular', 'roboto';
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-size: 18px;
  text-align: center;
}
/* line 344, assetic_compassPKt8JU.scss */
.popup.email-confirmation.box-shadow {
  max-width: 95%;
  margin: 20px auto;
  padding: 12% 10%;
  min-width: 60%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
@media (min-width: 800px) {
  /* line 344, assetic_compassPKt8JU.scss */
  .popup.email-confirmation.box-shadow {
    padding: 5% 15%;
    margin: 40px auto 80px;
  }
}
/* line 357, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__check {
  position: relative;
  background: #5FAD56;
  border-radius: 100%;
  height: 64px;
  width: 64px;
  margin: 0 auto 24px;
}
/* line 364, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__check .check-mark {
  position: absolute;
  transform: rotate(42deg) translate(-50%, -50%);
  left: 35%;
  top: 50%;
  height: 26px;
  width: 18px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
/* line 376, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__error {
  position: relative;
  background: #dd2626;
  border-radius: 100%;
  height: 64px;
  width: 64px;
  margin: 0 auto 24px;
}
/* line 383, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__error .cross-mark {
  position: absolute;
  left: 14.5px;
  top: 12.5px;
}
/* line 388, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__error .cross-mark:before, .popup.email-confirmation .email-confirmation__error .cross-mark:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 40px;
  width: 5px;
  background-color: #ffffff;
}
/* line 396, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__error .cross-mark:before {
  transform: rotate(45deg);
}
/* line 399, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__error .cross-mark:after {
  transform: rotate(-45deg);
}
/* line 407, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__header, .popup.email-confirmation .email-confirmation__description {
  display: inline-block;
}
/* line 411, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__header {
  max-width: 560px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: 'empikProBold', 'roboto';
}
@media (min-width: 800px) {
  /* line 411, assetic_compassPKt8JU.scss */
  .popup.email-confirmation .email-confirmation__header {
    font-size: 26px;
    line-height: 32px;
  }
}
/* line 423, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__sub-header {
  margin-bottom: 24px;
}
/* line 427, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__description {
  max-width: 500px;
  margin-bottom: 32px;
  color: #575757;
}
/* line 432, assetic_compassPKt8JU.scss */
.popup.email-confirmation .email-confirmation__close {
  height: auto;
  font-family: 'empikProBold', 'roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 12px 28px;
  border-radius: 48px;
}

/* line 447, assetic_compassPKt8JU.scss */
.super_star_trek_special .popup {
  margin: 10px auto;
  position: relative !important;
}

/* line 453, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup, #ieNoEditorPopup, #nettoAlert, #nettoAlert {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 460, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup.act, #ieNoEditorPopup.act, .act#nettoAlert, #nettoAlert.act {
  visibility: visible;
  opacity: 1;
  height: auto;
  top: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 467, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup .popup, #ieNoEditorPopup .popup, #nettoAlert .popup, #nettoAlert .popup {
  width: initial;
  text-align: center;
  line-height: 1.3;
}
/* line 472, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup .btn, #ieNoEditorPopup .btn, #nettoAlert .btn, #nettoAlert .btn {
  width: 100%;
}
/* line 475, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup .icon-info-solid, #ieNoEditorPopup .icon-info-solid, #nettoAlert .icon-info-solid, #nettoAlert .icon-info-solid {
  font-size: 120px;
  color: #EEEEEE;
}
/* line 479, assetic_compassPKt8JU.scss */
#rwdNoEditorPopup img, #ieNoEditorPopup img, #nettoAlert img, #nettoAlert img {
  width: 100%;
}

/* line 483, assetic_compassPKt8JU.scss */
#ieNoEditorPopup, #nettoAlert {
  width: 540px;
  height: 0;
  left: calc(50% - 270px);
}
/* line 487, assetic_compassPKt8JU.scss */
#ieNoEditorPopup.act, .act#nettoAlert {
  height: 260px;
  top: calc(50% - 130px);
}
/* line 491, assetic_compassPKt8JU.scss */
#ieNoEditorPopup .popup, #nettoAlert .popup {
  width: 500px;
  overflow: hidden;
}
/* line 495, assetic_compassPKt8JU.scss */
#ieNoEditorPopup a.btn, #nettoAlert a.btn {
  float: left;
  width: 245px;
}
/* line 498, assetic_compassPKt8JU.scss */
#ieNoEditorPopup a.btn.black, #nettoAlert a.btn.black {
  float: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 505, assetic_compassPKt8JU.scss */
  #ieNoEditorPopup, #nettoAlert {
    left: 44%;
  }
  /* line 507, assetic_compassPKt8JU.scss */
  #ieNoEditorPopup.act, .act#nettoAlert {
    height: 260px;
    top: 44%;
  }
}
/* line 514, assetic_compassPKt8JU.scss */
#nettoAlert {
  height: 163px;
}
/* line 517, assetic_compassPKt8JU.scss */
#nettoAlert.act {
  top: calc(50% - 80px);
  left: calc(50% - 250px);
}
/* line 521, assetic_compassPKt8JU.scss */
#nettoAlert .popup {
  padding-top: 40px;
}
/* line 524, assetic_compassPKt8JU.scss */
#nettoAlert a.btn {
  float: none;
}

/* line 529, assetic_compassPKt8JU.scss */
.ui-dialog.ui-widget.email-confirmation-dialog {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
/* line 533, assetic_compassPKt8JU.scss */
.ui-dialog.ui-widget.email-confirmation-dialog + .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 800px) {
  /* line 541, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog .ui-widget-content.ui-dialog-content.user-form {
    padding: 20px 10px;
  }
  /* line 545, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog {
    width: 90% !important;
    height: auto !important;
  }
  /* line 549, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation {
    display: block;
    height: auto !important;
    padding: 40px 20px;
  }
  /* line 554, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation__check {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 559, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation__header, .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation__description {
    display: inline-block;
    font-family: 'empikProRegular';
  }
  /* line 564, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation__header {
    font-family: 'empikProBold';
    line-height: 24px;
    font-size: 20px;
  }
  /* line 570, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .email-confirmation__description {
    font-size: 15px;
  }
  /* line 575, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.email-confirmation-dialog .ui-dialog-titlebar-close {
    box-shadow: none;
  }
  /* line 580, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.social-register-dialog {
    overflow-y: unset;
  }
  /* line 583, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.social-register-dialog .ui-dialog-titlebar-close {
    box-shadow: none;
  }
  /* line 587, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.social-register-dialog .rodo-form.user-form-editor {
    margin-left: 0;
  }
  /* line 590, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.social-register-dialog .rodo-form.user-form-editor .dialog-body-container.popup {
    position: relative;
  }
  /* line 593, assetic_compassPKt8JU.scss */
  .rwd-page .ui-dialog.ui-widget.social-register-dialog .rodo-form.user-form-editor .dialog-body-container.popup .action {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  /* line 603, assetic_compassPKt8JU.scss */
  .rwd-page .popup {
    max-width: 100%;
  }
  /* line 605, assetic_compassPKt8JU.scss */
  .rwd-page .popup .btn {
    text-align: center;
  }
  /* line 608, assetic_compassPKt8JU.scss */
  .rwd-page .popup input[type=text] {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  /* line 614, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element {
    font-size: 1.4rem;
  }
  /* line 616, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element label {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 620, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element input {
    width: 100%;
    max-width: 100%;
  }
  /* line 624, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element textarea {
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 631, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element span {
    width: 100%;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  /* line 635, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element span a {
    color: #4276cc;
  }
  /* line 639, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element .statement div {
    padding: 10px 15px;
    text-align: center;
  }
  /* line 644, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element.rate label {
    width: auto;
    display: inline-block;
  }
  /* line 648, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element.rate .add_rating {
    width: 220px;
    top: 7px;
  }
  /* line 651, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment .element.rate .add_rating label.star {
    margin: 0 10px;
    padding: 0;
    font-size: 25px;
  }
  /* line 659, assetic_compassPKt8JU.scss */
  .rwd-page .popup .send_comment input[type=submit] {
    width: 100%;
    margin-left: 0;
  }
  /* line 664, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  /* line 668, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .user-form {
    overflow-y: hidden;
    height: auto;
    margin-top: 20px;
  }
  /* line 672, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .user-form form {
    margin: 0;
  }
  /* line 674, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .user-form form .span-1-of-3, .rwd-page .popup.photo-importer.reset_password .user-form form .span-2-of-3 {
    width: 100%;
  }
  /* line 677, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .user-form form .action {
    width: 100%;
  }
  /* line 680, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .user-form form .btn {
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin: 5px 0;
  }
  /* line 688, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .statement {
    margin-top: 20px;
  }
  /* line 690, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo-importer.reset_password .statement i {
    font-size: 1.7rem !important;
  }
  /* line 697, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo_name .photo_name_view {
    margin: 0 calc(50% - 65px);
  }
  /* line 700, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo_name .photo_name_input {
    display: block;
    width: 100%;
  }
  /* line 703, assetic_compassPKt8JU.scss */
  .rwd-page .popup.photo_name .photo_name_input input[type=text] {
    margin: 20px 0;
    width: 100%;
  }
  /* line 709, assetic_compassPKt8JU.scss */
  .rwd-page .popup .action {
    float: none;
    width: 100%;
  }
  /* line 712, assetic_compassPKt8JU.scss */
  .rwd-page .popup .action button, .rwd-page .popup .action .btn {
    width: calc(50% - 5px);
    float: left;
  }
  /* line 715, assetic_compassPKt8JU.scss */
  .rwd-page .popup .action button:nth-child(2), .rwd-page .popup .action .btn:nth-child(2) {
    float: right;
  }
  /* line 720, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data, .rwd-page .popup.new_password, .rwd-page .popup.newsletter, .rwd-page .popup.telemarketing, .rwd-page .popup.project-name {
    height: 100% !important;
    overflow-y: auto;
    box-sizing: border-box;
  }
  /* line 725, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder, .rwd-page .popup.new_password .user-form .placeholder, .rwd-page .popup.newsletter .user-form .placeholder, .rwd-page .popup.telemarketing .user-form .placeholder, .rwd-page .popup.project-name .user-form .placeholder {
    margin-bottom: 10px;
  }
  /* line 727, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder .span-2-of-3, .rwd-page .popup.new_password .user-form .placeholder .span-2-of-3, .rwd-page .popup.newsletter .user-form .placeholder .span-2-of-3, .rwd-page .popup.telemarketing .user-form .placeholder .span-2-of-3, .rwd-page .popup.project-name .user-form .placeholder .span-2-of-3 {
    padding-right: 0;
  }
  /* line 729, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder .span-2-of-3 .user_photo, .rwd-page .popup.new_password .user-form .placeholder .span-2-of-3 .user_photo, .rwd-page .popup.newsletter .user-form .placeholder .span-2-of-3 .user_photo, .rwd-page .popup.telemarketing .user-form .placeholder .span-2-of-3 .user_photo, .rwd-page .popup.project-name .user-form .placeholder .span-2-of-3 .user_photo {
    padding: 0;
  }
  /* line 731, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder .span-2-of-3 .user_photo label, .rwd-page .popup.new_password .user-form .placeholder .span-2-of-3 .user_photo label, .rwd-page .popup.newsletter .user-form .placeholder .span-2-of-3 .user_photo label, .rwd-page .popup.telemarketing .user-form .placeholder .span-2-of-3 .user_photo label, .rwd-page .popup.project-name .user-form .placeholder .span-2-of-3 .user_photo label {
    line-height: 40px;
    float: none;
  }
  /* line 737, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder label, .rwd-page .popup.new_password .user-form .placeholder label, .rwd-page .popup.newsletter .user-form .placeholder label, .rwd-page .popup.telemarketing .user-form .placeholder label, .rwd-page .popup.project-name .user-form .placeholder label {
    text-align: left;
    float: left;
  }
  /* line 741, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder input:not([type="checkbox"]), .rwd-page .popup.new_password .user-form .placeholder input:not([type="checkbox"]), .rwd-page .popup.newsletter .user-form .placeholder input:not([type="checkbox"]), .rwd-page .popup.telemarketing .user-form .placeholder input:not([type="checkbox"]), .rwd-page .popup.project-name .user-form .placeholder input:not([type="checkbox"]) {
    height: 40px;
    width: 100%;
  }
  /* line 746, assetic_compassPKt8JU.scss */
  .rwd-page .popup.change_data .user-form .placeholder .newsletter_check input[type="checkbox"], .rwd-page .popup.new_password .user-form .placeholder .newsletter_check input[type="checkbox"], .rwd-page .popup.newsletter .user-form .placeholder .newsletter_check input[type="checkbox"], .rwd-page .popup.telemarketing .user-form .placeholder .newsletter_check input[type="checkbox"], .rwd-page .popup.project-name .user-form .placeholder .newsletter_check input[type="checkbox"] {
    float: left;
  }
  /* line 754, assetic_compassPKt8JU.scss */
  .rwd-page #nettoAlert {
    left: 0;
    top: -100%;
  }
  /* line 758, assetic_compassPKt8JU.scss */
  .rwd-page .act#nettoAlert {
    top: 0;
    left: 0;
  }
  /* line 761, assetic_compassPKt8JU.scss */
  .rwd-page .act#nettoAlert .popup {
    padding-top: 100px;
    width: calc(100% - 40px);
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-07-08, 11:40:58
    Author     : Krzysztof Ostrowski <krzysztof.ostrowski@empik.com>
*/
/* line 14, assetic_compassxCye0Q.scss */
svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
/* line 20, assetic_compassxCye0Q.scss */
svg image.imageGrayedOut {
  opacity: 0.4;
}

/* style dla jcropa */
/* line 26, assetic_compassxCye0Q.scss */
.jcrop-holder {
  direction: ltr;
  text-align: left;
  margin: 0 auto;
}

/* Selection Border */
/* line 32, assetic_compassxCye0Q.scss */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff;
  font-size: 0;
  position: absolute;
}

/* line 39, assetic_compassxCye0Q.scss */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 43, assetic_compassxCye0Q.scss */
.jcrop-vline.right {
  right: 0;
}

/* line 46, assetic_compassxCye0Q.scss */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 50, assetic_compassxCye0Q.scss */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 54, assetic_compassxCye0Q.scss */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 65, assetic_compassxCye0Q.scss */
.jcrop-handle {
  background-color: red;
  border: 1px red solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 72, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 78, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 84, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 90, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 96, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 102, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 108, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 114, assetic_compassxCye0Q.scss */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 121, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 126, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 131, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 134, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 138, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 142, assetic_compassxCye0Q.scss */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 147, assetic_compassxCye0Q.scss */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 153, assetic_compassxCye0Q.scss */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 161, assetic_compassxCye0Q.scss */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 167, assetic_compassxCye0Q.scss */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 175, assetic_compassxCye0Q.scss */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 180, assetic_compassxCye0Q.scss */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* line 185, assetic_compassxCye0Q.scss */
.jcropper-holder {
  border: 1px #bbb solid;
}

/* line 188, assetic_compassxCye0Q.scss */
.jc-demo-box {
  text-align: left;
  margin: 2em auto;
  background: white;
  border: 1px #bbb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 1em 2em 2em;
}

/* line 201, assetic_compassxCye0Q.scss */
form {
  margin: 1.5em 0;
}

/* line 204, assetic_compassxCye0Q.scss */
form.coords label {
  margin-right: 1em;
  font-weight: bold;
  color: #900;
}

/* line 209, assetic_compassxCye0Q.scss */
form.coords input {
  width: 3em;
}

/* line 212, assetic_compassxCye0Q.scss */
.ui-widget-overlay {
  opacity: 0.80;
  filter: alpha(opacity=70);
}

/* line 216, assetic_compassxCye0Q.scss */
.jc-dialog {
  padding-top: 1em;
}

/* line 219, assetic_compassxCye0Q.scss */
.ui-dialog p tt {
  color: yellow;
}

/* line 222, assetic_compassxCye0Q.scss */
.jcrop-light .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #999;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 15px #999;
  /* Safari, Chrome */
  box-shadow: 0px 0px 15px #999;
  /* CSS3 */
}

/* line 233, assetic_compassxCye0Q.scss */
.jcrop-dark .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #000;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 15px #000;
  /* Safari, Chrome */
  box-shadow: 0px 0px 15px #000;
  /* CSS3 */
}

/* line 244, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-e {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

/* line 248, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-w {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

/* line 252, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-nw {
  -webkit-border-bottom-right-radius: 0px;
}

/* line 255, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-ne {
  -webkit-border-bottom-left-radius: 0px;
}

/* line 258, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-sw {
  -webkit-border-top-right-radius: 0px;
}

/* line 261, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-se {
  -webkit-border-top-left-radius: 0px;
}

/* line 264, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-s {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}

/* line 268, assetic_compassxCye0Q.scss */
.jcrop-fancy .jcrop-handle.ord-n {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

/* line 272, assetic_compassxCye0Q.scss */
.description {
  margin: 16px 0;
}

/* line 275, assetic_compassxCye0Q.scss */
.jcrop-droptarget canvas {
  background-color: #f0f0f0;
}

/*.jcrop-holder div .jcrop-tracker {
    border:10px solid pink;
}*/
/* line 283, assetic_compassxCye0Q.scss */
.testPanel {
  background: #eee;
}

/* line 287, assetic_compassxCye0Q.scss */
.preload {
  visibility: hidden;
  height: 0;
}

/* line 292, assetic_compassxCye0Q.scss */
.column-content {
  position: relative;
}

/* line 296, assetic_compassxCye0Q.scss */
h1.likeH2 {
  font-weight: 300;
  padding: 0;
  margin: 10px 0 26px;
  font-size: 2.4rem;
}

/* line 302, assetic_compassxCye0Q.scss */
.hideTest {
  display: block;
}

/* line 306, assetic_compassxCye0Q.scss */
.higherPrice {
  color: #CCCCCC !important;
  text-decoration: line-through !important;
}

/* line 311, assetic_compassxCye0Q.scss */
.pagination a.disabled {
  visibility: hidden;
}

/* line 316, assetic_compassxCye0Q.scss */
.statement span.withoutPaddingLeft {
  padding-left: 0 !important;
}

@media (max-width: 800px) {
  /* line 324, assetic_compassxCye0Q.scss */
  .rwd-page h1.likeH2 {
    padding: 0 10px;
    font-size: 1.6rem;
    margin: 10px 0;
  }
}

/* CIRCULAR PROGRESS */
/* SAMPLE DOM:
<div class="circular-progress p30">1</div>
*/
/* line 10, assetic_compassUa65fP.scss */
.circular-progress {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #FF5747;
  font-size: 1.2rem;
  text-align: center;
  z-index: 1;
}
/* line 20, assetic_compassUa65fP.scss */
.circular-progress:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(42px - 4px);
  height: calc(42px - 4px);
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  z-index: -1;
}
/* line 34, assetic_compassUa65fP.scss */
.circular-progress.p0 {
  background: #CCCCCC;
}
/* line 37, assetic_compassUa65fP.scss */
.circular-progress.p5 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(108deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(108deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 41, assetic_compassUa65fP.scss */
.circular-progress.p10 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(126deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(126deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 45, assetic_compassUa65fP.scss */
.circular-progress.p15 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(144deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(144deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 49, assetic_compassUa65fP.scss */
.circular-progress.p20 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(162deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(162deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 53, assetic_compassUa65fP.scss */
.circular-progress.p25 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(180deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(180deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 57, assetic_compassUa65fP.scss */
.circular-progress.p30 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(198deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(198deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 61, assetic_compassUa65fP.scss */
.circular-progress.p35 {
  background: linear-gradient(70deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(181deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(70deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(181deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 65, assetic_compassUa65fP.scss */
.circular-progress.p40 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(234deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(234deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 69, assetic_compassUa65fP.scss */
.circular-progress.p45 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(252deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(252deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 73, assetic_compassUa65fP.scss */
.circular-progress.p50 {
  background: linear-gradient(-90deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-90deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 77, assetic_compassUa65fP.scss */
.circular-progress.p55 {
  background: linear-gradient(-72deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-72deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 81, assetic_compassUa65fP.scss */
.circular-progress.p60 {
  background: linear-gradient(-54deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-54deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 85, assetic_compassUa65fP.scss */
.circular-progress.p65 {
  background: linear-gradient(-36deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-36deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 89, assetic_compassUa65fP.scss */
.circular-progress.p70 {
  background: linear-gradient(-180deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(110deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-180deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(110deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 93, assetic_compassUa65fP.scss */
.circular-progress.p75 {
  background: linear-gradient(0deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(0deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 97, assetic_compassUa65fP.scss */
.circular-progress.p80 {
  background: linear-gradient(18deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(18deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 101, assetic_compassUa65fP.scss */
.circular-progress.p85 {
  background: linear-gradient(36deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(36deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 105, assetic_compassUa65fP.scss */
.circular-progress.p90 {
  background: linear-gradient(54deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(54deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 109, assetic_compassUa65fP.scss */
.circular-progress.p95 {
  background: linear-gradient(72deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(72deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}
/* line 113, assetic_compassUa65fP.scss */
.circular-progress.p100 {
  background: #FF5747;
}
