body {
    background: #f5f5f5
}
/* Headline */

.headline {
    padding: 15px 20px 0 25px;
}
.breadcrumbs {
    display: inline-block;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 0 0 10px;
    position: relative;
    font-size: 11px;
}
.breadcrumbs li:first-child {
    padding: 0;
}
.breadcrumbs li:before {
    content: "/";
    color: #000;
    margin: 0 0px 0 -5px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.breadcrumbs li:last-child:before {
    margin: 0 0 2px -3px;
}
.breadcrumbs li:first-child:before {
    content: " ";
    margin: 0;
}
.breadcrumbs h1 {
    font-weight: 100;
    margin: 0;
}
.products {
    margin-left: 200px;
    padding: 20px 0;
}
.page-descriptions {
    margin: 5px 0px 30px -200px;
}
.page-descriptions h2 {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
.grid-items-wrap {
    float: left;
    width: 100%;
}
.grid-itens {
    padding-top: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0px 50px 10px;
    margin-right: 20px;
}


.products .item {
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    min-height: 380px;
    overflow: hidden;
    width: 23.5%;
    float: left;
    margin: 0 14px 5px 0px;
    border: 2px solid transparent;
}


@media screen and (max-width: 1000px){
  .products .item {
    width: 30%;
    margin: 0 10px 50px;
  }
  .products .item .product-image {
    width: 90%;
  }
}

@media screen and (max-width: 1200px){
  .products .item {
    width: 22%;
    min-height: 355px;
    margin: 0 10px 10px;
  }
  .products .item .product-image {
    width: 88%;
  }
  .item .go-to-store {
    background-image: none!important;
  }
}

@media screen and (max-width: 1100px){
  .products .item {
    width: 22%;
    min-height: 340px;
    margin: 0 10px 0px;
  }
  .products .item .product-image {
    width: 90%;
  }
  .item .go-to-store {
    background-image: none!important;
  }
}


@media screen and (max-width: 1060px){
  .products .item {
    width: 30%;
    margin: 0 10px 10px;
    min-height: 380px;
  }
  .item .go-to-store {
    background-image: none!important;
  }
}

.products .item .product-image {
    margin: 10px 0 0 0;
    cursor: pointer;
}
.products .item:hover {
    border-color: #090909;
}
/* item */

.item .brand-name {
    display: inline-block;
    text-align: center;
    font-weight: 300!important;
    padding: 0 5px;
}
.item .item-title {
    display: block;
    text-align: center;
    padding: 15px 30px 10px 30px;
    font-size: .8em;
    margin: 0 0 8px 0;
    font-weight: 400;
    min-height: 29px;
    max-height: 29px;
    overflow: hidden;
}
.item .item-price {
    display: block;
    text-align: center;
    font-weight: 700;
}
.item.product-promo .real {
    background-color: #F9FF00;
}

.item .real {
    display: inline-block;
        padding: 2px 5px;
}
.item .price {
    display: inline-block;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 12px;
}
.item .dash-price {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 12px;
}
.item .off-value {
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
    font-size: 12px;
}
.item .title {
    display: inline;
    text-align: center;
}
.item .store-name {
    display: inline-block;
    text-align: center;
    padding: 2px 0px 5px 0;
    margin: 5px 0 10px 0;
    font-size: .7em;
    font-weight: 700;
}
.item:hover .free-ship {
    display: none;
}
.item .free-ship {
    font-size: 9px;
    display: inline-block;
    border: 1px solid #090909;
    padding: 3px;
    color: #090909
}
.item .go-to-store {
    position: absolute;
    padding: 7px 15px;
    display: none;
    text-align: center;
    width: 80%;
    font-size: 12px;
    margin: 0 0 15px 22px;
    bottom: 0;
    left: 0;
    font-weight: 100;
    color: #fff;
    background: #090909 url(../img/store-arrow.svg) no-repeat 140px center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.item .go-to-store:hover {
    background-position: 150px center;
    background-image: url(../img/store-arrow-black.svg);
    background-color: #F9FF00;
    color: #000;
}
.item:hover .go-to-store {
    display: block;
    cursor: pointer;
}
.websites-select {
    display: block;
    text-align: center;
    margin: 0 0 65px 0;
    clear: both
}
.websites-select ul {
    display: inline-block;
}
.websites-select li {
    display: inline-block;
    position: relative;
    width: 160px;
    margin: 0 5px 0;
}
.websites-select li a {
    display: block;
    border: 2px solid #090909;
    min-width: 100%;
    padding: 7px 15px;
    position: absolute;
    z-index: 100;
    font-size: 17px;
    height: 35px;
    overflow: hidden;
    background: #fff;
    font-weight: 100;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.websites-select li span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: block;
    line-height: 32px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.websites-select li:hover span {
    top: 50px;
}
/*.websites-select li:after {
display: block;
content: ' ';
width: 101.5%;
height: 31px;
background: rgba(0, 0, 0, 0.87);
position: absolute;
top: 3px;
left: 0;
z-index: 1;
}*/
/* .websites-select li a:after {
display: block;
content: ' ';
width: 2px;
height: 100%;
border-right: 3px solid #090909;
position: absolute;
top:3px;
right: -3px;
margin: 0px 0  0 2px;
z-index:1;
} */

.websites-select li a:hover {
    color: #090909;
}
.websites-select .site-woman a:before,
.websites-select .site-man a:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 12px;
    height: 18px;
    top: -40px;
    left: 0;
    margin: 7px 0 0 -6px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.websites-select .site-woman a:hover:before,
.websites-select .site-man a:hover:before {
    top: 0px;
}
.websites-select .site-woman a:before {
    background-image: url(../img/icon-woman.svg);
}
.websites-select .site-man a:before {
    background-image: url(../img/icon-man.svg);
    background-position: 2px 0;
}
/* Fixed Footer */

.footer {
    position: fixed!important;
    bottom: -50px;
    width: 100%;
    left: 0;
    height: 40px;
    z-index: 800;
}
.btn-close-footer {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99999;
    margin: 5px 20px 0 0;
    cursor: pointer;
}
.btn-close-footer:before {
  position: absolute;
    content: ' ';
    width: 22px;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    left: 8px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-close-footer:after {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    left: 8px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-close-footer:hover:before {
-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.btn-close-footer:hover:after {
-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.btn-close-footer {
    display: block;
    z-index: 99999;
}
.footer.hidden {
    bottom: -40px!important;
}
.loading {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: 40px;
    background: url(/static/img/loading.svg) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
    margin: 20px auto;
}
