/* 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_compassdl7Mlw.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">*/
}
/* line 26, assetic_compassdl7Mlw.scss */
.tabs.center {
  text-align: center;
}
/* line 29, assetic_compassdl7Mlw.scss */
.tabs.right {
  text-align: right;
}
/* line 32, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs > li:last-child {
  border-right: 1px solid #CCCCCC;
}
/* line 46, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs > li:active:after {
  background-color: #dd2626;
  color: #dd2626;
}
/* line 70, assetic_compassdl7Mlw.scss */
.tabs > li.selected {
  background-color: #ffffff;
  font-family: roboto;
  font-weight: bold;
  cursor: default;
}
/* line 75, assetic_compassdl7Mlw.scss */
.tabs > li.selected:after {
  background-color: #FF5747;
  color: #FF5747;
}
/* line 79, assetic_compassdl7Mlw.scss */
.tabs > li.selected:hover:after {
  background-color: #FF5747;
  color: #FF5747;
}
/* line 83, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs > li.selected a {
  color: #333333;
}
/* line 99, assetic_compassdl7Mlw.scss */
.tabs > li a {
  color: #666666;
}
/* line 103, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs > li > .tab-icon > span:before {
  font-size: 1em;
}
/* line 117, assetic_compassdl7Mlw.scss */
.tabs.bottom {
  margin: 0 0 2px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 121, assetic_compassdl7Mlw.scss */
.tabs.bottom > li {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}
/* line 124, assetic_compassdl7Mlw.scss */
.tabs.bottom > li:after {
  top: auto;
  bottom: -0.25em;
  transform: rotate(180deg);
}
/* line 129, assetic_compassdl7Mlw.scss */
.tabs.bottom > li.selected {
  border-top: none;
  border-bottom: 1px solid transparent;
}
/* line 132, assetic_compassdl7Mlw.scss */
.tabs.bottom > li.selected:before {
  top: -1px;
  bottom: 0;
}
/* line 137, assetic_compassdl7Mlw.scss */
.tabs.bottom > li:hover {
  border-top: none;
  border-bottom: 1px solid transparent;
}
/* line 145, assetic_compassdl7Mlw.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_compassdl7Mlw.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_compassdl7Mlw.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_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs.vertical.bottom > li {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 178, assetic_compassdl7Mlw.scss */
.tabs.vertical.bottom > li:last-child:after {
  bottom: 0;
}
/* line 181, assetic_compassdl7Mlw.scss */
.tabs.vertical.bottom > li:after {
  bottom: -1px;
}
/* line 184, assetic_compassdl7Mlw.scss */
.tabs.vertical.bottom > li:hover {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 188, assetic_compassdl7Mlw.scss */
.tabs.vertical.bottom > li.selected {
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
}
/* line 191, assetic_compassdl7Mlw.scss */
.tabs.vertical.bottom > li.selected:before {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
/* line 200, assetic_compassdl7Mlw.scss */
.tabs.vertical > li {
  display: block;
  left: 19%;
  padding: 0.75em 0.5em;
  height: 2.5em;
  width: 81%;
}
/* line 206, assetic_compassdl7Mlw.scss */
.tabs.vertical > li:hover {
  left: 0;
  width: 100%;
}
/* line 209, assetic_compassdl7Mlw.scss */
.tabs.vertical > li:hover > span {
  top: 125%;
  opacity: 1;
  visibility: visible;
}
/* line 215, assetic_compassdl7Mlw.scss */
.tabs.vertical > li > .tab-icon {
  right: 0.16em;
  font-size: 2.1em;
  height: 0.22em;
  bottom: 1px;
}
/* line 221, assetic_compassdl7Mlw.scss */
.tabs.vertical > li:last-child {
  border-right: none;
}
/* line 224, assetic_compassdl7Mlw.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_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs.vertical > li > span:hover {
  top: 150% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none;
}
/* line 260, assetic_compassdl7Mlw.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_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs.vertical > li.selected {
  left: 0;
  font-family: roboto;
  width: 100%;
}
/* line 293, assetic_compassdl7Mlw.scss */
.tabs.vertical > li.selected:before {
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  left: auto;
}
/* line 304, assetic_compassdl7Mlw.scss */
.tabs.vertical.right {
  margin: 0;
  border: none;
}
/* line 307, assetic_compassdl7Mlw.scss */
.tabs.vertical.right:after {
  right: auto;
  left: 0;
}
/* line 311, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs.vertical.right > li:hover {
  right: 0;
  left: auto;
  width: 100%;
}
/* line 323, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li:hover > .tab-icon {
  right: -0.14em;
  left: auto;
}
/* line 328, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li:last-child {
  border-right: 1px solid #CCCCCC;
  border-left: none;
}
/* line 332, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li:after {
  left: auto;
  right: -1px;
}
/* line 336, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li > span {
  right: auto;
  left: 1.4em;
  transform: translate(-50%, 0);
}
/* line 341, assetic_compassdl7Mlw.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_compassdl7Mlw.scss */
.tabs.vertical.right > li.selected {
  right: 0;
  left: auto;
  width: 100%;
}
/* line 350, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li.selected:before {
  right: auto;
  left: 0;
}
/* line 354, assetic_compassdl7Mlw.scss */
.tabs.vertical.right > li.selected > .tab-icon {
  right: auto;
  left: 0.14em;
}

/*</editor-fold >*/


.product_description .graphic_tab {
  position: relative;
}
/* line 619, ass2940.tmp.scss */
.product_description .graphic_tab h3 {
  margin: 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #CCCCCC;
  font-weight: 300;
}
/* line 625, ass2940.tmp.scss */
.product_description .graphic_tab .tabs {
  position: absolute;
  bottom: 15px;
  border: none;
  right: 70px;
  text-align: right;
}
/* line 631, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li {
  padding: 0 1rem;
  border: none;
  background: none;
}
/* line 635, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li:after, .product_description .graphic_tab .tabs li:before {
  display: none;
}
/* line 639, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li.selected a:after {
  border: 3px solid #FF5747;
  content: '';
  height: calc(100% + -4px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + -4px);
}
/* line 648, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li.selected a:before {
  border-color: transparent transparent #FF5747;
  border-style: solid;
  border-width: 9px 14px;
  content: "";
  left: calc(50% - 14px);
  position: absolute;
  top: -17px;
}
/* line 659, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li.selected a:before, .product_description .graphic_tab .tabs li:hover a:before {
  width: auto;
  background-color: transparent;
}
/* line 663, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li.selected a:after, .product_description .graphic_tab .tabs li:hover a:after {
  background-color: transparent;
}
/* line 668, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li a {
  border: 1px solid #000000;
  padding: 0;
  background: #ffffff;
  width: 7em;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #000000;
  margin-left: -1px;
  height: 7em;
  text-align: center;
  align-items: center;
  cursor: pointer;
  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;
  position: relative;
}
/* line 688, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li a:after {
  left: 0;
}
/* line 692, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li a:hover:after {
  border: 3px solid #FF5747;
  content: '';
  height: calc(100% + -4px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + -4px);
}
/* line 702, ass2940.tmp.scss */
.product_description .graphic_tab .tabs li a img {
  max-height: 80%;
  max-width: 80%;
}
/* line 709, ass2940.tmp.scss */
.product_description .graphic_tab.tab_photo_book .tabs {
  border: none;
  right: 16px;
  text-align: left;
}

@media (max-width: 600px) {
  .rwd-page .product_description .graphic_tab {
    padding-bottom: 60px;
  }
  .rwd-page .product_description .graphic_tab .tabs {
    width: 100%;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
  }
  .rwd-page .product_description .graphic_tab .tabs li {
    padding: 0 5px;
    width: auto;
    height: auto;
    line-height: normal;
  }
  .rwd-page .product_description .graphic_tab .tabs li a {
    width: 50px;
    height: 50px;
  }
}