body.desktop div.p-products {
    font: normal normal 300 1em/normal "Roboto", sans-serif;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
body.desktop div.p-products.busy {
    opacity: 0.4;
}
body.desktop div.p-products > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
body.desktop div.p-products > div:first-child {
    margin-top: 0;
}
body.desktop div.p-products > div > div.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 50ms ease-in-out;
    transition: -webkit-box-shadow 50ms ease-in-out;
    transition: box-shadow 50ms ease-in-out;
    transition: box-shadow 50ms ease-in-out, -webkit-box-shadow 50ms ease-in-out;
}
body.desktop div.p-products > div > div.product:first-child {
    margin-left: 0;
}
body.desktop div.p-products > div > div.product:hover {
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
body.desktop div.p-products > div > div.product > a {
    display: block;
    text-decoration: none;
}
body.desktop div.p-products > div > div.product > a > div.images > div {
    position: relative;
}
body.desktop div.p-products > div > div.product > a > div.images > div.hidden {
    display: none;
}
body.desktop div.p-products > div > div.product > a > div.images > div > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.desktop div.p-products > div > div.product > a > div.tags {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
    margin-top: 4px;
    overflow: hidden;
}
body.desktop div.p-products > div > div.product > a > div.tags > span {
    margin-left: 4px;
    padding: 1px 4px;
    float: left;
    border-radius: 2px;
}
body.desktop div.p-products > div > div.product > a > div.tags > span.new {
    background-color: red;
    color: #FFFFFF;
}
body.desktop div.p-products > div > div.product > a > div.tags > span.popular {
    background-color: green;
    color: #FFFFFF;
}
body.desktop div.p-products > div > div.product > a > div.tags > span:first-child {
    margin-left: 0;
}
body.desktop div.p-products > div > div.product > a > h2 {
    font: normal normal 500 0.9em/normal "Roboto", sans-serif !important;
    margin: 0.5em 0 0 0 !important;
    color: #444444 !important;
}
body.desktop div.p-products > div > div.product > a > h2:hover {
    text-decoration: underline !important;
}
body.desktop div.p-products > div > div.product > ul.parameters {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
    margin: 0.5em 0;
    padding: 0.25em 0;
    list-style-type: none;
}
body.desktop div.p-products > div > div.product > ul.parameters > li {
    margin: 0;
    padding: 0;
}
body.desktop div.p-products > div > div.product > ul.parameters > li > span.label {
    opacity: 0.6;
}
body.desktop div.p-products > div > div.product > ul.parameters > li > span.value {
    font: normal normal 500 1em/normal "Roboto", sans-serif;
}
body.desktop div.p-products > div > div.product > ul.parameters > li > span.unit {
    opacity: 0.6;
}
body.desktop div.p-products > div > div.product > div.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -0.5em;
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes {
    margin: 0.5em 0;
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div {
    margin-top: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div > div {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
    opacity: 0.6;
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div > select {
    font: normal normal 400 0.9em/normal "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2px 0 0 0;
    border: 0;
    background-color: transparent;
    color: #444444;
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div > select > option {
    background-color: #FFFFFF;
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div > select:focus {
    background-color: rgba(0, 0, 0, 0.05);
}
body.desktop div.p-products > div > div.product > div.foot > div.attributes > div > select > option:disabled {
    opacity: 0.6;
}
body.desktop div.p-products > div > div.product > div.foot > div.price {
    margin-top: 0.5em;
}
body.desktop div.p-products > div > div.product > div.foot > div.price > span.price_sale {
    font: normal normal 500 1.4em/normal "Roboto", sans-serif;
    color: #f17515;
}
body.desktop div.p-products > div > div.product > div.foot > div.price > span.price_old {
    text-decoration: line-through;
    opacity: 0.6;
}
body.desktop div.p-products > div > div.product > div.foot > div.price > span.price {
    font: normal normal 500 1.4em/normal "Roboto", sans-serif;
}
body.desktop div.p-products > div > div.product > div.foot > div.stock {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
}
body.desktop div.p-products > div > div.product.stock-0 > div.foot > div.stock {
    color: red;
}
body.desktop div.p-products > div > div.product.stock-0 > div.foot > div.stock > span.stock-1 {
    display: none;
}
body.desktop div.p-products > div > div.product.stock-1 > div.foot > div.stock {
    color: #008000;
}
body.desktop div.p-products > div > div.product.stock-1 > div.foot > div.stock > span.stock-0 {
    display: none;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart {
    position: relative;
    height: 26px;
    margin-top: 0.5em;
}
body.desktop div.p-products > div > div.product.state-sell > div.foot > div.add-to-cart > div.cart,
body.desktop div.p-products > div > div.product.state-cart > div.foot > div.add-to-cart > div.sell {
    display: none;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}
body.desktop div.p-products > div > div.product.stock-0 > div.foot > div.add-to-cart > div.sell {
    opacity: 0.5;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 100%;
    padding: 0;
    float: left;
    border: 1px solid #f17515;
    background-color: transparent;
    color: #444444;
    line-height: 26px;
    text-align: center;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > a {
    font: normal normal 500 0.8em/26px "Roboto", sans-serif;
    height: 100%;
    padding: 0 15px;
    float: left;
    background-color: #f17515;
    color: #FFFFFF;
    text-decoration: none;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > a > span {
    font-size: 1.2em;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.cart {
    font: normal normal 500 0.8em/26px "Roboto", sans-serif;
    height: 100%;
    padding: 0 10px 0 15px;
    float: left;
    background-color: #FBD4B7;
    color: #f17515;
    text-decoration: none;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.cart:hover {
    text-decoration: underline;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.cart > span {
    font-size: 1.2em;
}
body.desktop div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.close {
    height: 100%;
    padding: 0 5px;
    float: left;
    background-color: #FBD4B7;
    color: #f17515;
    font: normal normal normal 1em/26px sans-serif;
    text-decoration: none;
}

/******************************************************************************/

body.mobile div.p-products {
    font: normal normal 300 0.9em/normal "Roboto", sans-serif;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
body.mobile div.p-products.busy {
    opacity: 0.4;
}
body.mobile div.p-products > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
}
body.mobile div.p-products > div:first-child {
    margin-top: 0;
}
body.mobile div.p-products > div > div.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2%;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}
body.mobile div.p-products > div > div.product:first-child {
    margin-left: 0;
}
body.mobile div.p-products > div > div.product > a {
    display: block;
    text-decoration: none;
}
body.mobile div.p-products > div > div.product > a > div.images > div {
    position: relative;
}
body.mobile div.p-products > div > div.product > a > div.images > div.hidden {
    display: none;
}
body.mobile div.p-products > div > div.product > a > div.images > div > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.mobile div.p-products > div > div.product > a > div.tags {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
    margin-top: 4px;
    overflow: hidden;
}
body.mobile div.p-products > div > div.product > a > div.tags > span {
    margin-left: 4px;
    padding: 1px 4px;
    float: left;
    border-radius: 2px;
}
body.mobile div.p-products > div > div.product > a > div.tags > span.new {
    background-color: red;
    color: #FFFFFF;
}
body.mobile div.p-products > div > div.product > a > div.tags > span.popular {
    background-color: green;
    color: #FFFFFF;
}
body.mobile div.p-products > div > div.product > a > div.tags > span:first-child {
    margin-left: 0;
}
body.mobile div.p-products > div > div.product > a > h2 {
    font: normal normal 500 0.9em/1em "Roboto", sans-serif !important;
    margin: 0.5em 0 0 0 !important;
    color: #444444 !important;
}
body.mobile div.p-products > div > div.product > div.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
body.mobile div.p-products > div > div.product > div.foot > div.attributes {
    margin: 0.5em 0;
}
body.mobile div.p-products > div > div.product > div.foot > div.attributes > div {
    margin-top: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.mobile div.p-products > div > div.product > div.foot > div.attributes > div > div {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
    opacity: 0.6;
}
body.mobile div.p-products > div > div.product > div.foot > div.attributes > div > select {
    font: normal normal 400 0.9em/normal "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2px 0 0 0;
    border: 0;
    background-color: transparent;
    color: #444444;
}
body.mobile div.p-products > div > div.product > div.foot > div.attributes > div > select > option:disabled {
    opacity: 0.6;
}
body.mobile div.p-products > div > div.product > div.foot > div.price {
    margin-top: 0.5em;
}
body.mobile div.p-products > div > div.product > div.foot > div.price > span.price_sale {
    font: normal normal 500 1.4em/normal "Roboto", sans-serif;
    color: #F05829;
}
body.mobile div.p-products > div > div.product > div.foot > div.price > span.price_old {
    text-decoration: line-through;
    opacity: 0.6;
}
body.mobile div.p-products > div > div.product > div.foot > div.price > span.price {
    font: normal normal 500 1.4em/normal "Roboto", sans-serif;
}
body.mobile div.p-products > div > div.product > div.foot > div.stock {
    font: normal normal 400 0.8em/normal "Roboto", sans-serif;
}
body.mobile div.p-products > div > div.product.stock-0 > div.foot > div.stock {
    color: red;
}
body.mobile div.p-products > div > div.product.stock-0 > div.foot > div.stock > span.stock-1 {
    display: none;
}
body.mobile div.p-products > div > div.product.stock-1 > div.foot > div.stock {
    color: #008000;
}
body.mobile div.p-products > div > div.product.stock-1 > div.foot > div.stock > span.stock-0 {
    display: none;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart {
    font: normal normal 500 0.9em/normal "Roboto", sans-serif;
    position: relative;
    height: 2em;
    margin-top: 0.5em;
}
body.mobile div.p-products > div > div.product.state-sell > div.foot > div.add-to-cart > div.cart,
body.mobile div.p-products > div > div.product.state-cart > div.foot > div.add-to-cart > div.sell {
    display: none;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #F05829;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}
body.mobile div.p-products > div > div.product.stock-0 > div.foot > div.add-to-cart > div.sell {
    opacity: 0.5;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > div {
    width: 50px;
    height: 100%;
    background-color: transparent;
    color: #444444;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > div > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.5em;
    border: 0;
    background-color: transparent;
    color: #444444;
    font: inherit;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F05829;
    color: #FFFFFF;
    text-decoration: none;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.sell > a > span {
    margin-right: 0.25em;
    font-size: 1.2em;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FAC7B8;
    color: #F05829;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.cart > span {
    margin-right: 0.25em;
    font-size: 1.2em;
}
body.mobile div.p-products > div > div.product > div.foot > div.add-to-cart > div.cart > a.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5em;
    color: inherit;
    font-size: 1.2em;
    text-decoration: none;
}
