/* 0, 640px *//* 641px, 1024px *//* 1025px, 1440px *//* 1441px, 1920px *//* 1921px *//***** DEFAULT LAYOUT SETTINGS *****/html, body {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #222;
  text-decoration: none;
  outline: none;
}
a:hover, a:active, a:focus {
  color: #27032b;
}
img {
  outline: none;
}
/* dropdown pip */.f-dropdown:before, .f-dropdown:after {
  border: none;
}
.row {
  max-width: 1050px;
}
.row.fullWidth {
  max-width: none;
}
.wrapper {
  max-width: 1050px;
  margin: auto;
}
hr {
  display: block;
  height: 18px;
  background-image: url(../images/hr.png);
  background-position: center top;
  background-repeat: repeat-x;
  border: none;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 28px;
  margin: 30px 0;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 400;
}
h3 {
  font-size: 20px;
  margin: 40px 0 0 0;
  font-weight: 300;
  text-align: center;
}
h4 {
  font-size: 26px;
  color: #ababab;
  font-style: italic;
  font-weight: 300;
  margin: 40px 0 0px 0;
}
table {
  border: none;
}
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
    text-align: center;
  }
  p {
    font-size: 0.8em;
  }
}
h1 {
  text-align: center;
  text-transform: uppercase;
  background-image: url(../images/headerbg.png);
  background-position: center center;
  background-repeat: repeat-x;
}
h1 span {
  background-color: white;
  padding: 0 20px;
  font-weight: 300;
  font-size: 28px;
}
h1 span strong {
  font-weight: 400;
}
@media only screen and (max-width: 40em) {
  h1 {
    background-image: none;
  }
  h1 span {
    padding: 0;
  }
}
h2.line {
  text-align: center;
  text-transform: uppercase;
  background-image: url(../images/headerbg.png);
  background-position: center center;
  background-repeat: repeat-x;
}
h2.line span {
  background-color: white;
  padding: 0 20px;
  font-weight: 300;
  font-size: 22px;
}
h2.line span strong {
  font-weight: 400;
}
@media only screen and (max-width: 40em) {
  h2.line {
    background-image: none;
  }
  h2.line span {
    padding: 0;
  }
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  opacity: 0.5;
  content: "";
}
.links {
  height: 30px;
  overflow: hidden;
  background-color: #eaeaea;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.links ul li {
  line-height: 30px;
  display: inline-block;
  /*border-right: 1px solid #fff; border-left: 1px solid #DADADA;*/
}
.links ul li a {
  color: #222;
  font-weight: 300;
  font-size: 12px;
  padding: 0 10px;
}
.links ul li:after {
  content: "|";
  font-size: 12px;
  color: #b1b1b1;
}
.links ul li:last-of-type:after {
  content: "";
  font-size: 0px;
}
.links ul li:not(.first):not(.last):hover {
  /*background-color: $secondary-color; border-right-color: $secondary-color;*/
}
.links ul li:not(.first):not(.last):hover a {
  color: #27032b;
}
/***** HEADER *****/header#top {
  line-height: 80px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
header#top .logo .jadi {
  width: 80px;
  height: 80px;
  background-color: #27032b;
  float: left;
  background-image: url(../images/jadi.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
header#top .basket {
  font-size: 35px;
  line-height: 70px;
  border-left: 1px dotted lightgray;
  position: relative;
}
header#top .basket a.basket-bg {
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  transition: 0.5s;
  background-image: url(../images/kosik.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}
header#top .basket a.basket-bg:hover {
  opacity: 1;
}
header#top .basket:hover a.basket-bg {
  opacity: 1;
}
header#top .basket.active a.basket-bg {
  opacity: 1;
}
header#top .basket a.count {
  position: absolute;
  top: -4px;
  left: 27px;
  padding: 0;
  width: auto;
  height: auto;
}
header#top img {
  outline: none;
}
header#top nav {
  height: 80px;
}
header#top nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
header#top nav > ul > li {
  display: block;
  float: left;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
}
header#top nav > ul > li.active > a, header#top nav > ul > li:hover {
  color: #27032b;
}
header#top nav > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  color: #222;
}
header#top nav > ul > li > a:hover {
  color: #27032b;
}
header#top nav > ul > li > ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  border: none !important;
}
header#top nav > ul > li > ul > li {
  padding: 3px 0;
}
header#top nav > ul > li > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
}
header#top nav.submenu ul {
  margin-top: 10px;
}
@media only screen and (max-width: 40em) {
  header#top .basket {
    border-left: none;
    text-align: right;
  }
  header#top nav {
    min-height: 80px;
  }
  header#top nav > ul {
    display: block;
    margin-bottom: 20px;
  }
  header#top nav > ul > li {
    min-width: 33%;
    height: 30px;
    line-height: 15px;
    display: inline-block;
  }
  header#top nav > ul > li > a {
    padding: 0;
  }
}
@media only screen and (max-width: 40em) {
  header#top #logo {
    text-align: center;
    /*box-shadow: 0px 5px 5px rgba(0,0,0,0.2);*/
  }
  nav {
    height: auto;
  }
  nav > ul {
    display: block;
  }
  nav > ul > li {
    float: none;
    text-align: center;
    height: auto;
    line-height: normal;
    padding: 1em 0;
  }
  nav > ul > li > ul {
    box-shadow: none;
    font-size: 0.8em;
    margin-top: 1em;
  }
  nav > ul > li > ul > li {
    text-align: center;
  }
}
/***** HP: BANNER *****/.shadow {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#banner {
  box-shadow: 0px 5px 5px #ccc;
  position: relative;
  margin-bottom: 20px;
}
#banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/***** PRODUCT BANNER *****/#bannerGallery li {
  list-style: none;
}
#bannerGallery div.columns {
  height: 450px;
}
#bannerGallery div.columns.img {
  line-height: 450px;
}
#bannerGallery div.desc {
  height: 260px;
  padding-top: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
#bannerGallery div.desc strong {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
}
#bannerGallery div.hr {
  height: 1px;
  border-bottom: 1px solid #888;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
#bannerGallery div.price {
  font-size: 22px;
  font-weight: 300;
  float: left;
  width: 30%;
  line-height: 52px;
}
#bannerGallery div.moreinfo {
  font-size: 18px;
  float: right;
  width: 65%;
  text-align: right;
}
#bannerGallery div.moreinfo a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #eaeaea;
  color: #222;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 300;
  margin-top: 5px;
}
#bannerGallery div.moreinfo a:hover {
  background-color: #222;
  color: #eaeaea;
}
/***** LAYOUT *****/section#content {
  /* product filter */
  /* product box */
  /**** DETAIL PRODUKTU *****/
}
section#content .hp_slogan {
  text-transform: uppercase;
}
section#content div.article {
  margin-top: 20px;
}
section#content a {
  font-weight: 600;
}
section#content nav li {
  text-transform: none;
  font-size: 16px;
}
section#content nav li a {
  font-weight: 400;
}
section#content .submenu span {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
}
section#content .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section#content .submenu ul li {
  display: inline-block;
}
section#content .submenu ul li a {
  color: #222;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
section#content .submenu ul li a.active, section#content .submenu ul li a:hover {
  background-color: #eaeaea;
}
@media only screen and (max-width: 40em) {
  section#content .submenu span {
    display: block;
    float: none;
  }
  section#content .submenu ul li {
    width: 33%;
    text-align: center;
  }
  section#content .submenu ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
}
section#content .filter {
  text-align: center;
  font-size: 0;
}
section#content .filter span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
section#content .filter a {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background-color: #e9e9e9;
  color: #353535;
  margin: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 300;
}
section#content .filter a.active {
  background-color: #353535;
  color: #e9e9e9;
}
section#content .filter a:hover:not(.active) {
  background-color: #7b7b7b;
  color: #e9e9e9;
}
section#content .filter.gender a {
  width: auto;
  padding: 0 10px;
}
section#content .filter.colors a {
  width: 30px;
  height: 30px;
  border: 3px solid #e9e9e9;
  line-height: 24px;
}
section#content .filter.colors a.active {
  border-color: #353535;
}
section#content .filter.colors a:hover {
  background-color: inherit;
  color: #7b7b7b;
  background-color: #e9e9e9;
}
section#content .filter.colors a:hover:not(.active) {
  border-color: #7b7b7b;
}
section#content .filter.colors a .multicolor {
  overflow: hidden;
  background: #ffff32;
  background: linear-gradient(45deg, #fff722, #fff722);
  min-height: 100%;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
section#content .filter.colors a .multicolor:before, section#content .filter.colors a .multicolor:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
section#content .filter.colors a .multicolor:before {
  background: linear-gradient(108deg, #bd00fb, transparent);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.8;
}
section#content .filter.colors a .multicolor:after {
  background: #00f;
  z-index: 3;
  bottom: -96%;
  right: -72%;
  box-shadow: 0 0 35px 10px #05ff01;
  opacity: 1;
  border-radius: 100%;
}
section#content .box {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
section#content .box a {
  font-weight: 400;
}
section#content .box img {
  transition: all 0.2s ease-in-out;
  transform: scale(0.95);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.95, 0.95);
}
section#content .box .desc .price {
  border-top: 1px solid #222;
  padding: 3px 6px;
  margin: 5px auto;
  width: 80%;
}
section#content .box .desc .price .strikethrough {
  position: absolute;
  right: 43px;
  opacity: 0.5;
}
section#content .box.condensed .strikethrough {
  right: 10px !important;
}
section#content .box:hover a {
  color: #27032b;
}
section#content .box:hover .desc .price {
  border-top: 1px solid #27032b;
}
section#content .box:hover img {
  transform: scale(1);
}
section#content .box .box-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
section#content .box .box-image img {
  position: absolute;
  left: 0;
  bottom: 0;
}
section#content .box .box-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section#content .box .box-image > div {
  /*position: absolute;
 width: 100%;
 height: 100%;*/
}
@media only screen and (max-width: 40em) {
  section#content .box {
    height: 90px;
  }
  section#content .box > div.columns {
    padding: 0;
  }
  section#content .box a.img {
    line-height: 100%;
  }
  section#content .box .box-image img {
    position: relative;
  }
  section#content .box .box-image > div {
    display: inline;
  }
  section#content .box .box-image:after {
    display: none;
  }
  section#content .box .image-column {
    padding: 0;
  }
  section#content .box .desc a {
    display: block;
    height: 100%;
  }
  section#content .box .desc a .name {
    text-align: left;
    margin-top: 5px;
  }
  section#content .box .desc a .price {
    text-align: right;
    /*border: none;*/
    margin-top: 10px;
    padding-top: 5px;
    width: auto;
  }
  section#content .box .desc a .price .strikethrough {
    display: none;
  }
  section#content .box .desc a.arrow {
    height: 82px;
    padding: 0;
    line-heigt: 100%;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  section#content .box .desc a.arrow img {
    vertical-align: middle;
    text-align: right;
  }
}
section#content .product-detail h1 {
  background-image: none;
}
section#content .product-detail h2 {
  font-weight: 600;
}
section#content .product-detail .tableHeader {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #27032b;
  color: white;
  padding: 10px 0;
}
section#content .product-detail .prev-photo, section#content .product-detail .next-photo {
  position: absolute;
  top: 220px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/arrow2.png");
  background-size: contain;
  cursor: pointer;
}
section#content .product-detail .prev-photo {
  left: 0;
}
section#content .product-detail .next-photo {
  right: 0;
  background-image: url("../images/arrow.png");
}
section#content .product-detail table {
  width: 100%;
  border: 1px solid #27032b;
}
section#content .product-detail table th.green, section#content .product-detail table td.green {
  color: #84aa26;
  font-weight: 600;
}
section#content .product-detail .longDescription {
  margin-top: 20px;
}
section#content .product-detail .longDescription table {
  border: none;
  text-transform: uppercase;
}
section#content .product-detail .longDescription table tr {
  background-color: transparent !important;
}
section#content .product-detail .longDescription table th, section#content .product-detail .longDescription table td {
  line-height: 25px;
  background-color: transparent !important;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
}
section#content .product-detail .longDescription table th {
  width: 14%;
  font-weight: normal;
}
section#content .product-detail .longDescription table td {
  width: 19%;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  section#content .product-detail .longDescription table th, section#content .product-detail .longDescription table td {
    width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  section#content .product-detail .longDescription table td {
    float: none;
  }
}
section#content .product-detail .longDescription p {
  text-align: justify;
}
section#content .product-detail .itemAdded {
  color: green;
  text-align: center;
}
section#content .product-detail .controls {
  width: 32px;
  height: 32px;
  background-image: url(../images/controls-black.png);
  background-repeat: no-repeat;
  margin: auto;
  opacity: 0.4;
  transition: 0.5s;
  cursor: pointer;
}
section#content .product-detail .controls.up {
  background-position: top;
}
section#content .product-detail .controls.down {
  background-position: bottom;
}
section#content .product-detail .controls.left {
  background-image: url(../images/controls-black2.png);
  background-position: left;
  margin-top: 40px;
}
section#content .product-detail .controls.right {
  background-image: url(../images/controls-black2.png);
  background-position: right;
  margin-top: 40px;
}
section#content .product-detail .controls:hover {
  opacity: 1;
}
section#content .product-detail ul.additional-images {
  list-style: none;
}
section#content .product-detail ul.additional-images li a {
  display: block;
  width: 100px;
  max-width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px;
}
section#content .product-detail ul.additional-images2 {
  list-style: none;
}
section#content .product-detail ul.additional-images2 li a {
  display: block;
  width: 100px;
  max-width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px;
}
section#content .product-detail .viewer360 {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 40em) {
  section#content .product-detail .viewer360 {
    height: 250px;
  }
}
section#content .product-detail .infobox {
  min-height: 40px;
  background-color: #e9e9e9;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}
section#content .product-detail .infobox.manufacturer {
  padding: 10px 20px 30px 20px;
  height: auto;
  background: none;
  border: none;
}
section#content .product-detail .infobox.manufacturer img {
  max-height: 100px;
}
section#content .product-detail .infobox.price strong {
  display: block;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
section#content .product-detail .infobox.price span.recommendedPrice {
  display: block;
  padding: 5px 0 0 0;
}
section#content .product-detail .infobox.price span.strikethrough {
  font-weight: bold;
}
section#content .product-detail .infobox.sizes strong {
  display: block;
  font-size: 14px;
}
section#content .product-detail .infobox.delivery strong {
  color: #84aa26;
  font-size: 16px;
  text-shadow: 1px 1px 1px #fff;
}
section#content .product-detail .infobox.buy {
  padding: 0;
}
section#content .product-detail .infobox.buy .button.buy {
  margin: 0;
  width: 100%;
  background-color: #84aa26;
  font-weight: 400;
  text-shadow: 1px 1px 1px #4c6314;
  border: 1px solid #6d8e1c;
  background-image: url(../images/icon-buy.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  padding: 16px 5px 16px 75px;
}
section#content .product-detail .infobox.buy .button.buy:hover {
  background-color: #27032b;
  border-color: #27032b;
  text-shadow: none;
}
section#content .product-detail .infobox.freeDelivery {
  background-image: url(../images/freedelivery.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  padding: 5px 5px 5px 60px;
  font-size: 10px;
  color: #737373;
}
section#content .product-detail .infobox.exchange {
  background-image: url(../images/exchange.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  padding: 5px 5px 5px 60px;
  font-size: 10px;
  border-bottom: 1px solid #cdcdcd;
  color: #737373;
}
@media (max-width: 1365px) {
  section#content {
    background: none;
  }
}
@media only screen and (max-width: 40em) {
  table {
    width: auto;
    max-width: 100%;
    padding: 0;
    border: none;
  }
  table td {
    float: left;
    width: 100%;
    margin: 0;
  }
  table td select {
    margin-bottom: 0;
  }
}
/***** FOOTER *****/footer {
  color: #222;
}
footer hr {
  background-image: url(../images/hr2.png);
}
footer p {
  font-size: 12px;
}
@media only screen and (max-width: 40em) {
  footer p {
    text-align: center;
  }
  footer .menu-bottom p {
    text-align: center;
  }
  footer .menu-bottom p span {
    display: block;
    visibility: hidden;
    font-size: 0;
  }
}
/***** UTILITIES *****/#map-canvas {
  height: 450px;
  width: 100%;
}
#map-canvas img {
  max-width: none;
}
.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.grayscale {
  transition: 0.5s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
@media only screen and (max-width: 40em) {
  #map-canvas {
    height: 200px;
  }
}
iframe {
  max-width: 100%;
}
