<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file gs-style
 *
 */

.carousel .item .tefal-facebook {
    bottom: 22px;
    position: absolute;
    right: 220px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.carousel .item .tefal-facebook span {
    /*   display: none; */

}

.carousel .item .tefal-facebook a {
    display: block;
    height: 26px;
    width: 58px;
}

.filters .item .facetValues ul {
    padding: 0px 0;
}

.filters .item .facetValues ul li {
    margin: 0;
    padding-left: 12px;
    list-style: none;
}

.filters .item .facetValues ul.nad li {
    padding-left: 10px;
}

.filters-search .accordion-group .accordion-heading.link a {
    background: #FFF;
}

.filters .accordion-inner-without {
    padding: 0px 10px;
}

.display-none {
    display: none;
}

.mandatory-fix {
    color: #D5585C;
}

.faq-banner.without-border .picture {
    border: 0 none;
}

.subfooter p.corporateLegal {
    margin-bottom: -20px;
}

.details-store-off h4 {
    line-height: 23px;
}

#ModalPayment {
    width: auto;
}

.cart-action form {
    float: right;
    padding-left: 200px;
}

div#cart_content #minicart_data {
    background: #e1172b;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    margin: -3px 0 0 -11px;
    min-width: 15px;
    padding: 0 2px;
    position: absolute;
    text-align: center;
}

div#cart_content #minicart_data:empty {
    display: none;
}

.cookiesmessage .close {
    /*-moz-border-radius:18px 18px 18px 18px;
  -webkit-border-radius:18px 18px 18px 18px;
  border-radius:18px 18px 18px 18px;
  border: 1px solid #858585;
  display: block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  font-size: 18px;
  text-align: center;
  padding: 0 0 1px 1px;
  font-weight: bold;
  color: #858585;*/
    -moz-opacity: 1;
    opacity: 1;
    /* TODO: Cross Browser Issue */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);*/
}

.cookiesmessage .table {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.cookiesmessage .table td:first-child {
    width: 50%;
    border-top: 0px;
    padding-right: 15px;
}

.cookiesmessage .table td:last-child {
    width: 50%;
    border-top: 0px;
    padding-left: 15px;
}

.width-auto {
    width: auto;
}
</pre></body></html>