/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover, 
input:hover, 
input:focus,
*:focus {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*BEGIN - CSS para arrouws slick homepage*/

.homepage-banner .slick-prev.slick-arrow, .homepage-banner .slick-next.slick-arrow {
  position: absolute;
  z-index: 100;
  background: transparent;
  width: 20px;
  font-size: 25px;
  border-color: transparent;
  border-radius: 10px;
  opacity: .5;
}

.homepage-banner .slick-prev.slick-arrow{
    top: 50%;
}

.homepage-banner .slick-next.slick-arrow {
    top: 50%;
    right: 0px;
}

.homepage-banner .slick-prev.slick-arrow:hover, .homepage-banner .slick-next.slick-arrow:hover {
border-color: black;
background: red;
}

/*END - CSS para arrouws slick homepage*/

.catalogsearch-result-index #amshopby-page-container .products-grid .item div.actions a:first-of-type {
  bottom: 280px !important;
}

/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor tex-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}

/* Custom reset */
.cms-page-view .col-main h1 {
    font-size: 2em !important;
    margin: 0.67em 0 !important;
}
.cms-page-view .col-main h3 {
    font-size: 1.17em !important;
    margin: 0.67em 0 !important;
    font-weight: bold;
}
.cms-page-view .col-main h4 {
    font-weight: bold !important;
}
.cms-page-view .col-main ul {
    padding-left: 25px !important;
    margin: 15px 0 !important;
}

.catalogsearch-result-index .products-grid .actions a:first-of-type {
  bottom: 280px !important;
}

footer {
    border-top: 1px solid #eeeeee;
    margin-top: 90px;
    clear: both;
}
.cms-index-index footer { 
    margin-top: 0px!important;
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/footerbg.jpg");
}
.customer-account-login footer, .customer-account-create footer, .customer-account-forgotpassword footer, .onestepcheckout-index-index footer {
    display: none;
}
footer .footer-inner-wrapper {
    width: 1180px;
    margin: 0 auto;
}
footer .titulo-bloco, footer .footer-newsletter .text-news-1, .header-simple .titulo-bloco {
    font-family: 'Hind-SemiBold';
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
footer .footer-newsletter .text-news-2 {
    font-size: 13px;
    color: #2c2c2c;
    font-family: 'Hind-Regular';
    line-height: 1.3;
}
footer .footer-new > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
footer .footer-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
footer .links-bloco a {
    font-size: 14px;
    font-family: 'Hind-Regular';
    color: #fff;
}
footer .footer-face:hover, footer .footer-insta:hover,
header#header a.header-insta:hover, header#header a.header-face:hover, header#header a.header-tube:hover,
footer .info-bloco-redes-sociais > a:hover {
    transform: translateY(-3px);
}
footer .links-bloco a:hover {
    text-decoration: underline;
}
footer .info-bloco p {
    font-size: 14px;
    font-family: 'Hind-Regular';
    color: #fff;
}
.header-simple .info-bloco p {
    font-size: 14px;
    font-family: 'Hind-Regular';
    text-align: justify;
}
footer .info-bloco p.phone, .header-simple .info-bloco p.phone {   
    font-family: 'Hind-SemiBold';
}
footer .info-bloco p.phone.whats::before {
    content: "";
    width: 25px;
    height: 20px;
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/whatslogo.png);
    display: inline-block;
    vertical-align: bottom;
    background-position: center 0px;
    background-repeat: no-repeat;
}

footer .info-bloco {
    max-width: 195px;
}
.header-simple .info-bloco {
    max-width: 260px;
}
footer .bloco-redes-sociais label {
    font-size: 16px;
    color: #fff;
    font-family: 'Hind-SemiBold';
}
.catalog-product-view .block-related ul#block-related button.slick-prev, .catalog-product-view .block-related ul#block-related button.slick-next,
body.checkout-cart-index .visualizados-recentemente ul.recent-viewed button.slick-next, body.checkout-cart-index .visualizados-recentemente ul.recent-viewed button.slick-prev,
#crosssell-products-list.products-grid button.slick-next, #crosssell-products-list.products-grid button.slick-prev {
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-nutri-footer-grid.png) no-repeat top left; 
}
footer .info-bloco-redes-sociais, footer .titulo-bloco-redes-sociais {
    display: inline-block;
}
footer .info-bloco-redes-sociais {
    margin-left: 5px;
}
footer .info-bloco-redes-sociais > a {
    display: inline-block;
    width: 35px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
    transition: all ease .3s;
    text-align: center;
}
footer .bloco-redes-sociais {
    text-align: center;
}
footer .bandeiras-cartao {
    text-align: center;
    margin-top: 30px;
}
footer .footer-logo-wide {
    padding-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}
footer .bloco-copyright {
    text-align: center;
    color: #2c2c2c;
    font-size: 9px;
    font-weight: 600;
    max-width: 640px;
    margin: 25px auto 0 auto;
}
footer .bloco-copyright .conteudo-copyright-1 {
    margin-bottom: 20px;
}
.conteudo-copyright-1, .conteudo-copyright-2 {
    line-height: 1.6;
    color: #fff;
}

footer .bandeiras-cartao {
    width: 100%;
    text-align: center;
}
footer .bandeiras-cartao .bandeiras {
    padding: 15px 20px;
    display: inline-block;
}
div#bandeira-visa {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/visa.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-mastercard {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/mastercard.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-amex {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/amex.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-hipercard {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/hipercard.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-aura {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/aura.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-jcb {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/jcb.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-diners {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/diners.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-elo {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/elo.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
div#bandeira-discover {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/bandeiras/discover.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

/* Footer newletter */
.newsletter-container {
    background: #e42050;
    padding: 15px;
    margin-bottom: 42px;
}
.footer-newsletter {
    display: flex;
    flex-direction: row;
    width: 1180px;
    margin: 0 auto;
    align-items: center;
}
.button-newsletter {
    margin-left: 200px;
    position: relative;
}
p.title-newsletter {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    font-family: 'Hind-Regular';
    text-align: center;
}
span.text-newsletter {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    padding-left: 40px;
    font-family: 'Hind-Regular';
    text-align: center;
}


/** INÍCIO HEADER **/
header {
    margin-top: -26px;
}
header h1.logo-h1 a, .header-simple a.logo {
    display: inline-block;
    
}
.header-simple a.logo {
    width: 120px;
    margin-left: 60px;
    margin-top: 10px;
}
.header-simple a.logo img {
    max-width: 100%;
}
header#header {
    height: 125px;
    transition: all .3s ease;
    background: #e41650;
    color: #fff;
    font-family: hind;
}
body #header .header-top {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/headerbg.png") !important;
    background-repeat: repeat-x;
}
header .header-top {
    height: 25px;
    line-height: 24px;
    background: #d31148;
    margin-top: 8px;
}
header .header-top-inner {
    width: 1240px;
    margin: 0 auto;
    text-align: right;
    height: 100%;
}
.header-top-inner p.tel.whats::Before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/whatslogo.png);
    display: inline-block;
    vertical-align: bottom;
    background-position: center 3px;
    background-repeat: no-repeat;
}

header div#header-cart .header-cart-inner tr.qty-wrapper {
    display: none;
}
header .header-top-inner .fones > *, .header-top-inner .header-redes > * {
    font-size: 16px;
}
header#header .header-redes {
    margin-left: 37px;
}
header#header a.header-insta, header#header a.header-face, header#header a.header-tube {
    vertical-align: middle;
    transition: all ease .3s;
    display: inline-flex;
    margin: 0 3px;
}
header form#search_mini_form input.input-text {
    text-indent: 16px;
    text-transform: capitalize;
    font-size: 12px;
    background-position: 540px center !important;
}
header#header .header-top a:nth-child(2) {
    margin-left: 10px;
    margin-right: 2px;
}
header#header a.header-insta {
    background-position: 0 -35px;width: 15px;height: 15px;
}
header#header a.header-face {
    background-position: 0 0; width: 9px; height: 15px;
}
header div#header-search {
    width: 602px;
    height: 44px;
    border-radius: 7px;
    line-height: 44px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 33px auto 0 auto;
    border: 1px dashed #a7a7a7;
    transition: border-color ease .3s;
}
header div#header-search:hover {
    border-color: #1a1a1a !important;
}
div#header-search.onfocus {
    z-index: 99999999999;
}
div#header-search.onfocus form#search_mini_form input.input-text {
    outline: none;
}
header .skip-links, header h1.logo-h1, header .minha-conta-container, header .header-top .header-top-inner > *, header
.header-top-inner .fones > *, header .header-top-inner .header-redes > *, header div#header-search, header a.skip-cart span.count,
header a.skip-cart span.icon, header a.skip-cart, header .minha-conta-container span.icon, header .minha-conta-container span.icon-seta {
    display: inline-block;
    font-family: 'Hind-Regular';
    color: #fff;
}
header h1.logo-h1 {
    transition: width .3s ease;
    width: 140px;
}
header#header h1.logo-h1 img {
    max-width: 100%;
    z-index: 10 !important;
    position: relative;
}
header label[for="search"] {
    display: none;
}
header form#search_mini_form {
    position: relative;     
}
header form#search_mini_form, header form#search_mini_form input.input-text, header button.button.search-button {
    background-color: transparent;
    border: none;
}
header button.button.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 72px;
    font-size: 24px;
}
header form#search_mini_form, header form#search_mini_form input.input-text {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    color: #959595; 
} 
header button.button.search-button::before {
    background-position: 0 -113px;
    content: '';
    display: block;
    width: 21px;
    height: 20px;
    position: absolute;
    margin-left: 30px;
    margin-top: 10px;
    vertical-align: middle;
}
header a.skip-cart span.label {
    display: none;
}
header#header a.skip-cart span.count {
    color: #fff !important;
}
header a.skip-cart span.count {
    width: 28px;
    height: 28px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: bold;
    right: 0;
    top: -2px;
}
header a.skip-cart span.icon {
    background-position: 0 -70px; width: 24px; height: 23px; font-size: 24px;
}
header a.skip-cart > *, header .header-right-container > * {
    vertical-align: middle;
}
header .header-right-container {
    float: right;
    margin-top: 42px;
}
header .minha-conta-container span.icon {
    background-position: 0 -153px; 
    width: 18px; 
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
}
header .minha-conta-container > p:first-child {
    font-size: 12px;
    font-family: 'Hind-SemiBold';
    color: #fff;
    position: relative;
    padding-left: 29px;
    line-height: 1.2;
    cursor: pointer;
    padding-right: 17px;
}
.minha-conta-container i.fas.fa-user {
    position: relative;
    left: 0;
    top: -2px;
}
header .minha-conta-container > p:first-child span:not(.icon):not(.icon-seta) {
    display: block;
}
header .minha-conta-container span.icon-seta {
    background-position: 0 -219px;
    width: 8px;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: 7px;
}
header .page-header-container .skip-links {
    margin-left: 60px;
}
header .page-header-container {
    width: 1290px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
header p#hover-conta {
    z-index: 999;
    color: #7a7979 !important;
}
header p#hover-conta.control-zindex {
    z-index: 9999;
}
header .top-links-container {
    position: absolute;
    visibility: hidden;
    transition: all .3s, z-index 0ms;
    opacity: 0;
    z-index: 99999999999999;
    margin-left: -87px;
    width: 193px;
}
header .minha-conta-container.active .top-links-container {
    visibility: visible;
    opacity: 1;
}
header .minha-conta-container .top-links-container .links {
    position: relative;
    height: 300px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 15px 14px 14px 14px;
    margin-top: 30px;
    border-radius: 5px;
}
header .minha-conta-container .top-links-container .links a {
    font-size: 14px;
    display: inline-block;
    color: #2c2c2c;
}
header .minha-conta-container .top-links-container .links a:hover {
    text-decoration: underline;
}
header .minha-conta-container .top-links-container .links li.entrar a {
    width: 100%;
    height: 36px;
    text-align: center;
    background-color: #1a1a1a;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: unset;
    text-decoration: none;
    transition: all ease 0.3s;
}
header .minha-conta-container .top-links-container .links li.criar-conta::before, header .minha-conta-container .top-links-container .links li.minha-conta::before {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
}
header .minha-conta-container .top-links-container .links li.criar-conta::before {
    content: "Não possui conta?";
}
header .minha-conta-container .top-links-container .links li.minha-conta::before {
    content: "Já possui conta?";
}
header .minha-conta-container .top-links-container .links li.minha-conta, header .minha-conta-container .top-links-container .links li.entrar {
    padding-top: 17px;
}
header .minha-conta-container .top-links-container .links::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #eeeeee;
    border-right: none;
    border-bottom: none;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}
header .minha-conta-container .top-links-container .links li:not(.minha-conta):not(.entrar):not(.criar-conta) {
    padding-top: 3px;
}
header .minha-conta-container .top-links-container .links li.entrar a:hover {
    opacity: .8;
}
header div#header-cart {  
    position: absolute;
    visibility: hidden;
    transition: all .3s, z-index 0ms;
    opacity: 0;
    z-index: 99999999999999;
    margin-left: -240px;
    width: 300px;
}
header div#header-cart .header-cart-inner {
    position: relative;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 30px;
}
header div#header-cart .header-cart-inner::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #eeeeee;
    border-right: none;
    border-bottom: none;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 32px 0 auto;
    transform: rotate(45deg);
}
header div#header-cart ul#cart-sidebar li.item a.product-image {
    padding-left: 15px;
    padding-right: 15px;
}
header div#header-cart ul#cart-sidebar li.item a.product-image img {
    vertical-align: middle;
}
header div#header-cart.active {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}
header .account-cart-wrapper {
    position: relative;
    z-index: 999;
}
header .account-cart-wrapper.control-zindex {
    z-index: 9999999999;
}
header div#header-cart .header-cart-inner p.empty {
    font-size: 16px;
    display: block;
    color: #2f2b2b;
    padding-bottom: 5px;
    text-align: center;
}
header a.skip-link.skip-cart {
    cursor: pointer;
    width: 61.45px;
}
header div#header-cart ul#cart-sidebar li.item > * {
    display: inline-block;
    vertical-align: middle;
}
header div#header-cart .block-content, header div#header-cart ul#cart-sidebar li.item th {
    display: none;
}
header div#header-cart .minicart-actions button.button:hover {
    opacity: .8;
}
header div#header-cart .minicart-actions button.button {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #16cd82;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
}
header div#header-cart .minicart-actions {
    padding: 0 10px;
}
header div#header-cart ul#cart-sidebar li.item {
    border: 1px solid #eeeeee;
    padding: 10px;
    border-left: none;
    border-right: none;
}
header div#header-cart ul#cart-sidebar li.item:last-child {
    border: none;
}
header div#header-cart ul#cart-sidebar li.item:first-child {
    border: none;
}
header div#header-cart ul#cart-sidebar li.item:hover p.product-name a {
    color: #1a1a1a;
}
header div#header-cart .minicart-actions a.cart-link, header div#header-cart p.block-subtitle {
    text-align: center;
    font-size: 14px;
    display: block;
    color: #2f2b2b;
}
header div#header-cart p.block-subtitle {
    padding-bottom: 25px;
}
header div#header-cart ul#cart-sidebar li.item p.product-name a {
    font-size: 12px;
    color: #2c2c2c;
    display: inline-block;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    text-overflow: ellipsis;
    transition: all ease .2s;
}
header div#header-cart ul#cart-sidebar li.item .product-details {
    line-height: 1.2;
}
header div#header-cart ul#cart-sidebar li.item table.info-wrapper {
    font-size: 14px;
    color: #1a1a1a;
}
header div#header-cart .minicart-actions a.cart-link {
    margin-bottom: 5px;
    margin-top: 5px;
}
header div#header-cart .minicart-actions a.cart-link:hover {
    text-decoration: underline;
}
header p#hover-conta.login {
    line-height: 28px;
    max-width: 115px;
    min-width: 115px;
    overflow: hidden;
    max-height: 28px;
}
header div#header-cart ul#cart-sidebar li.item .truncated {
    display: none;
}
header .minha-conta-container.login .top-links-container .links {
    height: auto !important;
}
header .minha-conta-container.login .top-links-container .links li.minha-conta::before {
    display: none;
}
header .minha-conta-container.login {
    position: relative;
    left: 47px;
}
header .minha-conta-container.login .top-links-container .links li.minha-conta {
    padding-top: 0 !important;
}
/*ini hamburguer menu*/
header #widecommerce-icon {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    margin-top: 30px;
    margin-left: 330px;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #1a1a1a;
    transition: all .3s ease;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) header#header.menu-fixed #widecommerce-icon {
    margin-top: 40px;
    margin-left: 220px;
    opacity: 1;
    visibility: visible;
}
header #widecommerce-icon::before {
    background: #fff;
}
header #widecommerce-icon::before {
    background: #fff;
    margin-bottom: 8px;
}
header #widecommerce-icon::after {
    box-shadow: 0 4px 0 0 #fff, 0 -4px 0 0 #fff;
}
header #widecommerce-icon::after {
    box-shadow: 0 4px 0 0 #fff, 0 -4px 0 0 #fff;
}
header #widecommerce-icon::before, header #widecommerce-icon::after {
    content: '';
    display: block;
    height: 4px;
    transition: .3s;
}
header #widecommerce-icon.active::before {
    transform: rotate(45deg) translate(7px, 4px);
}
header #widecommerce-icon.active::after {
    transform: rotate(-225deg) translate(-4px, 1px);
}
header #widecommerce-icon.active::before, header #widecommerce-icon.active::after {
    width: 80%;
    background: #fff;
    box-shadow: none;
}
/*fim hamburguer menu*/
#myContainer.search-autocomplete {
    width: 602px !important;
    z-index: 9999;
    top: 160px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: hind;
}
#myContainer.search-autocomplete .yui-ac-content {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding-top: 20px;
    margin: -55px auto 0 auto;
    padding: 13px;
    border-radius: 5px;
}
#myContainer.search-autocomplete .yui-ac-content .yui-ac-hd, #myContainer.search-autocomplete .yui-ac-content ul li .info-payment {
    display: none;
}
#myContainer.search-autocomplete .yui-ac-content ul li {
    min-height: unset;
    border: none;
}
#myContainer.search-autocomplete .yui-ac-content div#sac-results > div {
    font-size: 12px;
    font-family: 'Hind-Regular';
}
#myContainer.search-autocomplete .yui-ac-content ul li ol strong:not(.searched-words) {
    color: #2c2c2c;
    font-size: 14px;
    min-width: 360px;
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 11px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    margin-right: 5px;
    font-family: 'Hind-Regular';
}
#myContainer.search-autocomplete .yui-ac-content ul {
    background-color: #f0f0f0;
}
#myContainer.search-autocomplete .yui-ac-content ul > li.selected {
    background-color: #fff !important;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol strong + p {
    display: none;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol strong .searched-words {
    color: unset;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol {
    width: 100%
}
#myContainer.search-autocomplete .yui-ac-content ul li ol > * {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol .price-box > * {
    display: block;
    font-family: 'Hind-Regular';
}
#myContainer.search-autocomplete p.minimal-price {
    font-size: 12px;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol .regular-price, #myContainer.search-autocomplete .yui-ac-content ul li ol .special-price {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    font-family: 'Hind-Regular';
}
#myContainer.search-autocomplete .yui-ac-content ul li ol .old-price {
    font-size: 12px;
    text-transform: uppercase;
}
#myContainer.search-autocomplete .yui-ac-content ul li ol .regular-price, #myContainer.search-autocomplete .yui-ac-content ul li ol .special-price, #myContainer.search-autocomplete .yui-ac-content ul li ol .old-price {
    line-height: 1.3;
    font-family: 'Hind-Regular';
}
/*ini header fixo*/
div#header-nav {
    transition: margin-top .3s ease;
    font-family: hind;
    height: 42px;
    border: 1px dashed #e30a0a;
    background-color: #fff !important;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) header#header.menu-fixed .header-top {
    display: none;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) header#header.menu-fixed {
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999999;
    border-bottom: 1px solid #e42050;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) header#header.menu-fixed h1.logo-h1 {
    width: 123px;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) div#header-nav.menu-fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    top: 0;
    z-index: 999999;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) div#header-nav.menu-fixed.active {
    margin-top: 111px;
}
body:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) div#header-nav.menu-fixed.control-zindex {
    position: fixed;
}
body.menu-fixed:not(.catalog-product-view):not(.customer-account-login):not(.customer-account-create):not(.customer-account-forgotpassword):not(.onestepcheckout-index-index) #myContainer.search-autocomplete {
    position: fixed !important;
    z-index: 999999999999999 !important;
    top: 107px !important;
}
.bg-header-menu {
    background-color: #e42050;
}
.header-redes img {
    height: 18px;
    position: relative;
    bottom: 3px;
}

/* //ícone home na primeira categoria

ol.nav-primary li.level0.nav-2 h2 a span {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/house.png");
    background-repeat: no-repeat;
    background-position: 20px 2px;
    color: #0000 !important;
    background-size: 20px;
}
ol.nav-primary li.level0.nav-2 h2 a span:hover {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/househover.png");
}
*/

/*fim header fixo*/
/** FIM HEADER **/

.sprite { background: url('https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/sprite.png') no-repeat top left; width: 8px; height: 6px;  } 
.sprite.facebook { background-position: 0 0; width: 9px; height: 15px; } 
.sprite.instagram { background-position: 0 -35px; width: 15px; height: 15px; } 
.sprite.carrinho { background-position: 0 -70px; width: 24px; height: 23px; } 
.sprite.lupa { background-position: 0 -113px; width: 21px; height: 20px; } 
.sprite.usuario { background-position: 0 -153px; width: 18px; height: 20px; } 
.sprite.usuario-seta-baixo { background-position: 0 -193px; } 
.sprite.usuario-seta-cima { background-position: 0 -219px; } 

nav#nav {
    z-index: 9 !important;
    background-color: #e41650;
    position: relative;
    height: 40px;
}
#nav ol.nav-primary {
    width: 1185px;
    margin: 0 auto;
    height: 40px;
    position: relative;
    margin-top: 1px;
    text-align: center;
}
#nav .nav-primary a.level0 {
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: 'Hind-Regular';
}
#nav li.level0:hover > h2 a {
    text-decoration: none;
}
#nav li.level0 {
    z-index: 9 !important;
    display: inline-block;
}
#nav li.level0.active.menu-active.parent h2::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #eeeeee;
    border-right: none;
    border-bottom: none;
    top: 46px;
    left: 0;
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
#nav li.level0 h2 {
    position: relative;
}

#nav ul.level0-sub > li > h4 > a {
    color: #1f1e1e;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
#nav ul.level0-sub ul.level1 li.level2 a {
    color: #1f1e1e;
    font-size: 14px;
    margin-bottom: 5px;
}
#nav li.level0 .sub a {
    display: inline-block;
    font-family: 'Hind-Regular';
    margin: 3px 0;
}
#nav li.level0 .sub a:hover {
    text-decoration: underline;
}
#nav li.level0 .sub > dl {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 0px 40px 40px 40px;
    border-radius: 10px;
    margin-top: 18px;
    white-space: nowrap;
    text-align: left;
}
 #nav li.level0 .sub > dl dd {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-top: 50px;
}
#nav li.level0 .sub {
    position: absolute;
    left: auto;
}
#nav li.level0 .sub > dl dd:not(:last-child) {
    margin-right: 60px;
}
.amlabel-txt2 {
    z-index: 9 !important;
}

.catalog-product-view .product-shop .ratings .rating-box,
.catalog-product-view #customer-reviews .rating-stars .rating-box,
li.item .ratings .rating-box {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/star-all-empty.png);
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    width: 75px;
}

.catalog-product-view .product-shop .ratings .rating-box .rating,
.catalog-product-view #customer-reviews .rating-stars .rating,
li.item .ratings .rating {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/star-all.png);
    background-repeat: no-repeat;
    height: 13px;
}

li.item .ratings .amount {
    display: inline-block;
    position: relative;
    bottom: 14px;
    left: 85px;
}

li.item .ratings .amount a {
    color: #2c2c2c;
    font-weight: bold;
    font-family: 'Hiind-Regular';
    text-decoration: none;
}

li.item .ratings {
    display: inline-block;
    left: 0;
    right: 0;
    margin-left: 15px;
    width: 75px;
    margin-top: 0px;
}

li.item .ratings::before,
li.item .ratings::after {
    display: block;
    clear: both;
    content: "";
}

.catalog-product-view #form-to-review .rating-input {
    white-space: nowrap;
    padding: 5px 0;
}

.catalog-product-view #form-to-review .rating-input label {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/star-empty.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.catalog-product-view #form-to-review .rating-input .full-star {
    background-image: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/star-full.png") !important;
}

.catalog-product-view #customer-reviews .rating-stars .rating-box {
    float: none;
}

.catalog-product-view #customer-reviews .ava-after-title {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 8px;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner>dt>div:not(:last-child) {
    margin-right: 40px;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner>dt>strong {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner div.dd {
    font-size: 16px;
    margin-top: 10px;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner div.dd span {
    display: block;
    font-style: italic;
    font-weight: 600;
    margin-top: 10px;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner>dt:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.review-meta span.date {
    display: inline-block !important;
    font-weight: normal !important;
    font-size: 13px;
}

/* Messages ini */
.messages {
    max-width: 1200px;
    margin: 0 auto 30px auto;
}

body.checkout-cart-index .messages {
    max-width: 1276px;
    padding-top: 20px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
    font-family: 'Hind-Regular';
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
    font-family: 'Hind-Regular';
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

/* Messages fim */


.catalog-product-view .product-essential {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.catalog-product-view .product-img-box {
    float: left;
    display: block;
    width: 650px !important;
    text-align: right;
}

.product-image.amvertical {
    min-width: 470px;
}

.catalog-product-view .product-shop {
    float: right;
    width: 445px;
}

.catalog-product-view .add-to-cart-wrapper {
    float: right;
    width: 445px;
    clear: right;
    position: relative;
}

.catalog-product-view .box-collateral.box-up-sell {
    float: right;
    width: 445px;
    margin-top: 10px;
}

.catalog-product-view ul.sharing-links,
span.or {
    display: none;
}

ul.add-to-links li {
    display: none;
}

ul.add-to-links li .separator {
    display: none;
}

ul.add-to-links li:nth-child(3) {
    display: block !important;
    font-size: 12px;
    transition: color ease .3s;
    text-decoration: underline;
    padding-top: 10px;
}

ul.add-to-links li:nth-child(3):hover {
    text-decoration: none;
}

ul.add-to-links li:nth-child(3) a {
    color: #7f7f7f;
}

ul.add-to-links li:nth-child(3) select {
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 15px;
    padding: 0 8px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 115px;
}

ul.add-to-links li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -20px;
}

ul.add-to-links li:nth-child(3) select {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 9;
}

.catalog-product-view .clearer {
    clear: both;
}

.catalog-product-view .product-essential .options-add-to button.button.btn-cart {
    width: 445px;
    height: 42px;
    background-color: #16cd82;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    position: absolute;
    bottom: 0;
    left: 0;
}

.catalog-product-view .product-essential button.button.btn-cart {
    width: 100%;
    height: 42px;
    background-color: #16cd82;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    margin-top: 25px;
}

.catalog-product-view .product-essential .product-name h1 {
    color: #2c2c2c;
    font-size: 25px;
    font-family: 'Hind-SemiBold';
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.1;
    max-height: 54px;
    margin-bottom: 8px;
}

.catalog-product-view .product-essential .qty-wrapper-inner>* {
    position: absolute;
}

.catalog-product-view .product-essential .qty-wrapper-inner {
    width: 66px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background-color: #f0f0f0;
    margin: 0 0 0 auto;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
}

.qty-wrapper-inner.gotFocus {
    border-color: #08bad4 !important;
}

.catalog-product-view .product-essential .options-add-to .qty-wrapper {
    position: absolute;
    bottom: 62px;
    right: 0;
    display: none;
}

.catalog-product-view .product-essential .qty-wrapper {
    float: right;
    display: none;
}

.catalog-product-view .product-essential .qty-wrapper-inner>input {
    font-size: 16px;
    border: none;
    color: #787878;
    width: 35px;
    height: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0px auto 5px;
    background-color: transparent;
}

.catalog-product-view .product-essential .mais-prod,
.catalog-product-view .product-essential .menos-prod {
    width: 10px;
    height: 7px;
    box-sizing: border-box;
    color: transparent;
    right: 9px;
    cursor: pointer;
    user-select: none;
}

.catalog-product-view .product-essential .mais-prod:hover,
.catalog-product-view .product-essential .menos-prod:hover,
.catalog-product-view .product-essential .amxnotif-block button:hover,
.catalog-product-view div#form-to-review .fieldset .btn-form:hover,
.catalog-product-view div#form-to-review ul.form-list .buttons-set button:hover,
.catalog-product-view .box-collateral.box-up-sell button.slick-prev:hover,
.catalog-product-view .box-collateral.box-up-sell button.slick-next:hover,
.catalog-product-view #nextGallery:hover,
.catalog-product-view #prevGallery:hover,
.catalog-product-view .product-essential .options-add-to button.button.btn-cart:hover,
.catalogsearch-result-index li.item .actions a:hover,
.catalog-category-view li.item .actions a:hover,
.cms-index-index .grid-produtos li.item .actions a:hover,
.catalog-product-view .block-related ul#block-related li.item .actions a:hover,
.cart-grid-wrap ul.checkout-types.bottom .btn-proceed-checkout:hover,
ul.recent-viewed li.item .actions a:hover {
    opacity: .8;
}

.catalog-product-view .product-essential .mais-prod {
    background-position: 0 0;
    margin-top: 8px;
}

.catalog-product-view .product-essential .menos-prod {
    background-position: 0 -27px;
    margin-top: 32px;
}

.catalog-product-view .product-essential .mais-prod,
.catalog-product-view .product-essential .menos-prod,
.catalog-product-view .options-add-to div#product-options-wrapper .input-box::before,
.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by::before,
body.customer-account-create ul#tipopessoa-area label[for="gender"]~div.input-box::before,
body.customer-account-create ul#tipopessoa-area .dob-day::before,
body.customer-account-create ul#tipopessoa-area .dob-month::before,
body.customer-account-create ul#tipopessoa-area .dob-year::before {
    background-image: url('https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-poli.png');
}

.catalog-product-view .product-essential .qty-wrapper label[for="qty"] {
    font-size: 14px;
    color: #787878;
    font-family: 'Hind-Regular';
    display: inline-block;
    margin-bottom: 2px;
}

.catalog-product-view .product-essential p.p-preco-boleto {
    color: #2c2c2c;
    font-size: 16px;
    font-family: 'Hind-Regular';
}

.breadcrumbs li span,
.breadcrumbs li a {
    color: #afafaf;
    font-size: 12px;
    transition: color ease .3s;
    font-family: 'Hind-Regular'
}

.breadcrumbs li a:hover {
    color: #000 !important;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs {
    width: 1185px;
    margin: 0 auto;
    padding: 20px;
}

.catalog-product-view .product-shop .product-name h1 {
    color: #2c2c2c;
    font-size: 23px;
    font-family: 'Hind-Light';
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.1;
    max-height: 54px;
    margin-bottom: 8px;
    font-weight: bold;
}

.catalog-product-view .product-essential p.rating-links> :nth-last-child(-n+2) {
    display: none;
}

.catalog-product-view .product-essential .marca-produto,
.catalog-product-view .product-essential .marca-produto a,
.catalog-product-view .product-essential .product-sku,
.catalog-product-view .product-essential .text-review a,
.catalog-product-view .product-essential .ratings a {
    font-size: 12px;
    color: #2c2c2c;
    transition: color ease .3s;
}

.catalog-product-view .product-essential .marca-produto a:hover {
    color: #2c2c2c;
}

.catalog-product-view .product-essential .text-review {
    margin-bottom: 5px;
}

.catalog-product-view .product-essential .share-buttons {
    text-align: right;
    float: right;
}

.catalog-product-view .product-essential .share-buttons>span {
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Hind-Regular';
    display: block;
    margin-bottom: 3px;
}

.catalog-product-view .product-essential .ratings a {
    vertical-align: top;
    margin-left: 10px;
    pointer-events: none;
}

.catalog-product-view .product-essential .ratings {
    margin-bottom: 4px;
}

.catalog-product-view .product-essential .text-review a {
    text-decoration: none;
    font-family: 'Hind-Regular';
    font-weight: bold;
    /*position: relative;*/
    bottom: 25px;
    left: 165px;
}

.catalog-product-view .product-essential .text-review a:hover {
    text-decoration: none;
}

.catalog-product-view .product-essential .product-sku {
    margin-top: 8px;
    margin-bottom: 8px;
}

.catalog-product-view .product-essential .share-buttons .at-share-btn-elements a:not(:last-child) {
    margin-right: 8px;
}

.catalog-product-view .options-add-to {
    position: relative;
    padding-bottom: 62px;
    min-height: 138px;
    box-sizing: border-box;
    margin-top: 15px;
}

.catalog-product-view.no-stock .price-info {
    display: none;
}

.catalog-product-view .product-essential p.p-preco-boleto span {
    font-size: 30px;
    color: #e30a0a;
}

.catalog-product-view .product-essential p.p-maior-parela span {
    color: #464646;
}

.catalog-product-view .product-essential p.old-price {
    color: #2c2c2c;
    font-family: 'Hind-Regular';
    font-size: 16px;
    font-weight: bold;
}

.catalog-product-view .product-essential p.p-maior-parela {
    color: #2c2c2c;
    font-family: 'Hind-Regular';
    font-size: 16px;
    font-weight: normal;
}

/* .catalog-product-view .product-essential p.old-price span.price-label {
    text-transform: uppercase;
} */
.catalog-product-view .product-essential p.special-price,
.catalog-product-view .product-essential .regular-price {
    color: #08bad4;
    font-size: 26px;
    font-family: 'Hind-Semibold';
}

.catalog-product-view .options-add-to div#product-options-wrapper {
    float: left;
}

.catalog-product-view .options-add-to div#product-options-wrapper label,
#crosssell-products-list.products-grid li.item .config-options label {
    font-size: 14px;
    color: #2c2c2c;
    font-family: 'Hind-Regular';
    margin-bottom: 2px;
    display: inline-block;
}

.catalog-product-view .options-add-to div#product-options-wrapper select {
    height: 48px;
    width: 178px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
}

.catalog-product-view .options-add-to div#product-options-wrapper .select-box::before,
body.customer-account-create ul#tipopessoa-area label[for="gender"]~div.input-box::before,
body.customer-account-create ul#tipopessoa-area .dob-day::before,
body.customer-account-create ul#tipopessoa-area .dob-month::before,
body.customer-account-create ul#tipopessoa-area .dob-year::before {
    background-position: 0 -27px;
    width: 10px;
    height: 7px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    pointer-events: none;
}

.catalog-product-view .options-add-to div#product-options-wrapper .input-box {
    position: relative;
    max-width: 178px;
    color: #2c2c2c;
    font-family: 'Hind-Regular';
    font-size: 14px;
}

.catalog-product-view .options-add-to::before,
.catalog-product-view .options-add-to::after {
    display: block;
    clear: both;
    content: "";
}

.catalog-product-view .options-add-to div#product-options-wrapper p.required {
    color: red;
    font-size: 12px;
    margin-top: 15px;
    display: none;
}

.catalog-product-view .options-add-to div#product-options-wrapper dl:not(.last) {
    margin-bottom: 15px;
}

.catalog-product-view .options-add-to div#product-options-wrapper label em,
#crosssell-products-list.products-grid li.item .config-options label em {
    color: red;
    margin-right: 5px;
}

.catalog-product-view .product-collateral.toggle-content.tabs ul.toggle-tabs {
    display: none;
}

.tab-content .std strong {
    color: #000;
    font-weight: bold;
    padding-left: 0px !important;
}

.catalog-product-view .product-collateral .data-table tr:nth-child(2n+1) {
    background: #f2f2f2 none repeat scroll 0 0;
}

.catalog-product-view .product-collateral table tbody .label {
    height: 35px;
    padding-left: 15px;
    text-align: left;
}

.catalog-product-view .product-collateral .data-table tr td {
    text-indent: 15px;
}

.catalog-product-view .product-collateral table#product-attribute-specs-table {
    border-spacing: 2px !important;
    border-collapse: separate;
    width: 1150px;
    margin: 0 auto;
}

.catalog-product-view .tab-content {
    color: #787878;
    font-size: 12px;
    font-family: 'Hind-Light';
}

.catalog-product-view .tab-content .std {
    max-width: 1210px;
    margin: 0 auto;
}

.catalog-product-view .tab-content>h2,
.catalog-product-view .block-related .block-title,
.catalog-product-view .aw-pq2-question-list-wrapper p.title-1 {
    color: #e42050;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    font-family: 'Hind-Regular';
    margin-top: 40px;
    text-indent: -965px;
}

.catalog-product-view div#customer-reviews>h2 {
    color: #e42050;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    font-family: 'Hind-Regular';
    margin-top: 40px;
    text-indent: -1075px;
}

.catalog-product-view .tab-content>h2::after,
.catalog-product-view div#customer-reviews>h2:after {
    content: "";
    display: block;
    background: #eee;
    height: 1px;
    margin: 0px auto;
    position: relative;
    top: 3px;
    margin-bottom: 40px;

}

.catalog-product-view .review-heading {
    display: none;
}

.catalog-product-view .block-related .block-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 65px;
    margin-top: 90px;
}

.catalog-product-view>dd.tab-container:not(.last) {
    margin-bottom: 60px;
}

.catalog-product-view div#form-to-review .fieldset .form-estrela>dl {
    display: inline-block;
    margin-right: 60px;
}

.catalog-product-view div#form-to-review {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.catalog-product-view div#form-to-review .fieldset .btn-form,
.aw-pq2-question-title>div button,
.aw-pq2-form__button-set .aw-pq2-form__button_position_left {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Hind-SemiBold';
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
    background-color: #e96426;
}

.catalog-product-view #nextGallery.disabled,
.catalog-product-view #prevGallery.disabled {
    visibility: hidden;
}

.catalog-product-view .box-collateral .more-colo {
    color: #2c2c2c;
    font-size: 18px;
    font-family: 'Hind-SemiBold';
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.1;
    max-height: 54px;
    margin-bottom: 20px;
}

.catalog-product-view .box-collateral ul#upsell-product-table li.slick-slide {
    width: 80px;
    margin-right: 15px;
}

.catalog-product-view .box-collateral.box-up-sell .slick-list {
    width: 365px;
    margin: 0 auto;
}

.catalog-product-view .box-collateral.box-up-sell button.slick-prev,
.catalog-product-view .box-collateral.box-up-sell button.slick-next,
.catalog-product-view #nextGallery,
.catalog-product-view #prevGallery {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-up-images.png);
    background-repeat: no-repeat;
}

.catalog-product-view div#form-to-review .fieldset .form-estrela>dl dt.label,
.catalog-product-view div#customer-reviews div.dl-customer-review-inner>dt .rating-code {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
}

.catalog-product-view .box-collateral.box-up-sell button.slick-prev,
.catalog-product-view .box-collateral.box-up-sell button.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-sizing: border-box;
    border: none;
    color: transparent;
    overflow: hidden;
    background-color: transparent;
    z-index: 9;
    width: 13px;
    height: 19px;
}

.catalog-product-view .box-collateral.box-up-sell button.slick-prev {
    background-position: 0 -66px;
    left: 0;
}

.catalog-product-view .box-collateral.box-up-sell button.slick-next {
    background-position: 0 -105px;
    right: 0;
}

.catalog-product-view #nextGallery {
    background-position: 0 -33px;
    height: 13px;
    width: 19px;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
}

.catalog-product-view #prevGallery {
    background-position: 0 0;
    height: 13px;
    width: 19px;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
}

.catalog-product-view .box-collateral.box-up-sell button.slick-prev.slick-disabled,
.catalog-product-view .box-collateral.box-up-sell button.slick-next.slick-disabled {
    visibility: hidden !important;
}

.catalog-product-view .box-collateral.box-up-sell ul.itens-menos-5 .slick-list {
    margin: 0 0 0 0 !important;
}

.catalog-product-view div#form-to-review .form-list textarea {
    height: 120px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    color: #545454;
    font-size: 14px;
    padding: 20px;
    overflow-y: auto;
    resize: none;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
}

.catalog-product-view div#form-to-review .form-list::before,
.catalog-product-view div#form-to-review .form-list::after {
    display: block;
    clear: both;
    content: "";
}

.catalog-product-view div#form-to-review .form-list .form-list-left {
    float: left;
    width: 49%;
}

.catalog-product-view div#form-to-review .form-list .form-list-right {
    float: right;
    width: 49%;
}

.catalog-product-view div#form-to-review .form-list input {
    height: 48px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    color: #545454;
    font-size: 14px;
    text-indent: 20px;
    margin-bottom: 7px;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
}

.catalog-product-view div#form-to-review .fieldset .form-estrela {
    display: inline-block;
}

.catalog-product-view div#form-to-review .validation-advice {
    color: red;
    font-size: 12px;
    font-family: sans-serif;
}

.catalog-product-view .product-essential .input-box .validation-advice {
    color: red;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: -14px;
    margin-bottom: 30px;
    bottom: -20px;
    position: relative;
}

.catalog-product-view div#form-to-review .form-estrela .validation-advice {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-product-view div#form-to-review .form-list .input-box {
    margin-bottom: 15px;
}

.catalog-product-view div#form-to-review ul.form-list {
    margin-top: 40px;
}

.catalog-product-view div#form-to-review ul.form-list .buttons-set button {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    height: 42px;
    box-sizing: border-box;
    background-color: #16cd82;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Hind-SemiBold';
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.catalog-product-view div#form-to-review ul.form-list .buttons-set {
    clear: both;
    width: 217px;
    margin: 0 auto;
}

.catalog-product-view div#customer-reviews div.dl-customer-review-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1150px;
    margin: 0 auto;
}

.dl-customer-review-inner dt {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 1130px;
    white-space: normal;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0px 3px 10px -5px rgba(193, 193, 193, 1);
    -moz-box-shadow: 0px 3px 10px -5px rgba(193, 193, 193, 1);
    box-shadow: 0px 3px 10px -5px rgba(193, 193, 193, 1);
}

.catalog-product-view div#customer-reviews>dl {
    padding: 30px 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

/* width */
.dl-customer-review-inner::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dl-customer-review-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.dl-customer-review-inner::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.dl-customer-review-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.catalog-product-view div#customer-reviews .review-heading h2 {
    text-align: left;
    font-size: 22px;
    font-family: 'Hind-SemiBold';
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.catalog-product-view div#customer-reviews .review-heading h2 span {
    color: #888;
}

.catalog-product-view div#customer-reviews .review-heading h2::after {
    width: 36px;
    height: 8px;
    background: #08bad4;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.catalog-product-view .product-essential .amxnotif-block>label {
    color: #2c2c2c;
    font-size: 18px;
    font-family: 'Hind-SemiBold';
    line-height: 1.2;
}

.catalog-product-view .product-essential .amxnotif-block {
    margin-top: 15px;
    margin-bottom: 0;
}

.catalog-product-view .product-essential .amxnotif-block>input {
    height: 48px;
    box-sizing: border-box;
    text-indent: 15px;
    color: #545454;
    font-size: 14px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
    margin-top: 10px;
    width: 100%;
}

.catalog-product-view .product-essential .amxnotif-block button {
    background-color: #08bad3 !important;
    margin-top: 5px !important;
}

.catalog-product-view .product-essential .amxnotif-block>input:hover,
.catalog-product-view div#form-to-review .form-list input:hover,
.catalog-product-view div#form-to-review .form-list textarea:hover,
.catalog-product-view .options-add-to div#product-options-wrapper select:hover,
.catalog-product-view .product-essential .qty-wrapper-inner:hover,
.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by select:hover,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by select:hover,
dl#narrow-by-list dd ol li .amshopby_attr_search:hover,
dl#narrow-by-list2 dd ol li .amshopby_attr_search:hover,
.newsletter-container input#newsletter:hover,
body.customer-account-login .account-login input:hover,
body.customer-account-forgotpassword li.input-wrapper-forgot-pass input:hover,
body.customer-account-create .account-create input[type="text"]:hover,
body.customer-account-create .account-create input[type="email"]:hover,
body.customer-account-create .account-create input[type="password"]:hover,
body.customer-account-create .account-create select:hover,
.shipping-form .form-list #postcode:hover,
#crosssell-products-list.products-grid li.item .config-options select:hover,
.customer-account-changeforgotten .field input:hover {
    border-color: #08bad4 !important;
}

.catalog-product-view .product-essential .amxnotif-block>input:focus,
.catalog-product-view div#form-to-review .form-list input:focus,
.catalog-product-view div#form-to-review .form-list textarea:focus,
.catalog-product-view .options-add-to div#product-options-wrapper select:focus,
.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by select:focus,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by select:focus,
dl#narrow-by-list dd ol li .amshopby_attr_search:focus,
dl#narrow-by-list2 dd ol li .amshopby_attr_search:focus,
.newsletter-container input#newsletter:focus,
body.customer-account-login .account-login input:focus,
body.customer-account-forgotpassword li.input-wrapper-forgot-pass input:focus,
body.customer-account-create .account-create input[type="text"]:focus,
body.customer-account-create .account-create input[type="email"]:focus,
body.customer-account-create .account-create input[type="password"]:focus,
body.customer-account-create .account-create select:focus,
.shipping-form .form-list #postcode:focus,
#crosssell-products-list.products-grid li.item .config-options select:focus,
.customer-account-changeforgotten .field input:focus {
    border-color: #08bad4 !important;
}

.amasty-main-spinner {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/preloader.svg) !important;
    background-color: #fff !important;
    z-index: 10 !important;
}

.catalog-product-view .zoomWindow {
    background-color: #fff !important;
}

.catalog-product-view .input-box .amconf-images-container .amconf-image-container .amconf-color-container {
    width: 30px !important;
    height: 30px !important;
    line-height: 33px !important;
    margin-right: -1px;
}

.amconf-image-container div.am-disabled {
    opacity: 1 !important;
}

/*Ajustes produtos agrupados CSS*/
.catalog-product-view .produtos-agrupados .gp-product {
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin-top: 10px;
    min-height: 145px;
    position: relative;
}

.catalog-product-view .produtos-agrupados .gp-product .image,
.catalog-product-view .produtos-agrupados .gp-product .name {
    text-align: center;
}

.catalog-product-view .produtos-agrupados .gp-product .find-price.a-right {
    padding: 15px;
}

.catalog-product-view .produtos-agrupados .gp-product .qty-wrapper {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
}

.catalog-product-view .catalog-product-view .share-buttons {
    display: none;
}

.catalog-product-view .produtos-agrupados .gp-product p.availability.out-of-stock {
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    position: absolute;
    left: 123px;
    bottom: 5px;
}

.catalog-product-view .produtos-agrupados .gp-product .more-qty,
.catalog-product-view .produtos-agrupados .gp-product .less-qty {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-poli.png);
    width: 10px;
    height: 7px;
    box-sizing: border-box;
    color: transparent;
    right: 9px;
    cursor: pointer;
    user-select: none;
}

.catalog-product-view .produtos-agrupados .gp-product .more-qty {
    background-position: 0 0;
    margin-top: 8px;
}

.catalog-product-view .produtos-agrupados .gp-product .less-qty {
    background-position: 0 -27px;
    margin-top: 32px;
}

.catalog-product-view .produtos-agrupados .gp-product label.qty-label {
    right: 80px;
    bottom: 15px;
}

.catalog-product-view .produtos-agrupados .gp-product .info-payment,
.catalog-product-view .produtos-agrupados .gp-product .old-price {
    display: none;
}

.catalog-product-view .produtos-agrupados .gp-product .qty-wrapper-inner {
    margin-top: -30px;
}

.catalog-product-view .produtos-agrupados .gp-product .price-box {
    margin-top: -5px;
}

.produtos-agrupados .show-stock {
    background: #313131;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    left: -90px;
    width: 139px;
    top: -68px;
    text-align: center;
}

/*----------------------*/

/*CSS Compre Junto*/
.bought-together .block-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 65px;
    margin-top: 90px;
    width: 100%;
    text-align: center;
}

.bought-together .block-title span {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.bought-together .block-content {
    width: 1306px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.bought-together .item-main {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: left;
}

.bought-together a img {
    vertical-align: top;
    display: inline-block;
}

.bought-together .product-details {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.bought-together .product-details p.product-name {
    padding-bottom: 15px;
    padding-left: 5px;
    padding-top: 25px
}

.bought-together .product-details p.product-name a {
    text-decoration: none !important;
    color: #000;
}

.bought-together .add-value-products {
    display: inline-block;
    width: 10%;
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    height: 275px;
}

.bought-together .equal-value-products {
    display: inline-block;
    width: 10%;
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/equal.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    height: 275px;
}

.bought-together ul.item-bougth-together {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    text-align: left;
}

.bought-together li.items-bt:nth-child(2) {
    margin-top: 20px;
}

.bought-together span.vc-esta-vendo {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bought-together .final-price-result {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    padding-top: 50px;
}

.bought-together .price-box {
    padding-left: 5px;
}

.bought-together .bought-together-products-list {
    margin-top: 30px;
}

.bought-together .price-box .regular-price span {
    font-size: 20px;
    font-weight: 600;
}

.bought-together .price-box p {
    display: inline-block;
}

.bought-together .price-box p.old-price {
    text-decoration: line-through;
    font-weight: 500;
    color: #9e9e9e;
    font-size: 13px;
}

.bought-together .price-box p.special-price {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding-left: 5px;
}

.bought-together .bought-together-product {
    display: inline-block;
    vertical-align: top;
}

.bought-together input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-top: 60px;
}

.bought-together li.items-bt.disabled-all {
    filter: opacity(20%);
}

.bought-together button#btn-submit-itens {
    width: 100%;
    height: 42px;
    background-color: #16cd82;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    margin-top: 25px;
}

.bought-together .total-price-products span {
    display: inline-block;
    width: 100%;
}

.bought-together .total-price-products span:nth-child(2) {
    font-weight: 600;
    color: #000;
    padding-top: 5px;
}

.bought-together .total-price-products span:nth-child(1) {
    text-decoration: line-through;
    font-weight: 500;
    color: #9e9e9e;
    padding-top: 30px;
}

.bought-together .get-n-products {
    font-weight: 600;
    padding-top: 15px;
}

.bought-together .economize-products {
    font-weight: 600;
    padding-top: 15px;
}

.bought-together .info-payment {
    display: none;
}

.bought-together select.select-options {
    background-color: #fff !important;
    border: 1px solid #d4d4d4 !important;
    margin: 1px 5px;
    display: block;
    width: calc(100% - 10px) !important;
    padding: 8px 8px;
    color: #777 !important;
    font-size: 12px !important;
    background-image: none;
}

/*----------------------*/

/*CSS Easy Tabs "muitas alterações em reviews foram alteradas lá em cima*/
.easytabs-wrapper {
    margin: 0 auto;
    width: 1306px;
}

.easytabs-ul-wrapper {
    display: none;
}

.easytabs-wrapper .easytabs-content {
    display: block !important;
}

.easytabs-wrapper span.easytabs-a {
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Hind-SemiBold';
    text-align: center;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
}

#product_tabs_additional_tabbed_contents td {
    padding: 8px;
}

#product_tabs_additional_tabbed_contents tr:nth-child(even) {
    background-color: #f2f2f2;
}

#product_tabs_additional_tabbed_contents tr:nth-child(odd) {
    background-color: #fff;
}

#product_tabs_additional_tabbed_contents tr .label {
    color: #787878;
    font-size: 12px;
    font-family: 'Hind-Light';
}

#product_tabs_additional_tabbed_contents tr .data {
    color: #787878;
    font-size: 12px;
    font-family: 'Hind-Light';
    border-left: 4px solid #fff;
}

.easytabs-wrapper table.data-table {
    width: 100%;
}

div.easytabs-content img {
    max-width: 100%;
}

div.easytabs-content h1 {
    font-size: 2em !important;
    margin: 20px 0 !important;
    font-weight: bold;
}

div.easytabs-content h2 {
    font-size: 1.5em !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
}

div.easytabs-content h3 {
    font-size: 1.17em !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
}

.dl-customer-review-inner dt>strong {
    display: none !important;
}

/*----------------------*/

.catalog-product-view .produtos-agrupados .gp-product .qty-wrapper {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 85px;
    display: block;
    position: initial;
}

.catalog-product-view .tab-content .std p,
.catalog-product-view .tab-content .std h3,
.catalog-product-view .tab-content .std h2,
.catalog-product-view .tab-content .std span,
.catalog-product-view .tab-content .std div,
.catalog-product-view .tab-content .std h1,
.catalog-product-view .tab-content .std iframe,
.catalog-product-view .tab-content .std * {
    padding-left: 35px;
}

/* Color swatchers */
ul#configurable_swatch_color {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

ul#configurable_swatch_color .x {
    display: none;
}

ul#configurable_swatch_color img {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 10px;
}

ul#configurable_swatch_color li {
    opacity: 0.5;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin: 0px 0px 0 5px;
}

ul#configurable_swatch_color li.selected {
    opacity: 1;
}

ul#configurable_swatch_color li.not-available {
    opacity: 0.3;
}

/* Size swatchers */
ul#configurable_swatch_size {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

ul#configurable_swatch_size .x {
    display: none;
}

ul#configurable_swatch_size li {
    opacity: 0.5;
    margin: 5px 0px 0 5px;
    border: 1px solid #000;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

ul#configurable_swatch_size li.not-available a {
    text-decoration: line-through;
}

ul#configurable_swatch_size li a {
    color: #000;
    font-weight: bold;
    text-align: center;
}

ul#configurable_swatch_size li.selected {
    opacity: 1;
}

.zoomContainer.hidefix {
    visibility: hidden;
}

div.product-options-bottom a.Whatsapp-product-pag {
    position: absolute;
    left: 55%;
    top: 16px;
}

p.special-price:has(.info-payment) {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

/* header simples ini */
body.customer-account-login header#header,
body.customer-account-create header#header,
body.customer-account-forgotpassword header#header,
body.onestepcheckout-index-index header#header {
  border-bottom: 1px solid #0e0e0e;
}

body.customer-account-login header>.header-simple,
body.customer-account-create header>.header-simple,
body.customer-account-forgotpassword header>.header-simple,
body.onestepcheckout-index-index header>.header-simple {
  display: flex !important;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  position: relative;
}

body.customer-account-login header>*:not(.header-simple),
body.customer-account-login div#header-nav,
body.customer-account-create header>*:not(.header-simple),
body.customer-account-create div#header-nav,
body.customer-account-forgotpassword header>*:not(.header-simple),
body.customer-account-forgotpassword div#header-nav,
body.onestepcheckout-index-index header>*:not(.header-simple),
body.onestepcheckout-index-index div#header-nav {
  display: none;
}

.header-simple .line-step-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 414px;
}

.header-simple .contato-checkout {
  text-align: left;
  max-width: 280px;
  display: block;
  float: right;
  color: #000;
}

.header-simple .titulo-bloco {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  font-family: 'Hind-Semibold';
  text-align: justify;
}

.header-simple .contato-checkout .info-bloco {
  max-width: 280px !important;
}

/* header simples fim */
.form-list li.fields {
  clear: both;
}

/*Imagem Carrinho*/
/*===============================================*/

.onestepcheckout-index-index .onestepcheckout #onestepcheckout-title {
  background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/icon-cart-top.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  width: 1092px;
  margin: 15px auto 23px auto;
  text-indent: 40px;
  display: none;
}

.onestepcheckout-index-index .onestepcheckout #onestepcheckout-title::after {
  background: rgba(0, 0, 0, 0) url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/selo-compra.png") no-repeat scroll 11px 0;
  content: "";
  left: 980px;
  padding: 23px 101px 0;
  position: relative;
}

.onestepcheckout #onestepcheckout-title h1 {
  color: #909090;
  font-size: 16px;
}

.onestepcheckout #onestepcheckout-title p {
  color: #909090;
  font-size: 12px;
}

/* ============================================ */

.onestepcheckout-index-index .onestepcheckout {
  margin-top: 45px;
}

body.onestepcheckout-index-index .col3-set {
  width: 1180px;
  margin: 0 auto;
}

.onestepcheckout-index-index form#onestepcheckout-general-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Hind-Regular';
}

.onestepcheckout-index-index form#onestepcheckout-general-form>* {
  width: 331px;
  box-sizing: border-box;
}

.opc .section.active .step-title {
  background: #0e0e0e none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 13px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 16px;
  left: 6px;
  margin-top: -13px;
  font-size: 13px;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #fff;
  font-family: 'Hind-Semibold';
}

.opc .section .step-title h2 {
  font-size: 15px;
  height: 33px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}

#onestepcheckout-address-billing-wrapper:hover .step-title,
#onestepcheckout-shipping-method-wrapper:hover .step-title,
#onestepcheckout-payment-method-wrapper:hover .step-title,
.section.allow:hover .step-title {
  opacity: 0.8;
}

div#onestepcheckout-address-billing ul.form-list li.wide:first-child>label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.opc .section .step {
  padding: 20px;
  border: 1px solid #0e0e0e;
  border-radius: 0px 0px 5px 5px;
}

#onestepcheckout-billing-address-list .wide:nth-child(11) {
  display: none;
}

#onestepcheckout-address-billing .control input.checkbox {
  background-color: #3b99fc !important;
  border: 1px solid #3b99fc !important;
  margin: 5px 5px 0 0px !important;
  position: relative;
  top: 2px;
}

#onestepcheckout-payment-method-wrapper .step.a-item {
  padding: 20px 0;
}

#checkout-payment-method-load dt {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 5px;
}

#checkout-payment-method-load dt:first-child {
  border: medium none;
}

#checkout-payment-method-load input.radio {
  margin: 11px 0 0 12px;
  position: relative;
  top: 3px;
}

div#onestepcheckout-payment-method .v-fix {
  padding: 0 !important;
  display: inline-block;
  width: 49%;
}

.mp-box-inputs.mp-col-50 {
  margin-right: 2px;
  width: 49%;
}

#checkout-payment-method-load label span {
  color: red;
  margin-left: 1px;
}

select#MPv1-state {
  height: 40px;
}

div#onestepcheckout-payment-method p.info-payment {
  margin: 20px 0 20px 0;
  line-height: 1.3;
  text-decoration: underline;
}

div#onestepcheckout-payment-method li:nth-child(4) .input-box::before,
div#onestepcheckout-payment-method li:nth-child(4) .input-box::after {
  display: block;
  clear: both;
  content: "";
}

div#payment-tool-tip .btn-close {
  position: relative;
  top: 30px;
  left: 220px;
}

div#payment-tool-tip .btn-close a {
  color: transparent;
}

div#payment-tool-tip .btn-close a::before {
  content: "x";
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease .3s;
}

div#onestepcheckout-payment-method {
  padding: 0px 20px 20px 20px;
}

div#payment-tool-tip .btn-close a:hover::before {
  background: #fff;
  color: #000;
}

div#payment-tool-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0 !important;
  background: rgba(51, 51, 51, 0.5);
  z-index: 99999999999999;
}

div#payment-tool-tip .tool-tip-content {
  padding: 50px 20px 20px 20px;
  background: #fff;
  border-radius: 5px;
}

div#onestepcheckout-payment-method li:nth-child(4) .v-fix:first-child {
  margin-right: 5px;
}

div#onestepcheckout-payment-method li:nth-child(4) .v-fix {
  float: left;
}

div#onestepcheckout-payment-method input[type=text] {
  box-sizing: border-box;
  height: 40px !important;
  border-radius: 5px;
  text-indent: 5px;
  width: 100% !important;
}

.coupon-code-form .input-box.field-row::before {
  color: #000;
  content: "Digite aqui";
  font-size: 12px;
  margin-right: 10px;
}

.coupon-code-form .input-text.with-buttons {
  height: 40px;
  width: 141px;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  text-indent: 10px;
}

#onestepcheckout-review-coupon {
  margin-bottom: 12px;
}

.onestepcheckout-cart-table .product-name {
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  padding: 8px 0;
}

#onestepcheckout-review-coupon .coupon-message-container .onestepcheckout-error-msg ul li,
#onestepcheckout-review-coupon div#advice-required-entry-coupon_code {
  color: red;
}

#onestepcheckout-review-coupon .coupon-message-container .onestepcheckout-success-msg ul li {
  color: #40c578;
  font-size: 13px;
}

#onestepcheckout-coupon-code-apply-btn.button {
  height: 40px;
  background-color: #0e0e0e;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 79px;
  line-height: 40px;
  box-sizing: border-box;
  margin-left: -5px;
  border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  transition: all ease .3s;
}

#onestepcheckout-coupon-code-cancel-btn.button {
  height: 50px;
  background-color: #0e0e0e;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 79px;
  line-height: 50px;
  box-sizing: border-box;
  margin-left: -5px;
  border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  transition: all ease .3s;
}

#onestepcheckout-coupon-code-apply-btn.button:hover,
#onestepcheckout-coupon-code-cancel-btn.button:hover {
  opacity: 0.8;
}

.coupon-code-form label {
  font-size: 12px;
}

.onestepcheckout-cart-table tbody td,
.onestepcheckout-cart-table .cart-price .price {
  color: #000;
  padding: 3px 0 !important;
}

.onestepcheckout-cart-table tfoot td.a-right {
  color: #000;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

div#onestepcheckout-shipping-method .sp-methods dt:first-child {
  margin-top: 0;
}

.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }

  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}


.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

div#onestepcheckout-address-billing-wrapper .field.div-checkout-estado {
  margin-bottom: 10px;
}

.onestepcheckout-index-index input {
  border: 1px solid #c0c0c0;
}

#onestepcheckout-shipping-address-list .customer-name .field.name-firstname,
#onestepcheckout-shipping-address-list .validate-phone-br {
  margin-right: 6px;
}

.pagarme-cc-expr-month {
  float: left;
}

#onestepcheckout-address-shipping li.fields div.field {
  margin-right: 6px;
  width: 130px;
}

.pagarme-cc-expr-month select.month {
  margin-right: 0 !important;
  width: 67px !important;
}

ul#payment_form_pagarme_cc label em {
  color: red;
  margin-right: 5px;
}

ul#pagarme_cc_types {
  text-align: center;
}

.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

.opc h3 {
  font-weight: 500;
}

#onestepcheckout-billing-address-list p.required {
  color: red;
  font-size: 12px;
  font-family: sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.opc .buttons-set {
  text-align: left;
}

.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
  padding: 0px;
}

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: 600;
  color: #2f2e2e;
  font-size: 15px;
  font-family: 'Hind-Regular';
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label img {
  float: left;
}

.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

div#onestepcheckout-review-newsletter-simple {
  font-size: 12px;
  margin-bottom: 10px;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}

.block-progress .block-content {
  font-size: 13px;
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}

.block-progress dt.complete {
  color: #636363;
}

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

.block-progress dd address {
  font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

.block-progress .payment-info dt:after {
  content: ': ';
}

.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
  min-width: 220px;
}

#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

#review-buttons-container .f-left {
  float: right;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

#checkout-step-review .opc-block-progress .block-content>dl>div {
  float: left;
  width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

#checkout-step-review .centinel>p {
  margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}

.gift-messages-form .item h5 {
  font-weight: bold;
}

.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box>div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.gift-message-form .inner-box>div.extra-options-container p {
  margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
  float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}

.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/*pagarme - cartão*/

#pagarme_cc_cc_number,
#pagarme_cc_cc_owner {
  width: 289px !important;
}

/*Cartão de Crédito (PagSeguro)*/
#payment_form_pagseguro_cc .input-text.required-entry {
  width: 286px !important;
}

#pagseguro_ps_cc_owner_birthday_year {
  width: 100% !important;
}

#pagseguro_cc_cc_dob_div .dob-day,
#pagseguro_cc_cc_dob_div .dob-month,
#pagseguro_cc_cc_dob_div .dob-year {
  text-align: center;
  width: 84px !important;
}

#pagseguro_cc_cc_dob_div .dob-day,
#pagseguro_cc_cc_dob_div .dob-month {
  margin-right: 17px !important;
}

.form-list .customer-dob .dob-year {
  margin-left: -2px;
  width: 115px !important;
}

#pagseguro_cc_cc_type_exp_div .v-fix {
  margin-bottom: 8px;
}

#pagseguro_cc_cpf_div label {
  float: left;
  width: 100%;
}

#payment_form_pagseguro_cc>#pagseguro_cc_cpf_div {
  margin-top: 61px !important;
}

#pagseguro_cc_cc_cid.input-text.cvv.required-entry.validate-cc-cvn {
  text-align: center;
  width: 60px !important;
}

ul#onestepcheckout-billing-address-list label em {
  color: red;
  margin-left: 1px;
}

ul#onestepcheckout-billing-address-list .customer-name>* {
  margin-bottom: 10px;
}

ul#onestepcheckout-billing-address-list li.fields .field {
  margin-bottom: 10px;
}

ul#onestepcheckout-billing-address-list li.wide {
  margin-bottom: 10px;
}

/*mácaras do endereço*/

#onestepcheckout-billing-address-list .input-text.required-entry,
#onestepcheckout-billing-address-list .input-box input,
#onestepcheckout-shipping-address-list .input-text.required-entry,
#onestepcheckout-shipping-address-list .input-box input {
  text-transform: capitalize;
  box-sizing: border-box;
  height: 40px;
  border-radius: 5px;
  padding-left: 8px;
  width: 285px !important;
  font-family: 'Hind-Regular';
}

/*-----------------------------------------*/
/*SUCCESS*/
.checkout-onepage-success .main {
  padding-bottom: 10px;
  text-align: center;
}

.checkout-onepage-success .col-main a {
  font-weight: bold;
  color: #000;
}

.checkout-onepage-success .col-main {
  padding: 80px 0;
}

.checkout-onepage-success .text-pedido-success {
  color: #8c8c8c;
  float: left;
  font-size: 25px;
  margin: 10px 0 15px;
  text-transform: uppercase;
  width: 100%;
}

.checkout-onepage-success .num-pedido-success {
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
}

.checkout-onepage-success .text-email-success {
  color: #666;
  float: left;
  font-size: 16px;
  width: 100%;
}

.checkout-onepage-success .email-order {
  color: #555;
  float: left;
  font-size: 20px;
  width: 100%;
}

.checkout-onepage-success .buttons-set {
  float: left;
  position: relative;
  top: -20px;
  width: 100%;
}

.checkout-onepage-success .link-pedido {
  color: #666;
  float: left;
  font-size: 18px;
  margin: 20px 0;
  width: 100%;
}

#checkout-payment-method-load .form-list {
  border: medium none;
  overflow: visible;
}

body.onestepcheckout-index-index .btn-checkout {
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #40c578;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Hind-SemiBold';
  margin-bottom: 40px;
}

body.onestepcheckout-index-index .btn-checkout:hover {
  opacity: .8;
}

#payment_form_BoletoBancario_standard strong {
  font-weight: normal;
}

/* Frete Gratis */
label[for="s_method_freeshipping_freeshipping"] .price {
  display: none;
}

label[for="s_method_freeshipping_freeshipping"]::after {
  color: #f4403d;
  content: " - Grátis";
}

ul#payment_form_pagseguropro_boleto>li,
.banktransfer-instructions-content {
  border: 1px solid silver;
  padding: 20px;
  border-radius: 5px;
}

/*MOIP*/
ul#payment_form_moip_cc .input-group input {
  height: 50px;
  padding: 0;
  text-indent: 5px;
  color: #000;
  border-radius: 5px;
}

ul#payment_form_moip_cc .validate-select {
  margin: 10px 0;
}

ul#payment_form_moip_cc .input-group input#moip_cc_number {
  width: 98% !important;
}

ul#payment_form_moip_cc {
  line-height: 2.5;
}

ul#payment_form_moip_cc .col-md-12.personal-card-info.no-display {
  display: block;
}

ul#payment_form_moip_cc .col-md-12.personal-card-info.no-display input {
  height: 50px;
  width: 99% !important;
  margin-bottom: 15px;
  text-indent: 5px;
}

ul#payment_form_pagseguropro_boleto>li,
.banktransfer-instructions-content {
  border: 1px solid silver;
  padding: 20px;
  border-radius: 5px;
}

/*SUCCESS action-payment-secundary */
div#info-payment-top {
  line-height: 2;
}

.action-payment-secundary .btn.btn-success {
  background: #16cd82;
  border: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-family: hind;
  text-transform: uppercase;
  margin-top: 20px;
}

.checkout-onepage-success .buttons-set button.button {
  background: #16cd82;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 5px 20px;
  font-size: 14px;
  position: relative;
  top: 20px;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Hind-Semibold';
}

button#copy-code {
  background: #000;
  color: #fff;
  border: none;
  font-family: hind;
  padding: 0 10px;
}

input#barcode-line {
  height: 26px;
  position: relative;
  top: 1px;
}

.action-payment-secundary .btn.btn-success:hover,
.checkout-onepage-success .buttons-set button.button:hover,
button#copy-code:hover {
  opacity: 0.8;
}

/*Success Depósito*/

.checkout-onepage-success .page-title h1 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 20px;
  font-family: 'Hind-Semibold';
}

.checkout-onepage-success .sup-title {
  display: none;
}

.checkout-onepage-success .details-success-moip,
.checkout-onepage-success table#checkout-review-table,
.checkout-onepage-success hr {
  display: none;
}

.checkout-onepage-success .col-main p {
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Hind-Regular';
  margin-top: 5px;
}

.checkout-onepage-success .col-main .sub-title {
  display: none;
}

.validation-advice {
  color: red;
  font-family: 'Hind-Regular';
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

body.onestepcheckout-index-index label[for="lgpd_consent"] {
  line-height: 16px;
  float: right;
  width: 95%;
  font-size: 11px !important;
  margin-top: -5px;
  text-align: left;
}

body.onestepcheckout-index-index label[for="lgpd_consent"] a {
  font-size: 11px !important;
}

/* INICIO - ALTERAÇÕES CHECKOUT login*/
.onestepcheckout-index-index .onestepcheckout #onestepcheckout-authentification {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

#onestepcheckout-login-form .form-list .onestepcheckout-auth-form-block .input-box #login-email,
#onestepcheckout-login-form .form-list .onestepcheckout-auth-form-block .input-box #login-password,
#onestepcheckout-authentification-container .onestepcheckout-auth-form-block #forgot-password-email {
  text-transform: capitalize;
  height: 40px;
  border-radius: 5px;
  font-family: 'Hind-Regular';
}

.onestepcheckout-index-index #onestepcheckout-login-form .form-list .onestepcheckout-auth-form-block #onestepcheckout-login-submit-btn,
#onestepcheckout-authentification #onestepcheckout-forgot-password-form .onestepcheckout-auth-form-block #onestepcheckout-forgot-password-submit-btn {
  height: 44px;
  background-color: #e30a0a;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 79px;
  margin-left: -5px;
  border-radius: 0px 5px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}

#onestepcheckout-authentification #onestepcheckout-authentification-container .onestepcheckout-auth-form-block a {
  color: #272727;
}

.onestepcheckout #onestepcheckout-authentification #onestepcheckout-authentification-container {
  color: #353535;
  font-size: 16px;
  font-family: 'Hind-Regular';
}

#onestepcheckout-address-billing #onestepcheckout-billing-address-list .control.tipopessoa {
  display: none;
}

#onestepcheckout-authentification .onestepcheckout-auth-form-block label.required em {
  display: none;
}

.products-grid .parcelamento-cc .sem-juros-information {
  margin-left: 2px;
  color: #424242;
  font-size: 12px;
  font-family: 'Hind-Regular';
  font-weight: 500;
}

.catalog-product-view .info-payment .info-cc .parcelamento-cc .sem-juros-information {
  margin-left: 4px;
  color: #16cd82;
  font-size: 16px;
  font-family: 'Hind-Regular';
  font-weight: 600;
}

/* FIM - ALTERAÇÕES CHECKOUT login*/

.info-descoff {
    display: none;
}

li .show-parcelas {
    display: none;
}

.cms-index-index .grid-produtos li.item h3.product-name a,
.catalog-product-view .block-related ul#block-related li.item .product-name a,
.catalogsearch-result-index .category-products li.item .product-name a,
.catalog-category-view .category-products li.item .product-name a,
.visualizados-recentemente ul.recent-viewed li.item .product-name a,
#crosssell-products-list.products-grid li.item .product-name a {
    color: #2c2c2c;
    font-size: 14px;
    font-family: hind;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.3em;
    max-height: 2.4em;
    min-height: 2.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: bold;
    font-family: 'Hind-Light';
}

li.item h3.product-name,
li.item .price-box,
li.item .info-payment {
    padding-left: 15px;
}

.crosssell li.item h3.product-name,
.crosssell li.item .price-box,
.crosssell li.item .info-payment {
    padding-left: 0;
}

.cms-index-index .grid-produtos li.item p.old-price,
.catalog-product-view .block-related ul#block-related li.item p.old-price,
.catalogsearch-result-index .category-products li.item p.old-price,
.catalog-category-view li.item p.old-price,
.visualizados-recentemente ul.recent-viewed li.item p.old-price {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Hind-Regular';
    color: #424242;
}

.cms-index-index .grid-produtos li.item .regular-price,
.cms-index-index .grid-produtos li.item .special-price,
.catalog-product-view .block-related ul#block-related li.item .regular-price,
.catalog-product-view .block-related ul#block-related li.item .special-price,
.catalogsearch-result-index li.item .regular-price,
.catalog-category-view li.item .regular-price,
.catalogsearch-result-index li.item .special-price,
.catalog-category-view li.item .special-price,
.visualizados-recentemente ul.recent-viewed li.item .special-price,
.visualizados-recentemente ul.recent-viewed li.item .regular-price,
#crosssell-products-list.products-grid li.item .special-price,
#crosssell-products-list.products-grid li.item .regular-price {
    font-size: 22px;
    color: #e42050;
    font-family: 'Hind-Semibold';
    font-weight: bold;
}

.cms-index-index .grid-produtos li.item .p-maior-parela,
.cms-index-index .grid-produtos li.item .p-preco-boleto,
.catalog-product-view .block-related ul#block-related li.item .p-maior-parela,
.catalog-product-view .block-related ul#block-related li.item .p-preco-boleto,
.catalogsearch-result-index li.item .p-maior-parela,
.catalog-category-view li.item .p-maior-parela,
.catalogsearch-result-index li.item .p-preco-boleto,
.catalog-category-view li.item .p-preco-boleto,
.visualizados-recentemente ul.recent-viewed li.item .p-maior-parela,
.visualizados-recentemente ul.recent-viewed li.item .p-preco-boleto {
    color: #424242;
    font-size: 12px;
    font-family: 'Hind-Regular';
    font-weight: 500;
}

.cms-index-index .grid-produtos li.item .p-preco-boleto span,
.catalog-product-view .block-related ul#block-related li.item .p-preco-boleto span,
.catalogsearch-result-index li.item .p-preco-boleto span,
.catalog-category-view li.item .p-preco-boleto span,
.visualizados-recentemente ul.recent-viewed li.item .p-preco-boleto span {
    font-size: 22px;
    color: #e30a0a;
}

p.p-preco-boleto {
    font-weight: 600 !important;
}

.cms-index-index .grid-produtos li.item a.product-image,
.catalog-product-view .block-related ul#block-related li.item a.product-image,
.catalogsearch-result-index .category-products li.item a.product-image,
.catalog-category-view .category-products li.item a.product-image,
.visualizados-recentemente ul.recent-viewed li.item a.product-image {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cms-index-index .grid-produtos li.item .special-price,
.catalog-product-view .block-related ul#block-related li.item .special-price {
    margin: -2px 0;
}

.catalog-category-view .col-wrapper,
.catalogsearch-result-index .col-wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.catalog-category-view .col-wrapper .col-main,
.catalogsearch-result-index .col-wrapper .col-main {
    max-width: 942px;
    min-width: 942px;
    float: right;
}

.catalog-category-view .col-wrapper .col-left,
.catalogsearch-result-index .col-wrapper .col-left {
    float: left;
}

.catalog-category-view .col-wrapper::before,
.catalogsearch-result-index .col-wrapper::before,
.catalog-category-view .col-wrapper::after,
.catalogsearch-result-index .col-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

.catalogsearch-result-index .col-left .block-title,
.catalog-category-view .col-left .block-title {
    display: none;
}

.catalogsearch-result-index .category-title,
.catalog-category-view .category-title {
    display: none;
}

.catalogsearch-result-index .breadcrumbs,
.catalog-category-view .breadcrumbs {
    width: 1240px;
}

.catalogsearch-result-index .col-wrapper .col-main .page-title h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.catalog-category-view .col-wrapper .col-main .toolbar,
.catalogsearch-result-index .col-wrapper .col-main .toolbar {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.catalog-category-view footer,
.catalogsearch-result-index footer {
    margin-top: 0;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages>strong,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages>strong {
    display: none;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pager,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pager {
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Hind-Regular';
    margin-right: 10px;
    line-height: 50px;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li.current,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li.current {
    border: 1px solid #000;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by label,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by label {
    font-weight: 600;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by select,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by select {
    height: 48px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Hind-Regular';
    padding: 0px 35px 0 20px;
    margin-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 163px;
    border: 1px solid #b3b3b3;
    transition: border-color ease .3s;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by::before {
    background-position: 0 -27px;
    width: 10px;
    height: 7px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 17px;
    pointer-events: none;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by {
    font-size: 13px;
    font-family: 'Hind-Regular';
    color: #2c2c2c;
    position: relative;
    display: inline-block;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter .sort-by>a,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter .sort-by>a {
    display: none;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li {
    display: inline-block;
    width: 35px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    color: #2c2c2c;
    vertical-align: top;
    float: left;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a {
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    transition: all ease .3s;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li.current,
.catalog-category-view .col-wrapper .col-main .toolbar .pages li a:not(.next):not(.previous):hover,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li.current,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a:not(.next):not(.previous):hover {
    background: #0e0e0e;
    color: #fff;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next,
.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.next,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.previous {
    position: relative;
    color: transparent;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.next {
    border-radius: 0px 5px 5px 0px;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.previous {
    border-radius: 5px 0px 0px 5px;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next,
.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous {
    transition: border-color ease .3s;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next:hover,
.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous:hover {
    border-color: #000;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next::before,
.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.next::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.previous::before {
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-poli-pager.png) no-repeat top left;
    width: 7px;
    height: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.next::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.next::before {
    background-position: 0 -30px !important;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pages li a.previous::before,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pages li a.previous::before {
    background-position: 0 0 !important;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pager-wrapper,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pager-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.catalog-category-view .col-wrapper .col-main .toolbar .pager-wrapper>*,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .pager-wrapper>* {
    display: inline-block;
    vertical-align: middle;
    font-family: hind;
}

.catalog-category-view .col-wrapper .col-main .toolbar .sorter,
.catalogsearch-result-index .col-wrapper .col-main .toolbar .sorter {
    display: inline-block;
    vertical-align: middle;
}

.catalog-category-view .col-main p.note-msg,
.catalogsearch-result-index .col-main p.note-msg {
    font-size: 20px;
}

.catalog-category-view .col-main .category-title~.block.block-list {
    display: none;
}

.catalogsearch-result-index li.item .li-hover,
.catalog-category-view li.item .li-hover {
    width: 240px;
    margin: 0 auto;
    height: 500px;
}

.catalogsearch-result-index .category-products li.item {
    width: 311px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 80px;
    padding-top: 10px;
}

.catalog-category-view .category-products li.item {
    width: 311px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 10px;
}

.catalogsearch-result-index li.item:hover,
.catalog-category-view li.item:hover {
    outline: 1px solid #eeeeee;
}

.catalogsearch-result-index li.item:hover .actions,
.catalog-category-view li.item:hover .actions,
.cms-index-index .grid-produtos li.item:hover .actions,
.catalog-product-view .block-related ul#block-related li.item:hover .actions,
ul.recent-viewed li.item:hover .actions {
    display: block !important;
    position: absolute;
    z-index: 99999;
    box-sizing: border-box;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.catalogsearch-result-index .category-products li.item .actions a {
    display: inline-block;
    background-color: #16cd82;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'hind';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    bottom: 275px;
    font-family: 'Hind-Regular';
}

.cms-index-index .grid-produtos li.item .actions a {
    display: inline-block;
    background-color: #16cd82;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'hind';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    bottom: 210px;
    font-family: 'Hind-Regular';
}

.catalog-category-view li.item .actions a {
    display: inline-block;
    background-color: #16cd82;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'hind';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    bottom: 195px;
    font-family: 'Hind-Regular';
}

ul.recent-viewed li.item .actions a {
    display: inline-block;
    background-color: #16cd82;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'hind';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Hind-Regular';
}

.catalog-product-view .block-related ul#block-related li.item .actions a {
    display: none;
}

p.availability.out-of-stock span:after {
    content: "CONFIRA";
    font-size: 16px;
}

p.availability.out-of-stock span {
    font-size: 0px;
}

.catalog-category-view li.item .actions p.availability.out-of-stock a {
    background-color: unset;
    bottom: unset;
    color: unset;
}

.catalogsearch-result-index li.item .actions p.availability.out-of-stock {
    display: inline-block;
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
}

.catalog-category-view li.item .actions p.availability.out-of-stock {
    display: inline-block;
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    position: relative;
    bottom: 195px;
}

.cms-index-index .grid-produtos li.item .actions p.availability.out-of-stock {
    display: inline-block;
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
    position: relative;
    bottom: 210px;
}

.catalog-product-view .block-related ul#block-related li.item .actions p.availability.out-of-stock {
    display: inline-block;
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
}

ul.recent-viewed li.item .actions p.availability.out-of-stock {
    display: inline-block;
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Hind-SemiBold';
    text-align: center;
    line-height: 42px;
    width: 191px;
    height: 42px;
    border-radius: 5px;
}

.cms-index-index .grid-produtos .category-products>ul .slick-list,
.block-related .slick-list,
ul.recent-viewed .slick-list,
#crosssell-products-list .slick-list {
    padding-left: 1px;
}

.toolbar-bottom .toolbar {
    border-bottom: none !important;
    padding-top: 15px;
    padding-bottom: 0 !important;
    border-top: 1px solid #eeeeee;
}

.catalogsearch-result-index p.note-msg.nenhum-resultado::before {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/no-results.svg);
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    position: absolute;
    left: 0;
}

.catalogsearch-result-index p.note-msg.nenhum-resultado {
    position: relative;
    padding-left: 100px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}

.catalogsearch-result-index p.note-msg.nenhum-resultado li {
    font-size: 16px;
    margin-top: 5px;
}

.catalogsearch-result-index p.note-msg.nenhum-resultado li:first-child {
    margin-top: 15px;
}

.catalogsearch-result-index .main.nenhum-resultado .col-main {
    margin-bottom: 70px;
}

.catalogsearch-result-index .main.nenhum-resultado .breadcrumbs {
    width: 1185px !important;
}

dl#narrow-by-list dd ol li .amshopby_attr_search,
dl#narrow-by-list2 dd ol li .amshopby_attr_search {
    height: 48px;
    box-sizing: border-box;
    padding: 15px;
    max-width: 100%;
    color: #545454;
    font-size: 14px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s
}

dl#narrow-by-list>dt,
dl#narrow-by-list2>dt {
    color: #2c2c2c;
    font-size: 14px;
    font-family: hind;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    font-family: 'Hind-Regular';
}

dl#narrow-by-list>dd,
dl#narrow-by-list2>dd {
    margin-bottom: 20px;
    font-family: 'Hind-Regular';
    padding-left: 16px;
}

dl#narrow-by-list dd ol li a,
dl#narrow-by-list2 dd ol li a {
    color: #afafaf;
    font-size: 12px;
    font-family: 'Hind-Regular';
    transition: color ease .3s;
    padding-top: 1px;
}

dl#narrow-by-list dd ol li a.amshopby-attr-selected,
dl#narrow-by-list2 dd ol li a.amshopby-attr-selected {
    font-weight: normal;
    color: #000;
    padding-left: 20px !important;
}

dl#narrow-by-list dd ol li a.amshopby-attr-selected:hover,
dl#narrow-by-list2 dd ol li a.amshopby-attr-selected:hover {
    color: #afafaf !important;
}

dl#narrow-by-list dd ol li a:hover,
dl#narrow-by-list2 dd ol li a:hover {
    color: #000 !important;
}

dl#narrow-by-list {
    width: 200px;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav {
    max-width: 200px;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav p.block-subtitle,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav p.block-subtitle {
    color: #2c2c2c;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Hind-Regular';
    margin-bottom: 5px;
    font-weight: 600;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li:not(:last-child),
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li:not(:last-child) {
    margin-bottom: 12px;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li .btn-remove,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li .btn-remove {
    position: absolute;
    color: transparent;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li .btn-remove::after,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li .btn-remove::after {
    content: "x";
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    line-height: 17px;
    text-align: center;
    background-color: #000;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    transition: all ease .3s;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li .btn-remove:hover::after,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li .btn-remove:hover::after {
    background-color: #fff;
    color: #000;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .actions a,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .actions a {
    margin: 15px 10px 20px 0px;
    font-size: 12px;
    color: #2c2c2c;
    display: inline-block;
    text-decoration: underline;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .actions a:hover,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .actions a:hover {
    text-decoration: none;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li {
    position: relative;
    font-size: 14px;
    padding-right: 25px;
    padding-top: 2px;
}

.catalog-category-view .col-wrapper .col-left .block-layered-nav .currently li span.label,
.catalogsearch-result-index .col-wrapper .col-left .block-layered-nav .currently li span.label {
    font-weight: 600;
}

div.block-layered-nav dd a.amshopby-attr,
div.block-layered-nav dd a.amshopby-attr:hover {
    padding-left: 20px !important;
}

div.block-layered-nav div.amshopby-slider div.handle {
    background: transparent url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/amshopby-hadle.png) no-repeat !important;
}

div.block-layered-nav div.amshopby-slider {
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/amshopby-slider-bg.gif) repeat-x 0 50% !important;
}

/*Produtos agrupados no grid*/
.item .minimal-price .price {
    font-size: 22px;
    color: #e42050;
    font-family: 'Hind-SemiBold';
}

.item .minimal-price .price-label {
    font-size: 12px;
    font-family: 'Hind-SemiBold';
    display: inline-block;
    width: 100%;
}

/*SMARTHINT GRID*/
.smarthint {
    max-width: 1264px;
    margin: 0 auto !important;
    max-height: 575px;
}

.smarthint li.item {
    width: 306px !important;
    margin-left: 5px !important;
}

.smarthint .product-image img {
    width: 95% !important;
}

li.item.last.slick-slide.slick-active.out-of-stock .price-box,
li.item.last.slick-slide.slick-active.out-of-stock .info-payment {
    display: none;
}

#text-before-boleto {
        color: #2c2c2c;
        font-family: 'Hind-Regular';
        font-size: 16px;
        font-weight: normal;
}
body.checkout-cart-index footer .bloco-redes-sociais, body.checkout-cart-index footer .footer-new, body.checkout-cart-index .newsletter-container {
    display: none;
}
body.checkout-cart-index footer {
    padding-top: 0;
    margin-top: 50px;
    border-top: 1px solid;
}
body.checkout-cart-index .cart-complete .cart-grid-wrap {
    width: 1276px;
    margin: 0 auto;
    padding-top: 10px;
    font-family: 'Hind-Regular';
}
body.checkout-cart-index .cart-complete .cart-grid-wrap::before,
body.checkout-cart-index .cart-complete .cart-grid-wrap::after {
    display: block;
    clear: both;
    content: "";
}


/*definiÃ§Ã£o da tabela*/
#shopping-cart-table.cart-table.data-table {
    border-bottom: 1px solid #eee;
    width: 100%;
}
.tit-cart {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    padding-bottom: 5px;
}
.tit-cart span {
    width: 1306px;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
/*-----------------------------*/
/*bordas da linha da tabela*/
#shopping-cart-table tr.odd.first.last, 
#shopping-cart-table tr.odd.last,
#shopping-cart-table tr.even.last {
    background-image: none;
}
#shopping-cart-table tr.odd.first, 
#shopping-cart-table tr.odd,
#shopping-cart-table tr.even {
    border-bottom: 1px solid #eee;
    background-position: left bottom;
    background-repeat: repeat-x;
}
/*-----------------------------*/

/*imagem do produto*/
.product-cart-image {
    height: 80px;
    width: 105px;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
}
.product-cart-image a.product-image {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}
h2.product-name {
    margin-top: 10px;
}
/*-----------------------------*/

/*informaÃ§Ãµes do produto*/
.product-cart-info {
    width: 550px;
    position: relative;
}
.product-cart-info dl.item-options {
    font-size: 12px;
    margin: 5px 0;
}
.product-cart-info dl.item-options dt {
    float: left;
    margin-right: 5px;
}
/*-----------------------------*/
/*nome do produto*/
.cart-table h2.product-name a {
    color: #000 !important;
    font-size: 13px;
    font-family: 'Hind-Light';
    font-weight: bold;
}
/*-----------------------------*/

/*sku do produto*/
.product-cart-info .product-cart-sku {
    color: #888888;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    font-family: 'Hind-Regular';

}
.product-cart-info .product-cart-sku span.label {
    padding-left: 0 !important;
    font-size: 12px;
    font-weight: normal;
}
/*-----------------------------*/

/*excluir produto*/
.product-cart-info .btn-remove.btn-remove2 {
    color: #909090;
    font-size: 12px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Hind-Regular';
}
.product-cart-info .btn-remove.btn-remove2:hover {
    text-decoration: underline;
}
.product-cart-info .btn-remove.btn-remove2::before {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/trash-cart.png);
    content: "";
    height: 17px;
    margin-left: -20px;
    position: absolute;
    width: 15px;
    top: 0;
}
/*-----------------------------*/
/*quantidade do produto*/
.product-cart-actions {
    position: relative;
    width: 88px;
}
.product-cart-actions::before {
    background: #eee;
    content: "";
    height: 70%;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 135px;
}
.tit-product-cart-actions {
    color: #000;
    font-size: 12px;
    text-align: center;
    width: 80px;
    margin-bottom: 5px;
    font-family: 'Hind-Medium';
}
.menos-produtos:hover, .mais-produtos:hover{
    opacity: 0.8;
}
.menos-produtos, .mais-produtos {
    border: 1px solid #a9a9a9;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    width: 28px;
}
.mais-produtos {
    border-radius: 0 5px 5px 0 !important;
}
.product-cart-actions .input-text.qty {
    border: 1px solid #a9a9a9;
    color: #000000;
    height: 48px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    width: 31px;
    font-size: 14px;
    transition: all ease .3s;
    border-right: none;
    border-left: none;
}
.checkout-cart-index .sp-methods dd li input[type="radio"] {
    top: 3px;
    position: relative;
}
.menos-produtos, .mais-produtos, .input-text.qty {
    float: left;
    transition: all ease .3s;
}
/*-----------------------------*/

/*Valor UnitÃ¡rio*/
.product-cart-price {
    float: right;
    width: 360px;
    margin-top: 20px;
}
#product-cart-price1, #product-cart-price2, #product-cart-price3 {
    color: #000;
    float: left;
    font-size: 11px;
    margin-top: 6px;
    font-family: 'Hind-Regular';
}
.preco-por {
    float: left;
    text-align: right;
    width: 46%;
    margin-top: 2px;
}
.product-cart-actions .button.btn-update {
    display: none !important;
}
.product-cart-price .preco-por .price {
    color: #2c2c2c;
    font-size: 13px;
    font-family: 'Hind-Medium';
}
.product-cart-price .preco-por .price::before {
    content: "DE: ";
}
.product-cart-price .cart-price {
    float: right;
    margin-top: 0;
}
.product-cart-price .cart-price .price {
    color: #2c2c2c;
    font-size: 18px;
    font-family: 'Hind-Medium';
    margin-right: 10px;
}
.discount-cart-wide {
    clear: both;
    color: #909090;
    float: right;
    font-size: 12px;
    display: none;
}
/*-----------------------------*/

/*Valor Subtotal*/
.product-cart-total {
    float: right;
    width: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-product-cart-total {
    margin-top: 10px;
    color: #000;
    float: left;
    font-size: 11px;
    font-family: 'Hind-Regular';
}
.product-cart-total .cart-price {
    float: right;
}
.product-cart-total .cart-price .price {
    color: #2c2c2c;
    font-size: 22px;
    float: right;
    font-family: 'Hind-Medium';
    margin-right: 10px;
    font-family: 'Hind-Regular';
}
/*-----------------------------*/

/*Prazo de entrega - Frete*/
.cart-forms {
    float: left;
    position: relative;
}
.cart-forms .shipping-postcode .required {
    display: none;
}
.cart-forms .shipping > div:first-child h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Hind-Regular';
}
.cart-forms .shipping > div:first-child::before {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/icon-cep-cart.png);
    content: "";
    height: 13px;
    position: absolute;
    width: 22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
.cart-forms .shipping > div:first-child {
    position: relative;
    padding-left: 30px;
}
.checkout-cart-index .cart-forms .shipping-form .box.linha-vertical {
    height: 111px !important;
    border-right: 1px solid #e7e7e7;
    width: 16%;
    float: left;
    position: absolute;
    margin-top: -18px;
}

.cart-forms .shipping-desc {
    color: #2c2c2c;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    display: block;
    font-family: 'Hind-Regular';
}
.cart-forms .shipping > * {
    display: inline-block;
    vertical-align: top;
}
#shopping-cart-table.cart-table.data-table p.item-msg.error {
    color: red;
    font-size: 12px;
    margin: 5px 0;
}
.menos-produtos:hover, .mais-produtos:hover, .input-text.qty:hover {
    border-color: #0e0e0e;
}
.menos-produtos:focus, .mais-produtos:focus, .input-text.qty:focus {
    border-color: #0e0e0e;
}

/*-----------------------------*/

/*Input calculo de frete*/
#shipping-zip-form .form-list {
    margin-left: 60px;
    display: inline-block;
}

.shipping-form .form-list #postcode {
    height: 33px;
    width: 93px;
    color: #000;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    border-radius: 5px 0px 0px 5px;
    text-indent: 20px;
    font-family: 'Hind-Regular';
    box-sizing: border-box;
    transition: border-color ease .3s;
}
.shipping-form .form-list .buttons-set button {
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    border: none;
    font-size: 11px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    transition: all ease .3s;
}
.shipping-form .form-list .buttons-set button:hover {
    opacity: 0.3s;
}
.shipping-form .form-list .buttons-set {
    width: 66px;
    height: 33px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
}
.shipping-form .form-list li.shipping-postcode, .shipping-form .form-list li.shipping-postcode ~ li {
    display: inline-block;
}
.shipping-form .link-correios {
    color: #000;
    font-size: 11px;
    margin-left: 60px;
    margin-top: 8px;
    display: inline-block;
}
.checkout-cart-index .sp-methods dd li {
    margin: 0 0 0px 0;
}
.shipping-form .link-correios:hover {
    text-decoration: underline;
}
#co-shipping-method-form dt {
    display: none;
}
#co-shipping-method-form {
    width: 390px;
    margin-left: 60px;
}
#co-shipping-method-form li.error-msg {
    color: red;
    line-height: 1.4;
    margin: 15px 0 15px 0;
    font-size: 13px;
}
.checkout-cart-index .sp-methods dt, 
.checkout-cart-index .sp-methods label {
    color: #00001c;
    font-size: 12px;
}

#co-shipping-method-form .buttons-set {
    display: none;
}

.you-economized {
    background: #f5f5f5 none repeat scroll 0 0;
    float: right;
    height: 42px;
    line-height: 42px;
    width: 375px;
    box-sizing: border-box;
}
.you-economized .text-you-economized {
    color: #000;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    font-family: 'Hind-Regular';
}
.you-economized .text-you-economized .price {
    color: #000;
    margin-right: 10px;
    font-size: 13px;
}
.you-economized .text-you-economized > span:first-child {
    margin-left: 10px;
}

.cart-totals-wrapper {
    float: right;
    width: 375px;
    clear: right;
    background: #d8d8d8;
    padding-top: 5px;
}
.cart-totals #shopping-cart-totals-table, .cart-totals .descontos-carrinho {
    width: 100%;
}
.cart-grid-wrap ul.checkout-types.bottom {
    float: right;
    text-align: center;
    width: 375px;
    box-sizing: border-box;
    clear: right;
}

#shopping-cart-totals-table .a-right .price {
    color: #000;
    font-weight: 600;
}
#shopping-cart-totals-table .a-right:last-child {
    text-align: right;
}
#shopping-cart-totals-table tfoot tr td {
    color: #000 !important;
    font-size: 24px !important;
    padding-top: 10px !important;
}
.cart-totals #shopping-cart-totals-table tbody td.a-right:last-child {
    font-size: 13px;
}
.cart-totals #shopping-cart-totals-table tbody td.a-right {
    font-size: 11px;
    font-weight: 600;
}
.descontos-carrinho .p-maior-parela {
    color: #716969 !important;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 0;
}
.descontos-carrinho .p-maior-parela span:first-child {
    color: #716969 !important;
}
.descontos-carrinho .p-maior-parela span:last-child {
    color: #716969 !important;
    font-size: 16px;
    font-weight: 600;
}
.descontos-carrinho .txt-sem-juros {
    color: #716969 !important; 
    font-size: 14px;
    text-align: right;
}
.descontos-carrinho .info-boleto .p-preco-boleto {
    color: #716969;
    text-align: right;
    display: block;
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    margin-top: -1px;
    float: right;
    border: none;
    height: auto !important;
    width: 330px;
    margin-left: 0 !important;
}
.descontos-carrinho .info-boleto .p-preco-boleto span {
    color: inherit;
    font-size: inherit;
    display: inline-block;
}

/*-----------------------------*/
.cart-grid-wrap ul.checkout-types.bottom .btn-proceed-checkout {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #16cd82;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 6px;
}
.cart-totals #shopping-cart-totals-table td {
    padding: 0 10px 0 10px;
}
.continue-buying .button2.btn-continue {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
    background: none;
    border: none;
    text-decoration: underline;
    margin-top: 5px;
}
.continue-buying .button2.btn-continue:hover {
    text-decoration: none;
}
/*tarja*/
.checkout-cart-index .col-main > p {
    margin-top: 20px;
}

/*Aleta de Estoque*/

.checkout-cart-index .out-stock-message {
    background: #555 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    padding: 5px 8px;
    width: 100%;
}

/*------ Inicio ajustes Venda Cruzada--------*/

#crosssell-products-list.products-grid {
    width: 1264px;
    margin: 25px auto 0 auto;
}

#crosssell-products-list .info-boleto, #crosssell-products-list .info-cc, #crosssell-products-list .old-price,
#crosssell-products-list li.item .ratings {
    display: none;
}

ul#crosssell-products-list .actions .a-crosssel {
    width: 162px;
    height: 31px;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    color: #fff;
    background-color: #ababab;
    padding: 0 !important;
    margin: 10px 0 10px 0 !important;
    display: inline-block;
}
ul#crosssell-products-list .actions .a-crosssel:hover {
    background-color: #16cd82;
}
#crosssell-products-list.products-grid li.item a.product-image {
    display: inline-block;
}
#crosssell-products-list.products-grid .crosssell-left-side {
    float: left;
    margin-left: 10px;
}
#crosssell-products-list.products-grid .crosssell-right-side {
    float: right;
    margin-right: 10px;
    max-width: 162px;
}
#crosssell-products-list.products-grid li.item .product-name a {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
}
#crosssell-products-list.products-grid li.item {
    padding-bottom: 0 !important;
}
#crosssell-products-list.products-grid li.item .product-info {
    padding-bottom: 0 !important;
}
.checkout-cart-index .crosssell {
    margin-top: 30px;
}
#crosssell-products-list.products-grid li.item .config-options select {
    height: 24px;
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    padding: 0 0 0 5px;
    border: 1px solid #f0f0f0;
    transition: border-color ease .3s;
}
#crosssell-products-list.products-grid li.item .config-options {
    width: 162px;
    box-sizing: border-box;
}
#crosssell-products-list.products-grid li.item .config-options .msg-error-select {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    max-width: 100%;
    display: inline-block;
    line-height: 1.3;
    padding-left: 5px;
}
#crosssell-products-list.products-grid li.item::before, #crosssell-products-list.products-grid li.item::after {
    clear: both;
    content: "";
    display: block;
}
/*------ Inicio ajustes Carrinho vazio--------*/

.checkout-cart-index .col-main .cart-complete .page-title h1 {
    text-align: left;
    color: #e15b61 !important;
    font-size: 18px;
    font-weight: bold;
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/selo-compra.jpg) no-repeat right center;
    width: 853px;
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 10px;
    height: 50px;
}
.checkout-cart-index .col-main .page-title h1 {
    display: none;
}
.scroller-wrapper-cart h2 {
    color: #000;
    padding-left: 10px;
}
.scroller-wrapper-cart {
    margin-top: -7px;
}
.scroller-wrapper-cart .products-grid .item {
    margin-left: 10px;
}

.scroller-wrapper-cart .products-grid {
    margin-top: 20px;
}
.scroller-wrapper-cart .product-name {
    padding-left: 10px;
}
.checkout-cart-index .cart-empty {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/carrinho-vazio.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 80px;
    text-align: center;
}
.checkout-cart-index .cart-empty a {
    color: #000;
    text-decoration: underline;
}
.checkout-cart-index .cart-empty a:hover {
    text-decoration: none;
}
/*------ Fim ajustes Carrinho vazio--------*/

/*------ Cupom no Carrinho--------*/
.cart-cupon {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 105px;
    padding-left: 30px;
    font-family: 'Hind-Regular';
}
.cart-forms .shipping > div:nth-child(2) {
    margin-left: 70px;
}
.cart-forms > .shipping {
    margin-top: 20px;
}
.cart-cupon::before {
    background-image: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/icon-cupom-cart.png);
    content: "";
    height: 14px;
    position: absolute;
    width: 14px;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto 0;
}
.cart-cupon span {
    display: block;
    font-size: 11px;
    text-transform: none;
    font-weight: 500;
    font-family: 'Hind-Regular';
    color: #2c2c2c;
}
/*VISUALIZADOS RECENTEMENTE*/
.scroller-wrapper-cart .teste {
    position: absolute;
}
.scroller-wrapper-cart a.product-image img {
    margin-top: 55px;
}
.continue-buying {
    margin-top: 20px;
}
/*brinde*/
#ampromo-items-add {
    padding: 40px 0 40px 0 !important;
    border-top: none !important;
}
#ampromo-items-add a {
    border: none !important;
    background: #7a1a35;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
}
#ampromo-items-add a:hover {
    opacity: .8;
}
.ampromo-carousel-control {
    top: 0 !important;
    bottom: 0;
    margin: auto;
    width: 13px !important;
    height: 19px !important;
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/sprite-nutri-footer-grid.png) no-repeat top left !important;
}
.ampromo-carousel-control.next {
    background-position: 0 -93px !important;
}
.ampromo-carousel-control.prev {
    background-position: 0 -132px !important;
}
#ampromo-items .ampromo-carousel-control.carousel-disabled.next {
    background-position: 0 -93px !important;
}
#ampromo-items .ampromo-carousel-control.carousel-disabled.prev {
    background-position: 0 -132px !important;
}
#ampromo-items.amcarousel > h4 {
    font-weight: 600;
    margin-bottom: 25px;
}
#ampromo-items.amcarousel button.button.btn-cart {
    background-color: #16cd82;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'hind';
    margin-top: 10px;
}
.ampromo-item-title h4 a, .ampromo-item-title h4 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}
#ampromo-items .ampromo-item-options > dl > dd select {
    height: 33px;
    width: 105px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 9px 25px 9px 9px;
    font-size: 13px;
    border: 1px solid #000;
    font-weight: 600;
    border-radius: 5px;
}
#ampromo-items .ampromo-item-options > dl, #ampromo-items .ampromo-item-options > dd div {
    display: inline-block;
}
#ampromo-items .ampromo-item-options > dl label {
    font-size: 13px;
    color: #2c2c2c;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
#ampromo-items .ampromo-item-options > dl {
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
}
#ampromo-items .ampromo-item-options {
    margin-top: 20px;
}

.crosssell > h2::after {
    content: '';
    display: block;
    background: #eee;
    height: 1px;
    margin: 0px auto;
    position: relative;
    top: 3px;
    margin-bottom: 40px;
}

.cart-tit h2 {
    color: #e42050;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 30px;
    display: block;
    margin: 0 auto;
    text-indent: -1045px;
    font-family: 'Hind-Regular';
}
.cart-tit::after {
    content: "";
    display: block;
    background: #eee;
    height: 1px;
    margin: 0px auto;
    position: relative;
    top: 3px;
}

/* INICIO - Popup snapbot cart*/

.modal-popup.snapbot-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

button#submit-popup-snapbot {
    width: 120px;
    height: 35px;
    background-color: #f11313;
    color: white;
    font-weight: bold;
    border: 1px solid #bb1717;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form#form-popup-snapbot {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-popup.snapbot-popup .fields input {
    height: 30px;
    border: 1px solid #b9b9b9;
    margin-top: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

.modal-popup.snapbot-popup .fields label {
    font-size: 16px;
    font-weight: bold;
}

span.error.celular {
    color: red;
    font-size: 11px;
    text-align: left;
    display: none;
}

form#form-popup-snapbot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    border-radius: 5px;
    border: 1.5px solid #710505;
}

.modal-popup.snapbot-popup .fields div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

p.descricao-popup-snapbot {
    font-size: 17px;
    color: #fff7f7;
}

.frase-central-snapbot {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 500;
    padding: 10px;
}

#form-popup-snapbot .fields .button-submit {
    margin-top: 30px;
    margin-bottom: 0px;
}

#form-popup-snapbot i.fas.fa-times {
    right: 10px;
    top: 10px;
    position: absolute;
    color: white;
    cursor: pointer;
}

button#submit-popup-snapbot:hover {
    background: #f92b2b;
}

#form-popup-snapbot .fields {
    margin: 15px;
    border-radius: 5px;
}

#form-popup-snapbot .informacoes-popup-snapbot {
    padding: 20px;
    text-align: center;
    background-color: #e30a0a;
}

p.titulo-popup-snapbot {
    font-size: 35px;
    color: white;
    margin-bottom: 20px;
}

#form-popup-snapbot .fields {
    padding: 20px;
}

/* FIM - Popup snapbot cart*/


.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.eot");
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.woff2") format("woff2"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.woff") format("woff"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.ttf") format("truetype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands' !important; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.eot");
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.woff2") format("woff2"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.woff") format("woff"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.ttf") format("truetype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.eot");
  src: url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.woff2") format("woff2"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.woff") format("woff"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.ttf") format("truetype"), url("https://www.ipermaq.com.br/skin/frontend/widecustom/default/css/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900; }

/* For Magento  1.3
label within container */
.yui-ac label
{
    float:left;
    height:21px;
    width:24px;
    overflow:hidden;
    text-align:left;
    text-indent:-999em;
}
/* For Magento  1.3
button within container */
.yui-ac button
{
    display:block;
    padding:0;
    margin:0;
    width:auto;
    vertical-align:middle;
    overflow:visible;
    border:0 none;
    cursor:pointer;
    background:none repeat scroll 0 0 transparent;
    color:#2F2F2F;
    font:12px/15px Arial,Helvetica,sans-serif;
}
.yui-ac button span
{
    display:block;
    height:21px;
    padding:0 0 0 3px;
    background:url("https://www.ipermaq.com.br/skin/frontend/base/default/images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    text-align:center;
    white-space:nowrap;
    font:bold 11px/21px Tahoma,Verdana,Arial,sans-serif;
}
.yui-ac button span span
{
    background-position:100% 0;
    padding:0 6px 0 3px;
}

/* results container */
#myContainer,
.yui-ac-container {
    position:absolute !important;
    z-index:999;
    width: auto !important;
}

/* results content */
.yui-ac-content {
    background-color: #FFF;
    border:solid 2px #C4C6C8;
    width: 300px;
    padding: 5px;
    margin:0;
}

/* header within container */
.yui-ac-hd {
    color:#999999;
    display:block;
    margin-bottom:4px;
    padding:0 4px;
    border-bottom:dashed 1px #999999;
    text-align:left;
    font-style:italic;
}

/* item list (ul) container */
.yui-ac-bd {
}

#myContainer .yui-ac-bd ul {
    position: relative;
}

/* items container*/
.yui-ac-content ul,
.header .form-search .search-autocomplete ul {
    background-color:#ffffff;
    border:none;
}

/* result item */
.header .form-search .search-autocomplete ul > li,
.yui-ac-content ul > li
{
    border:solid 1px #C4C6C8;
    margin:4px 0;
    padding:4px;
    cursor:pointer;
    min-height:85px;
    color:#2F2F2F;
}
.yui-ac-highlight { /* highlighted result item */
    background-color: #D5E4EB;
}
.searched-words { /* highlight of the words being searched */
    color:red;
}
.search-autocomplete ul > li{text-align:left}
.search-autocomplete ul > li p{text-align:justify}

.yui-ac-content ul > li:hover{
   background-color: #D5E4EB !important;
}

.yui-ac-bd ul > li.selected{
    background-color: #D5E4EB !important;
}

.yui-ac-bd ul > li.aw_hidden{
    background-color: white;
    border: medium none;
    margin: 0;
    padding: 0;
    display: none;
}
.aw-sas-suggest{
    text-align: left;
}
.aw-sas-suggest a{
    margin: 0 3px 0 0;
}

.aw-sas-all-results-wrapper {
    padding-top: 3px;
}
.aw-sas-all-results {
    display: block;
    margin: auto;
    padding: 0;
    height: 36px;
    border: none;
    background: #069;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer
}

.aw-sas-suggest-all-results:hover {
    background: #00527a;
}

#sac-results ol{
    display: inline-block;
}



@CHARSET "UTF-8";
.amfinder-vertical,
.amfinder-horizontal
{
	border: 1px solid #C4C1BC;
	background: #F8F7F5;
	padding: 8px;
}

.amfinder-vertical .dropdown-title,
.amfinder-horizontal .dropdown-title
{
	font-size: 12px;
	font-weight: bold;
}

.amfinder-vertical .dropdown-element
{
	padding-bottom: 4px;
}

/* Responsive finder styles */

.amfinder-responsive { display: block; }
.amfinder-responsive .amfinder-title { display: none; }
.amfinder-responsive .amfinder-title span { position: relative; }
.amfinder-responsive .amfinder-toggle { padding: 10px; display: block; }
.amfinder-responsive .amfinder-buttons { display: block; width: 100%; }
.amfinder-responsive li { display: inline-block; min-width: 160px; margin-bottom: 20px; }
.amfinder-responsive li.last { display: block; width: 100%; }
.amfinder-responsive li div select { width: 100%; }

@media only screen and (max-width: 770px) {
    .amfinder-responsive li { display: block; width: 100%; margin-bottom: 20px; }
    .amfinder-responsive .amfinder-toggle { border: 1px solid #cccccc; display: none; border-top: none; }
    .amfinder-responsive .amfinder-title { display: block; color: #636363; font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; line-height: 1.4; text-transform: uppercase; background-color: #f4f4f4; border: 1px solid #cccccc; padding-bottom: 7px; padding-left: 24px; padding-right: 10px; padding-top: 10px; }
    .amfinder-responsive .amfinder-title:hover { cursor: pointer; }
    .amfinder-responsive .amfinder-title span:before { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #3399cc; border-right: none; left: -15px; top: 50%; margin-top: -5px; }
    .amfinder-responsive.open .amfinder-title span:before { border-top: 4px solid #3399cc; border-bottom: none; border-left: 4px solid transparent; border-right: 4px solid transparent; }
    .amfinder-responsive.open .amfinder-toggle { display: block; }
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    text-align: center;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}


.top-center {
    top     : 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
}

.middle-left {
    left : 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.middle-right {
    right: 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.bottom-center {
    bottom: 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
}

.middle-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    z-index: 9999;
}

/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-rb2.gif);}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.ipermaq.com.br/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.ipermaq.com.br/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

#nav .nav-primary li .sub {
    display: none;
}
#nav .nav-primary li.level0 dd dd {
    padding: 0;
}


.v-badge {
    position: fixed;
    font: 13px/20px Arial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 999;
    background: rgb(17, 17, 17) none repeat scroll 0% 0%;
    padding: 6px 11px 2px;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
}
.v-badge.badge-bar-v-top{
    top: 0;
    left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.v-badge.badge-bar-v-bottom{
    bottom: 0;
    left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.v-badge.badge-popup-v-bottom-right{
    bottom: 0;
    right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.v-badge.badge-popup-v-bottom-left{
    bottom: 0;
    left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.v-badge.badge-popup-v-top-right{
    top: 0;
    right: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.v-badge.badge-popup-v-top-left{
    top: 0;
    left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#m-cookienotice {
    overflow: hidden;
    color: #444;
    z-index: 999999999999;
    font-size: 13px;
}
#m-cookienotice .m-message {
    padding: 5px 10px;
}

#m-cookienotice .m-actions {
}

#m-cookienotice .m-button {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 2px;
}

#m-cookienotice .m-button.m-accept:before {
    content: "\2714";
}

#m-cookienotice .m-button:hover,
#m-cookienotice .m-button:focus {
    color: #fff;
}

#m-cookienotice .m-button:active {
}

#message-custom-css {
    float: left;
}

#action-custom-css {
    float: right;
    margin-top: 0;
}

#m-cookienotice.v-bar {
    width: 100%;
    padding: 5px 0;
}

#m-cookienotice.v-bar .m-actions {
    vertical-align: middle;
    padding-right: 10px;
    text-align: center;
}

/*#m-cookienotice.v-bar.v-top { position: relative;  }*/
#m-cookienotice.v-bar.v-top {
    position: fixed;
    top: 0;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
}

#m-cookienotice.v-box {
    position: fixed;
    max-width: 350px;
    border-radius: 3px;
    margin: 10px;
}

#m-cookienotice.v-box .m-actions {
    float: left;
    margin: 5px 10px;
}

#m-cookienotice.v-box.v-top-left {
    top: 0;
    left: 0;
}

#m-cookienotice.v-box.v-top-right {
    top: 0;
    right: 0;
}

#m-cookienotice.v-box.v-center {
    top: 35%;
    right: 40%;
}

#m-cookienotice.v-box.v-bottom-left {
    bottom: 0;
    left: 0;
}

#m-cookienotice.v-box.v-bottom-right {
    bottom: 0;
    right: 0;
}

@media (max-width: 980px) {
    #message-custom-css {
        float: left;
    }

    #action-custom-css {
        float: right;
        margin-top: 0;
    }

}

/* RWD */
@media (max-width: 360px) {
    #m-cookienotice.v-box {
        width: 100% !important;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    #m-cookienotice.v-box .m-actions {
        vertical-align: middle;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

    #m-cookienotice .m-actions {
        float: left;
        margin: 5px 10px;
    }

    #m-cookienotice.v-bar .m-actions {
        width: auto;
    }
}

/* Skin - Yellow Alert */

/* Skin - Dark Clean */
#m-cookienotice.v-dark-clean {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-dark-clean .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-dark-clean .m-button:hover,
#m-cookienotice.v-dark-clean .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Custom Colors */
#m-cookienotice.v-custom-css {
    color: #fff;
    border-color: #55575f !important;
}

#m-cookienotice.v-custom-css .m-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
}

#m-cookienotice.v-custom-css .m-button:hover,
#m-cookienotice.v-custom-css .m-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3);
}

/* Skin - Minimalist */
#m-cookienotice.v-minimalist {
    color: #2c2c2c;
    border-color: #e0e0e0 !important;
    font-size: 11px;
    font-family: Verdana;
}

#m-cookienotice.v-bar.v-minimalist {
    padding: 2px 0;
}

#m-cookienotice.v-box.v-minimalist {
    width: 260px;
}

#m-cookienotice.v-box.v-minimalist .m-actions {
    margin: 5px;
}

#m-cookienotice.v-box.v-minimalist .m-message {
    padding: 5px;
}

#m-cookienotice.v-minimalist .m-button {
    padding: 3px 6px;
}

.pagarme-payment-icons li { background: url(https://www.ipermaq.com.br/skin/frontend/base/default/pagarme/magneto/images/icons.png) no-repeat; margin: 0 !important; width: 51px; height: 32px; display: inline-block; }
.pagarme-payment-icons li span { display: none; }
.pagarme-payment-icons li.boleto.on { background-position: 0 -288px; }
.card-data { display: flex; flex-direction: row-reverse; align-items: center; width: 100%; }
.card-data > * { flex: 1; }
.card-wrapper { transform: scale(0.75); }
div.card-data-column { flex-direction: column; }

#checkout-payment-method-load dd .form-list.pagarme-payment-icons, #checkout-payment-method-load dd img{
    display: none;
}
/* card number input with embedded flag */
.rm-pagseguro-payment-form input.input-text.embedded-flag
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: auto calc(100% - 6px);
}

/* multi credit card switch */
.rm-pagseguro-payment-form .multi-cc-switch-box
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rm-pagseguro-payment-form .multi-cc-switch-box:before,
.rm-pagseguro-payment-form .multi-cc-switch-box:after
{
    display: none;
}
.rm-pagseguro-payment-form .multi-cc-switch-box .switch
{
    position: relative;
    display: inline-block;
    width: 33px;
    height: 15px;
    margin-right: 10px;
}
.rm-pagseguro-payment-form .multi-cc-switch-box .switch input
{
    opacity: 0;
    width: 0;
    height: 0;
    border: 0;
}

.rm-pagseguro-payment-form .multi-cc-switch-box .switch input[type="checkbox"]:checked{ /*Firecheckout hacks*/
    box-shadow: none !important;
    opacity: 0 !important;
}
.rm-pagseguro-payment-form .multi-cc-switch-box .slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .1s;
    transition: .1s;
}
.rm-pagseguro-payment-form .multi-cc-switch-box .slider:before
{
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
}
.rm-pagseguro-payment-form .multi-cc-switch-box input:checked + .slider
{
    background-color: #89c75d;
}
.rm-pagseguro-payment-form .multi-cc-switch-box input:focus + .slider
{
    box-shadow: 0 0 1px #89C75D;
}
.rm-pagseguro-payment-form .multi-cc-switch-box input:checked + .slider:before
{
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
.rm-pagseguro-payment-form .multi-cc-switch-box .slider.round
{
    border-radius: 33px;
}
.rm-pagseguro-payment-form .multi-cc-switch-box .slider.round:before
{
    border-radius: 50%;
}

/* multi credit card progress bar */
.rm-pagseguro-payment-form .cc-total-progress-bar
{
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
}
.rm-pagseguro-payment-form .cc-total-progress-bar:before,
.rm-pagseguro-payment-form .cc-total-progress-bar .progress
{
    display: block;
    content: " ";
    height: 3px;
    position: absolute;
    top: 27px;
    left: 0;
    border-radius: 2px;
}
.rm-pagseguro-payment-form .cc-total-progress-bar:before
{
    width: 100%;
    background-color: #d1d1d1;
    z-index: 1;
}
.rm-pagseguro-payment-form .cc-total-progress-bar .progress
{
    width: 0;
    background-color: #67d23d;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 100%;
}

/* multi credit summary info */
.rm-pagseguro-payment-form .summary-info
{
    display: flex;
    width: 100%;
    max-width: 375px;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #eee;
    padding: 7px;
    cursor: pointer;
}
.rm-pagseguro-payment-form .summary-info .info > span
{
    font-size: 12px;
    display: block;
}
.rm-pagseguro-payment-form .summary-info .edit-link
{
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    color: #666;
    margin-right: 5px;
}
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.opc .step{padding: 10px 8px;margin-bottom: 10px;}
.customer-account-create .scaffold-form label:first-child{width: auto !important;}
.customer-account-create .buttons-set {max-width: 100% !important}
.form-list li.tipopessoa label{float:left; margin-right: 5%;}
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {background-color:transparent!important ;min-width: 44% !important;padding: 6px 10px 6px 6px !important;}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text]{width: 100% !important;}
.form-list .wide {clear: both;}
.form-list li.wide .input-box{width:100%;}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year{padding-right: 0px;}
.form-list .field .input-box{width:100%;}
.form-list select{
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 15px;
    width: 100% !important;
    padding: 0 8px;
    margin-top: 0px !important;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 17px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {width: 24% !important;margin-right: 7px !important;}
.form-list .customer-dob .dob-year {width: 46% !important;}
.checkbox + label, .radio + label {max-width: 100% !important;}
.hide {display: none;}
.nao-sei-cep, a.cvv-what-is-this {
    color: #000;
    font-size: 11px;
}
.nao-sei-cep:hover, a.cvv-what-is-this:hover {
    text-decoration: underline;
}
.sp-methods .form-list{padding-left: 0px;}
.onestepcheckout-postcod-process{display: none;margin-left: -17px;position: absolute;width: 16px;height: 31px;}
#acp-overlay{z-index: 995;}
.onestepcheckout-overlay-48{background-image: url('https://www.ipermaq.com.br/skin/frontend/widecustom/default/onestepcheckout/images/ajax-loader-48px.gif');background-repeat: no-repeat;background-position: center center;}
.onestepcheckout-overlay-24{background-image: url('https://www.ipermaq.com.br/skin/frontend/widecustom/default/onestepcheckout/images/ajax-loader-24px.gif');background-repeat: no-repeat;background-position: center center;}
.onestepcheckout-overlay-16{background-image: url('https://www.ipermaq.com.br/skin/frontend/widecustom/default/onestepcheckout/images/ajax-loader-16px.gif');background-repeat: no-repeat;background-position: center center;}
.onestepcheckout-add-loader-into-this-block,#onestepcheckout-order-review-cart-wrapper,#onestepcheckout-order-review-coupon-wrapper{position: relative;}
.osc-title{
    border-bottom: 1px solid #a7a7a7;
    width: 100%;
    border-top: 1px solid #a7a7a7;
    position: relative;
    cursor: default;
    color: #000;
    font-size: 15px;
    font-weight: 200;
    line-height: 40px;
    height: 40px;
    margin: 0px 4px 0px 0px;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 10px;
    text-indent: 5px;
}
#onestepcheckout-authentification-button{border-top: 1px solid #D8D2C7;}
#onestepcheckout-authentification{overflow: hidden;min-height: 99px;}
#onestepcheckout-authentification-container{height: 120px;position: relative;top: 0px;}
#onestepcheckout-authentification .validation-advice{position: absolute;width: 163px;}
#onestepcheckout-login-form, #onestepcheckout-forgot-password-form, #onestepcheckout-forgot-password-success{display: block;padding-top:5px;min-height: 120px;}
#onestepcheckout-login-form .form-list, #onestepcheckout-forgot-password-form .form-list, #onestepcheckout-forgot-password-success{padding-bottom: 5px}
.onestepcheckout-auth-form-block{display:inline-block;padding-right: 10px;vertical-align: bottom;}
.onestepcheckout-auth-form-block.forgot_password{padding-top: 18px;}
.onestepcheckout-auth-form-block .input-box{width:180px;}
.onestepcheckout-auth-form-block input.input-text {width:174px;}
#onestepcheckout-login-forgot-link{cursor: pointer;}
#onestepcheckout-forgot-password-form p, #onestepcheckout-forgot-password-success p{margin:0;padding:0;}
#onestepcheckout-authentification label{width: auto;text-align: left;padding: 0;}
#onestepcheckout-authentification label.required em {float: right;font-style: normal;color: #eb340a;position: relative;right: -4px;margin-right: 0;}
#onestepcheckout-authentification .form-list .input-box{float: none;}
#onestepcheckout-authentification .form-list .input-box input{float: none;}
.onestepcheckout-place-order-please-wait{float: none;color: #555;text-align: center;font-size: 13px;margin-top: 5px;z-index: 5;position: relative;display:none;}
.onestepcheckout-place-order-please-wait img{width: 15px;height: 15px;position: relative;top: 3px;}
.onestepcheckout-cart-table {width: 100%;font-size: 12px;}
.onestepcheckout-cart-table thead th {
    border-top: thin solid #a7a7a7;
    border-bottom: thin solid #a7a7a7;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 7px 0px;
}
.onestepcheckout-cart-table thead th.name {
    padding-right: 60px;
}
.onestepcheckout-cart-table tbody td.a-center {
    text-align: center;
}
.onestepcheckout-cart-table tbody td.a-right {
    text-align: right;
}
.onestepcheckout-cart-table thead th.qty{text-align: center;}
.onestepcheckout-cart-table thead th.total{text-align: right;}
.onestepcheckout-cart-table tbody td, .onestepcheckout-cart-table tfoot tr:not(:last-child) td, .onestepcheckout-cart-table tfoot th{
    border-bottom: thin solid #a7a7a7;
}
.onestepcheckout-cart-table tbody td, .onestepcheckout-cart-table tfoot td, .onestepcheckout-cart-table tfoot th {
    padding: 8px 0;
}
.onestepcheckout-cart-table .btn-remove{display: none;}
.onestepcheckout-cart-table .btn-remove2{display: block;width: 16px;height: 16px;font-size: 0;line-height: 0;background: url(https://www.ipermaq.com.br/skin/frontend/widecustom/default/images/btn_trash.gif) 0 0 no-repeat;text-indent: -999em;overflow: hidden;}
@media only screen and (max-width: 770px) {
    .col3-set .col-1, .col3-set .col-2, .col3-set .col-3{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}
@media only screen and (max-width: 479px) {
    .col3-set .col-1, .col3-set .col-2, .col3-set .col-3{
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
.payment-companies {
    margin: 10px 0;
    text-align: center;
}

.payment-companies img {
    width: 50px;
    display: inline-block;
}

.block-choice {
    margin: 10px auto;
}

.block-payment-bankslip, .block-choice-saved-cc {
    font-weight: bold;
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ccc;
}

.block-choice-saved-cc {
    position: relative;
    overflow: hidden;
}

.block-choice-saved-cc img {
    width: 50px;
    margin: 5px 0;
    position: absolute;
}

.block-choice-saved-cc .block-choice-saved-cc-details {
    margin-left: 60px;
}

.block-choice-saved-cc-holder-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-choice {
    margin: 16px 0 !important;
    background-color: inherit;
}

.label-choice {
    font-weight: normal;
    font-size: 1.1em;
}

.text-upper {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
}
:root {
                        --color-primary:#ffffff!important;
                        --color-secondary:#e30a0a!important;
                        --color-terciary:#ff0303!important;
                        --color-aux:#e30a0a!important;
                        --color-text-aux:#5b5858!important;
                    }

