/** HEADER ACESSIBILIDADE **/

.acc-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d5d7dd;
    height: 25px;
    z-index: 9999;
}

.acc-head a:hover, .acc-head a:focus {
    outline: thin dotted black;
}

.acc-head ul {
    padding: 5px 10px;
    font-size: 0.8em;
}

.acc-head ul li {
    display: inline;
}

.acc-head ul li.acc-last {
    float: right;
    padding-right: 10px;
}

.header-container {
    margin-top:56px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.melissa-header {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 101;
    top: 25px;
    left: 0px;
    right: 0px;
    height: 55px;
    text-align: center;
}
.melissa-header::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: rgb(229, 229, 229);
    z-index: 35;
    opacity: 1;
    visibility: inherit;
}
header h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-right: 0px;
    margin-bottom: 0.67em;
    margin-left: 0px;
}
.header-logo {
    top: 0px;
    left: 3px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 11px;
    /*padding-left: 10px;*/
    z-index: 2;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
header a {
    background-color: transparent;
    color: rgb(231, 10, 96);
    text-decoration: none;
}
.header-logo-link {
    display: block;
    opacity: 1;
    visibility: inherit;
    transition-duration: 0s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0s, 0s;
    transition-property: visibility, opacity;
}
.header-logo-link:hover {
    opacity: 0.5;
}
.visuallyhidden, .content-social-title {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    clip: rect(0px 0px 0px 0px);
    height: 1px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    width: 1px;
}
svg:not(:root) {
    overflow-x: hidden;
    overflow-y: hidden;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.header-logo-svg {
    width: 65px;
    height: 27px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 7px;
    fill: rgb(50, 50, 50);
    display: block;
}
.header-menu {
    z-index: 1;
    position: absolute;
    top: 54px;
    width: 100%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
    transition: max-height .5s;
}
.Hidden .header-menu {
    overflow:hidden;
}
.header-notice {
    position: relative;
    display:inline-block;
    text-align: center;
}
.header-notice > p {
    line-height: 54px;
}
.header-notice p {
    margin: 0;
}
.header-notice strong {
    font-family: hk-nova-bold;
    color: #e70a60;
}
.header-notice > div {
    position: relative;
    z-index: 9;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 15px;
    background-color: #fff;
    opacity: 0;
    transition-duration: 0s, 0.3s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.3s, 0s;
    transition-property: visibility, opacity;
    pointer-events: none;
}
.header-notice > div::before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(-45deg);
    content: ' ';
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 14px;
    height: 14px;
    background-color: #fff;
}
.header-notice > p:hover + div {
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    z-index: 40;
    pointer-events: initial;
}
.menu-list {
    padding: 0px;
    margin: 0px auto;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgb(229, 229, 229);
    background: rgba(255, 255, 255, 0.95);
}
.Hidden .menu-list {
    transform: translateY(-33px);
}
.menu-item {
    display: inline-block;
    vertical-align: top;
}
.menu-title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
}
.no-touch .menu-title:hover {
    cursor: pointer;
}
.font-roboto, .button-normal, .button-pink, .form-select, .menu-link, .subitem-item, .forms-button, .options-language-selected, .options-language-item, .search-title, .sitemap-column-item, .grendene-copyright, .sidebar-notifications-time, .sidebar-account-item, .sidebar-cart-total-items, .sidebar-contact-item, .sidebar-help-search-title, .sidebar-help-search-link, .sidebar-help-article-title, .navigation-text-action, .quickview-collection, .quickview-single-collection, .quickview-form-label, .plastic-modal-name, .cart-item-detail, .cart-takeit-button, .filter-bar-active, .filter-select-item, .feed-citation-author, .socialus-buttons, .socialus-buttons-container, .login-remember-label, .login-forgot, .login-unregistered-link, .modal-date, .modal-subtitle, .article-aside .content-citation-author, .promo01-page4-winner-title, .sitemap-button-chat, .sidebar-tabs-link, .sidebar-notifications-link, .sidebar-cart-continue, .sidebar-cart-checkout, .sidebar-cart-products-link, .sidebar-contact-chat, .sidebar-help-chat, .sidebar-help-article-back, .sidebar-help-article-more, .quickview-form-select, .quickview-back, .quickview-details, .quickview-wishlist, .quickview-checkout, .reactions-label, .video-button-play, .filter-buttons-clear, .filter-buttons-apply, .home-tour-start, .login-send, .login-social, .page-error-help, .page-error-continue, .promo01-page1-tabs-button, .promo01-page1-legal-accept, .promo01-winner-form-button, .promo01-winner-ok {
    font-weight: 400;
    font-size: 11px!important;
    line-height: 18px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
.wf-roboto-n4-active .font-roboto, .wf-roboto-n4-active .button-normal, .wf-roboto-n4-active .button-pink, .wf-roboto-n4-active .form-select, .wf-roboto-n4-active .menu-link, .wf-roboto-n4-active .subitem-item, .wf-roboto-n4-active .forms-button, .wf-roboto-n4-active .options-language-selected, .wf-roboto-n4-active .options-language-item, .wf-roboto-n4-active .search-title, .wf-roboto-n4-active .sitemap-column-item, .wf-roboto-n4-active .grendene-copyright, .wf-roboto-n4-active .sidebar-notifications-time, .wf-roboto-n4-active .sidebar-account-item, .wf-roboto-n4-active .sidebar-cart-total-items, .wf-roboto-n4-active .sidebar-contact-item, .wf-roboto-n4-active .sidebar-help-search-title, .wf-roboto-n4-active .sidebar-help-search-link, .wf-roboto-n4-active .sidebar-help-article-title, .wf-roboto-n4-active .navigation-text-action, .wf-roboto-n4-active .quickview-collection, .wf-roboto-n4-active .quickview-single-collection, .wf-roboto-n4-active .quickview-form-label, .wf-roboto-n4-active .plastic-modal-name, .wf-roboto-n4-active .cart-item-detail, .wf-roboto-n4-active .cart-takeit-button, .wf-roboto-n4-active .filter-bar-active, .wf-roboto-n4-active .filter-select-item, .wf-roboto-n4-active .feed-citation-author, .wf-roboto-n4-active .socialus-buttons, .wf-roboto-n4-active .socialus-buttons-container, .wf-roboto-n4-active .login-remember-label, .wf-roboto-n4-active .login-forgot, .wf-roboto-n4-active .login-unregistered-link, .wf-roboto-n4-active .modal-date, .wf-roboto-n4-active .modal-subtitle, .wf-roboto-n4-active .article-aside .content-citation-author, .wf-roboto-n4-active .promo01-page4-winner-title, .wf-roboto-n4-active .sitemap-button-chat, .wf-roboto-n4-active .sidebar-tabs-link, .wf-roboto-n4-active .sidebar-notifications-link, .wf-roboto-n4-active .sidebar-cart-continue, .wf-roboto-n4-active .sidebar-cart-checkout, .wf-roboto-n4-active .sidebar-cart-products-link, .wf-roboto-n4-active .sidebar-contact-chat, .wf-roboto-n4-active .sidebar-help-chat, .wf-roboto-n4-active .sidebar-help-article-back, .wf-roboto-n4-active .sidebar-help-article-more, .wf-roboto-n4-active .quickview-form-select, .wf-roboto-n4-active .quickview-back, .wf-roboto-n4-active .quickview-details, .wf-roboto-n4-active .quickview-wishlist, .wf-roboto-n4-active .quickview-checkout, .wf-roboto-n4-active .reactions-label, .wf-roboto-n4-active .video-button-play, .wf-roboto-n4-active .filter-buttons-clear, .wf-roboto-n4-active .filter-buttons-apply, .wf-roboto-n4-active .home-tour-start, .wf-roboto-n4-active .login-send, .wf-roboto-n4-active .login-social, .wf-roboto-n4-active .page-error-help, .wf-roboto-n4-active .page-error-continue, .wf-roboto-n4-active .promo01-page1-tabs-button, .wf-roboto-n4-active .promo01-page1-legal-accept, .wf-roboto-n4-active .promo01-winner-form-button, .wf-roboto-n4-active .promo01-winner-ok {
    visibility: inherit;
}
.no-touch .menu-item:hover .menu-link {
    opacity: 0.5;
}
.menu-link {
    display: block;
    line-height: 1;
    padding-top: 12px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
    color: rgb(50, 50, 50);
    transition-duration: 0.5s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial, initial;
    transition-property: color, opacity;
}
.menu-link:hover {
    color: rgb(50, 50, 50);
}
.active .menu-link {
    color: rgb(231, 10, 96);
}
.menu-item-myfeed {
    display: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
button {
    overflow-x: visible;
    overflow-y: visible;
}
button, select {
    text-transform: none;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.menu-button {
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: left;
    pointer-events: none;
}
.menu-title-arrow {
    width: 8px;
    height: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}
.menu-title-arrow::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 5px;
    height: 100%;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-right-color: rgb(50, 50, 50);
    border-bottom-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    transform: rotate(45deg);
}
.no-touch .menu-item:hover .menu-subitem {
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
}
.menu-subitem {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 34px;
    background-color: rgba(255, 255, 255, 0.952941);
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0s, 0.3s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.3s, 0s;
    transition-property: visibility, opacity;
}
.menu-subitem::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(229, 229, 229);
}
.subitem-container {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 740px;
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
}
.subitem-produtos .subitem-container { width:auto!important;  }
.subitem-column {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.subitem-column.Exception { width:350px; }
.subitem-produtos .subitem-column { padding:0 20px; }

.subitem-column .product-box {
  padding: 0px 10px;
  white-space: initial;
  height: auto;
}
.subitem-produtos .product-box { padding:10px 0 0; }
.subitem-produtos .product-box img { width:176px; height:auto; }

.subitem-column .product-box .flags {
  border: none;
}
.font-utopia, .button-utopia, .form-input, .menu-footer .menu-link, .subitem-title, .alert-message, .forms-input, .forms-message, .options-login-title, .search-poweredby, .search-suggest-item, .search-terms-item, .search-result-title, .search-result-description, .sitemap-subtitle, .sitemap-column-text, .shop-payment-title, .shop-certificates-title, .company-title, .company-contact, .company-cnpj, .company-address, .info-column, .sidebar-notifications-text, .sidebar-cart-total-cost, .sidebar-cart-empty-text, .sidebar-cart-not-logged-text, .sidebar-contact-title, .sidebar-contact-text, .sidebar-help-search-empty, .sidebar-help-article-text, .navigation-text-title, .quickview-description, .quickview-single-description, .quickview-single-price, .quickview-single-original, .quickview-single-conditions, .quickview-form-error, .plastic-title, .plastic-subtitle, .plastic-modal-username, .plastic-right-text, .plastic-left-text, .cart-item-cell, .reactions-label .number, .tooltip-popup-text, .feed-citation-container, .feed-featured-title, .feed-featured-text, .feed-image-title, .feed-video-title, .feed-image-text, .feed-video-text, .type-small .feed-featured-title, .home-tour-title, .login-title, .login-unregistered, .modal, .page-error-title, .page-error-message, .promo01-page0-description, .promo01-page1-slides-text, .promo01-page1-legal-title, .promo01-page1-legal-text, .promo01-page3-description, .promo01-page3-time, .promo01-page4-about, .promo01-page4-reward-title, .promo01-page4-winner-value, .promo01-page4-winner-disclaimer, .promo01-page4-countdown-text, .promo01-notification-title, .promo01-notification-text, .promo01-winner-title, .promo01-winner-text, .sidebar-help-search-query, .filter-action-link, .filter-action-shuffle, .filter-action-grid, .filter-action-embed, .login-input, .promo01-winner-form-input {
  font-size: 14px;
  line-height: 20px;
}
.wf-utopiastdsubhead-n4-active .font-utopia, .wf-utopiastdsubhead-n4-active .button-utopia, .wf-utopiastdsubhead-n4-active .form-input, .wf-utopiastdsubhead-n4-active .menu-footer .menu-link, .wf-utopiastdsubhead-n4-active .subitem-title, .wf-utopiastdsubhead-n4-active .alert-message, .wf-utopiastdsubhead-n4-active .forms-input, .wf-utopiastdsubhead-n4-active .forms-message, .wf-utopiastdsubhead-n4-active .options-login-title, .wf-utopiastdsubhead-n4-active .search-poweredby, .wf-utopiastdsubhead-n4-active .search-suggest-item, .wf-utopiastdsubhead-n4-active .search-terms-item, .wf-utopiastdsubhead-n4-active .search-result-title, .wf-utopiastdsubhead-n4-active .search-result-description, .wf-utopiastdsubhead-n4-active .sitemap-subtitle, .wf-utopiastdsubhead-n4-active .sitemap-column-text, .wf-utopiastdsubhead-n4-active .shop-payment-title, .wf-utopiastdsubhead-n4-active .shop-certificates-title, .wf-utopiastdsubhead-n4-active .company-title, .wf-utopiastdsubhead-n4-active .company-contact, .wf-utopiastdsubhead-n4-active .company-cnpj, .wf-utopiastdsubhead-n4-active .company-address, .wf-utopiastdsubhead-n4-active .info-column, .wf-utopiastdsubhead-n4-active .sidebar-notifications-text, .wf-utopiastdsubhead-n4-active .sidebar-cart-total-cost, .wf-utopiastdsubhead-n4-active .sidebar-cart-empty-text, .wf-utopiastdsubhead-n4-active .sidebar-cart-not-logged-text, .wf-utopiastdsubhead-n4-active .sidebar-contact-title, .wf-utopiastdsubhead-n4-active .sidebar-contact-text, .wf-utopiastdsubhead-n4-active .sidebar-help-search-empty, .wf-utopiastdsubhead-n4-active .sidebar-help-article-text, .wf-utopiastdsubhead-n4-active .navigation-text-title, .wf-utopiastdsubhead-n4-active .quickview-description, .wf-utopiastdsubhead-n4-active .quickview-single-description, .wf-utopiastdsubhead-n4-active .quickview-single-price, .wf-utopiastdsubhead-n4-active .quickview-single-original, .wf-utopiastdsubhead-n4-active .quickview-single-conditions, .wf-utopiastdsubhead-n4-active .quickview-form-error, .wf-utopiastdsubhead-n4-active .plastic-title, .wf-utopiastdsubhead-n4-active .plastic-subtitle, .wf-utopiastdsubhead-n4-active .plastic-modal-username, .wf-utopiastdsubhead-n4-active .plastic-right-text, .wf-utopiastdsubhead-n4-active .plastic-left-text, .wf-utopiastdsubhead-n4-active .cart-item-cell, .wf-utopiastdsubhead-n4-active .reactions-label .number, .wf-utopiastdsubhead-n4-active .tooltip-popup-text, .wf-utopiastdsubhead-n4-active .feed-citation-container, .wf-utopiastdsubhead-n4-active .feed-featured-title, .wf-utopiastdsubhead-n4-active .feed-featured-text, .wf-utopiastdsubhead-n4-active .feed-image-title, .wf-utopiastdsubhead-n4-active .feed-video-title, .wf-utopiastdsubhead-n4-active .feed-image-text, .wf-utopiastdsubhead-n4-active .feed-video-text, .wf-utopiastdsubhead-n4-active .type-small .feed-featured-title, .wf-utopiastdsubhead-n4-active .home-tour-title, .wf-utopiastdsubhead-n4-active .login-title, .wf-utopiastdsubhead-n4-active .modal, .wf-utopiastdsubhead-n4-active .page-error-title, .wf-utopiastdsubhead-n4-active .page-error-message, .wf-utopiastdsubhead-n4-active .promo01-page0-description, .wf-utopiastdsubhead-n4-active .promo01-page1-slides-text, .wf-utopiastdsubhead-n4-active .promo01-page1-legal-title, .wf-utopiastdsubhead-n4-active .promo01-page1-legal-text, .wf-utopiastdsubhead-n4-active .promo01-page3-description, .wf-utopiastdsubhead-n4-active .promo01-page3-time, .wf-utopiastdsubhead-n4-active .promo01-page4-about, .wf-utopiastdsubhead-n4-active .promo01-page4-reward-title, .wf-utopiastdsubhead-n4-active .promo01-page4-winner-value, .wf-utopiastdsubhead-n4-active .promo01-page4-winner-disclaimer, .wf-utopiastdsubhead-n4-active .promo01-page4-countdown-text, .wf-utopiastdsubhead-n4-active .promo01-notification-title, .wf-utopiastdsubhead-n4-active .promo01-notification-text, .wf-utopiastdsubhead-n4-active .promo01-winner-title, .wf-utopiastdsubhead-n4-active .promo01-winner-text, .wf-utopiastdsubhead-n4-active .sidebar-help-search-query, .wf-utopiastdsubhead-n4-active .filter-action-link, .wf-utopiastdsubhead-n4-active .filter-action-shuffle, .wf-utopiastdsubhead-n4-active .filter-action-grid, .wf-utopiastdsubhead-n4-active .filter-action-embed, .wf-utopiastdsubhead-n4-active .login-input, .wf-utopiastdsubhead-n4-active .promo01-winner-form-input {
  visibility: inherit;
}
.utopia-title, .subitem-title, .search-suggest-item, .search-result-title, .feed-citation-title, .type-small .feed-featured-title, .type-small .feed-video-title, .type-small .feed-image-title, .home-tour-title, .article-aside .content-citation, .article-citation-pull-left, .article-citation-pull-right, .page-error-title, .promo01-page1-slides-text, .promo01-page4-winner-value {
  font-size: 30px;
  line-height: 38px;
}
.subitem-title {
  font-weight: 400;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -11px;
  margin-left: 0px;
}
.subitem-produtos .subitem-title {
  font-size:18px;
}

.subitem-title.title-hidden {
  visibility: hidden;
}
.subitem-list {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: -18px;
  margin-left: 0px;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
}
.subitem-list.Exception { float:left; margin-right:20px; }

.subitem-item {
  line-height: 1;
  margin-bottom: 17px;
}
.subitem-link {
  color: rgb(50, 50, 50);
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
  transition-property: opacity;
}
.subitem-link:hover {
  color: rgb(50, 50, 50);
  opacity: 0.5;
}
.menu-item-where.collapsed {
  display: none;
}
.subitem-where {
  display: none;
}
.utopia-text, .button-utopia, .form-input, .menu-footer .menu-link, .alert-message, .forms-input, .forms-message, .options-login-title, .search-poweredby, .search-terms-item, .sitemap-subtitle, .sitemap-column-text, .shop-payment-title, .shop-certificates-title, .company-title, .company-contact, .company-cnpj, .company-address, .info-column, .sidebar-cart-total-points, .sidebar-contact-title, .sidebar-contact-text, .sidebar-help-article-text, .quickview-single-original, .quickview-single-conditions, .reactions-label .number, .page-error-message, .promo01-notification-text, .sidebar-help-search-query, .filter-action-link, .filter-action-shuffle, .filter-action-grid, .filter-action-embed, .login-input, .promo01-winner-form-input {
    font-size: 12px;
    line-height: 20px;
}
.sitemap-column-text {
    margin-top: -6px;
    display: inline-block;
}
.sitemap-column-text i {
    font-size: 14px;
}
.button-pink, .sitemap-button-chat, .sidebar-cart-checkout, .sidebar-contact-chat, .sidebar-help-chat, .quickview-checkout, .reactions-label, .filter-buttons-apply, .home-tour-start, .login-send, .page-error-continue, .promo01-page1-legal-accept, .promo01-winner-form-button, .promo01-winner-ok {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-left: 35px;
    color: rgb(255, 255, 255);
    height: 50px;
    line-height: 52px;
    box-sizing: border-box;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial, initial;
    transition-property: background-color, color;
    background-color: rgb(231, 10, 96);
}
.button-small, .sitemap-button-chat, .sidebar-help-chat, .reactions-label {
    height: 30px;
    line-height: 32px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.info-column {
    color: rgb(50, 50, 50);
}
.header-alerts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    height: 56px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.5s, 0s;
    transition-property: visibility, opacity;
}
.header-forms {
    margin-left: 100px;
    text-align: left;
    float: left;
    position: absolute;
    z-index: 10;
}
.forms-item {
}
.forms-search-fields {
}
#forms-search-text {
// width: 700px;
}
.forms-label {
    position: relative;
    float: left;
    left: 0px;
    top: 17px;
}
.options-search-icon {
    width: 13px;
    height: 13px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    fill: rgb(50, 50, 50);
}
input {
    line-height: normal;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}
.forms-input {
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    opacity: 1;
    visibility: inherit;
    transition-duration: 0s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0s, 0s;
    transition-property: visibility, opacity;
    color: rgb(50, 50, 50);
// position: absolute;
// line-height: 30px;
// left: 30px;
}
#forms-search-text {
// width: 85%;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 18px;
    width: 250px;
}
.forms-input.borderless  {
    border: none;
}
/*
.header-empty {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  z-index: -1;
  text-align: center;
  transform: translate3d(0px, -56px, 0px);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: initial;
  transition-property: transform;
}
.header-empty-logo {
  margin-top: 13px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  display: inline-block;
}
*/


.header-options {
    position: absolute;
    top: 0px;
    /*right: 10px;*/
    right: 0px;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
.options-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    /*padding-left: 10px;*/
    padding-left: 2px;
    height: 56px;
    position: relative;
}
.options-toggle {
    display: none;
}
.options-button {
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.options-toggle-button {
    margin-top: 11px;
}
.animation-lines {
    width: 22px;
    height: 1px;
    background-color: rgb(50, 50, 50);
    display: inline-block;
    position: relative;
    top: -2px;
}
.animation-lines::before {
    top: -6px;
}
.animation-lines::after {
    bottom: -6px;
}
.options-back {
    display: none;
}
.options-back-button {
    width: 23px;
    height: 23px;
    margin-top: 15px;
    margin-left: -4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    position: relative;
}
.options-back-arrow {
    width: 16px;
    height: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 6px;
    top: 4px;
    display: none;
}
.options-back-arrow::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 4px;
    height: 100%;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-right-color: rgb(50, 50, 50);
    border-bottom-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    transform: rotate(45deg);
}
.options-close {
    display: none;
}
.options-close-button {
    width: 23px;
    height: 23px;
    margin-top: 15px;
    margin-left: -4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}
.options-close-svg {
    display: block;
    width: 100%;
    height: 100%;
}
.options-shop {
    width: 22px;
}
.options-shop a svg {
    margin: 4px 1px 0 0;
    width: 20px;
    height: 15px;
}
.options-shop-button {
    margin-top: 17px;
}
.options-shop a.button {
    display: block;
}
.options-chat-svg {
    display: inline-block;
    width: 18px;
    height: 16px;
    position: relative;
    top: 3px;
}
.produto-pre-venda-svg {
    width: 13px;
    height: 14px;
}
.produto-lancamento-svg {
    width: 15px;
    height: 16px;
    padding-bottom: 3px;
}

.product-extended-size-svg {
    width: 15px;
    height: 16px;
    padding-bottom: 3px;
    margin-right: 4px;
}

.produto-frete-gratis-svg {
    width: 20px;
    height: 12px;
}
.produto-bazar-svg {
    width: 13px;
    height: 13px;
}
.options-chat-button {
    margin-top: 16px;
}
.animation-cart {
    width: 18px;
    height: 16px;
    position: relative;
    display: inline-block;
}
.options-shop-button.notification span.qty{
    position: absolute;
    top: 16px;
    left: 7px;
    color: #e70a60;
    font-size: 9px;
    width: 11px;
    text-align: center;
}
.animation-cart::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 3px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-right-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    border-bottom-color: initial;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
.animation-cart::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 10px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(50, 50, 50);
    border-bottom-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-style: none;
    border-top-width: initial;
    border-top-color: initial;
}
.animation-chat::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 3px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-right-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    border-bottom-color: initial;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
.animation-chat::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 10px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(50, 50, 50);
    border-bottom-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-style: none;
    border-top-width: initial;
    border-top-color: initial;
}
.animation-cart.medium {
    width: 24px;
    height: 21px;
}
.animation-cart.medium::before {
    left: 6px;
    width: 10px;
    height: 4px;
}
.animation-cart.medium::after {
    top: 5px;
    width: 22px;
    height: 13px;
}
.animation-chat {
    width: 18px;
    height: 16px;
    position: relative;
    display: inline-block;
}
.options-support {
    display: none;
}
.options-support-button {
    height: 23px;
    margin-top: 15px;
    padding-right: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.options-support-menu {
    width: 200px;
    left: -50px!important;
    font-size: 12px!important;
}

.options-support-menu p,
.options-customer-menu > div {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
}
.options-customer-menu > div {
    margin-bottom: 15px;
}
.options-support-menu a,
.options-customer-menu a {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 11px!important;
}
.options-cart-menu {
    width: 300px;
    left: -170px!important;
    font-size: 14px;
}
.options-cart-menu h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.animation-support {
    width: 14px;
    margin-left: 7px;
    display: inline-block;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(50, 50, 50);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
.animation-support.medium {
    width: 18px;
    height: 11px;
}
.animation-support-arrow {
    position: relative;
    display: block;
    height: 7px;
    transition-duration: 0.75s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: transform;
}
.animation-support-arrow::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: rgb(50, 50, 50);
    margin-top: -3px;
    transform: translateY(-0.5px);
}
.animation-support-arrow::after {
    content: "";
    background-color: rgb(50, 50, 50);
    position: absolute;
    top: 4px;
    left: -5px;
    right: 0px;
    height: 1px;
    margin-top: -1px;
}
.animation-support-arrow.right {
    position: absolute;
    top: 0px;
    width: 100%;
    transform: translateX(-60px);
}
.animation-support-arrow.right::before {
    left: auto;
    right: -7px;
    transform: translateY(-0.5px) rotate(180deg);
}
.animation-support-arrow.right::after {
    left: 0px;
    right: -5px;
}
.options-search {
    width: 21px;
}
.no-touch .options-item:hover .options-title {
    opacity: 0.5;
}
.options-title {
    height: 21px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    color: rgb(50, 50, 50);
    transition-duration: 0.5s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial, initial;
    transition-property: color, opacity;
}
.options-title:hover {
    color: rgb(50, 50, 50);
}
.options-chat-title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 4px;
    padding-top: 4px;
    position: relative;
    top: 3px;
    font-size: 11px;
    letter-spacing: 0.125em;
    cursor: pointer;
    text-transform: uppercase;
}
.options-search-button {
    position: relative;
    left: 0px;
    height: 23px;
    display: inline-block;
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: left;
}
.options-search-button:hover .options-search-icon {
    transform: scale3d(-1, 1, 1);
}
.options-language {
    width: 22px;
}
.options-language-selected {
    line-height: 22px;
    cursor: pointer;
    display: block;
}
.options-item:hover .options-submenu {
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
}
.options-submenu {
    font-size: 11px;
    position: absolute;
    top: 56px;
    left: 0px;
    padding-top: 9px;
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 25px;
    background-image: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.952941);
    background-size: initial;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(229, 229, 229);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(229, 229, 229);
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0s, 0.3s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.3s, 0s;
    transition-property: visibility, opacity;
}
.options-submenu::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(229, 229, 229);
}
.options-language-list {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 4px;
    padding-bottom: 13px;
    padding-left: 4px;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    left: -15px;
}
.options-language-item {
    line-height: 30px;
    text-align: center;
}
.options-language-link {
    color: rgb(50, 50, 50);
    display: block;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition-property: opacity;
}
.options-language-link:hover {
    color: rgb(50, 50, 50);
    opacity: 0.5;
}
.options-login {
    margin-top: -1px;
}
.options-login-title {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 4px;
    font-weight: 400;
    line-height: 60px;
    height: 56px;
    display: inline-block;
}
.options-customer-menu {
    width: 200px;
    left: -185px;
}
.options-customer-menu .input-text {
    width:200px;
    margin-bottom: 3px;
}
.options-customer-menu button {
    height: 35px;
    line-height: 35px;
}
.options-customer-menu .actions {
    padding-top: 10px;
}
.options-customer-menu a {
    display: block;
}
.not-logged .options-login-title {
    color: #323232;
}
::-moz-selection {
    background: rgba(128, 128, 128, 0.5);
    text-shadow: none;
}
::selection {
    background: rgba(128, 128, 128, 0.5);
    text-shadow: none;
}
.mini-products-list,
.mini-products-list li {
    text-align: left;
    overflow:auto;
}
.mini-products-list li {
    padding: 15px 0px;
    border-bottom: 1px solid #EEE;
}
.mini-products-list p {
    margin: 0px;
}
.mini-products-list a.product-image {
    float:left;
    margin-right: 15px;
}
.mini-products-list .truncated {
    display: none;
    visibility: hidden;
}
.mini-products-list .product-name a {
    color:#323232;
    font-size: 16px;
    font-family: hk-nova-bold;
}
.mini-products-list .price {
    font-size: 13px;
    color:rgb(231, 10, 96);
}
.options-shop-button .subtotal {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.options-shop-button .subtotal .price {
    color:rgb(231, 10, 96);
    font-size: 12px;
}
.options-shop-button .subtotal .label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0px;
}

.melissa-search {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
    z-index: 1000;
    overflow-y: scroll;
}
.melissa-search .pages-close{
  top: 88px;
}
.melissa-search.enabled,
body.search-active .melissa-search {
    /*display: block;*/
    display: none;
}
body.search-active {
    overflow: hidden;
}
.pages-destiny .melissa-search {
    display: block;
}
.pages-close {
    background-color: transparent;
    border: none;
    padding: 0;
    position: fixed;
    top: 56px;
    right: 0;
    margin: 20px;
    width: 20px;
    height: 20px;
    z-index: 99;
}
.pages-close-svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.17, 0.89, 0.44, 1.52);
}
.pages-close:hover .pages-close-svg {
    transform: rotate(90deg);
}
.pages-close.hide {
    display: none;
}
.search-container {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 420px) {
    .search-container {
        margin-top: 50px;
    }
}
.enabled .search-container {
    transition-delay: 0s, 0s;
    visibility: inherit;
    opacity: 1;
    padding: 0px 100px;
}
.search-column {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
    .search-column {
        display: block;
    }
}
.search-column.left {
    width: 100%;
    max-width: 850px;
}
.search-column.right {
    width: 40%;
    margin-left: 10%;
}
@media only screen and (max-width: 1366px) {
    .search-column.right {
        width: 45%;
    }
}
@media only screen and (max-width: 1024px) {
    .search-column.right {
        width: auto;
        margin-left: 0;
    }
}
.search-poweredby {
    position: absolute;
    top: 60px;
    right: 8px;
    line-height: 1;
}
@media only screen and (max-width: 420px) {
    .search-poweredby {
        top: 84px;
        left: 10px;
    }
}
.lang-us .workaround-multilanguage .search-poweredby {
    display: none;
}
.search-results {
    width: 53%;
    margin-right: 10%;
}
@media only screen and (max-width: 1024px) {
    .search-results {
        width: auto;
        margin-right: 0;
    }
}
.search-products {
    width: 37%;
}
@media only screen and (max-width: 1024px) {
    .search-products {
        width: auto;
    }
}
.search-title {
    color: #323232;
    margin: -1px 0 42px;
    line-height: 1;
}
@media only screen and (max-width: 420px) {
    .search-title {
        margin-bottom: 25px;
    }
}
.search-suggest {
// position: absolute;
    top: 60px;
    left: 10px;
    right: 10px;
    padding: 0px 100px;
    opacity: 1;
    visibility: inherit;
    transition: visibility 0s linear 0s, opacity 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 1620px) {
    .search-suggest {
        left: 10px;
        right: 10px;
    }
}
@media only screen and (max-width: 420px) {
    .search-suggest {
        top: 144px;
    }
}
.enabled .search-suggest {
    transition-delay: 0.5s, 0s;
    visibility: hidden;
    display: none;
    opacity: 0;
}
.lang-us .workaround-multilanguage .search-suggest {
    display: none;
}
.search-suggest-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-suggest-item {
    margin-bottom: 16px;
}
@media only screen and (max-width: 420px) {
    .search-suggest-item {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 21px;
    }
}
.search-suggest-link {
    color: #323232;
}
.no-touch .search-suggest-link {
    transition: opacity 0.3s ease-in-out;
}
.no-touch .search-suggest-link:hover {
    opacity: 0.3;
}
.hover .search-suggest-link {
    opacity: 0.3;
}
.search-terms {
    line-height: 11px;
    padding: 0 10px 62px;
    position: relative;
    top: -2px;
}
@media only screen and (max-width: 420px) {
    .search-terms {
        top: 0;
        padding-bottom: 23px;
    }
}
.lang-us .workaround-multilanguage .search-terms {
    display: none;
}
.search-terms-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
@media only screen and (max-width: 420px) {
    .search-terms-list {
        display: block;
    }
}
.search-terms-item {
    display: inline-block;
    line-height: 11px;
}
@media only screen and (max-width: 420px) {
    .search-terms-item {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 21px;
    }
}
.search-terms-item:after {
    content: " - ";
    display: inline-block;
    color: #323232;
    margin: 0 6px 0 10px;
}
@media only screen and (max-width: 420px) {
    .search-terms-item:after {
        display: none;
    }
}
.search-terms-item:last-child:after {
    display: none;
}
.search-terms-link {
    color: #323232;
}
.no-touch .search-terms-link {
    transition: opacity 0.3s ease-in-out;
}
.no-touch .search-terms-link:hover {
    opacity: 0.3;
}
.hover .search-terms-link {
    opacity: 0.3;
}
.search-terms-link .suggestion {
    color: #b2b2b2;
}
.search-terms .search-title {
    display: inline-block;
    margin: 0 20px 0 0;
}
@media only screen and (max-width: 420px) {
    .search-terms .search-title {
        display: block;
        margin: -1px 0 25px;
    }
}
.lang-us .workaround-multilanguage .search-shop {
    display: none;
}
.search-result-list {
    list-style: none;
    padding: 0;
    color: #323232;
    margin-bottom: 66px;
}
@media only screen and (max-width: 420px) {
    .search-result-list {
        margin-top: -1px;
        margin-bottom: 44px;
    }
}
.search-result-item {
    margin: 20px 0;
}
.search-result-link {
    display: block;
}
.no-touch .search-result-link {
    transition: opacity 0.3s ease-in-out;
}
.no-touch .search-result-link:hover {
    opacity: 0.3;
}
.hover .search-result-link {
    opacity: 0.3;
}
.search-result-title {
    margin: 0;
    font-weight: normal;
    color: #323232;
}
@media only screen and (max-width: 420px) {
    .search-result-title {
        font-size: 14px;
        line-height: 20px;
    }
}
.search-result-description {
    color: #323232;
}
@media only screen and (max-width: 420px) {
    .search-result-description {
        font-size: 12px;
        line-height: 20px;
        display: block;
    }
}
@media only screen and (max-width: 420px) {
    .search-result-empty {
        margin: -5px 0 -3px;
    }
}
.search-cart-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: -30px;
    margin-bottom: 68px;
}
@media only screen and (max-width: 420px) {
    .search-cart-list {
        margin-top: -27px;
        margin-bottom: 50px;
    }
}
.search-cart-item {
    padding: 30px 0 0;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 420px) {
    .search-cart-item {
        display: block;
        overflow: hidden;
    }
}
.search-cart-item-thumb {
    background-color: #ffffff;
    width: 80px;
    height: 60px;
    padding: 10px 0;
    float: left;
}
@media only screen and (max-width: 420px) {
    .search-cart-item-thumb {
        width: 60px;
        height: 45px;
        padding-top: 7px;
        padding-bottom: 8px;
    }
}
.search-cart-item-image {
    max-width: 100%;
}
.search-cart-item-detail {
    float: right;
    width: calc(100% - 100px);
    vertical-align: bottom;
    line-height: 46px;
}
@media only screen and (max-width: 420px) {
    .search-cart-item-detail {
        width: calc(100% - 70px);
    }
}
.search-cart-item-title {
    margin: 0;
    width: 80%;
    display: inline-block;
    font-weight: normal;
}
.search-cart-item-price {
    width: 20%;
    display: inline-block;
    text-align: right;
    margin-left: -4px;
    font-size: 20px;
}
@media only screen and (max-width: 420px) {
    .search-cart-item-price {
        font-size: 14px;
        line-height: 20px;
    }
}
.search-cart-item-link {
    color: #323232;
    font-size: 20px;
}
@media only screen and (max-width: 420px) {
    .search-cart-item-link {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-top: 6px;
    }
}
.no-touch .search-cart-item-link {
    transition: opacity 0.3s ease-in-out;
}
.no-touch .search-cart-item-link:hover {
    opacity: 0.3;
}
.hover .search-cart-item-link {
    opacity: 0.3;
    display: block;
}
.search-cart-item-divider {
    border-top-color: #e5e5e5;
}
@media only screen and (max-width: 420px) {
    .search-cart-item-divider {
        margin-top: 2px;
    }
}

.no-touch .menu-item .menu-subitem.subitem-collabs .subitem-container{
  width: 856px;
}

.no-touch .menu-item .menu-subitem.subitem-collabs .subitem-container .subitem-column {
  padding: 0;
}

.no-touch .menu-item .menu-subitem.subitem-collabs .subitem-container .subitem-column +  .subitem-column{
  margin-left: -225px;
}


.no-touch .menu-item .menu-subitem.subitem-collabs h4{
  float: left;
}

.no-touch .menu-item .menu-subitem.subitem-collabs ul{
  float: left;
  width: 80%;
  clear: both;
}

.no-touch .menu-item .menu-subitem.subitem-collabs ul li{
  float: left;
  width: 50%;
}
